summaryrefslogtreecommitdiff
path: root/lib/plugins/plugin/lang/en
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-01-30 22:48:40 +0100
committerAndreas Gohr <andi@splitbrain.org>2006-01-30 22:48:40 +0100
commit262065ef163a417eb96dded78316e67b5c803caf (patch)
tree8e88d30b3a880abedc9f7eae034042a033e7c08c /lib/plugins/plugin/lang/en
parent24bc1a35cb0f3d8b9e1c9bc6e45294f4eb31acef (diff)
downloadrpg-262065ef163a417eb96dded78316e67b5c803caf.tar.gz
rpg-262065ef163a417eb96dded78316e67b5c803caf.tar.bz2
language updates
darcs-hash:20060130214840-7ad00-ef1974692b64d4e4f7420d5c68f70f113630957b.gz
Diffstat (limited to 'lib/plugins/plugin/lang/en')
-rw-r--r--lib/plugins/plugin/lang/en/lang.php109
1 files changed, 51 insertions, 58 deletions
diff --git a/lib/plugins/plugin/lang/en/lang.php b/lib/plugins/plugin/lang/en/lang.php
index 665cd8d18..2f0660b9f 100644
--- a/lib/plugins/plugin/lang/en/lang.php
+++ b/lib/plugins/plugin/lang/en/lang.php
@@ -6,78 +6,71 @@
* @author Christopher Smith <chris@jalakai.co.uk>
*/
-// settings must be present and set appropriately for the language
-$lang['encoding'] = 'utf-8';
-$lang['direction'] = 'ltr';
+$lang['menu'] = 'Manage Plugins';
-// for admin plugins, the menu prompt to be displayed in the admin menu
-// if set here, the plugin doesn't need to override the getMenuText() method
-$lang['menu'] = 'Manage Plugins...';
+$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";
-// custom language strings for the plugin
-$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['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['url'] = 'URL';
-//$lang[''] = '';
-
-$lang['installed'] = 'Installed:';
-$lang['lastupdate'] = 'Last updated:';
-$lang['source'] = 'Source:';
-$lang['unknown'] = 'unknown';
+$lang['installed'] = 'Installed:';
+$lang['lastupdate'] = 'Last updated:';
+$lang['source'] = 'Source:';
+$lang['unknown'] = 'unknown';
// ..ing = header message
// ..ed = success message
-$lang['refreshing'] = 'Refreshing ...';
-$lang['refreshed'] = 'Plugin refresh completed.';
+$lang['refreshing'] = 'Refreshing ...';
+$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['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['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.';
+$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:';
+$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_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'] = 'An unknown error occurred.';
+$lang['error_download'] = 'Unable to download the plugin 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 <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_'] = '';
+ '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 '.
+ '<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';
-//Setup VIM: ex: et ts=2 enc=utf-8 :
+//Setup VIM: ex: et ts=4 enc=utf-8 : \ No newline at end of file