index.inc.php 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $langInvalidId = "Login failed - incorrect login or password.";
  6. $langWelcome = "Welcome !";
  7. $langPass = "Pass";
  8. $langEnter = "Back to training list";
  9. $langReg = "Register";
  10. $langMenu = "Menu";
  11. $langAdvises = "Advises";
  12. $langCourseDoesntExist = "<b>Warning :</b> This course does not exist";
  13. $langGetCourseFromOldPortal = "click here to get this course from your old portal";
  14. $langOtherCourses = "other courses";
  15. $langSupportForum = "Support forum";
  16. $langCategories = "categories";
  17. $langBackToHomePage = "Categories Overview";
  18. $lang_No_course_publicly_available = "No course publicly available.";
  19. $langLostPassword = "I lost my password";
  20. $lang_edit_my_course_list = "Edit courses list";
  21. $langAgenda = "Agenda";
  22. $langValvas = "Latest announcements";
  23. $langUp = "Up";
  24. $langCatList = "Categories";
  25. $langCourseList = "Courses list";
  26. $langHelptwo = "Help";
  27. $langRegAll = "register";
  28. $EussMenu = "menu";
  29. $Opinio = "Opinion";
  30. $Intranet = "Intranet";
  31. $Englin = "English";
  32. $langInvalidForSelfRegistration = "Login failed - if you are not registered, you can do so using the <a href=claroline/auth/inscription.php>registration form</a>";
  33. $langSubCat = "sub-categories";
  34. $langMenuGeneral = "Help";
  35. $langMenuUser = "My account";
  36. $langMenuAdmin = "Portal Admin";
  37. $langUsersOnLineList = "Online users list";
  38. $langTotalOnLine = "Total online";
  39. $langRefresh = "Refresh";
  40. $langMe = "me";
  41. $langSystemAnnouncements = "Portal news";
  42. $langHelpMaj = "Help";
  43. $langNotRegistered = "Not Registered";
  44. $langAdmin = "Portal admin";
  45. $Login = "Login";
  46. $langRegisterForCourse = "Register for course";
  47. $langUnregisterForCourse = "Unregister from course";
  48. $langCombinedCourse = "Combined course";
  49. $Platform = "Portal";
  50. $Refresh = "Refresh";
  51. $TotalOnLine = "total users online";
  52. $langCourseClosed = "(the course is currently closed)";
  53. $ViewOpenCourses = "View open courses";
  54. $langCompetences = "Competences";
  55. $langDiplomas = "Diplomas";
  56. $langTeach = "What s/he can teach";
  57. $langProductions = "Productions";
  58. $langSendChatRequest = "Send a chat proposal to this person";
  59. $langRequestDenied = "The invitation has been rejected.";
  60. $UsageDatacreated = "Usage data created";
  61. $SessionView = "Display training ordered by training sessions";
  62. $CourseView = "Display the full list of the courses";
  63. $DropboxFileAdded = "Dropbox file added";
  64. $NewMessageInForum = "New message posted in the forum";
  65. $FolderCreated = "New folder created";
  66. $LinkAdded = "Assessment added";
  67. $AnnouncementAdded = "Announcement has been added";
  68. $AgendaAdded = "Event added";
  69. $LoginEnter = "Login";
  70. $Messages = "Messages";
  71. $Inbox = "Inbox";
  72. $Comppose = "Comppose";
  73. $PendingInvitations = "Pending invitations";
  74. $YouDoNotHaveAnySessionInItsHistory = "You have no session in your sessions history";
  75. $PortalHomepageDefaultIntroduction = "<h2>Congratulations! You have successfully installed your e-learning portal!</h2> <p>You can now complete the installation by following three easy steps:<br /> <ol> <li>Configure you portal by going to the administration section, and select the Portal -> <a href=\"main/admin/settings.php\">Configuration settings</a> entry.</li> <li>Add some life to your portal by creating users and/or training. You can do that by inviting new people to create their accounts or creating them yourself through the <a href=\"main/admin/\">administration</a>'s Users and Training sections.</li> <li>Edit this page through the <a href=\"main/admin/configure_homepage.php\">Edit portal homepage</a> entry in the administration section.</li> </ol> <p>You can always find more information about this software on our website: <a href=\"http://www.chamilo.org\">http://www.chamilo.org</a>.</p> <p>Have fun, and don't hesitate to join the community and give us feedback through <a href=\"http://www.chamilo.org/forum\">our forum</a>.</p>";
  76. $Username = "User name";
  77. $GoAheadAndBrowseOurCourseCatalogXOnceRegisteredYouWillSeeTheCourseHereX = "<p>Go ahead and browse our course catalog %s to register to any course you like. Once registered, you will see the course appear right %s, instead of this message.</p>";
  78. $HelloXAsYouCanSeeYourCourseListIsEmpty = "<p>Hello <strong>%s</strong> and welcome,</p>
  79. <p>As you can see, your courses list is still empty. That's because you are not registered to any course yet! </p>";
  80. $Profile = "Profile";
  81. ?>