mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
5 lines
232 B
PHP
5 lines
232 B
PHP
<?php // $Id$
|
|
$string['configplugin'] = 'Configuration for upload plugin';
|
|
$string['upload:view'] = 'Use uploading in file picker';
|
|
$string['repositoryname'] = 'Upload a file';
|
|
$string['repositorydesc'] = 'Upload a file to Moodle';
|