12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?php /*
- for more information: see languages.txt in the lang folder.
- */
- $lang_learning_path = "Learning Path";
- $lang_learning_path_builder = "Learning Path builder";
- $lang_description = "description";
- $lang_title = "title";
- $lang_prerequisites = "Prerequisities";
- $lang_move_up = "Move up";
- $lang_move_down = "Move down";
- $langAreYouSureToDelete = "Are you sure to delete";
- $langThisItem = "this item";
- $lang_title_and_desc = "Title & description";
- $lang_add_item = "Add step";
- $lang_change_order = "Change order";
- $lang_add_prereqi = "Add prerequisities";
- $lang_add_title_and_desc = "Edit title & desc.";
- $lang_delete = "Delete";
- $lang_add_chapter = "Add module";
- $lang_show_hide = "Show / hide";
- $langLearnpathMystatus = "My status";
- $langLearnpathCompstatus = "completed";
- $langLearnpathIncomplete = "incomplete";
- $langLearnpathPassed = "passed";
- $langLearnpathFailed = "failed";
- $langLearnpathPrevious = "Previous";
- $langLearnpathNext = "Next";
- $langLearnpathRestart = "Restart";
- $langLearnpathThisStatus = "This step is now";
- $langLearnpathToEnter = "To enter";
- $langLearnpathFirstNeedTo = "you need first accomplish";
- $langLearnpathLessonTitle = "Step title";
- $langLearnpathStatus = "Status";
- $langLearnpathScore = "Score";
- $langLearnpathTime = "Time";
- $langLearnpathVersion = "version";
- $langLearnpathRestarted = "All the steps are now incomplete.";
- $langLearnpathNoNext = "This is the last step.";
- $langLearnpathNoPrev = "This is the first step.";
- $lang_add_learnpath = "Add a new learning path";
- $lang_learnpath_added = "The new learning path was successfully created. Now you can add modules to it by clicking on the cross.";
- $lang_edit_learnpath = "edit learnpath";
- $lang_delete_learnpath = "delete learnpath";
- $lang_learnpath_edited = "learnpath has been edited";
- $lang_learnpath_deleted = "learnpath has been deleted";
- $lang_no_publish = "do not publish";
- $lang_publish = "publish";
- $lang_no_published = "not published";
- $lang_published = "published";
- $lang_add_learnpath_module = "Add a new module";
- $lang_add_learnpath_chapter_to_path = "Add a new module to this learning path";
- $lang_learnpath_module_added = "The new learning path module was succesfully created. Now you can add steps to it by clicking on the cross.";
- $lang_edit_learnpath_module = "Edit module description/title";
- $lang_delete_learnpath_module = "Delete module";
- $lang_learnpath_module_edited = "The learning path module was successfully edited";
- $lang_learnpath_module_deleted = "The learning path module and all steps in it are deleted";
- $lang_nochapters = "No modules added yet.";
- $lang_add_learnpath_item = "Add steps to this module";
- $lang_learnpath_item_deleted = "The learning path step has been deleted";
- $lang_assign_learnpath_items_to = "please assign this/these learning path steps to module: ";
- $lang_edit_learnpath_item = "Edit step additional description/title";
- $lang_add_prereq = "Add/edit prerequisities to this step";
- $lang_delete_learnpath_item = "Delete step";
- $lang_learnpath_item_edited = "The learning path step has been modified";
- $lang_prereq_deleted_error = "Has been deleted !";
- $lang_none = "NONE";
- $lang_forum_opened = "The selected forum has been opened in a new window.";
- $lang_link_opened = "The selected link has been opened in a new window.";
- $lang_short_help = "To add a step, click on the cross; to add new title/description, click on the pencil; to add prerequisities click on the icon with two documents. You can check what the students will see by clicking on Student View on top.";
- $lang_prereq_not_complete = "prerequisites are not complete";
- $lang_author = "Author";
- $lang_date = "Date";
- $lang_prerequisites_limit = "Prerequisities (limit)";
- $lang_loading = "Loading page, please wait ...";
- $lang_empty = "This path does not contain any steps.";
- $langHotPotatoesFinished = "This HotPotatoes test has been closed.";
- $langCompletionLimit = "Completion limit (minimum points)";
- $langPrereqToEnter = "To enter ";
- $langPrereqFirstNeedTo = " you need first accomplish ";
- $langPrereqModuleMinimum1 = "Minimum 1 step is missing from ";
- $langPrereqModuleMinimum2 = " which is set as prerequisities.";
- $langPrereqTestLimit1 = " you must reach minimum ";
- $langPrereqTestLimit2 = " points in ";
- $langPrereqTestLimitNow = "Now you have : ";
- $langLearnpathExitFullScreen = "back to normal screen";
- $langLearnpathFullScreen = "full screen";
- $langItemMissing1 = "There was a ";
- $langItemMissing2 = "page (step) here in the original Dokeos Learning Path.";
- $langDone = "Done";
- $langNoItemSelected = "To display something here, please select an item from the side menu";
- ?>
|