mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
8 lines
371 B
PHP
8 lines
371 B
PHP
<?php // $Id$
|
|
$string['configplugin'] = 'Configuration for local file repository';
|
|
$string['currentusefiles'] = 'Current use files';
|
|
$string['repositoryname'] = 'Local files';
|
|
$string['repositorydesc'] = 'Repository on the local Moodle server';
|
|
$string['notitle'] = 'notitle';
|
|
$string['remember'] = 'Remember me';
|
|
$string['emptyfilelist'] = 'There are no files to show';
|