diff options
author | Michael Hamann <michael@content-space.de> | 2013-08-02 12:31:11 +0200 |
---|---|---|
committer | Michael Hamann <michael@content-space.de> | 2013-08-02 12:31:11 +0200 |
commit | 1981046ea006031f74fb082960756b3d2919b99e (patch) | |
tree | f161149dd8e424885fe8d9da7649afd4e47b07f8 /lib/plugins/extension/lang | |
parent | 449f398253213589bf4cd3c28f2c38b9d853b06a (diff) | |
download | rpg-1981046ea006031f74fb082960756b3d2919b99e.tar.gz rpg-1981046ea006031f74fb082960756b3d2919b99e.tar.bz2 |
Extension manager: implement uninstall, canModify and install/update
Diffstat (limited to 'lib/plugins/extension/lang')
-rw-r--r-- | lib/plugins/extension/lang/en/lang.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/plugins/extension/lang/en/lang.php b/lib/plugins/extension/lang/en/lang.php index 81069e498..f0999ff01 100644 --- a/lib/plugins/extension/lang/en/lang.php +++ b/lib/plugins/extension/lang/en/lang.php @@ -17,5 +17,11 @@ $lang['unknownauthor'] = 'Unknown author'; $lang['unknownversion'] = 'Unknown version'; +$lang['error_badurl'] = 'URL ends with slash - unable to determine file name from the url'; +$lang['error_dircreate'] = 'Unable to create temporary folder to receive download'; +$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'; //Setup VIM: ex: et ts=4 : |