mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- get swatch converted into new acp format
- add page title to ucp pages - add ability to supress getting the who is online list in page_header() (saves us ideally 1-2 queries on ucp/mcp pages) - fixing pm rules a bit as well as now having complete author memberships for author_in_group (sender -> is in usergroup -> xxx) git-svn-id: file:///svn/phpbb/trunk@6054 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -94,6 +94,7 @@ $lang = array_merge($lang, array(
|
||||
'CHANGE' => 'Change',
|
||||
'CLICK_VIEW_PRIVMSG' => '%sReturn to your Inbox%s',
|
||||
'CLOSE_WINDOW' => 'Close window',
|
||||
'COLOUR_SWATCH' => 'Colour swatch',
|
||||
'CONFIRM' => 'Confirm',
|
||||
'CONFIRM_CODE' => 'Confirmation code',
|
||||
'CONFIRM_CODE_EXPLAIN' => 'Enter the code exactly as you see it in the image, it is case insensitive.',
|
||||
|
@@ -477,7 +477,7 @@ $lang = array_merge($lang, array(
|
||||
'ANSWERED' => 'answered',
|
||||
'FORWARDED' => 'forwarded',
|
||||
'REPORTED' => 'reported',
|
||||
'TO_GROUP' => 'to usergroup',
|
||||
'TO_GROUP' => 'to my default usergroup',
|
||||
'TO_ME' => 'to me'
|
||||
),
|
||||
|
||||
|
Reference in New Issue
Block a user