diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-08-10 10:23:04 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-08-10 10:23:04 +0200 |
commit | fee60c9e19860de9edb1dd146ec7063bb9eda392 (patch) | |
tree | 5450bd99f0eea55b57d9f6f94fb50f46ea3eeebb /lib/plugins/extension/lang/en/lang.php | |
parent | 72dda0b4378651b271f5fb516fb8e21a80ac3ebf (diff) | |
download | rpg-fee60c9e19860de9edb1dd146ec7063bb9eda392.tar.gz rpg-fee60c9e19860de9edb1dd146ec7063bb9eda392.tar.bz2 |
manual install tab now works
Diffstat (limited to 'lib/plugins/extension/lang/en/lang.php')
-rw-r--r-- | lib/plugins/extension/lang/en/lang.php | 4 |
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 1a5c90923..0c4582124 100644 --- a/lib/plugins/extension/lang/en/lang.php +++ b/lib/plugins/extension/lang/en/lang.php @@ -79,6 +79,8 @@ $lang['msg_template_update_success'] = 'Template %s updated successfully'; $lang['msg_plugin_install_success'] = 'Plugin %s installed successfully'; $lang['msg_plugin_update_success'] = 'Plugin %s updated successfully'; +$lang['msg_upload_failed'] = 'Uploading the file failed'; + $lang['msg_url_failed'] = 'URL [%s] could not be downloaded.<br /> %s'; $lang['msg_download_failed'] = 'Plugin %s could not be downloaded.<br /> %s'; @@ -130,7 +132,7 @@ $lang['no_manager'] = 'Could not find manager.dat file'; $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_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 : |