mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
More text
git-svn-id: file:///svn/phpbb/trunk@3292 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
36b452bae4
commit
4d1c3e3696
2 changed files with 9 additions and 1 deletions
|
@ -203,8 +203,14 @@ $lang = array_merge($lang, array(
|
||||||
'All_Allow' => 'All Allow',
|
'All_Allow' => 'All Allow',
|
||||||
'All_Deny' => 'All Deny',
|
'All_Deny' => 'All Deny',
|
||||||
'All_Inherit' => 'All Inherit',
|
'All_Inherit' => 'All Inherit',
|
||||||
|
'ACL_PRESET' => 'Preset',
|
||||||
'Inheritance' => 'Inheritance',
|
'Inheritance' => 'Inheritance',
|
||||||
'Inheritance_explain' => 'Select the subforums you want to inherit these permissions',
|
'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_server' => 'Alter Server/Email Settings',
|
||||||
'acl_a_defaults' => 'Alter Board Defaults',
|
'acl_a_defaults' => 'Alter Board Defaults',
|
||||||
|
@ -247,6 +253,7 @@ $lang = array_merge($lang, array(
|
||||||
'acl_m_approve' => 'Approve posts',
|
'acl_m_approve' => 'Approve posts',
|
||||||
'acl_m_unrate' => 'Un-rate topics',
|
'acl_m_unrate' => 'Un-rate topics',
|
||||||
'acl_m_auth' => 'Set permissions',
|
'acl_m_auth' => 'Set permissions',
|
||||||
|
'acl_m_ip' => 'View IP\'s',
|
||||||
|
|
||||||
'acl_f_list' => 'See forum',
|
'acl_f_list' => 'See forum',
|
||||||
'acl_f_read' => 'Read forum',
|
'acl_f_read' => 'Read forum',
|
||||||
|
@ -272,6 +279,7 @@ $lang = array_merge($lang, array(
|
||||||
'acl_f_print' => 'Print topics',
|
'acl_f_print' => 'Print topics',
|
||||||
'acl_f_ignoreflood' => 'Ignore flood limit',
|
'acl_f_ignoreflood' => 'Ignore flood limit',
|
||||||
'acl_f_ignorequeue' => 'Ignore mod queue',
|
'acl_f_ignorequeue' => 'Ignore mod queue',
|
||||||
|
'acl_f_viewonline' => 'View everyone online',
|
||||||
|
|
||||||
'Auth_updated' => 'Permissions have been updated',
|
'Auth_updated' => 'Permissions have been updated',
|
||||||
'Prune_users' => 'Prune Users',
|
'Prune_users' => 'Prune Users',
|
||||||
|
|
|
@ -624,7 +624,7 @@ $lang = array_merge($lang, array(
|
||||||
'Return_first' => 'Return first',
|
'Return_first' => 'Return first',
|
||||||
'characters_posts' => 'characters of posts',
|
'characters_posts' => 'characters of posts',
|
||||||
'Search_previous' => 'Search previous',
|
'Search_previous' => 'Search previous',
|
||||||
'Sort_by' => 'Sort by',
|
'SORT_BY' => 'Sort by',
|
||||||
'Sort_Time' => 'Post Time',
|
'Sort_Time' => 'Post Time',
|
||||||
'Sort_Post_Subject' => 'Post Subject',
|
'Sort_Post_Subject' => 'Post Subject',
|
||||||
'Sort_Topic_Title' => 'Topic Title',
|
'Sort_Topic_Title' => 'Topic Title',
|
||||||
|
|
Loading…
Add table
Reference in a new issue