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.
29 lines
860 B
29 lines
860 B
<?php /*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$Search = "Search";
|
|
$MyTasks = "My tasks";
|
|
$FavoriteBlogs = "My favorite blogs";
|
|
$Navigation = "Navigation";
|
|
$TopTen = "Top ten blogs";
|
|
$Title = "Title";
|
|
$Subtitle = "Subtitle";
|
|
$ThisBlog = "This blog";
|
|
$NewPost = "New article";
|
|
$TaskManager = "Task management";
|
|
$langTask1 = "Task 1";
|
|
$langTask2 = "Task 2";
|
|
$langTask1 = "Task 1";
|
|
$langTask3 = "Task 3";
|
|
$langTask1Desc = "Task 1 description";
|
|
$langTask2Desc = "Task 2 description";
|
|
$langTask3Desc = "Task 3 description";
|
|
$blog_management = "Blog management";
|
|
$langAuthor = "Author";
|
|
$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";
|
|
?>
|