]> git.mjollnir.org Git - moodle.git/commitdiff
repository/local MDL-16597 Some wording changes local -> server (more user-centric)
authormoodler <moodler>
Tue, 22 Sep 2009 08:25:41 +0000 (08:25 +0000)
committermoodler <moodler>
Tue, 22 Sep 2009 08:25:41 +0000 (08:25 +0000)
lang/en_utf8/repository_local.php

index dc1422f77f8cdd7e676a0145d8931315b4710de2..a55fda7bea5aa6fb36fbd2b4d28dc1dbf23799b5 100644 (file)
@@ -1,9 +1,9 @@
 <?php // $Id$
 $string['emptyfilelist'] = 'There are no files to show';
-$string['configplugin'] = 'Configuration for local file repository';
-$string['currentusefiles'] = 'Current use files';
-$string['local:view'] = 'View local repository';
-$string['repositoryname'] = 'Local files';
-$string['repositorydesc'] = 'Repository on the local Moodle server';
+$string['configplugin'] = 'Configuration for server file repository';
+$string['currentusefiles'] = 'Currently used files';
+$string['local:view'] = 'View server repository';
+$string['repositoryname'] = 'Server files';
+$string['repositorydesc'] = 'Files previously uploaded to the Moodle server';
 $string['remember'] = 'Remember me';
 $string['notitle'] = 'notitle';