mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 14:46:28 +02:00
#4654684886 or so - I want my bug tracker back ;_;
Added a missing language variable. git-svn-id: file:///svn/phpbb/trunk@7196 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -242,6 +242,7 @@ $lang = array_merge($lang, array(
|
|||||||
'NOTIFY' => 'Notification',
|
'NOTIFY' => 'Notification',
|
||||||
'NO_ADMIN' => 'You are not authorised to administrate this board.',
|
'NO_ADMIN' => 'You are not authorised to administrate this board.',
|
||||||
'NO_EMAILS_DEFINED' => 'No valid email addresses found',
|
'NO_EMAILS_DEFINED' => 'No valid email addresses found',
|
||||||
|
'NO_PASSWORD_SUPPLIED' => 'You need to enter your password to access the Administration Control Panel.',
|
||||||
|
|
||||||
'OFF' => 'Off',
|
'OFF' => 'Off',
|
||||||
'ON' => 'On',
|
'ON' => 'On',
|
||||||
|
Reference in New Issue
Block a user