12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?php /*
- for more information: see languages.txt in the lang folder.
- */
- $MyTasks = "My tasks";
- $FavoriteBlogs = "My favorite blogs";
- $Navigation = "Navigation";
- $TopTen = "Top ten blogs";
- $Subtitle = "Subtitle";
- $ThisBlog = "This blog";
- $NewPost = "New article";
- $TaskManager = "Task management";
- $MemberManager = "Users management";
- $PostFullText = "Text";
- $ReadPost = "Read this post";
- $Home = "Home";
- $FirstPostText = "This is the first article in this blog. Now everybody subscribed to this blog is able to participate";
- $NewComment = "Add a new comment";
- $ReplyToThisComment = "Reply to this comment";
- $ManageTasks = "Manage tasks";
- $ManageMembers = "Subscribe / Unsubscribe the user in this blog";
- $Register = "Register";
- $UnRegister = "Unregister";
- $SubscribeMembers = "Subscribe users";
- $UnsubscribeMembers = "Unsubscribe users";
- $RightsManager = "Users rights management";
- $ManageRights = "Manage roles and rights of this user in this blog";
- $Task = "Task";
- $Tasks = "Tasks";
- $Member = "Member";
- $Members = "Members";
- $Role = "Role";
- $Rate = "Rate";
- $Roles = "Roles";
- $AddTask = "Add a new task";
- $AddTasks = "Add a new task";
- $AssignTask = "Assign a task";
- $AssignTasks = "Assign tasks";
- $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 = "Color";
- $TaskList = "Tasks in this blog";
- $AssignedTasks = "Assigned tasks";
- $ArticleManager = "Article manager";
- $CommentManager = "Comment manager";
- $BlogManager = "Blog manager";
- $ReadMore = "Read more...";
- $DeleteThisArticle = "Delete this article";
- $EditThisPost = "Edit this post";
- $DeleteThisComment = "Delete this comment";
- $NoArticles = "At this time, there are no articles in this blog. If you are the author of this blog, click on the link \'new article\' to write a new one.";
- $NoTasks = "You have no task to do at this time.";
- $Rating = "Rating";
- $RateThis = "Rate this article";
- $SelectTaskArticle = "Select an article for this task";
- $ExecuteThisTask = "Execute this task";
- $WrittenBy = "Written by";
- $InBlog = "In the blog";
- $ViewPostsOfThisDay = "View posts of this day";
- $PostsOf = "Posts of";
- $NoArticleMatches = "No article have been found. Check the word spelling or try another search.";
- $langTask1 = "Task 1";
- $langTask2 = "Task 2";
- $langTask3 = "Task 3";
- $langTask1Desc = "Task 1 description";
- $langTask2Desc = "Task 2 description";
- $langTask3Desc = "Task 3 description";
- $blog_management = "Blog 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 an article";
- $AddBlog = "Create a new blog";
- $EditBlog = "Edit the title and the subtitle";
- $DeleteBlog = "Delete this blog";
- $NoTasks = "No tasks";
- $Shared = "Shared";
- ?>
|