mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
Enable per session view online, change layout, potential for links to terms and privacy policy
git-svn-id: file:///svn/phpbb/trunk@3623 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -214,29 +214,27 @@ $lang = array_merge($lang, array(
|
||||
'Disallowed_groups' => 'Disallowed groups',
|
||||
'Remove_selected' => 'Remove selected',
|
||||
'Advanced' => 'Advanced',
|
||||
'Applies_to_User' => 'Applies to User ...',
|
||||
'Applies_to_Group' => 'Applies to Group ...',
|
||||
'User_can' => 'User can ... ',
|
||||
'Group_can' => 'Group can ... ',
|
||||
'Option' => 'Option',
|
||||
'Allow' => 'Allow',
|
||||
'Inherit' => 'Inherit',
|
||||
'Deny' => 'Deny',
|
||||
'Basic' => 'Basic',
|
||||
'USER_CAN' => 'User can ... ',
|
||||
'GROUP_CAN' => 'Group can ... ',
|
||||
'OPTION' => 'Option',
|
||||
'ALLOW' => 'Allow',
|
||||
'INHERIT' => 'Inherit',
|
||||
'DENY' => 'Deny',
|
||||
'BASIC' => 'Basic',
|
||||
'USER_PRESETS' => 'User presets',
|
||||
'ALL_ALLOW' => 'All Allow',
|
||||
'ALL_DENY' => 'All Deny',
|
||||
'ALL_INHERIT' => 'All Inherit',
|
||||
'INHERIT_PARENT' => 'From Parent',
|
||||
'ACL_PRESET' => 'Preset',
|
||||
'Inheritance' => 'Inheritance',
|
||||
'Inheritance_explain' => 'Select the subforums you want to inherit these permissions',
|
||||
'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',
|
||||
'Auth_updated' => 'Permissions have been updated',
|
||||
'AUTH_UPDATED' => 'Permissions have been updated',
|
||||
|
||||
'acl_a_server' => 'Alter Server/Email Settings',
|
||||
'acl_a_defaults' => 'Alter Board Defaults',
|
||||
@@ -270,46 +268,54 @@ $lang = array_merge($lang, array(
|
||||
'acl_a_restore' => 'Restore Database',
|
||||
'acl_a_clearlogs' => 'Clear Admin/Mod Logs',
|
||||
|
||||
'acl_m_edit' => 'Edit posts',
|
||||
'acl_m_delete' => 'Delete posts',
|
||||
'acl_m_move' => 'Move posts',
|
||||
'acl_m_lock' => 'Lock topics',
|
||||
'acl_m_split' => 'Split topics',
|
||||
'acl_m_merge' => 'Merge topics',
|
||||
'acl_m_edit' => 'Edit posts',
|
||||
'acl_m_delete' => 'Delete posts',
|
||||
'acl_m_move' => 'Move posts',
|
||||
'acl_m_lock' => 'Lock topics',
|
||||
'acl_m_split' => 'Split topics',
|
||||
'acl_m_merge' => 'Merge topics',
|
||||
'acl_m_approve' => 'Approve posts',
|
||||
'acl_m_unrate' => 'Un-rate topics',
|
||||
'acl_m_auth' => 'Set permissions',
|
||||
'acl_m_ip' => 'View IP\'s',
|
||||
'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',
|
||||
'acl_f_post' => 'Post in forum',
|
||||
'acl_f_reply' => 'Reply to posts',
|
||||
'acl_f_edit' => 'Edit own posts',
|
||||
'acl_f_delete' => 'Delete own posts',
|
||||
'acl_f_poll' => 'Create polls',
|
||||
'acl_f_vote' => 'Vote in polls',
|
||||
'acl_f_announce' => 'Post announcements',
|
||||
'acl_f_sticky' => 'Post stickies',
|
||||
'acl_f_attach' => 'Attach files',
|
||||
'acl_f_download' => 'Download files',
|
||||
'acl_f_html' => 'Post HTML',
|
||||
'acl_f_bbcode' => 'Post BBCode',
|
||||
'acl_f_smilies' => 'Post smilies',
|
||||
'acl_f_img' => 'Post images',
|
||||
'acl_f_flash' => 'Post Flash',
|
||||
'acl_f_sigs' => 'Use signatures',
|
||||
'acl_f_search' => 'Search the forum',
|
||||
'acl_f_email' => 'Email topics',
|
||||
'acl_f_rate' => 'Rate topics',
|
||||
'acl_f_print' => 'Print topics',
|
||||
'acl_f_list' => 'See forum',
|
||||
'acl_f_read' => 'Read forum',
|
||||
'acl_f_post' => 'Post in forum',
|
||||
'acl_f_reply' => 'Reply to posts',
|
||||
'acl_f_edit' => 'Edit own posts',
|
||||
'acl_f_delete' => 'Delete own posts',
|
||||
'acl_f_poll' => 'Create polls',
|
||||
'acl_f_vote' => 'Vote in polls',
|
||||
'acl_f_announce' => 'Post announcements',
|
||||
'acl_f_sticky' => 'Post stickies',
|
||||
'acl_f_attach' => 'Attach files',
|
||||
'acl_f_download' => 'Download files',
|
||||
'acl_f_html' => 'Post HTML',
|
||||
'acl_f_bbcode' => 'Post BBCode',
|
||||
'acl_f_smilies' => 'Post smilies',
|
||||
'acl_f_img' => 'Post images',
|
||||
'acl_f_flash' => 'Post Flash',
|
||||
'acl_f_sigs' => 'Use signatures',
|
||||
'acl_f_search' => 'Search the forum',
|
||||
'acl_f_email' => 'Email topics',
|
||||
'acl_f_rate' => 'Rate topics',
|
||||
'acl_f_print' => 'Print topics',
|
||||
'acl_f_ignoreflood' => 'Ignore flood limit',
|
||||
'acl_f_ignorequeue' => 'Ignore mod queue',
|
||||
'acl_f_postcount' => 'Increment post counter',
|
||||
|
||||
'acl_u_viewonline' => 'View all online',
|
||||
'acl_u_pm' => 'Send messages',
|
||||
'acl_u_avatar' => 'Display avatar',
|
||||
'acl_u_email' => 'Send emails',
|
||||
'acl_u_viewonline' => 'View all online',
|
||||
'acl_u_viewprofile' => 'View profiles',
|
||||
'acl_u_sendemail' => 'Send emails',
|
||||
'acl_u_sendpm' => 'Send messages',
|
||||
'acl_u_readpm' => 'Read messages',
|
||||
'acl_u_chgavatar' => 'Change avatar',
|
||||
'acl_u_chgcolor' => 'Change colour',
|
||||
'acl_u_chgemail' => 'Change email address',
|
||||
'acl_u_chgname' => 'Change username',
|
||||
'acl_u_chgpasswd' => 'Change password',
|
||||
'acl_u_search' => 'Search board',
|
||||
|
||||
|
||||
'Prune_users' => 'Prune Users',
|
||||
@@ -397,6 +403,8 @@ $lang = array_merge($lang, array(
|
||||
'Use_SMTP' => 'Use SMTP Server for email',
|
||||
'Use_SMTP_explain' => 'Say yes if you want or have to send email via a named server instead of the local mail function',
|
||||
'SMTP_server' => 'SMTP Server Address',
|
||||
'SMTP_PORT' => 'SMTP Server Port',
|
||||
'SMTP_PORT_EXPLAIN' => 'Only change this if you know your SMTP server is on a different port',
|
||||
'SMTP_username' => 'SMTP Username',
|
||||
'SMTP_username_explain' => 'Only enter a username if your smtp server requires it',
|
||||
'SMTP_password' => 'SMTP Password',
|
||||
|
Reference in New Issue
Block a user