summaryrefslogtreecommitdiff
path: root/lib/plugins/extension/lang/en
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-05-10 14:33:51 +0200
committerAndreas Gohr <andi@splitbrain.org>2014-05-10 14:33:51 +0200
commitbc34cd3821f87b31d4259fe33c4c853eb1245df8 (patch)
treeb921b77e56340329b7b30073b552cdb6ba82a6ca /lib/plugins/extension/lang/en
parenta45288d9de05e5e5584a77ad60469e6c5f74e3e1 (diff)
downloadrpg-bc34cd3821f87b31d4259fe33c4c853eb1245df8.tar.gz
rpg-bc34cd3821f87b31d4259fe33c4c853eb1245df8.tar.bz2
added missing translation string in extension manager
Diffstat (limited to 'lib/plugins/extension/lang/en')
-rw-r--r--lib/plugins/extension/lang/en/lang.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/plugins/extension/lang/en/lang.php b/lib/plugins/extension/lang/en/lang.php
index 5224f694a..72c9b9e2d 100644
--- a/lib/plugins/extension/lang/en/lang.php
+++ b/lib/plugins/extension/lang/en/lang.php
@@ -96,4 +96,6 @@ $lang['nopluginperms'] = 'Plugin directory is not writable';
$lang['git'] = 'This extension was installed via git, you may not want to update it here.';
$lang['install_url'] = 'Install from URL:';
-$lang['install_upload'] = 'Upload Extension:'; \ No newline at end of file
+$lang['install_upload'] = 'Upload Extension:';
+
+$lang['repo_error'] = 'The plugin repository could not be contacted. Make sure your server is allowed to contact www.dokuwiki.org and check your proxy settings.'; \ No newline at end of file