repository/local MDL-16597 Some wording changes local -> server (more user-centric)

This commit is contained in:
moodler
2009-09-22 08:25:41 +00:00
parent 480b5db6b3
commit 31282b6808
+5 -5
View 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';