summaryrefslogtreecommitdiff
path: root/lib/plugins/config/lang/en/lang.php
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/config/lang/en/lang.php
parent24bc1a35cb0f3d8b9e1c9bc6e45294f4eb31acef (diff)
downloadrpg-262065ef163a417eb96dded78316e67b5c803caf.tar.gz
rpg-262065ef163a417eb96dded78316e67b5c803caf.tar.bz2
language updates
darcs-hash:20060130214840-7ad00-ef1974692b64d4e4f7420d5c68f70f113630957b.gz
Diffstat (limited to 'lib/plugins/config/lang/en/lang.php')
-rw-r--r--lib/plugins/config/lang/en/lang.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/plugins/config/lang/en/lang.php b/lib/plugins/config/lang/en/lang.php
index f897e9a61..736e4f048 100644
--- a/lib/plugins/config/lang/en/lang.php
+++ b/lib/plugins/config/lang/en/lang.php
@@ -6,13 +6,9 @@
* @author Christopher Smith <chris@jalakai.co.uk>
*/
-// settings must be present and set appropriately for the language
-$lang['encoding'] = 'utf-8';
-$lang['direction'] = 'ltr';
-
// 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'] = 'Configuration Settings ...';
+$lang['menu'] = 'Configuration Settings';
$lang['error'] = 'Settings not updated due to an invalid value, please review your changes and resubmit.
<br />The incorrect value(s) will be shown surrounded by a red border.';
@@ -132,5 +128,3 @@ $lang['rss_linkto_o_page'] = 'the revised page';
$lang['rss_linkto_o_rev'] = 'list of revisions';
$lang['rss_linkto_o_current'] = 'the current page';
-
-