From 875f9efe0c294b53cdde087b617be4e88510de2f Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 13 Jan 2006 03:34:14 +0100 Subject: plugin manager update, remove js & css file aggregation, improve error handling darcs-hash:20060113023414-9b6ab-76bd7b12af34e8f32135c32c22403bd0fb14c98a.gz --- lib/plugins/plugin/lang/en/lang.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/plugins/plugin/lang/en/lang.php') 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 %s: '. '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 %s. '. + 'The most probably cause is insufficient file or directory access permissions'; //$lang['error_'] = ''; //Setup VIM: ex: et ts=2 enc=utf-8 : -- cgit v1.2.3