summaryrefslogtreecommitdiff
path: root/lib/plugins/plugin/lang/en
diff options
context:
space:
mode:
authorchris <chris@teacherscpd.co.uk>2005-09-08 02:08:43 +0200
committerchris <chris@teacherscpd.co.uk>2005-09-08 02:08:43 +0200
commitae41532d7fa312951a06aa53477053d5e2985bff (patch)
treeb0f1e4d0ae92ca6b1053132abed257faaf74f773 /lib/plugins/plugin/lang/en
parent4f069ddeed6521508507179872b86f5b8b42f9c3 (diff)
downloadrpg-ae41532d7fa312951a06aa53477053d5e2985bff.tar.gz
rpg-ae41532d7fa312951a06aa53477053d5e2985bff.tar.bz2
plugin manager update
darcs-hash:20050908000843-50fdc-671b676257b1869e805235459925778a60e7d6f7.gz
Diffstat (limited to 'lib/plugins/plugin/lang/en')
-rw-r--r--lib/plugins/plugin/lang/en/lang.php32
1 files changed, 28 insertions, 4 deletions
diff --git a/lib/plugins/plugin/lang/en/lang.php b/lib/plugins/plugin/lang/en/lang.php
index fb9934688..57550d72e 100644
--- a/lib/plugins/plugin/lang/en/lang.php
+++ b/lib/plugins/plugin/lang/en/lang.php
@@ -19,12 +19,14 @@ $lang['refresh'] = "Refresh list of installed plugins";
$lang['refresh_x'] = "Use this option if you have altered any of your plugins manually";
$lang['download'] = "Download and install a new plugin";
$lang['manage'] = "Installed Plugins";
+
$lang['btn_info'] = 'info';
$lang['btn_update'] = 'update';
$lang['btn_delete'] = 'delete';
$lang['btn_settings'] = 'settings';
$lang['btn_refresh'] = 'Refresh';
$lang['btn_download'] = 'Download';
+
$lang['url'] = 'URL';
//$lang[''] = '';
@@ -41,18 +43,40 @@ $lang['refreshed'] = 'Plugin refresh completed.';
$lang['updating'] = 'Updating ...';
$lang['updated'] = 'Plugin %s updated successfully';
+$lang['updates'] = 'The following plugins have been updated successfully';
+$lang['update_none'] = 'No updates found.';
+
+$lang['deleting'] = 'Deleting ...';
+$lang['deleted'] = 'Plugin %s deleted.';
$lang['downloading'] = 'Downloading ...';
$lang['downloaded'] = 'Plugin %s installed successfully';
$lang['downloads'] = 'The following plugins have been installed successfully:';
$lang['download_none'] = 'No plugins found, or there has been an unknown problem during downloading and installing.';
-
+
+// info titles
+$lang['plugin'] = 'Plugin:';
+$lang['components'] = 'Components';
+$lang['noinfo'] = 'This plugin returned no information, it may be invalid.';
+$lang['name'] = 'Name:';
+$lang['date'] = 'Date:';
+$lang['type'] = 'Type:';
+$lang['desc'] = 'Description:';
+$lang['author'] = 'Author:';
+$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 write create aggregate 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_'] = '';
-
+$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: '.
+ '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_'] = '';
//Setup VIM: ex: et ts=2 enc=utf-8 :