mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/9575] Change 'administrate' to 'administer'
PHPBB3-9575
This commit is contained in:
parent
84c59a1c20
commit
8b3d068e83
3 changed files with 3 additions and 3 deletions
|
@ -255,7 +255,7 @@ $lang = array_merge($lang, array(
|
|||
'MOVE_UP' => 'Move up',
|
||||
|
||||
'NOTIFY' => 'Notification',
|
||||
'NO_ADMIN' => 'You are not authorised to administrate this board.',
|
||||
'NO_ADMIN' => 'You are not authorised to administer this board.',
|
||||
'NO_EMAILS_DEFINED' => 'No valid e-mail addresses found.',
|
||||
'NO_PASSWORD_SUPPLIED' => 'You need to enter your password to access the Administration Control Panel.',
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ if (empty($lang) || !is_array($lang))
|
|||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
|
||||
$lang = array_merge($lang, array(
|
||||
'ACP_GROUPS_MANAGE_EXPLAIN' => 'From this panel you can administrate all your usergroups. You can delete, create and edit existing groups. Furthermore, you may choose group leaders, toggle open/hidden/closed group status and set the group name and description.',
|
||||
'ACP_GROUPS_MANAGE_EXPLAIN' => 'From this panel you can administer all your usergroups. You can delete, create and edit existing groups. Furthermore, you may choose group leaders, toggle open/hidden/closed group status and set the group name and description.',
|
||||
'ADD_USERS' => 'Add users',
|
||||
'ADD_USERS_EXPLAIN' => 'Here you can add new users to the group. You may select whether this group becomes the new default for the selected users. Additionally you can define them as group leaders. Please enter each username on a separate line.',
|
||||
|
||||
|
|
|
@ -131,7 +131,7 @@ $lang = array_merge($lang, array(
|
|||
'SORT_POST_COUNT' => 'Post count',
|
||||
|
||||
'USERNAME_BEGINS_WITH' => 'Username begins with',
|
||||
'USER_ADMIN' => 'Administrate user',
|
||||
'USER_ADMIN' => 'Administer user',
|
||||
'USER_BAN' => 'Banning',
|
||||
'USER_FORUM' => 'User statistics',
|
||||
'USER_LAST_REMINDED' => array(
|
||||
|
|
Loading…
Add table
Reference in a new issue