mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
Some improvements to strings - translators should probably wait because there
will be more changes
This commit is contained in:
parent
810df47433
commit
3c184e1464
4 changed files with 26 additions and 26 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php // $Id$
|
||||
$string['configplugin'] = 'Configuration for local repository';
|
||||
$string['repositoryname'] = 'Local Moodle';
|
||||
$string['repositorydesc'] = 'Repository for local Moodle';
|
||||
$string['configplugin'] = 'Configuration for local file repository';
|
||||
$string['repositoryname'] = 'Local Files';
|
||||
$string['repositorydesc'] = 'Repository on the local Moodle server';
|
||||
$string['notitle'] = 'notitle';
|
||||
$string['remember'] = 'Remember me';
|
||||
$string['emptyfilelist'] = 'There is no files.';
|
||||
$string['emptyfilelist'] = 'There are no files to show';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue