<?php $this->cache['id']['repository_filesystem'] = array (
  'blockedpath' => 'Blocked root path',
  'configplugin' => 'Setup repository on file system',
  'donotusesysdir' => 'Don\'t use system directory as repository, including',
  'filesystem:view' => 'View file system repository',
  'information' => 'These folders are within the <b>{$a}</b> directory.',
  'invalidpath' => 'Invalid root path',
  'path' => 'Select a subdirectory',
  'nosubdir' => 'You need to create at least one folder inside the <b>{$a}</b> directory so you can select it here.',
  'pluginname_help' => 'Create repository from local directory',
  'pluginname' => 'File system',
  'enablecourseinstances' => 'Allow users to add a repository instance into the course (can be configured only by admins)',
  'enableuserinstances' => 'Allow users to add a repository instance into the user context (can be configured only by admins)',
);