.
/**
* Strings for component 'repository_filesystem', language 'en', branch 'MOODLE_20_STABLE'
*
* @package repository_filesystem
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
$string['blockedpath'] = 'Blocked root path';
$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 {$a} 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 {$a} 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)';