Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/lang/english/learnpath.inc.php

244 lines
14 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$NewForumCreated = "A new forum has now been created";
$NewThreadCreated = "A new forum thread has now been created";
$AddHotpotatoes = "Add hotpotatoes";
$HideAttemptView = "Hide attempt view";
$ExtendAttemptView = "Extend attempt view";
$LearnPathAddedTitle = "Welcome to the Dokeos course authoring tool !";
$BuildComment = "Add learning objects and activities to your course";
$BasicOverviewComment = "Add audio comments and order learning objects in the table of contents";
$DisplayComment = "Watch the course from learner\'s viewpoint";
$NewChapterComment = "Chapter 1, Chapter 2 or Week 1, Week 2...";
$NewStepComment = "Add tests, activities and multimedia content";
$lang_learning_path = "Courses";
$lang_learning_path_builder = "Authoring tool";
$lang_description = "Course settings";
$lang_title = "Title";
$lang_prerequisites = "Prerequisites";
$lang_move_up = "Up";
$lang_move_down = "Down";
$langThisItem = "this learning object";
$lang_title_and_desc = "Name & description";
$lang_add_item = "Add learning object or activity";
$lang_change_order = "Change order";
$lang_add_prereqi = "Add prerequisities";
$lang_add_title_and_desc = "Edit name & desc.";
$lang_delete = "Delete";
$lang_add_chapter = "Add section";
$langLearnpathMystatus = "My progress in this course";
$langLearnpathCompstatus = "completed";
$langLearnpathIncomplete = "incomplete";
$langLearnpathPassed = "passed";
$langLearnpathFailed = "failed";
$langLearnpathPrevious = "Previous learning object";
$langLearnpathNext = "Next learning object";
$langLearnpathRestart = "Restart";
$langLearnpathThisStatus = "This learning object is now";
$langLearnpathToEnter = "To enter";
$langLearnpathFirstNeedTo = "you need first accomplish";
$langLearnpathLessonTitle = "Section name";
$langLearnpathStatus = "Status";
$langLearnpathScore = "Score";
$langLearnpathTime = "Time";
$langLearnpathVersion = "version";
$langLearnpathRestarted = "No learning object is completed.";
$langLearnpathNoNext = "This is the last learning object.";
$langLearnpathNoPrev = "This is the first learning object.";
$lang_add_learnpath = "Create new course (Dokeos AUTHOR)";
$lang_learnpath_added = "The course was created. Add sections and learning objects to build the course. ";
$lang_edit_learnpath = "Edit learnpath";
$lang_delete_learnpath = "Delete course";
$lang_learnpath_edited = "Course has been edited";
$lang_learnpath_deleted = "Course has been deleted";
$lang_no_publish = "do not publish";
$lang_publish = "Publish on training homepage";
$lang_no_published = "not published";
$lang_published = "published";
$lang_add_learnpath_module = "Add a section";
$lang_add_learnpath_chapter_to_path = "Add a section to this course";
$lang_learnpath_module_added = "The section was successfully created. Add learning object by clicking on the corresponding icon.";
$lang_edit_learnpath_module = "Edit section description/name";
$lang_delete_learnpath_module = "Delete section";
$lang_learnpath_module_edited = "The course section was edited";
$lang_learnpath_module_deleted = "The course section and the learning objects it contains have been deleted";
$lang_nochapters = "No sectionss added yet.";
$lang_add_learnpath_item = "Add learning objects to this section";
$lang_learnpath_item_deleted = "The learning object has been deleted";
$lang_assign_learnpath_items_to = "Assign these learning objects to a section: ";
$lang_edit_learnpath_item = "Edit learning object name and description";
$lang_add_prereq = "Add/edit prerequisites to this learning object";
$lang_delete_learnpath_item = "Delete learning object";
$lang_learnpath_item_edited = "The learning object has been edited";
$lang_prereq_deleted_error = "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 see course from learner viewpoint, select Display";
$lang_prereq_not_complete = "This learning object cannot display because the course prerequisites are not completed. This happens when a course imposes that you follow it step by step or get a minimum score in tests before you reach the next steps. ";
$lang_author = "Author";
$lang_date = "Date";
$langBasicOverview = "Organize";
$langAdvanced = "Authoring";
$langDisplay = "Display";
$langNewChapter = "Add section";
$langNewStep = "Add learning object or activity";
$langPrerequisites = "Prerequisites";
$langEditPrerequisites = "Edit the prerequisites of the current LO";
$langTitleManipulateChapter = "Edit section";
$langTitleManipulateModule = "Edit section";
$langTitleManipulateDocument = "Edit document";
$langTitleManipulateLink = "Edit link";
$langTitleManipulateQuiz = "Edit test structure";
$langTitleManipulateStudentPublication = "Edit assignment";
$langEnterDataNewChapter = "Adding a section to the course";
$langEnterDataNewModule = "Enter information for section";
$langCreateNewStep = "Create new rich media page";
$langNewDocument = "Rich media page / activity";
$langUseAnExistingResource = "Or use an existing resource :";
$langParent = "Section";
$langPosition = "In table of contents";
$langNewChapterCreated = "A new section has now been created. You may continue by adding a section or step.";
$langNewLinksCreated = "The new link has been created";
$langNewStudentPublicationCreated = "The new assignment has been created";
$langNewModuleCreated = "The new section has been created. You can now add a section or a learning object to it.";
$langNewExerciseCreated = "The test has been added to the course";
$langItemRemoved = "The learning object has been removed";
$langConverting = "Converting...";
$langPpt2lpError = "Error during the conversion of PowerPoint. Please check if there are special characters in the name of your PowerPoint.";
$langBuild = "Build";
$langViewModeEmbedded = "View mode: embedded";
$langViewModeFullScreen = "View mode: fullscreen";
$langShowDebug = "Show debug";
$langHideDebug = "Hide debug";
$langCantEditDocument = "This document is not editable";
$langAfter = "After";
$lang_prerequisites_limit = "Prerequisities (limit)";
$lang_loading = "Loading page, please wait ...";
$lang_empty = "This course includes no learning object.";
$langHotPotatoesFinished = "This HotPotatoes test has been closed.";
$langCompletionLimit = "Completion limit (minimum points)";
$langPrereqToEnter = "To enter ";
$langPrereqFirstNeedTo = " you need first accomplish ";
$langPrereqModuleMinimum1 = "At least 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 = "Select a learning object in the table of contents";
$langNewDocumentCreated = "The rich media page/activity has been added to the course";
$langEditCurrentChapter = "Edit the current section";
$langditCurrentModule = "Edit the current section";
$langCreateTheDocument = "Adding a rich media page/activity to the course";
$langMoveTheCurrentDocument = "Move the current document";
$langEditTheCurrentDocument = "Edit the current document";
$langWarning = "Warning !";
$langWarningEditingDocument = "When you edit an existing document in Courses, the new version of the document will not overwrite the old version but will be saved as a new document. If you want to edit a document definitively, you can do that with the document tool.";
$langDirectory = "Folder";
$langCreateTheExercise = "Adding a test to the course";
$langMoveTheCurrentExercise = "Move the current test";
$langEditCurrentExecice = "Edit the current test";
$langUploadScorm = "Import SCORM course";
$langPowerPointConvert = "Dokeos RAPID";
$langLPCreatedToContinue = "To continue add a section or a learning object or activity to your course.";
$langLPCreatedAddChapterStep = " <html><body><p><big><img height=\"250\" width=\"250\" align=\"right\" src=\"images/gallery/mr_dokeos/animated/practicerAnim.gif\" alt=\"practicerAnim.gif\" />Welcome to the Dokeos course authoring tool !</big></p> <ul> <li><b>Build</b> : Add learning objects and activities to your course</li> <li><b>Organize</b> : Add audio comments and order learning objects in the table of contents</li> <li><b>Display</b> : Watch the course from learner\'s viewpoint</li> <li><b>Add section</b> : Chapter 1, Chapter 2 or Week 1, Week 2...</li> <li><b>Add learning object or activity</b> : activities, tests, videos, multimedia pages</li> </ul></html></body>";
$langPrerequisitesAdded = "Prerequisites to the current learning object have been added.";
$langAddEditPrerequisites = "Add/edit prerequisites";
$langMinimum = "Minimum";
$langMaximum = "Maximum";
$langNoDocuments = "No documents";
$langNoExercisesAvailable = "No tests available";
$langNoLinksAvailable = "No links available";
$langNoItemsInLp = "There are no learning objects in the course. Click on \"Build\" to enter authoring mode.";
$FirstPosition = "First position";
$NewQuiz = "New test";
$CreateTheForum = "Adding a forum to the course";
$AddLpIntro = "<strong>Welcome</strong> to the Dokeos Course authoring tool.<br />Create your courses step-by-step. The table of contents will appear to the left.";
$AddLpToStart = "To start, give a title to your course";
$CreateTheLink = "Adding a link to the course";
$MoveCurrentLink = "Move the current link";
$EditCurrentLink = "Edit the current link";
$Url = "Url";
$MoveCurrentStudentPublication = "Move the current assignment";
$EditCurrentStudentPublication = "Edit the current assignment";
$AllowMultipleAttempts = "Allow multiple attempts";
$PreventMultipleAttempts = "Prevent multiple attempts";
$MakeScormRecordingExtra = "Make SCORM recordings extra";
$MakeScormRecordingNormal = "Make SCORM recordings normal";
$DocumentHasBeenDeleted = "The document cannot be displayed because it has been deleted";
$EditCurrentForum = "Edit the current forum";
$NoPrerequisites = "No prerequisites";
$NewExercise = "New test";
$CreateANewLink = "Create a new link";
$CreateANewForum = "Create a new forum";
$LinkAdd = "Add link";
$WoogieConversionPowerPoint = "Woogie : Word conversion";
$WelcomeWoogieSubtitle = "MS Word to course converter";
$WelcomeWoogieConverter = "Welcome to Woogie Rapid Learning<ul type=\\\"1\\\"><li>Choose a file .doc, .sxw, .odt<li>Upload it to Woogie. It will be convert to a SCORM course<li>You will then be able to add audio comments on each page and insert quizzes and other activities between pages</ul>";
$WoogieError = "Error during the conversion of the word document. Please check if there are special characters in the name of your document..";
$WordConvert = "MS Word conversion";
$Order = "Order";
$InteractionID = "Interaction ID";
$TimeFinished = "Time (finished at...)";
$CorrectAnswers = "Correct answers";
$StudentResponse = "Learner answers";
$LatencyTimeSpent = "Time spent";
$Result = "Result";
$SplitStepsPerPage = "A page, a learning object";
$SplitStepsPerChapter = "A section, a learning object";
$TakeSlideName = "Use the slides names as course learning object names";
$CannotConnectToOpenOffice = "The connexion to the document converter failed. Please contact your platform administrator to fix the problem.";
$OogieConversionFailed = "The conversion failed. <br />Some documents are too complex to be threated automatically by the document converter. <br />We try to improve it.";
$OogieUnknownError = "The conversion failed for an unknown reason.<br />Please contact your administrator to get more information.";
$OogieBadExtension = "Please upload presentations only. Filename should end with .ppt or .odp";
$WoogieBadExtension = "Please upload text documents only. Filename should end with .doc, .docx or .odt";
$ShowAudioRecorder = "Show audio recorder";
$SearchFeatureNotEnabledComment = "The full-text search feature is not enabled in Dokeos. Please contact the Dokeos administrator.";
$SearchFeatureSearchExplanation = "To search the course database, please use the following syntax:<br/> <EFBFBD><EFBFBD><EFBFBD><i>term tag:tag_name -exclude +include \\\"exact phrase\\\"</i><br/> For example:<br/> <EFBFBD><EFBFBD><EFBFBD><i>car tag:truck -ferrari +ford \\\"high consumption\\\".</i><br/> This will show all the results for the word \'car\' tagged as \'truck\', not including the word \'ferrari\' but including the word \'ford\' and the exact phrase \'high consumption\'.";
$ViewLearningPath = "View course";
$SearchFeatureDocumentTagsIfIndexing = "Tags to add to the document, if indexing";
$ReturnToLearningPaths = "Back to courses";
$UploadMp3audio = "Upload Mp3 audio";
$UpdateAllAudioFragments = "Add audio";
$LeaveEmptyToKeepCurrentFile = "Leave import form empty to keep current audio file";
$RemoveAudio = "Remove audio";
$SaveAudio = "Validate";
$ChangesStored = "Audio added";
$ViewScoreChangeHistory = "View score change history";
$ImageWillResizeMsg = "Trainer picture will resize if needed";
$ImagePreview = "Image preview";
$UplAlreadyExists = "File already exists";
$UplUnableToSaveFile = "Unable to save file";
$UnknownPackageFormat = "The format of this package could not be recognized. Please check this is a valid package.";
$MoveDocument = "Move document";
$EditLPSettings = "Edit course settings";
$SaveLPSettings = "Save course settings";
$ShowAllAttempts = "Show all attempts";
$HideAllAttempts = "Hide all attempts";
$ShowAllAttemptsByExercise = "Show all attempts by test";
$ShowAttempt = "Show attempt";
$ShowAndQualifyAttempt = "Show and mark attempt";
$langAddEdit = "Add / Edit";
$ModifyPrerequisites = "Save prerequisites settings";
$CreateLearningPath = "Continue >";
$AddExercise = "Add test to course";
$AddForum = "Add forum";
$LPCreateDocument = "Add this document to the course";
$ObjectiveID = "Objective ID";
$ObjectiveStatus = "Objective status";
$ObjectiveRawScore = "Objective raw score";
$ObjectiveMaxScore = "Objective max score";
$ObjectiveMinScore = "Objective min score";
$LPName = "Course name";
$AuthoringOptions = "Authoring options";
$CourseSettings = "Course settings";
$AddLinkToCourse = "Add link to course";
$AddAssignmentToCourse = "Add assignment to course";
$AddForumToCourse = "Add forum to course";
?>