aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-01-09 15:14:46 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-01-09 15:14:46 +0000
commit4d1c3e3696003ff83e8be61394c54a5958e42afb (patch)
tree635f05f60dd65049281a3487321b1092f03d2cae
parent36b452bae4fb185b026156bebb45a339700be29e (diff)
downloadforums-4d1c3e3696003ff83e8be61394c54a5958e42afb.tar
forums-4d1c3e3696003ff83e8be61394c54a5958e42afb.tar.gz
forums-4d1c3e3696003ff83e8be61394c54a5958e42afb.tar.bz2
forums-4d1c3e3696003ff83e8be61394c54a5958e42afb.tar.xz
forums-4d1c3e3696003ff83e8be61394c54a5958e42afb.zip
More text
git-svn-id: file:///svn/phpbb/trunk@3292 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/language/en/lang_admin.php8
-rw-r--r--phpBB/language/en/lang_main.php2
2 files changed, 9 insertions, 1 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php
index e6396a1916..1c745ae0de 100644
--- a/phpBB/language/en/lang_admin.php
+++ b/phpBB/language/en/lang_admin.php
@@ -203,8 +203,14 @@ $lang = array_merge($lang, array(
'All_Allow' => 'All Allow',
'All_Deny' => 'All Deny',
'All_Inherit' => 'All Inherit',
+ 'ACL_PRESET' => 'Preset',
'Inheritance' => 'Inheritance',
'Inheritance_explain' => 'Select the subforums you want to inherit these permissions',
+ 'PRESETS' => 'Presets',
+ 'PRESETS_EXPLAIN' => 'To update or delete an existing preset select it from the list.',
+ 'SELECT_PRESET' => 'Select preset',
+ 'PRESET_NAME' => 'Preset name',
+ 'EMPTY' => 'Empty',
'acl_a_server' => 'Alter Server/Email Settings',
'acl_a_defaults' => 'Alter Board Defaults',
@@ -247,6 +253,7 @@ $lang = array_merge($lang, array(
'acl_m_approve' => 'Approve posts',
'acl_m_unrate' => 'Un-rate topics',
'acl_m_auth' => 'Set permissions',
+ 'acl_m_ip' => 'View IP\'s',
'acl_f_list' => 'See forum',
'acl_f_read' => 'Read forum',
@@ -272,6 +279,7 @@ $lang = array_merge($lang, array(
'acl_f_print' => 'Print topics',
'acl_f_ignoreflood' => 'Ignore flood limit',
'acl_f_ignorequeue' => 'Ignore mod queue',
+ 'acl_f_viewonline' => 'View everyone online',
'Auth_updated' => 'Permissions have been updated',
'Prune_users' => 'Prune Users',
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php
index 75447faf8d..5594260ff0 100644
--- a/phpBB/language/en/lang_main.php
+++ b/phpBB/language/en/lang_main.php
@@ -624,7 +624,7 @@ $lang = array_merge($lang, array(
'Return_first' => 'Return first',
'characters_posts' => 'characters of posts',
'Search_previous' => 'Search previous',
- 'Sort_by' => 'Sort by',
+ 'SORT_BY' => 'Sort by',
'Sort_Time' => 'Post Time',
'Sort_Post_Subject' => 'Post Subject',
'Sort_Topic_Title' => 'Topic Title',