From 4d1c3e3696003ff83e8be61394c54a5958e42afb Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 9 Jan 2003 15:14:46 +0000 Subject: [PATCH] More text git-svn-id: file:///svn/phpbb/trunk@3292 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/lang_admin.php | 8 ++++++++ phpBB/language/en/lang_main.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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',