mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Just throwing this in ... dependencies still not complete ... the GUI and storage has caused me to do more "thinking" than I'd anticipated ... comments are welcome on what you see. Note also ALLOW/DENY/INHERIT have become YES/NO/UNSET
git-svn-id: file:///svn/phpbb/trunk@3772 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -199,7 +199,7 @@ $lang = array_merge($lang, array(
|
||||
'Restore_Error_no_file' => 'No file was uploaded',
|
||||
|
||||
|
||||
'ACL_EXPLAIN' => 'Permissions are based on an ALLOW / INHERIT / DENY system with all options being denied by default. The precedent is DENY > ALLOW > INHERIT for any combination of user or group settings. The INHERIT setting causes permissions granted elsewhere for the option being used in place of a specific ALLOW / DENY setting here.',
|
||||
'ACL_EXPLAIN' => 'Permissions are based on a simple YES / NO system. Setting an option to NO for a user or usergroup overrides any other value assigned to it. If you do not wish to assign a value for an option for this user or group select UNSET. If values are assigned for this option elsewhere they will be used in preference, else NO is assumed.',
|
||||
'PERMISSIONS_EXPLAIN' => 'Here you can alter which users and groups can access which forums. To assign moderators or define administrators please use the appropriate page (see left hand side menu).',
|
||||
'MODERATORS' => 'Moderators',
|
||||
'MODERATORS_EXPLAIN' => 'Here you can assign users and groups as forum moderators. To assign users access to forums, to define super moderators or administrators please use the appropriate page (see left hand side menu).',
|
||||
@@ -225,108 +225,111 @@ $lang = array_merge($lang, array(
|
||||
'REMOVE_SELECTED' => 'Remove selected',
|
||||
'SET_OPTIONS' => 'Set Options',
|
||||
'OPTION' => 'Option',
|
||||
'ALLOW' => 'Allow',
|
||||
'INHERIT' => 'Inherit',
|
||||
'DENY' => 'Deny',
|
||||
'YES' => 'Yes',
|
||||
'NO' => 'No',
|
||||
'UNSET' => 'Unset',
|
||||
'PRESETS' => 'Presets',
|
||||
'ALL_ALLOW' => 'All Allow',
|
||||
'ALL_DENY' => 'All Deny',
|
||||
'ALL_INHERIT' => 'All Inherit',
|
||||
'ALL_YES' => 'All Yes',
|
||||
'ALL_NO' => 'All No',
|
||||
'ALL_UNSET' => 'All Unset',
|
||||
'USER_PRESETS' => 'User presets',
|
||||
'INHERIT_PARENT'=> 'From Parent',
|
||||
'INHERITANCE' => 'Inheritance',
|
||||
'INHERITANCE_EXPLAIN' => 'Select the subforums you want to inherit these permissions',
|
||||
'FROM_PARENT' => 'From Parent',
|
||||
'ACL_SUBFORUMS' => 'Assign to sub-forums',
|
||||
'ACL_SUBFORUMS_EXPLAIN' => 'Select the subforums (if any) you want to inherit these permissions',
|
||||
'PRESETS_EXPLAIN' => 'To update or delete an existing preset select it from the list.',
|
||||
'SELECT_PRESET' => 'Select preset',
|
||||
'PRESET_NAME' => 'Preset name',
|
||||
'EMPTY' => 'Empty',
|
||||
'QUICK ACCESS' => 'Quick access',
|
||||
|
||||
'AUTH_UPDATED' => 'Permissions have been updated',
|
||||
|
||||
'acl_a_server' => 'Alter Server/Email Settings',
|
||||
'acl_a_defaults' => 'Alter Board Defaults',
|
||||
'acl_a_board' => 'Alter Board Settings',
|
||||
'acl_a_cookies' => 'Alter Cookie Settings',
|
||||
'acl_a_names' => 'Alter Disallowed Names',
|
||||
'acl_a_words' => 'Alter Word Censors',
|
||||
'acl_a_icons' => 'Alter Topic Icons/Emoticons',
|
||||
'acl_a_search' => 'Re-index Search Tables',
|
||||
'acl_a_prune' => 'Prune Forums',
|
||||
'acl_a_bbcode' => 'Define BBCode Tags',
|
||||
'acl_a_attach' => 'Manage Attachments',
|
||||
'acl_a_events' => 'Manage User/Group Events',
|
||||
'acl_a_ranks' => 'Manage Ranks',
|
||||
'acl_a_user' => 'Manage Users',
|
||||
'acl_a_userdel' => 'Delete/Prune Users',
|
||||
'acl_a_useradd' => 'Add New Users',
|
||||
'acl_a_group' => 'Manage Groups',
|
||||
'acl_a_groupdel' => 'Delete Groups',
|
||||
'acl_a_groupadd' => 'Add New Groups',
|
||||
'acl_a_forum' => 'Manage Forums',
|
||||
'acl_a_forumdel' => 'Delete Forums',
|
||||
'acl_a_forumadd' => 'Add New Forums',
|
||||
'acl_a_ban' => 'Manage Bans',
|
||||
'acl_a_auth' => 'Alter Forum Permissions',
|
||||
'acl_a_authmods' => 'Alter Moderator Permissions',
|
||||
'acl_a_authadmins' => 'Alter Admin Permissions',
|
||||
'acl_a_authusers' => 'Alter User Permissions',
|
||||
'acl_a_authgroups' => 'Alter Group Permissions',
|
||||
'acl_a_email' => 'Mass Email',
|
||||
'acl_a_styles' => 'Manage Styles',
|
||||
'acl_a_backup' => 'Backup Database',
|
||||
'acl_a_restore' => 'Restore Database',
|
||||
'acl_a_clearlogs' => 'Clear Admin/Mod Logs',
|
||||
'acl_a_events' => 'Use Event system',
|
||||
'acl_a_cron' => 'Use Cron system',
|
||||
'acl_a_authdeps' => 'Set ACL Dependencies',
|
||||
'acl_a_server' => 'Can alter server and email settings',
|
||||
'acl_a_defaults' => 'Can alter board defaults',
|
||||
'acl_a_board' => 'Can alter board settings',
|
||||
'acl_a_cookies' => 'Can alter cookie settings',
|
||||
'acl_a_names' => 'Can alter disallowed names',
|
||||
'acl_a_words' => 'Can alter word censors',
|
||||
'acl_a_icons' => 'Can alter topic icons and emoticons',
|
||||
'acl_a_search' => 'Can re-index search tables',
|
||||
'acl_a_prune' => 'Can prune forums',
|
||||
'acl_a_bbcode' => 'Can define BBCode tags',
|
||||
'acl_a_attach' => 'Can manage attachments',
|
||||
'acl_a_ranks' => 'Can manage ranks',
|
||||
'acl_a_user' => 'Can manage users',
|
||||
'acl_a_userdel' => 'Can delete or prune users',
|
||||
'acl_a_useradd' => 'Can add new users',
|
||||
'acl_a_group' => 'Can manage groups',
|
||||
'acl_a_groupdel' => 'Can delete groups',
|
||||
'acl_a_groupadd' => 'Can add new groups',
|
||||
'acl_a_forum' => 'Can manage forums',
|
||||
'acl_a_forumdel' => 'Can delete forums',
|
||||
'acl_a_forumadd' => 'Can add new forums',
|
||||
'acl_a_ban' => 'Can manage bans',
|
||||
'acl_a_auth' => 'Can alter forum permissions',
|
||||
'acl_a_authmods' => 'Can alter moderator permissions',
|
||||
'acl_a_authadmins' => 'Can alter admin permissions',
|
||||
'acl_a_authusers' => 'Can alter user permissions',
|
||||
'acl_a_authgroups' => 'Can alter group permissions',
|
||||
'acl_a_email' => 'Can send mass email',
|
||||
'acl_a_styles' => 'Can manage styles',
|
||||
'acl_a_backup' => 'Can backup database',
|
||||
'acl_a_restore' => 'Can restore database',
|
||||
'acl_a_clearlogs' => 'Can clear admin and mod logs',
|
||||
'acl_a_events' => 'Can use event system',
|
||||
'acl_a_cron' => 'Can use cron system',
|
||||
'acl_a_authdeps' => 'Can set dependencies',
|
||||
|
||||
'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_edit' => 'Can edit posts',
|
||||
'acl_m_delete' => 'Can delete posts',
|
||||
'acl_m_move' => 'Can move topics',
|
||||
'acl_m_lock' => 'Can lock topics',
|
||||
'acl_m_split' => 'Can split topics',
|
||||
'acl_m_merge' => 'Can merge topics',
|
||||
'acl_m_approve' => 'Can approve posts',
|
||||
'acl_m_unrate' => 'Can un-rate posts',
|
||||
'acl_m_auth' => 'Can set permissions',
|
||||
'acl_m_ip' => 'Can 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_ignoreflood' => 'Ignore flood limit',
|
||||
'acl_f_ignorequeue' => 'Ignore mod queue',
|
||||
'acl_f_list' => 'Can see forum',
|
||||
'acl_f_read' => 'Can read forum',
|
||||
'acl_f_post' => 'Can post in forum',
|
||||
'acl_f_reply' => 'Can reply to posts',
|
||||
'acl_f_quote' => 'Can quote posts',
|
||||
'acl_f_edit' => 'Can edit own posts',
|
||||
'acl_f_delete' => 'Can delete own posts',
|
||||
'acl_f_poll' => 'Can create polls',
|
||||
'acl_f_vote' => 'Can vote in polls',
|
||||
'acl_f_announce' => 'Can post announcements',
|
||||
'acl_f_sticky' => 'Can post stickies',
|
||||
'acl_f_attach' => 'Can attach files',
|
||||
'acl_f_download' => 'Can download files',
|
||||
'acl_f_html' => 'Can post HTML',
|
||||
'acl_f_bbcode' => 'Can post BBCode',
|
||||
'acl_f_smilies' => 'Can post smilies',
|
||||
'acl_f_img' => 'Can post images',
|
||||
'acl_f_flash' => 'Can post Flash',
|
||||
'acl_f_sigs' => 'Can use signatures',
|
||||
'acl_f_search' => 'Can search the forum',
|
||||
'acl_f_email' => 'Can email topics',
|
||||
'acl_f_rate' => 'Can rate posts',
|
||||
'acl_f_report' => 'Can report posts',
|
||||
'acl_f_print' => 'Can print topics',
|
||||
'acl_f_ignoreflood' => 'Can ignore flood limit',
|
||||
'acl_f_postcount' => 'Increment post counter',
|
||||
'acl_f_moderate' => 'Posts are moderated',
|
||||
|
||||
'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',
|
||||
'acl_u_viewonline' => 'Can view all online',
|
||||
'acl_u_viewprofile' => 'Can view profiles',
|
||||
'acl_u_sendemail' => 'Can send emails',
|
||||
'acl_u_sendpm' => 'Can send messages',
|
||||
'acl_u_readpm' => 'Can read messages',
|
||||
'acl_u_chgavatar' => 'Can change avatar',
|
||||
'acl_u_chgcolor' => 'Can change default group',
|
||||
'acl_u_chgemail' => 'Can change email address',
|
||||
'acl_u_chgname' => 'Can change username',
|
||||
'acl_u_chgpasswd' => 'Can change password',
|
||||
'acl_u_search' => 'Can search board',
|
||||
|
||||
|
||||
'Prune_users' => 'Prune Users',
|
||||
|
Reference in New Issue
Block a user