index.inc.php 2.8 KB

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