mirror of
https://github.com/moodle/moodle.git
synced 2025-02-05 15:53:36 +01:00
38 lines
1.4 KiB
PHP
Executable File
38 lines
1.4 KiB
PHP
Executable File
<?PHP // $Id$
|
|
|
|
#------------------------------------------------------------
|
|
$string['modulename'] = 'Scorm';
|
|
$string['modulenameplural'] = 'Scorms';
|
|
#------------------------------------------------------------
|
|
|
|
$string['autocontinue'] = 'Auto-Continue';
|
|
$string['browse'] = 'Browse';
|
|
$string['browsed'] = 'Browsed';
|
|
$string['browsemode'] = 'Browse Mode';
|
|
$string['chooseapacket'] = 'Choose or update a SCORM package';
|
|
$string['completed'] = 'Completed';
|
|
$string['coursestruct'] = 'Course structure';
|
|
$string['coursepacket'] = 'Course package';
|
|
$string['datadir'] = 'Filesystem Error: Can\'t create course data directory';
|
|
$string['entercourse'] = 'Enter SCORM course';
|
|
$string['failed'] = 'Failed';
|
|
$string['incomplete'] = 'Incomplete';
|
|
$string['next'] = 'Continue';
|
|
$string['nomanifest'] = 'Manifest not found';
|
|
$string['noreports'] = 'No report to display';
|
|
$string['normal'] = 'Normal';
|
|
$string['notattempted'] = 'Not attempted';
|
|
$string['mode'] = 'Mode';
|
|
$string['packagedir'] = 'Filesystem Error: Can\'t create package directory';
|
|
$string['passed'] = 'Passed';
|
|
$string['prev'] = 'Previous';
|
|
$string['regular'] = 'Regular Manifest';
|
|
$string['report'] = 'Report';
|
|
$string['review'] = 'Review';
|
|
$string['score'] = 'Score';
|
|
$string['trackingloose'] = 'WARNING: The tracking data of this SCORM package will be lost!';
|
|
$string['validation'] = 'Validation result';
|
|
$string['validateascorm'] = 'Validate a SCORM package';
|
|
$string['viewallreports'] = 'View reports for $a attempts';
|
|
?>
|