diff options
author | chris <chris@jalakai.co.uk> | 2006-01-13 03:34:14 +0100 |
---|---|---|
committer | chris <chris@jalakai.co.uk> | 2006-01-13 03:34:14 +0100 |
commit | 875f9efe0c294b53cdde087b617be4e88510de2f (patch) | |
tree | 3afa690541c1719175fe53aa3eeb9477447f5813 /lib/plugins/plugin/lang/en/lang.php | |
parent | 2415b71829180bcca8a3f9f60867df0ccd33ab62 (diff) | |
download | rpg-875f9efe0c294b53cdde087b617be4e88510de2f.tar.gz rpg-875f9efe0c294b53cdde087b617be4e88510de2f.tar.bz2 |
plugin manager update, remove js & css file aggregation, improve error handling
darcs-hash:20060113023414-9b6ab-76bd7b12af34e8f32135c32c22403bd0fb14c98a.gz
Diffstat (limited to 'lib/plugins/plugin/lang/en/lang.php')
-rw-r--r-- | lib/plugins/plugin/lang/en/lang.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/plugins/plugin/lang/en/lang.php b/lib/plugins/plugin/lang/en/lang.php index 57550d72e..665cd8d18 100644 --- a/lib/plugins/plugin/lang/en/lang.php +++ b/lib/plugins/plugin/lang/en/lang.php @@ -68,15 +68,16 @@ $lang['www'] = 'Web:'; // error messages $lang['error'] = 'An unknown error occurred.'; $lang['error_download'] = 'Unable to download the plugin file: %s'; -$lang['error_write'] = 'Unable to create aggregate file %s'; $lang['error_badurl'] = 'Suspect bad url - unable to determine file name from the url'; $lang['error_dircreate'] = 'Unable to create temporary folder to receive download'; $lang['error_decompress'] = 'The plugin manager was 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 the plugin manually.'; -$lang['error_copy'] = 'There was a file copy error while attempting to install files for plugin %s: '. +$lang['error_copy'] = 'There was a file copy error while attempting to install files for plugin <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['error_delete'] = 'There was an error while attempting to delete plugin <em>%s</em>. '. + 'The most probably cause is insufficient file or directory access permissions'; //$lang['error_'] = ''; //Setup VIM: ex: et ts=2 enc=utf-8 : |