diff options
| author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-16 16:47:18 -0500 |
|---|---|---|
| committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-16 16:47:18 -0500 |
| commit | 61a1467c90e865f43c359bb8678d27b5e571f21f (patch) | |
| tree | b00ecfa243013c095cae5ae8f0832dbcb474a2dd /phpBB/language/en/common.php | |
| parent | 25ef4d6f91e7723b0573ecbf66c0109170eae5d0 (diff) | |
| download | forums-61a1467c90e865f43c359bb8678d27b5e571f21f.tar forums-61a1467c90e865f43c359bb8678d27b5e571f21f.tar.gz forums-61a1467c90e865f43c359bb8678d27b5e571f21f.tar.bz2 forums-61a1467c90e865f43c359bb8678d27b5e571f21f.tar.xz forums-61a1467c90e865f43c359bb8678d27b5e571f21f.zip | |
[ticket/11103] U_VIEW_ALL_NOTIFICATIONS Link
PHPBB3-11103
Diffstat (limited to 'phpBB/language/en/common.php')
| -rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 8980c274ef..75c681e86a 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -386,6 +386,7 @@ $lang = array_merge($lang, array( 'NOT_AUTHORISED' => 'You are not authorised to access this area.', 'NOT_WATCHING_FORUM' => 'You are no longer subscribed to updates on this forum.', 'NOT_WATCHING_TOPIC' => 'You are no longer subscribed to this topic.', + 'NOTIFICATIONS' => 'Notifications', 'NOTIFICATIONS_COUNT' => array( 1 => '%d Notification', 2 => '%d Notifications', @@ -591,6 +592,7 @@ $lang = array_merge($lang, array( 'SEARCH_UNREAD' => 'View unread posts', 'SEARCH_USER_POSTS' => 'Search user’s posts', 'SECONDS' => 'Seconds', + 'SEE_ALL' => 'See All', 'SELECT' => 'Select', 'SELECT_ALL_CODE' => 'Select all', 'SELECT_DESTINATION_FORUM' => 'Please select a destination forum', |
