1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +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

@@ -42,12 +42,10 @@ $lang = array_merge($lang, array(
'DISPLAY_RESULTS' => 'Display results as',
'FOUND_SEARCH_MATCHES' => array(
0 => 'Search found %d matches',
1 => 'Search found %d match',
2 => 'Search found %d matches',
),
'FOUND_MORE_SEARCH_MATCHES' => array(
0 => 'Search found more than %d matches',
1 => 'Search found more than %d match',
2 => 'Search found more than %d matches',
),
@@ -108,7 +106,6 @@ $lang = array_merge($lang, array(
'SORT_TIME' => 'Post time',
'TOO_FEW_AUTHOR_CHARS' => array(
0 => 'You must specify at least %d characters of the authors name.',
1 => 'You must specify at least %d character of the authors name.',
2 => 'You must specify at least %d characters of the authors name.',
),