[ticket/12005] Remove language vars used by PM popup

PHPBB3-12005
This commit is contained in:
Lukasz 2013-11-07 19:54:20 +01:00
parent 65fbf87ce7
commit d5ffb30025
2 changed files with 0 additions and 7 deletions

View file

@ -152,7 +152,6 @@ $lang = array_merge($lang, array(
1 => '%d character', 1 => '%d character',
2 => '%d characters', 2 => '%d characters',
), ),
'CLICK_VIEW_PRIVMSG' => '%sGo to your inbox%s',
'COLLAPSE_VIEW' => 'Collapse view', 'COLLAPSE_VIEW' => 'Collapse view',
'CLOSE_WINDOW' => 'Close window', 'CLOSE_WINDOW' => 'Close window',
'COLOUR_SWATCH' => 'Colour swatch', 'COLOUR_SWATCH' => 'Colour swatch',
@ -834,9 +833,6 @@ $lang = array_merge($lang, array(
'YES' => 'Yes', 'YES' => 'Yes',
'YIM' => 'YIM', 'YIM' => 'YIM',
'YOU_LAST_VISIT' => 'Last visit was: %s', 'YOU_LAST_VISIT' => 'Last visit was: %s',
'YOU_NEW_PM' => 'A new private message is waiting for you in your Inbox.',
'YOU_NEW_PMS' => 'New private messages are waiting for you in your Inbox.',
'YOU_NO_NEW_PM' => 'No new private messages are waiting for you.',
'datetime' => array( 'datetime' => array(
'TODAY' => 'Today', 'TODAY' => 'Today',

View file

@ -409,7 +409,6 @@ $lang = array_merge($lang, array(
'PM_SUBJECT' => 'Message subject', 'PM_SUBJECT' => 'Message subject',
'PM_TO' => 'Send to', 'PM_TO' => 'Send to',
'PM_USERS_REMOVED_NO_PM' => 'Some users couldnt be added as they have disabled private message receipt.', 'PM_USERS_REMOVED_NO_PM' => 'Some users couldnt be added as they have disabled private message receipt.',
'POPUP_ON_PM' => 'Pop up window on new private message',
'POST_EDIT_PM' => 'Edit message', 'POST_EDIT_PM' => 'Edit message',
'POST_FORWARD_PM' => 'Forward message', 'POST_FORWARD_PM' => 'Forward message',
'POST_NEW_PM' => 'Compose message', 'POST_NEW_PM' => 'Compose message',
@ -521,8 +520,6 @@ $lang = array_merge($lang, array(
'UCP_PM_COMPOSE' => 'Compose message', 'UCP_PM_COMPOSE' => 'Compose message',
'UCP_PM_DRAFTS' => 'Manage PM drafts', 'UCP_PM_DRAFTS' => 'Manage PM drafts',
'UCP_PM_OPTIONS' => 'Rules, folders & settings', 'UCP_PM_OPTIONS' => 'Rules, folders & settings',
'UCP_PM_POPUP' => 'Private messages',
'UCP_PM_POPUP_TITLE' => 'Private message popup',
'UCP_PM_UNREAD' => 'Unread messages', 'UCP_PM_UNREAD' => 'Unread messages',
'UCP_PM_VIEW' => 'View messages', 'UCP_PM_VIEW' => 'View messages',