diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2011-09-20 23:40:41 +0200 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-11-25 15:10:50 -0500 |
commit | 7da6826a671cfce61f7d92c2f5b1deafa4865872 (patch) | |
tree | d580ea85d53c08435e61084df87bac7522a0ad64 /phpBB/language/en/search.php | |
parent | c4aa8d8401420f8f36a622dc279587ee07466925 (diff) | |
download | forums-7da6826a671cfce61f7d92c2f5b1deafa4865872.tar forums-7da6826a671cfce61f7d92c2f5b1deafa4865872.tar.gz forums-7da6826a671cfce61f7d92c2f5b1deafa4865872.tar.bz2 forums-7da6826a671cfce61f7d92c2f5b1deafa4865872.tar.xz forums-7da6826a671cfce61f7d92c2f5b1deafa4865872.zip |
[ticket/10345] Remove some unused 0 cases
PHPBB3-10345
Diffstat (limited to 'phpBB/language/en/search.php')
-rw-r--r-- | phpBB/language/en/search.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/language/en/search.php b/phpBB/language/en/search.php index c5b37d897e..d3801a58be 100644 --- a/phpBB/language/en/search.php +++ b/phpBB/language/en/search.php @@ -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.', ), |