mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
12 lines
547 B
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';
|