1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?php /*
- for more information: see languages.txt in the lang folder.
- */
- $langInvalidId = "Login failed - incorrect login or password.";
- $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\'.";
- $langPass = "Pass";
- $langEnter = "Enter";
- $langReg = "Register";
- $langMenu = "Menu";
- $langAdvises = "Advises";
- $langCourseDoesntExist = "<b>Warning :</b> This training does not exist";
- $langGetCourseFromOldPortal = "click here to get this training from your old portal";
- $langOtherCourses = "Training list";
- $langSupportForum = "Support forum";
- $langCategories = "Categories";
- $langBackToHomePage = "Categories Overview";
- $lang_No_course_publicly_available = "No training publicly available.";
- $langLostPassword = "I lost my password";
- $lang_edit_my_course_list = "Edit training list";
- $langAgenda = "Agenda next events";
- $langValvas = "Latest announcements";
- $langUp = "previous level";
- $langCatList = "Categories";
- $langCourseList = "Training";
- $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 = "Help";
- $langMenuUser = "My account";
- $langMenuAdmin = "Portal Admin";
- $langUsersOnLineList = "Online users list";
- $langTotalOnLine = "Total online";
- $langRefresh = "Refresh page";
- $langMe = "me";
- $langSystemAnnouncements = "Portal Announcements";
- $langHelpMaj = "Help";
- $langNotRegistered = "Not Registered";
- $langAdmin = "Portal admin";
- $Login = "Login";
- $langRegisterForCourse = "Register for training";
- $langUnregisterForCourse = "Unregister from training";
- $langCombinedCourse = "Combined course - ";
- $Platform = "Portal";
- $Refresh = "Refresh";
- $TotalOnLine = "total users online";
- $langCourseClosed = "(the training is currently closed)";
- $ViewOpenCourses = "View open training";
- $langCompetences = "Competences";
- $langDiplomas = "Diplomas";
- $langTeach = "What s/he can teach";
- $langProductions = "Productions";
- $langSendChatRequest = "Send a chat proposal to this person";
- $langRequestDenied = "The invitation has been rejected.";
- $UsageDatacreated = "Usage data created";
- $SessionView = "Display training ordered by training sessions";
- $CourseView = "Display the full list of the training";
- $DropboxFileAdded = "Dropbox file added";
- $NewMessageInForum = "New message posted in the forum";
- $FolderCreated = "New folder created";
- $LinkAdded = "New link added";
- $AnnouncementAdded = "Announcement added";
- $AgendaAdded = "Event added";
- ?>
|