]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-13766, remove old lang file in plugin folder
authordongsheng <dongsheng>
Fri, 15 Aug 2008 03:27:30 +0000 (03:27 +0000)
committerdongsheng <dongsheng>
Fri, 15 Aug 2008 03:27:30 +0000 (03:27 +0000)
repository/boxnet/lang/en_utf8/repository_boxnet.php [deleted file]
repository/flickr/lang/en_utf8/repository_flickr.php [deleted file]
repository/local/lang/en_utf8/repository_local.php [deleted file]

diff --git a/repository/boxnet/lang/en_utf8/repository_boxnet.php b/repository/boxnet/lang/en_utf8/repository_boxnet.php
deleted file mode 100644 (file)
index ae13cab..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?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/repository/flickr/lang/en_utf8/repository_flickr.php b/repository/flickr/lang/en_utf8/repository_flickr.php
deleted file mode 100644 (file)
index 70efec8..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?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/repository/local/lang/en_utf8/repository_local.php b/repository/local/lang/en_utf8/repository_local.php
deleted file mode 100644 (file)
index 0043444..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php // $Id$
-$string['repositoryname'] = 'Local Moodle';
-$string['repositorydesc'] = 'Repository for local Moodle';
-$string['notitle'] = 'notitle';
-$string['remember'] = 'Remember me';
-$string['emptyfilelist'] = 'There is no files.';