mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 09:16:55 +02:00
#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
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user