diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 1cf371a887..e01578a8ad 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -678,19 +678,13 @@ $lang = array_merge($lang, array(
),
'TOTAL_POSTS' => 'Total posts',
'TOTAL_POSTS_COUNT' => array(
- 0 => 'Total posts 0',
- 1 => 'Total posts %d',
2 => 'Total posts %d',
),
'TOPIC_REPORTED' => 'This topic has been reported',
'TOTAL_TOPICS' => array(
- 0 => 'Total topics 0',
- 1 => 'Total topics %d',
2 => 'Total topics %d',
),
'TOTAL_USERS' => array(
- 0 => 'Total members 0',
- 1 => 'Total members %d',
2 => 'Total members %d',
),
'TRACKED_PHP_ERROR' => 'Tracked PHP errors: %s',
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.',
),
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index e4aa41cbfd..3f09ccb826 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -309,7 +309,6 @@ $lang = array_merge($lang, array(
'NOT_AGREE' => 'I do not agree to these terms',
'NOT_ENOUGH_SPACE_FOLDER' => 'The destination folder “%s” seems to be full. The requested action has not been taken.',
'NOT_MOVED_MESSAGES' => array(
- 0 => 'You have %d private messages currently on hold because of full folder.',
1 => 'You have %d private message currently on hold because of full folder.',
2 => 'You have %d private messages currently on hold because of full folder.',
),
@@ -408,7 +407,6 @@ $lang = array_merge($lang, array(
'RULE_DELETED' => 'Rule successfully removed.',
'RULE_NOT_DEFINED' => 'Rule not correctly specified.',
'RULE_REMOVED_MESSAGES' => array(
- 0 => '%d private messages were removed due to private message filters.',
1 => '%d private message was removed due to private message filters.',
2 => '%d private messages were removed due to private message filters.',
),
@@ -512,7 +510,6 @@ $lang = array_merge($lang, array(
'VIEW_PM' => 'View message',
'VIEW_PM_INFO' => 'Message details',
'VIEW_PM_MESSAGES' => array(
- 0 => '%d messages',
1 => '%d message',
2 => '%d messages',
),
diff --git a/phpBB/language/en/viewforum.php b/phpBB/language/en/viewforum.php
index d5eea0f4e3..90f40ecdfc 100644
--- a/phpBB/language/en/viewforum.php
+++ b/phpBB/language/en/viewforum.php
@@ -65,7 +65,6 @@ $lang = array_merge($lang, array(
'VIEW_FORUM' => 'View forum',
'VIEW_FORUM_TOPICS' => array(
- 0 => '%d topics',
1 => '%d topic',
2 => '%d topics',
),
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 %d options',
1 => 'You may select %d option',
2 => 'You may select up to %d 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',
),