summaryrefslogtreecommitdiff
path: root/lib/plugins/extension/lang/en
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-08-11 11:19:34 +0200
committerAndreas Gohr <andi@splitbrain.org>2013-08-11 11:19:34 +0200
commite445eeb3b675b350b4cebeeea610d4f7cd2e8f19 (patch)
tree6cc295f40be60a5f41c8e74e359633b4c036735b /lib/plugins/extension/lang/en
parent347e1146ca6a08dc90247a3f7da31cbc3a409aa0 (diff)
downloadrpg-e445eeb3b675b350b4cebeeea610d4f7cd2e8f19.tar.gz
rpg-e445eeb3b675b350b4cebeeea610d4f7cd2e8f19.tar.bz2
fixed button logic
Diffstat (limited to 'lib/plugins/extension/lang/en')
-rw-r--r--lib/plugins/extension/lang/en/lang.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/plugins/extension/lang/en/lang.php b/lib/plugins/extension/lang/en/lang.php
index 11c5caa2b..53ce597dd 100644
--- a/lib/plugins/extension/lang/en/lang.php
+++ b/lib/plugins/extension/lang/en/lang.php
@@ -74,3 +74,7 @@ $lang['error_download'] = 'Unable to download the file: %s';
$lang['error_decompress'] = 'Unable to decompress the downloaded file. This maybe as a result of a bad download, in which case you should try again; or the compression format may be unknown, in which case you will need to download and install manually.';
$lang['error_findfolder'] = 'Unable to identify extension directory, you need to download and install manually';
$lang['error_copy'] = 'There was a file copy error while attempting to install files for directory <em>%s</em>: the disk could be full or file access permissions may be incorrect. This may have resulted in a partially installed plugin and leave your wiki installation unstable';
+
+$lang['noperms'] = 'Extension directory is not writable';
+$lang['notplperms'] = 'Template directory is not writable';
+$lang['nopluginperms'] = 'Plugin directory is not writable'; \ No newline at end of file