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/viewtopic.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/viewtopic.php')
-rw-r--r-- | phpBB/language/en/viewtopic.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/language/en/viewtopic.php b/phpBB/language/en/viewtopic.php index 1e686b69ab..5bfc4907ce 100644 --- a/phpBB/language/en/viewtopic.php +++ b/phpBB/language/en/viewtopic.php @@ -54,7 +54,6 @@ $lang = array_merge($lang, array( 'DOWNLOAD_NOTICE' => 'You do not have the required permissions to view the files attached to this post.', 'EDITED_TIMES_TOTAL' => array( - 0 => 'Last edited by %2$s on %3$s, edited %1$d times in total.', 1 => 'Last edited by %2$s on %3$s, edited %1$d time in total.', 2 => 'Last edited by %2$s on %3$s, edited %1$d times in total.', ) @@ -74,7 +73,6 @@ $lang = array_merge($lang, array( 'MAKE_NORMAL' => 'Change to “Standard Topic”', 'MAKE_STICKY' => 'Change to “Sticky”', 'MAX_OPTIONS_SELECT' => array( - 0 => 'You may select up to <strong>%d</strong> options', 1 => 'You may select <strong>%d</strong> option', 2 => 'You may select up to <strong>%d</strong> options', ), @@ -112,7 +110,6 @@ $lang = array_merge($lang, array( 'VIEW_PREVIOUS_TOPIC' => 'Previous topic', 'VIEW_RESULTS' => 'View results', 'VIEW_TOPIC_POSTS' => array( - 0 => '%d posts', 1 => '%d post', 2 => '%d posts', ), |