Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/lang/english/blog.inc.php

105 lines
3.8 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$MyTasks = "My tasks";
$FavoriteBlogs = "My projects";
$Navigation = "Navigation";
$TopTen = "Top ten";
$Subtitle = "Project description";
$ThisBlog = "This project";
$NewPost = "New task";
$TaskManager = "Roles management";
$MemberManager = "Users management";
$PostFullText = "Task";
$ReadPost = "Read this post";
$Home = "Project home";
$FirstPostText = "This is the first task in the project. Everybody subscribed to this project is able to participate";
$AddNewComment = "Add a new comment";
$ReplyToThisComment = "Reply to this comment";
$ManageTasks = "Manage roles";
$ManageMembers = "Subscribe / Unsubscribe users in this project";
$Register = "Register";
$UnRegister = "Unregister";
$SubscribeMembers = "Subscribe users";
$UnsubscribeMembers = "Unsubscribe users";
$RightsManager = "Users rights management";
$ManageRights = "Manage roles and rights of user in this project";
$Task = "Task";
$Tasks = "Tasks";
$Member = "Member";
$Members = "Members";
$Role = "Role";
$Rate = "Rate";
$Roles = "Roles";
$AddTask = "Add a new role";
$AddTasks = "Add a new role";
$AssignTask = "Assign a role";
$AssignTasks = "Assign roles";
$EditTask = "Edit this task";
$DeleteTask = "Delete this task";
$DeleteSystemTask = "This is a preset task. You can\'t delete a preset task.";
$SelectUser = "User";
$SelectTask = "Task";
$SelectTargetDate = "Date";
$TargetDate = "Date";
$Color = "Colour";
$TaskList = "Roles in this project";
$AssignedTasks = "Assigned tasks";
$ArticleManager = "Tasks manager";
$CommentManager = "Comment manager";
$BlogManager = "Project manager";
$ReadMore = "Read more...";
$DeleteThisArticle = "Delete this task";
$EditThisPost = "Edit this task";
$DeleteThisComment = "Delete this comment";
$NoArticles = "There are no tasks in this project. If you are the manager of this project, click on link \'New task\' to write an task.";
$NoTasks = "You have no task to do at this time.";
$Rating = "Rating";
$RateThis = "Rate this task";
$SelectTaskArticle = "Select a task for this role";
$ExecuteThisTask = "A task for me";
$WrittenBy = "Written by";
$InBlog = "in the project";
$ViewPostsOfThisDay = "View tasks for today";
$PostsOf = "Tasks by";
$NoArticleMatches = "No tasks have been found. Check the word spelling or try another search.";
$SaveProject = "Save project";
$langTask1 = "Task 1";
$langTask2 = "Task 2";
$langTask3 = "Task 3";
$langTask1Desc = "Task 1 description";
$langTask2Desc = "Task 2 description";
$langTask3Desc = "Task 3 description";
$blog_management = "Project management";
$langWelcome = "Welcome !";
$langModule = "Module";
$langUserHasPermissionNot = "The user hasn\'t rights";
$langUserHasPermission = "The user has rights";
$langLegend = "Legend";
$langUserHasPermissionByRoleGroup = "The user has rights of its group";
$EditPost = "Edit a task";
$AddBlog = "Create a new project";
$EditBlog = "Edit a project";
$DeleteBlog = "Delete this project";
$NoTasks = "No tasks";
$Shared = "Shared";
$PermissionGrantedByGroupOrRole = "Permission granted by group or role";
$Reader = "Reader";
$SeeBlog = "See blog";
$BlogDeleted = "The project has been deleted.";
$BlogEdited = "The project has been edited.";
$BlogStored = "The project has been added.";
$CommentCreated = "The comment has been saved.";
$BlogAdded = "The article has been added.";
$TaskCreated = "The task has been created";
$TaskEdited = "The task has been edited.";
$TaskAssigned = "The task has been assigned.";
$AssignedTaskEdited = "The assigned task has been edited";
$UserRegistered = "The user has been registered";
$TaskDeleted = "The task has been deleted.";
$TaskAssignmentDeleted = "The task assignment has been deleted.";
$CommentDeleted = "The comment has been deleted.";
$RatingAdded = "A rating has been added.";
$BlogPosts = "Blog Posts";
$BlogComments = "Blog comments";
?>