aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2008-03-27 13:17:58 +0000
committerHenry Sudhof <kellanved@phpbb.com>2008-03-27 13:17:58 +0000
commit976e83351a2c7e784e4968722dee40f59e6932b1 (patch)
treee40f1b754d8172a291f2365f6065ec5fedbca8b5 /phpBB/language
parent2c5e12876b21b9ad773540ff87a66d2cc1fc5cb2 (diff)
downloadforums-976e83351a2c7e784e4968722dee40f59e6932b1.tar
forums-976e83351a2c7e784e4968722dee40f59e6932b1.tar.gz
forums-976e83351a2c7e784e4968722dee40f59e6932b1.tar.bz2
forums-976e83351a2c7e784e4968722dee40f59e6932b1.tar.xz
forums-976e83351a2c7e784e4968722dee40f59e6932b1.zip
#24105 - Quite compliacted lang changes, translators will complain :|
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8474 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/common.php27
1 files changed, 17 insertions, 10 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 8e739206c5..db5f49339a 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -106,6 +106,7 @@ $lang = array_merge($lang, array(
'BOARD_DISABLE' => 'Sorry but this board is currently unavailable.',
'BOARD_DISABLED' => 'This board is currently disabled.',
'BOARD_UNAVAILABLE' => 'Sorry but the board is temporarily unavailable, please try again in a few minutes.',
+ 'BROWSING_FORUM' => 'Users browsing this forum: %1$s',
'BROWSING_FORUM_GUEST' => 'Users browsing this forum: %1$s and %2$d guest',
'BROWSING_FORUM_GUESTS' => 'Users browsing this forum: %1$s and %2$d guests',
'BYTES' => 'Bytes',
@@ -245,16 +246,19 @@ $lang = array_merge($lang, array(
'G_REGISTERED_COPPA' => 'Registered COPPA users',
'G_GLOBAL_MODERATORS' => 'Global moderators',
- 'HIDDEN_USERS_ONLINE' => '%d hidden users online',
- 'HIDDEN_USERS_TOTAL' => '%d hidden and ',
- 'HIDDEN_USERS_ZERO_ONLINE' => '0 hidden users online',
- 'HIDDEN_USERS_ZERO_TOTAL' => '0 hidden and ',
- 'HIDDEN_USER_ONLINE' => '%d hidden user online',
- 'HIDDEN_USER_TOTAL' => '%d hidden and ',
- 'HIDE_GUESTS' => 'Hide guests',
- 'HIDE_ME' => 'Hide my online status this session',
- 'HOURS' => 'Hours',
- 'HOME' => 'Home',
+ 'HIDDEN_USERS_ONLINE' => '%d hidden users online',
+ 'HIDDEN_USERS_TOTAL' => '%d hidden',
+ 'HIDDEN_USERS_TOTAL_AND' => '%d hidden and ',
+ 'HIDDEN_USERS_ZERO_ONLINE' => '0 hidden users online',
+ 'HIDDEN_USERS_ZERO_TOTAL' => '0 hidden',
+ 'HIDDEN_USERS_ZERO_TOTAL_AND' => '0 hidden and ',
+ 'HIDDEN_USER_ONLINE' => '%d hidden user online',
+ 'HIDDEN_USER_TOTAL' => '%d hidden',
+ 'HIDDEN_USER_TOTAL_AND' => '%d hidden and ',
+ 'HIDE_GUESTS' => 'Hide guests',
+ 'HIDE_ME' => 'Hide my online status this session',
+ 'HOURS' => 'Hours',
+ 'HOME' => 'Home',
'ICQ' => 'ICQ',
'ICQ_STATUS' => 'ICQ status',
@@ -446,10 +450,13 @@ $lang = array_merge($lang, array(
'REGISTERED_USERS' => 'Registered users:',
'REG_USERS_ONLINE' => 'There are %d registered users and ',
'REG_USERS_TOTAL' => '%d registered, ',
+ 'REG_USERS_TOTAL_AND' => '%d registered and ',
'REG_USERS_ZERO_ONLINE' => 'There are 0 registered users and ',
'REG_USERS_ZERO_TOTAL' => '0 registered, ',
+ 'REG_USERS_ZERO_TOTAL_AND' => '0 registered and ',
'REG_USER_ONLINE' => 'There is %d registered user and ',
'REG_USER_TOTAL' => '%d registered, ',
+ 'REG_USER_TOTAL_AND' => '%d registered and ',
'REMOVE' => 'Remove',
'REMOVE_INSTALL' => 'Please delete, move or rename the install directory before you use your board. If this directory is still present, only the Administration Control Panel (ACP) will be accessible.',
'REPLIES' => 'Replies',