diff options
Diffstat (limited to 'phpBB/language/en/acp/common.php')
| -rw-r--r-- | phpBB/language/en/acp/common.php | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 427e4f4d98..93f163364b 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -252,6 +252,8 @@ $lang = array_merge($lang, array(  	'IP'					=> 'User IP',  	'IP_HOSTNAME'			=> 'IP addresses or hostnames', +	'LOAD_NOTIFICATIONS'			=> 'Display Notifications', +	'LOAD_NOTIFICATIONS_EXPLAIN'	=> 'Display the notifications list on every page (typically in the header).',  	'LOGGED_IN_AS'			=> 'You are logged in as:',  	'LOGIN_ADMIN'			=> 'To administer the board you must be an authenticated user.',  	'LOGIN_ADMIN_CONFIRM'	=> 'To administer the board you must re-authenticate yourself.',  | 
