diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-05 13:43:03 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-05 13:43:03 -0500 |
commit | 0bab8ff777bcb82361b75441c085ee2e510db5cc (patch) | |
tree | 51406c04033cefb2e86ba0b7e5149096bcf665af /phpBB/language | |
parent | 2d69707a88fdb618730243cbe65ebc055cf68bae (diff) | |
download | forums-0bab8ff777bcb82361b75441c085ee2e510db5cc.tar forums-0bab8ff777bcb82361b75441c085ee2e510db5cc.tar.gz forums-0bab8ff777bcb82361b75441c085ee2e510db5cc.tar.bz2 forums-0bab8ff777bcb82361b75441c085ee2e510db5cc.tar.xz forums-0bab8ff777bcb82361b75441c085ee2e510db5cc.zip |
[ticket/11103] ACP option to enable/disable notifications output in header
PHPBB3-11103
Diffstat (limited to 'phpBB/language')
-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 5eb10d50b3..0096a84878 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -250,6 +250,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.', |