mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11975] Change shortened ACP/MCP label to Administer/Moderate
Also utilizing the new data-responsive-text attribute PHPBB3-11975
This commit is contained in:
@@ -62,7 +62,7 @@ $lang = array_merge($lang, array(
|
||||
'ACCOUNT_DEACTIVATED' => 'Your account has been manually deactivated and is only able to be reactivated by an administrator.',
|
||||
'ACCOUNT_NOT_ACTIVATED' => 'Your account has not been activated yet.',
|
||||
'ACP' => 'Administration Control Panel',
|
||||
'ACP_SHORT' => 'ACP',
|
||||
'ACP_SHORT' => 'Administer',
|
||||
'ACTIVE' => 'active',
|
||||
'ACTIVE_ERROR' => 'The specified username is currently inactive. If you have problems activating your account, please contact a board administrator.',
|
||||
'ADMINISTRATOR' => 'Administrator',
|
||||
@@ -382,7 +382,7 @@ $lang = array_merge($lang, array(
|
||||
'MB' => 'MB',
|
||||
'MIB' => 'MiB',
|
||||
'MCP' => 'Moderator Control Panel',
|
||||
'MCP_SHORT' => 'MCP',
|
||||
'MCP_SHORT' => 'Moderate',
|
||||
'MEMBERLIST' => 'Members',
|
||||
'MEMBERLIST_EXPLAIN' => 'View complete list of members',
|
||||
'MERGE' => 'Merge',
|
||||
|
Reference in New Issue
Block a user