Some improvements to strings - translators should probably wait because there

will be more changes
This commit is contained in:
moodler 2008-08-26 05:13:35 +00:00
parent 810df47433
commit 3c184e1464
4 changed files with 26 additions and 26 deletions

View file

@ -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';