mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
MDL-41580 SCORM: allow imsmanifest.xml to be used in file system repos
This commit is contained in:
parent
7f3836d15a
commit
361a47d409
11 changed files with 153 additions and 14 deletions
|
@ -30,9 +30,12 @@ $string['filesystem:view'] = 'View file system repository';
|
|||
$string['information'] = 'These folders are within the <b>{$a}</b> directory.';
|
||||
$string['invalidpath'] = 'Invalid root path';
|
||||
$string['path'] = 'Select a subdirectory';
|
||||
$string['relativefiles'] = 'Allow relative files';
|
||||
$string['relativefiles_desc'] = 'This allows all files in the repository to be accessible using relative links.';
|
||||
$string['root'] = 'Root';
|
||||
$string['nosubdir'] = 'You need to create at least one folder inside the <b>{$a}</b> directory so you can select it here.';
|
||||
$string['pluginname_help'] = 'Create repository from local directory';
|
||||
$string['pluginname'] = 'File system';
|
||||
$string['enablecourseinstances'] = 'Allow admins to add a file system repository instance to a course (configurable only by admins)';
|
||||
$string['enableuserinstances'] = 'Allow admins to add a file system repository instance for personal use (configurable only by admins)';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue