]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-13766, move lang files
authordongsheng <dongsheng>
Fri, 15 Aug 2008 03:23:42 +0000 (03:23 +0000)
committerdongsheng <dongsheng>
Fri, 15 Aug 2008 03:23:42 +0000 (03:23 +0000)
lang/en_utf8/repository_boxnet.php [new file with mode: 0644]
lang/en_utf8/repository_flickr.php [new file with mode: 0644]
lang/en_utf8/repository_local.php [new file with mode: 0644]

diff --git a/lang/en_utf8/repository_boxnet.php b/lang/en_utf8/repository_boxnet.php
new file mode 100644 (file)
index 0000000..ae13cab
--- /dev/null
@@ -0,0 +1,13 @@
+<?php
+$string['apikey'] = 'API Key';
+$string['repositoryname'] = 'Box.net';
+$string['repositorydesc'] = 'Repository for box.net';
+$string['configplugin'] = 'Box.net configuration';
+$string['username'] = 'Username for Box.net';
+$string['password'] = 'Password';
+$string['saved'] = 'Box.net data saved.';
+$string['invalidpassword'] = 'Invalid password';
+$stirng['invalidtoken'] = 'Invalid auth-token';
+$string['nullfilelist'] = 'There are no files in this repository';
+$string['username'] = 'Box.net Account:';
+$string['password'] = 'Your Password:';
diff --git a/lang/en_utf8/repository_flickr.php b/lang/en_utf8/repository_flickr.php
new file mode 100644 (file)
index 0000000..70efec8
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+$string['configplugin'] = 'Flickr configureation';
+$string['repositoryname'] = 'Flickr';
+$string['repositorydesc'] = 'Repository for flickr.com';
+$string['notitle'] = 'notitle';
+$string['username'] = 'Flickr Account:';
+$string['remember'] = 'Remember me';
+$string['nullphotolist'] = 'There is no photo belong to this account.';
+$string['invalidemail'] = 'Invalid Flickr email address.';
diff --git a/lang/en_utf8/repository_local.php b/lang/en_utf8/repository_local.php
new file mode 100644 (file)
index 0000000..8f66350
--- /dev/null
@@ -0,0 +1,7 @@
+<?php // $Id$
+$string['configplugin'] = 'Configuration for local repository';
+$string['repositoryname'] = 'Local Moodle';
+$string['repositorydesc'] = 'Repository for local Moodle';
+$string['notitle'] = 'notitle';
+$string['remember'] = 'Remember me';
+$string['emptyfilelist'] = 'There is no files.';