moodle/lang/en_utf8/repository_filesystem.php

12 lines
547 B
PHP

<?php
$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'] = 'This is the relative path against %moodledata%/repository/';
$string['invalidpath'] = 'Invalid root path';
$string['repositoryname'] = 'File system';
$string['repositorydesc'] = 'Create repository from local directory';
$string['path'] = 'Select a subdirectory';