mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11103] Language key needed in the UCP
PHPBB3-11103
This commit is contained in:
parent
dfb17f444a
commit
521992215c
1 changed files with 1 additions and 0 deletions
|
@ -288,6 +288,7 @@ $lang = array_merge($lang, array(
|
||||||
'NEW_PASSWORD_CONFIRM_EMPTY' => 'You did not enter a confirm password.',
|
'NEW_PASSWORD_CONFIRM_EMPTY' => 'You did not enter a confirm password.',
|
||||||
'NEW_PASSWORD_ERROR' => 'The passwords you entered do not match.',
|
'NEW_PASSWORD_ERROR' => 'The passwords you entered do not match.',
|
||||||
|
|
||||||
|
'NOTIFICATIONS' => 'Notifications',
|
||||||
'NOTIFICATION_METHOD_EMAIL' => 'Email',
|
'NOTIFICATION_METHOD_EMAIL' => 'Email',
|
||||||
'NOTIFICATION_METHOD_JABBER' => 'Jabber',
|
'NOTIFICATION_METHOD_JABBER' => 'Jabber',
|
||||||
'NOTIFICATION_TYPE' => 'Notification type',
|
'NOTIFICATION_TYPE' => 'Notification type',
|
||||||
|
|
Loading…
Add table
Reference in a new issue