/////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2002 Click2Learn Corporation
//
// The copyright to the computer software herein is proprietary and remains
// the property of Click2Learn, USA. It may be used and/or copied only with
// the written consent of Click2Learn or in accordance with the terms and
// conditions stipulated in the agreement/contract under which this software
// has been supplied.
//
// $Id: L_CDS_RuntimeStrings.js,v 1.12.6.1 2003/01/24 22:35:20 kurtisc Exp $
// $Date: 2003/01/24 22:35:20 $
// $RCSfile: L_CDS_RuntimeStrings.js,v $
// $Revision: 1.12.6.1 $
//
// Abstract:
//
//    Localized file
//
// Revision History:
//
//    2002-04-02   Kurtis Chinn    Created file
//
/////////////////////////////////////////////////////////////////////////////

//PARAMS
var L_RUNTIME_HelpNotAvailableForCourse = "Help is not available for this course.";
var L_RUNTIME_FunctionalityOnlyAvailableInLMS = "This functionality is only available when the course is delivered through the Aspen Personalized Delivery module.";

//LAUNCH
var L_RUNTIME_ClickHereToLaunchCourse = ">> Click here to launch the course";

//API
var L_RUNTIME_failed = "failed";
var L_RUNTIME_passed = "passed";
var L_RUNTIME_review = "review";
var L_RUNTIME_abinitio = "ab-initio";
var L_RUNTIME_not_attempted = "not attempted";
var L_RUNTIME_incomplete = "incomplete";
var L_RUNTIME_browse = "browse";
var L_RUNTIME_completed = "completed";
var L_RUNTIME_FunctionNotAvailable = "This functionality is not available in design mode. It is available during delivery through Aspen, offline or an SCORM/AICC compliant delivery method.";
var L_RUNTIME_SAPNotAvailable = "Study Aids supported only in Aspen PDM delivery.";
var L_RUNTIME_TOCNotAvailable = "Hiding the Table of Contents is not permitted.";
var L_RUNTIME_FunctionAvailableInExperienceOnly = "This functionality is not available in design mode. It is only available during delivery through the Aspen Personalized Delivery module.";
var L_RUNTIME_FunctionNotAvailableInDelivery = "This functionality is not available when the course is delivered by a SCORM/AICC compliant delivery engine.";
var L_RUNTIME_FunctionNotAvailableInPreview = "This functionality is not available in preview mode. It is available during delivery through the Aspen Personalized Delivery module, offline or an SCORM/AICC compliant delivery method.";
var L_RUNTIME_FunctionNotAvailableInPreviewOnlyLXS = "This functionality is not available in preview mode. It is only available during delivery through the Aspen Personalized Delivery module.";
var L_RUNTIME_FunctionalityNotAvailableOffline = "This functionality is not available when the course is delivered by the offline delivery engine.";
var L_RUNTIME_FunctionalityNotAvailableInPopup = "This functionality is not available in popup mode. It is available during delivery through the Aspen Personalized Delivery module, offline or SCORM/AICC compliant delivery.";
var L_RUNTIME_FunctionalityNotAvailableInPopupOnlyLXS = "This functionality is not available in popup mode. It is only available during delivery through the Aspen Personalized Delivery module.";
var L_RUNTIME_PlaceHolderForAssessmentPerformance = "This TextArea is used as a placeholder. Text will be inserted based on the performance in the assessment. The text in this field cannot be edited";
var L_RUNTIME_PlaceHolderCourseCompletion = "This TextArea is used as a placeholder. Text will be inserted based on the course completion status. The text in this field cannot be edited";
var L_RUNTIME_OnlyCertainIndicesSupportedForLocalData = "Currently only the indices 0 and 1 are supported for Local Data.";
var L_RUNTIME_OnlyCertainIndicesSupportedForGlobalData = "Currently only the indices 0 and 1 are supported for Global Data.";
var L_RUNTIME_FunctionalityNotAvailableFromQuestion = "This functionality is not available from a question.";
var L_RUNTIME_LastAssessmentQuestionFinishReview = "This is the last assessment question.\nFinish Review?";
var L_RUNTIME_LastAssessmentQuestionSubmitAssessment = "This is the last assessment question.\nSubmit the assessment?";
var L_RUNTIME_NotAllQuestionsAnsweredContinue = "Some questions in this assessment have not been answered.\nIf you submit the assessment now, the score for these questions\nwill be 0. Do you want to continue?";
var L_RUNTIME_FirstAssessmentQuestion = "This is the first assessment question.";
var L_RUNTIME_CannotNavigateBeforeInstructionPage = "This is the assessment instructions page.\nYou cannot navigate further back in the assessment.";
var L_RUNTIME_UnableToLoadLMSAPIInitializeFailed = "Unable to locate the LMS's API implementation.\nLMSInitialization was not successful.";
var L_RUNTIME_UnableToLoadLMSAPIFinishFailed = "Unable to locate the LMS's API implementation.\nLMSFinish was not successful.";
var L_RUNTIME_UnableToLoadLMSAPILMSGetValueFailed = "Unable to locate the LMS's API implementation.\nLMSGetValue was not successful.";
var L_RUNTIME_UnableToLoadLMSAPILMSSetValueFailed = "Unable to locate the LMS's API implementation.\nLMSSetValue was not successful.";
var L_RUNTIME_UnableToLoadLMSAPILMSCommitFailed = "Unable to locate the LMS's API implementation.\nLMSCommit was not successful.";
var L_RUNTIME_UnableToLoadLMSAPILMSGetLastErrorFailed = "Unable to locate the LMS's API implementation.\nLMSGetLastError was not successful.";
var L_RUNTIME_UnableToLoadLMSAPILMSGetErrorStringFailed = "Unable to locate the LMS's API implementation.\nLMSGetErrorString was not successful.";
var L_RUNTIME_UnableToLoadLMSAPILMSGetDiagnosticFailed = "Unable to locate the LMS's API implementation.\nLMSGetDiagnostic was not successful.";
var L_RUNTIME_UnableToLoadLMSAPILMSIsInitializedFailed = "Unable to locate the LMS's API implementation.\nLMSIsInitialized() failed.";
var L_RUNTIME_UnableToLoadLMSAPICannotDetermineErrorCode = "Unable to locate the LMS's API implementation.\nCannot determine LMS error code.";
var L_RUNTIME_UnableToLoadLMSAPICannotDetermineNavigationStatus = "Unable to locate the LMS's API implementation.\nCannot determine navigation status.";
var L_RUNTIME_UnableToLoadLMSAPICannotNavigate = "Unable to locate the LMS's API implementation.\nCannot navigate.";

//CORE
var L_RUNTIME_CompletedAssessment = "You have completed this assessment. Summary data is displayed below:";
var L_RUNTIME_ScoreObtained = "Score obtained :";
var L_RUNTIME_PassingScore = "Passing score :";
var L_RUNTIME_AssessmentStatus = "Assessment Status :";
var L_RUNTIME_YouMayNowContinueWithCourse = "You may now continue with the course.";
var L_RUNTIME_Question = "&nbsp;&nbsp;Question";
var L_RUNTIME_Status = "Status";
var L_RUNTIME_Score = "Score";
var L_RUNTIME_Result = "Result :"
var L_RUNTIME_Score2 = "Score :";
var L_RUNTIME_NoQuestionsHaveBeenAnswered = "No questions have been answered";
var L_RUNTIME_GlossaryTermDeleted = "The glossary term to which the hotword refers to has been deleted from the course.";
var L_RUNTIME_PopupCouldNotBeFound = "The popup node to which the link was made could not be found in the course.";
var L_RUNTIME_NodeCouldNotBeFound = "The node to which the link was made could not be found in the course.";
var L_RUNTIME_NavigationToPageNotSupportedInDesignMode = "Navigation to the page '{0}' is not supported in Design mode. It is available during delivery through the Aspen Personalized Delivery module or offline delivery.";
var L_RUNTIME_NotValidAPICall = "C2LAPI : Not a valid function call.";
var L_RUNTIME_TableOfContentsTitle = "Table of Contents";
var L_RUNTIME_SelectionOfAllElementsNotAllowed = "Selection of all elements is currently not allowed";

//COURSE
var L_RUNTIME_HotwordTitle = "Hotword";

//HELP
var L_RUNTIME_ViewingTheCourseTitle = "Viewing the Course";
var L_RUNTIME_ViewingTheCourse = "Viewing the course";
var L_RUNTIME_HelpText1 = "There are two areas on the screen which display course information. On the left side of the screen, the structure of the course appears as a table of contents that lists the topics and lessons. The right side of the screen displays the pages that make up the content of the course.";
var L_RUNTIME_HelpText2 = "Some courses may include a quiz. If you take a quiz, a summary page showing your results will appear after you finish answering the questions.";

//GLOSSARY
var L_RUNTIME_GlossaryTitle = "Glossary";
var L_RUNTIME_Glossary = "Glossary";
var L_RUNTIME_Close = "Close";
var L_RUNTIME_Term = "Term";
var L_RUNTIME_Explanation = "Explanation";
var L_RUNTIME_NoEntries = "There are no entries.";

//TEMPLATE EDITOR
var L_RUNTIME_CurrentChoiceSetAsCorrectAnswer = "The current choice has been set as the correct answer.";
var L_RUNTIME_SelectFromColumnTwoBeforeColumnOneAgain = "Please select from column two, before selecting from column one again.";
var L_RUNTIME_PleaseMakeSelection = "Please make a selection";
var L_RUNTIME_EnterNumberedChoicesInTextBoxes = "Please enter the numbered choices in the text boxes";
var L_RUNTIME_ExperienceAPIIsMissing = "objExperienceAPI is missing";
var L_RUNTIME_TemplateCouldNotFindAPI = "Template could not find API";

//WIDGETS
var L_RUNTIME_ConfirmSave = "There were changes made to the current page.\nWould you like to save these changes?";
var L_RUNTIME_TopicBeingSavedPleaseWait = "The topic is currently being saved so please try again in a few moments.";
var L_RUNTIME_ImageContainsPageLink = "The image contains a page link.";
var L_RUNTIME_ImageContainsHyperLink = "The image contains a hyperlink.";
var L_RUNTIME_PageLinksSupportedOnlyInCertainAssets = "Page links are supported only in TextArea and Graphic assets.";
var L_RUNTIME_PleaseSelectTextToLink = "Please select the text you would like to link.";
var L_RUNTIME_PleaseSelectTextToUnlink = "Please select the text with page link.";
var L_RUNTIME_SelectionHasNoLink = "The selection does not contain a page link";
var L_RUNTIME_ImageHasNoLink = "The image does not contain a page link.";
var L_RUNTIME_PleaseSelectGraphicOrTextWithPageLink = "Please select the text or graphic with page link.";
var L_RUNTIME_NoTextSelected = "No text has been selected.";
var L_RUNTIME_MaximumLengthForSelectedText = "The maximum length for the selected text is 128 characters.";
var L_RUNTIME_SelectionContainsHotword = "The selection contains a hotword.";
var L_RUNTIME_SelectionContainsPageLink = "The selection contains a page link.";
var L_RUNTIME_SelectionContainsHyperLink = "The selection contains a hyperlink.";
var L_RUNTIME_SelectionContainsMultipleHyperLinks = "The selection contains more than one hyperlink. You may edit only one hyperlink at a time.";
var L_RUNTIME_HyperLinksSupportOnlyInCertainAssets = "Hyperlinks links are supported only on TextArea and Graphic assets.";
var L_RUNTIME_PleaseSelectTextToHyperLink = "Please select the text you would like to hyperlink.";
var L_RUNTIME_PleaseSelectTextWithHyperLink = "Please select the text with hyperlink.";
var L_RUNTIME_SelectionDoesNotContainHyperLink = "The selection does not contain a hyperlink";
var L_RUNTIME_ImageDoesNotContainHyperLink = "The image does not contain a hyperlink.";
var L_RUNTIME_PleaseSelectGraphicOrTextWithHyperLink = "Please select the text or graphic with hyperlink.";
var L_RUNTIME_PleaseSelectElementAndTextOrGraphics = "Please select the element and the text or graphics.";
var L_RUNTIME_SelectedElementMustBeTextOrGraphicAndInEditMode = "The selected element must be text or graphic and in edit mode.";
var L_RUNTIME_PleaseSelectTextToCreateHotword = "Please select text to create a hotword.";
var L_RUNTIME_SelectionDoesNotContainHotword = "The selection does not contain a hotword";
var L_RUNTIME_PleaseSelectHotword = "Please select a hotword.";

var L_RUNTIME_PleaseWaitPageLoading = "Please wait, the page is loading...";
var L_RUNTIME_OptionForTextAreaOnly = "This option is valid only for TextArea assets.";

