12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?php /*
- for more information: see languages.txt in the lang folder.
- */
- $langInvalidId = "Login failed - incorrect username or password.";
- $langWelcome = "courses are freely available below. Other courses require
- a username and a password, which you can obtain by clicking on \'registration\'. Teachers
- can create course areas by clicking on registration too, but selecting then
- \'Create course areas\'.";
- $langPass = "Password";
- $langEnter = "Enter";
- $langReg = "Registration";
- $langMenu = "Menu";
- $langAdvises = "Advises";
- $langCourseDoesntExist = "<b>Warning :</b> This course doesn\'t exist";
- $langGetCourseFromOldPortal = "click here to get this course from your old portal";
- $langOtherCourses = "Courses list";
- $langSupportForum = "Support forum";
- $langCategories = "Categories";
- $langBackToHomePage = "Categories Overview";
- $lang_No_course_publicly_available = "No course publicly available.";
- $langLostPassword = "Lost Password";
- $lang_edit_my_course_list = "Edit my courses List";
- $langAgenda = "Agenda next events";
- $langValvas = "Latest announcements";
- $langUp = "previous level";
- $langCatList = "Categories";
- $langCourseList = "Courses";
- $langHelptwo = "Help";
- $langRegAll = "register";
- $EussMenu = "menu";
- $Opinio = "Opinion";
- $Intranet = "Intranet";
- $Englin = "English";
- $langInvalidForSelfRegistration = "Login failed - if you are not registered, you can do so using
- the <a href=claroline/auth/inscription.php>registration form</a>";
- $langSubCat = "sub-categories";
- $langMenuGeneral = "General";
- $langMenuUser = "User";
- $langMenuAdmin = "Platform Admin";
- $langUsersOnLineList = "Online user list";
- $langTotalOnLine = "Total online";
- $langRefresh = "refresh page";
- $langMe = "me";
- $langSystemAnnouncements = "Portal Announcements";
- $langHelpMaj = "Help";
- $langNotRegistered = "Not Registered";
- $langAdmin = "Platform admin";
- $Login = "Login";
- $langRegisterForCourse = "Register for course";
- $langUnregisterForCourse = "Unregister from course";
- $langCombinedCourse = "Combined course - ";
- $Platform = "Platform";
- $Refresh = "Refresh";
- $TotalOnLine = "total users online";
- $langCourseClosed = "(the course is currently closed)";
- $ViewOpenCourses = "View open courses";
- $langCompetences = "Competences";
- $langDiplomas = "Diplomas";
- $langTeach = "What s/he can teach";
- $langOpenarea = "Personal area";
- $langProductions = "Productions";
- $langSendChatRequest = "Send chat request to this person";
- $langRequestDenied = "The invitation has been rejected.";
- $UsageDatacreated = "Usage data created";
- $SessionView = "Display the courses ordered by sessions";
- $CourseView = "Display the full list of the courses";
- $DropboxFileAdded = "Dropbox file added";
- $NewMessageInForum = "New message posted in the forum";
- $FolderCreated = "New folder created";
- $LinkAdded = "New link added";
- $AnnouncementAdded = "Announcement added";
- $AgendaAdded = "Agenda item added";
- ?>
|