index.inc.php 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langInvalidId = "Login failed - incorrect username or password.";
  5. $langWelcome = "courses are freely available below. Other courses require
  6. a username and a password, which you can obtain by clicking on \'registration\'. Teachers
  7. can create course areas by clicking on registration too, but selecting then
  8. \'Create course areas\'.";
  9. $langPass = "Password";
  10. $langEnter = "Enter";
  11. $langReg = "Registration";
  12. $langMenu = "Menu";
  13. $langAdvises = "Advises";
  14. $langCourseDoesntExist = "<b>Warning :</b> This course doesn\'t exist";
  15. $langGetCourseFromOldPortal = "click here to get this course from your old portal";
  16. $langOtherCourses = "Courses list";
  17. $langSupportForum = "Support forum";
  18. $langCategories = "Categories";
  19. $langBackToHomePage = "Categories Overview";
  20. $lang_No_course_publicly_available = "No course publicly available.";
  21. $langLostPassword = "Lost Password";
  22. $lang_edit_my_course_list = "Edit my courses List";
  23. $langAgenda = "Agenda next events";
  24. $langValvas = "Latest announcements";
  25. $langUp = "previous level";
  26. $langCatList = "Categories";
  27. $langCourseList = "Courses";
  28. $langHelptwo = "Help";
  29. $langRegAll = "register";
  30. $EussMenu = "menu";
  31. $Opinio = "Opinion";
  32. $Intranet = "Intranet";
  33. $Englin = "English";
  34. $langInvalidForSelfRegistration = "Login failed - if you are not registered, you can do so using
  35. the <a href=claroline/auth/inscription.php>registration form</a>";
  36. $langSubCat = "sub-categories";
  37. $langMenuGeneral = "General";
  38. $langMenuUser = "User";
  39. $langMenuAdmin = "Platform Admin";
  40. $langUsersOnLineList = "Online user list";
  41. $langTotalOnLine = "Total online";
  42. $langRefresh = "refresh page";
  43. $langMe = "me";
  44. $langSystemAnnouncements = "Portal Announcements";
  45. $langHelpMaj = "Help";
  46. $langNotRegistered = "Not Registered";
  47. $langAdmin = "Platform admin";
  48. $Login = "Login";
  49. $langRegisterForCourse = "Register for course";
  50. $langUnregisterForCourse = "Unregister from course";
  51. $langCombinedCourse = "Combined course - ";
  52. $Platform = "Platform";
  53. $Refresh = "Refresh";
  54. $TotalOnLine = "total users online";
  55. $langCourseClosed = "(the course is currently closed)";
  56. $ViewOpenCourses = "View open courses";
  57. $langCompetences = "Competences";
  58. $langDiplomas = "Diplomas";
  59. $langTeach = "What s/he can teach";
  60. $langOpenarea = "Personal area";
  61. $langProductions = "Productions";
  62. $langSendChatRequest = "Send chat request to this person";
  63. $langRequestDenied = "The invitation has been rejected.";
  64. $UsageDatacreated = "Usage data created";
  65. $SessionView = "Display the courses ordered by sessions";
  66. $CourseView = "Display the full list of the courses";
  67. $DropboxFileAdded = "Dropbox file added";
  68. $NewMessageInForum = "New message posted in the forum";
  69. $FolderCreated = "New folder created";
  70. $LinkAdded = "New link added";
  71. $AnnouncementAdded = "Announcement added";
  72. $AgendaAdded = "Agenda item added";
  73. ?>