mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Revert "MDL-35380 SCORM: improve check for imsmanifest file and consolidate into a single function."
This reverts commit 492407e9f7
.
This commit is contained in:
parent
9ead041cdb
commit
aee8151f7d
9 changed files with 47 additions and 121 deletions
|
@ -59,8 +59,7 @@ $string['autocontinue_help'] = 'If enabled, subsequent learning objects are laun
|
|||
$string['autocontinuedesc'] = 'If enabled, subsequent learning objects are launched automatically, otherwise the Continue button must be used.';
|
||||
$string['averageattempt'] = 'Average attempts';
|
||||
$string['badmanifest'] = 'Some manifest errors: see errors log';
|
||||
$string['badimsmanifestlocation'] = 'An imsmanifest.xml file was found but it was not in the root of your zip file, please re-package your SCORM';
|
||||
$string['badarchive'] = 'You must provide a valid zip file';
|
||||
$string['badpackage'] = 'The specified package/manifest is not valid. Check it and try again.';
|
||||
$string['browse'] = 'Preview';
|
||||
$string['browsed'] = 'Browsed';
|
||||
$string['browsemode'] = 'Preview mode';
|
||||
|
@ -223,7 +222,7 @@ $string['noattemptsmade'] = 'Number of attempts you have made';
|
|||
$string['no_attributes'] = 'Tag {$a->tag} must have attributes';
|
||||
$string['no_children'] = 'Tag {$a->tag} must have children';
|
||||
$string['nolimit'] = 'Unlimited attempts';
|
||||
$string['nomanifest'] = 'Incorrect file package - missing imsmanifest.xml or AICC structure';
|
||||
$string['nomanifest'] = 'Manifest not found';
|
||||
$string['noprerequisites'] = 'Sorry but you don\'t have the required prerequisites to access this activity.';
|
||||
$string['noreports'] = 'No report to display';
|
||||
$string['normal'] = 'Normal';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue