mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-38757 scorm: Reformat SCORM package module settings
This commit is contained in:
parent
b55248d5ad
commit
20b51a1134
2 changed files with 47 additions and 31 deletions
|
@ -52,6 +52,7 @@ $string['attemptstatusall'] = 'My home and entry page';
|
|||
$string['attemptstatusmy'] = 'My home only';
|
||||
$string['attemptstatusentry'] = 'Entry page only';
|
||||
$string['attemptsx'] = '{$a} attempts';
|
||||
$string['attemptsmanagement'] = 'Attempts management';
|
||||
$string['attempt1'] = '1 attempt';
|
||||
$string['attr_error'] = 'Bad value for attribute ({$a->attr}) in tag {$a->tag}.';
|
||||
$string['autocontinue'] = 'Auto-continue';
|
||||
|
@ -65,6 +66,7 @@ $string['browsed'] = 'Browsed';
|
|||
$string['browsemode'] = 'Preview mode';
|
||||
$string['browserepository'] = 'Browse repository';
|
||||
$string['cannotfindsco'] = 'Could not find SCO';
|
||||
$string['compatibilitysettings'] = 'Compatibility settings';
|
||||
$string['completed'] = 'Completed';
|
||||
$string['completionscorerequired'] = 'Require minimum score';
|
||||
$string['completionscorerequired_help'] = 'Enabling this setting will require a user to have at least the minimum score entered to be marked complete in this SCORM activity, as well as any other Activity Completion requirements.';
|
||||
|
@ -246,6 +248,7 @@ $string['package'] = 'Package file';
|
|||
$string['package_help'] = 'The package file is a zip (or pif) file containing SCORM/AICC course definition files.';
|
||||
$string['packagedir'] = 'Filesystem error: Can\'t create package directory';
|
||||
$string['packagefile'] = 'No package file specified';
|
||||
$string['packagehdr'] = 'Package';
|
||||
$string['packageurl'] = 'URL';
|
||||
$string['packageurl_help'] = 'This setting enables a URL for the SCORM package to be specified, rather than choosing a file via the file picker.';
|
||||
$string['passed'] = 'Passed';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue