.
/**
* 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'] = 'Setup repository on file system';
$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['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 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)';