From 484f0cad989918fda85bea10a25e47eaafcf0118 Mon Sep 17 00:00:00 2001 From: bobopinna Date: Mon, 19 Jul 2004 15:01:23 +0000 Subject: [PATCH] Added new grades string and some validation error messages --- lang/en/scorm.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/lang/en/scorm.php b/lang/en/scorm.php index 4a9dd8372a..6336cab756 100755 --- a/lang/en/scorm.php +++ b/lang/en/scorm.php @@ -5,7 +5,9 @@ $string['modulename'] = 'Scorm'; $string['modulenameplural'] = 'Scorms'; #------------------------------------------------------------ +$string['attr_error'] = 'Bad value for attribute ($a->attr) in tag $a->tag.'; $string['autocontinue'] = 'Auto-Continue'; +$string['badmanifest'] ='Some manifest errors: see errors log'; $string['browse'] = 'Browse'; $string['browsed'] = 'Browsed'; $string['browsemode'] = 'Browse Mode'; @@ -22,7 +24,15 @@ $string['coursestruct'] = 'Course structure'; $string['coursepacket'] = 'Course package'; $string['datadir'] = 'Filesystem Error: Can\'t create course data directory'; $string['entercourse'] = 'Enter SCORM course'; +$string['errorlogs'] = 'Errors log'; $string['failed'] = 'Failed'; +$string['found'] = 'Manifest found'; +$string['gradeaverage'] = 'Average grade'; +$string['gradehighest'] = 'Highest grade'; +$string['grademethod'] = 'Grading method'; +$string['gradescoes'] = 'Scoes situation'; +$string['gradesum'] = 'Sum grade'; +$string['guestsno'] = 'Guests can not view scorm courses'; $string['incomplete'] = 'Incomplete'; $string['newheight'] = 'Default window height (in pixels)'; $string['newresizable'] = 'Allow the window to be resized'; @@ -32,21 +42,35 @@ $string['newwidth'] = 'Default window width (in pixels)'; $string['newwindow'] = 'New window'; $string['newwindowopen'] = 'Display this scorm package in a new popup window'; $string['next'] = 'Continue'; +$string['no_attributes'] = 'Tag $a->tag must have attributes'; +$string['no_children'] = 'Tag $a->tag must have children'; $string['nomanifest'] = 'Manifest not found'; $string['noreports'] = 'No report to display'; $string['normal'] = 'Normal'; $string['notattempted'] = 'Not attempted'; +$string['not_corr_type'] = 'Type mismatch for tag $a->tag'; +$string['missing_attribute'] = 'Missing attribute $a->attr in tag $a->tag'; +$string['missing_tag'] = 'Missing tag $a->tag'; $string['mode'] = 'Mode'; $string['packagedir'] = 'Filesystem Error: Can\'t create package directory'; $string['passed'] = 'Passed'; +$string['php5'] = 'PHP 5 (DOMXML native library)'; $string['prev'] = 'Previous'; +$string['position_error'] = 'The $a->tag tag can\'t be child of $a->parent tag'; $string['regular'] = 'Regular Manifest'; $string['report'] = 'Report'; $string['review'] = 'Review'; $string['scoes'] = 'Scoes'; $string['score'] = 'Score'; +$string['syntax'] = 'Syntax error'; +$string['tag_error'] = 'Unknown tag ($a->tag) with this content: $a->value'; +$string['too_many_attributes'] = 'Tag $a->tag has too many attributes'; +$string['too_many_children'] = 'Tag $a->tag has too many children'; $string['trackingloose'] = 'WARNING: The tracking data of this SCORM package will be lost!'; +$string['domxml'] = 'DOMXML external library'; $string['validation'] = 'Validation result'; +$string['validationtype'] = 'This preference set the DOMXML library used for validating SCORM Manifest. If you don\'t know leave the selected choice.'; $string['validateascorm'] = 'Validate a SCORM package'; +$string['versionwarning'] = 'The manifest version is older than 1.3, warning at $a->tag tag'; $string['viewallreports'] = 'View reports for $a attempts'; ?> -- 2.39.5