mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-13 12:35:06 +01:00
changes mainly for user/group permissions
git-svn-id: file:///svn/phpbb/trunk@3365 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
d441f9ffcb
commit
f31d54d9d3
@ -100,6 +100,21 @@ $lang = array_merge($lang, array(
|
||||
'log_prune_user_deac' => '<b>Users Deactivated</b> => %s',
|
||||
'log_prune_user_del_del' => '<b>Users Pruned and Posts Deleted</b> => %s',
|
||||
'log_prune_user_del_anon' => '<b>Users Pruned and Posts Retained</b> => %s',
|
||||
'RUN_HOW' => 'When to run',
|
||||
'RUN_AS_NOW' => 'Run now',
|
||||
'RUN_AS_EVT' => 'Run as Event',
|
||||
'RUN_AS_CRN' => 'Run as Cron',
|
||||
|
||||
'EVT_DEFINE' => 'Define an Event',
|
||||
'EVT_DEFINE_EXPLAIN' => 'Here you can decide what conditions are necessary for the information you previously provided to be executed. For example, if you defined a change in permissions you can decide to enable it only when a user has registered for a minimum number of days. You can define up to three trigger points. The forum selection only matters if the trigger is post count, it has no effect if days registered or karma are selected. Please note that events are user based. If you selected a usergroup the event will be executed for each user of that group.',
|
||||
'EVT_DAYS_REG' => 'Days Registered',
|
||||
'EVT_POST_COUNT' => 'Post Count',
|
||||
'EVT_KARMA' => 'Karma',
|
||||
'EVT_AND' => 'AND',
|
||||
'EVT_OR' => 'OR',
|
||||
'EVT_NOT' => 'NOT',
|
||||
'EVT_IN' => 'in',
|
||||
'EVT_CREATED' => 'The event has been successfully created.',
|
||||
|
||||
'Admin_logs_explain' => 'This lists all the actions carried out by board administrators. You can sort by username, date, IP or action. If you have appropriate permissions you can also clear individual operations or the log as a whole.',
|
||||
'Mod_logs_explain' => 'This lists the actions carried out by board moderators, select a forum from the drop down list. You can sort by username, date, IP or action. If you have appropriate permissions you can also clear individual operations or the log as a whole.',
|
||||
@ -179,6 +194,12 @@ $lang = array_merge($lang, array(
|
||||
'SUPER_MODERATORS' => 'Super Moderators',
|
||||
'SUPER_MODERATORS_EXPLAIN' => 'Here you can assign users and groups as super moderators. Super Moderators are like ordinary moderators accept they have access to every forum on your board. To assign users access to forums or define administrators please use the appropriate page (see left hand side menu).',
|
||||
'ADMINISTRATORS_EXPLAIN' => 'Here you can assign administrator rights to users or groups. All users with admin permissions can view the administration panel.',
|
||||
'USER_PERMISSIONS' => 'User Permissions',
|
||||
'USER_PERMISSIONS_EXPLAIN' => 'Here you can set user based permissions. These include capabilities such as the use of avatars, sending private messages, etc. To alter these settings for large numbers of users the Group permissions system is the prefered method.',
|
||||
'GROUP_PERMISSIONS' => 'Group Permissions',
|
||||
'GROUP_PERMISSIONS_EXPLAIN' => 'Here you can set usergroup based permissions. These include capabilities such as the use of avatars, sending private messages, etc. To alter these settings for single users the User permissions system is the prefered method.',
|
||||
'LOOK_UP_GROUP' => 'Look up Usergroup',
|
||||
|
||||
'Manage_users' => 'Manage Users',
|
||||
'Add_users' => 'Add Users',
|
||||
'Manage_groups' => 'Manage Groups',
|
||||
@ -281,7 +302,10 @@ $lang = array_merge($lang, array(
|
||||
'acl_f_ignoreflood' => 'Ignore flood limit',
|
||||
'acl_f_ignorequeue' => 'Ignore mod queue',
|
||||
|
||||
'acl_u_viewonline' => 'View everyone online',
|
||||
'acl_u_viewonline' => 'View all online',
|
||||
'acl_u_pm' => 'Send messages',
|
||||
'acl_u_avatar' => 'Display avatar',
|
||||
'acl_u_email' => 'Send emails',
|
||||
|
||||
'Auth_updated' => 'Permissions have been updated',
|
||||
'Prune_users' => 'Prune Users',
|
||||
|
Loading…
x
Reference in New Issue
Block a user