1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

[ticket/10345] Remove some unused 0 cases

PHPBB3-10345
This commit is contained in:
Joas Schilling
2011-09-20 23:40:41 +02:00
committed by Oleg Pudeyev
parent c4aa8d8401
commit 7da6826a67
5 changed files with 0 additions and 16 deletions

View File

@@ -678,19 +678,13 @@ $lang = array_merge($lang, array(
),
'TOTAL_POSTS' => 'Total posts',
'TOTAL_POSTS_COUNT' => array(
0 => 'Total posts <strong>0</strong>',
1 => 'Total posts <strong>%d</strong>',
2 => 'Total posts <strong>%d</strong>',
),
'TOPIC_REPORTED' => 'This topic has been reported',
'TOTAL_TOPICS' => array(
0 => 'Total topics <strong>0</strong>',
1 => 'Total topics <strong>%d</strong>',
2 => 'Total topics <strong>%d</strong>',
),
'TOTAL_USERS' => array(
0 => 'Total members <strong>0</strong>',
1 => 'Total members <strong>%d</strong>',
2 => 'Total members <strong>%d</strong>',
),
'TRACKED_PHP_ERROR' => 'Tracked PHP errors: %s',