Merge branch 'MDL-40439-en_fix' of git://github.com/mudrd8mz/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2013-07-02 13:47:09 +02:00
commit 8b180f2317
10 changed files with 23 additions and 21 deletions

View file

@ -24,7 +24,7 @@
*/
$string['blockedpath'] = 'Blocked root path';
$string['configplugin'] = 'Setup repository on file system';
$string['configplugin'] = 'Configuration for file system repository';
$string['donotusesysdir'] = 'Don\'t use system directory as repository, including';
$string['filesystem:view'] = 'View file system repository';
$string['information'] = 'These folders are within the <b>{$a}</b> directory.';
@ -34,5 +34,5 @@ $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 users to add a repository instance into the course (can be configured only by admins)';
$string['enableuserinstances'] = 'Allow users to add a repository instance into the user context (can be configured only by admins)';
$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)';