diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2011-09-21 00:43:25 +0200 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-11-25 15:10:51 -0500 |
commit | 3788326d719ca49868cbb9682ceb3197ce7f6804 (patch) | |
tree | 457e474384886dad2d7080bc07cc3aac1654303f | |
parent | 33e3bf4f64c3c2734bf97bcb204255cfdab37773 (diff) | |
download | forums-3788326d719ca49868cbb9682ceb3197ce7f6804.tar forums-3788326d719ca49868cbb9682ceb3197ce7f6804.tar.gz forums-3788326d719ca49868cbb9682ceb3197ce7f6804.tar.bz2 forums-3788326d719ca49868cbb9682ceb3197ce7f6804.tar.xz forums-3788326d719ca49868cbb9682ceb3197ce7f6804.zip |
[ticket/10345] Remove more useless 0-cases
PHPBB3-10345
-rw-r--r-- | phpBB/language/en/acp/posting.php | 1 | ||||
-rw-r--r-- | phpBB/language/en/common.php | 17 | ||||
-rw-r--r-- | phpBB/language/en/mcp.php | 1 | ||||
-rw-r--r-- | phpBB/language/en/memberlist.php | 1 | ||||
-rw-r--r-- | phpBB/language/en/posting.php | 3 | ||||
-rw-r--r-- | phpBB/language/en/ucp.php | 2 |
6 files changed, 0 insertions, 25 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php index 3d920b5340..ab8f57d08b 100644 --- a/phpBB/language/en/acp/posting.php +++ b/phpBB/language/en/acp/posting.php @@ -194,7 +194,6 @@ $lang = array_merge($lang, array( 'SMILIES_WIDTH' => 'Smiley width', 'TOO_MANY_SMILIES' => array( - 0 => 'Limit of %d smilies reached.', 1 => 'Limit of %d smiley reached.', 2 => 'Limit of %d smilies reached.', ), diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index e01578a8ad..b51d34335f 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -114,7 +114,6 @@ $lang = array_merge($lang, array( 'BOARD_UNAVAILABLE' => 'Sorry but the board is temporarily unavailable, please try again in a few minutes.', 'BROWSING_FORUM' => 'Users browsing this forum: %1$s', 'BROWSING_FORUM_GUESTS' => array( - 0 => 'Users browsing this forum: %2$s and 0 guests', 1 => 'Users browsing this forum: %2$s and %1$d guest', 2 => 'Users browsing this forum: %2$s and %1$d guests', ), @@ -126,7 +125,6 @@ $lang = array_merge($lang, array( 'CHANGING_PREFERENCES' => 'Changing board preferences', 'CHANGING_PROFILE' => 'Changing profile settings', 'CHARACTERS' => array( - 0 => '%d characters', 1 => '%d character', 2 => '%d characters', ), @@ -253,12 +251,10 @@ $lang = array_merge($lang, array( 'GROUP_ERR_USER_LONG' => 'Group names cannot exceed 60 characters. The specified group name is too long.', 'GUEST' => 'Guest', 'GUEST_USERS_ONLINE' => array( - 0 => 'There are 0 guest users online', 1 => 'There is %d guest user online', 2 => 'There are %d guest users online', ), 'GUEST_USERS_TOTAL' => array( - 0 => '0 guests', 1 => '%d guest', 2 => '%d guests', ), @@ -271,12 +267,10 @@ $lang = array_merge($lang, array( 'G_NEWLY_REGISTERED' => 'Newly registered users', 'HIDDEN_USERS_ONLINE' => array( - 0 => '0 hidden users', 1 => '%d hidden user', 2 => '%d hidden users', ), 'HIDDEN_USERS_TOTAL' => array( - 0 => '0 hidden', 1 => '%d hidden', 2 => '%d hidden', ), @@ -367,7 +361,6 @@ $lang = array_merge($lang, array( 'NEW_MESSAGE' => 'New message', 'NEW_MESSAGES' => 'New messages', 'NEW_PMS' => array( - 0 => '<strong>0</strong> new messages', 1 => '<strong>%d</strong> new message', 2 => '<strong>%d</strong> new messages', ), @@ -436,13 +429,11 @@ $lang = array_merge($lang, array( 'ONLINE_BUDDIES' => 'Online friends', // "... :: x registered and y hidden" 'ONLINE_USERS_TOTAL' => array( - 0 => 'In total there are <strong>0</strong> users online :: %2$s and %3$s', 1 => 'In total there is <strong>%1$d</strong> user online :: %2$s and %3$s', 2 => 'In total there are <strong>%1$d</strong> users online :: %2$s and %3$s', ), // "... :: x registered, y hidden and z guests" 'ONLINE_USERS_TOTAL_GUESTS' => array( - 0 => 'In total there are <strong>0</strong> users online :: %2$s, %3$s and %4$s', 1 => 'In total there is <strong>%1$d</strong> user online :: %2$s, %3$s and %4$s', 2 => 'In total there are <strong>%1$d</strong> users online :: %2$s, %3$s and %4$s', ), @@ -453,7 +444,6 @@ $lang = array_merge($lang, array( 'PASSWORD' => 'Password', 'PIXEL' => 'px', 'PIXELS' => array( - 0 => '%d pixels', 1 => '%d pixel', 2 => '%d pixels', ), @@ -506,12 +496,10 @@ $lang = array_merge($lang, array( 'REGISTERED_USERS' => 'Registered users:', // "... and 2 hidden users online" 'REG_USERS_ONLINE' => array( - 0 => 'There are 0 registered users and %2$s online', 1 => 'There is %1$d registered user and %2$s online', 2 => 'There are %1$d registered users and %2$s online', ), 'REG_USERS_TOTAL' => array( - 0 => '0 registered', 1 => '%d registered', 2 => '%d registered', ), @@ -667,12 +655,10 @@ $lang = array_merge($lang, array( 'TOPIC_UNAPPROVED' => 'This topic has not been approved', 'TOTAL_ATTACHMENTS' => 'Attachment(s)', 'TOTAL_LOGS' => array( - 0 => '0 logs', 1 => '%d log', 2 => '%d logs', ), 'TOTAL_PMS' => array( - 0 => '0 private messages in total', 1 => '%d private message in total', 2 => '%d private messages in total', ), @@ -695,7 +681,6 @@ $lang = array_merge($lang, array( 'UNMARK_ALL' => 'Unmark all', 'UNREAD_MESSAGES' => 'Unread messages', 'UNREAD_PMS' => array( - 0 => '<strong>0</strong> unread messages', 1 => '<strong>%d</strong> unread message', 2 => '<strong>%d</strong> unread messages', ), @@ -717,7 +702,6 @@ $lang = array_merge($lang, array( 'USER_AVATAR' => 'User avatar', 'USER_CANNOT_READ' => 'You cannot read posts in this forum.', 'USER_POSTS' => array( - 0 => '0 Posts', 1 => '%d Post', 2 => '%d Posts', ), @@ -748,7 +732,6 @@ $lang = array_merge($lang, array( 'VIEW_NEWEST_POST' => 'View first unread post', 'VIEW_NOTES' => 'View user notes', 'VIEW_ONLINE_TIMES' => array( - 0 => 'based on users active over the past %d minutes', 1 => 'based on users active over the past %d minute', 2 => 'based on users active over the past %d minutes', ), diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index 2d351eb9e0..9008f0327a 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -121,7 +121,6 @@ $lang = array_merge($lang, array( 'LATEST_WARNINGS' => 'Latest 5 warnings', 'LEAVE_SHADOW' => 'Leave shadow topic in place', 'LIST_REPORTS' => array( - 0 => '%d reports', 1 => '%d report', 2 => '%d reports', ), diff --git a/phpBB/language/en/memberlist.php b/phpBB/language/en/memberlist.php index 8138b61ae2..9c36fbe4d0 100644 --- a/phpBB/language/en/memberlist.php +++ b/phpBB/language/en/memberlist.php @@ -94,7 +94,6 @@ $lang = array_merge($lang, array( 'LAST_ACTIVE' => 'Last active', 'LESS_THAN' => 'Less than', 'LIST_USERS' => array( - 0 => '0 users', 1 => '%d user', 2 => '%d users', ), diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index a7dbc1bc80..0c8824aabf 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -162,12 +162,10 @@ $lang = array_merge($lang, array( 'POLL_MAX_OPTIONS_EXPLAIN' => 'This is the number of options each user may select when voting.', 'POLL_OPTIONS' => 'Poll options', 'POLL_OPTIONS_EXPLAIN' => array( - 0 => 'Place each option on a new line. You may enter up to <strong>%d</strong> options.', 1 => 'Place each option on a new line. You may enter <strong>%d</strong> option.', 2 => 'Place each option on a new line. You may enter up to <strong>%d</strong> options.', ), 'POLL_OPTIONS_EDIT_EXPLAIN' => array( - 0 => 'Place each option on a new line. You may enter up to <strong>%d</strong> options. If you remove or add options all previous votes will be reset.', 1 => 'Place each option on a new line. You may enter <strong>%d</strong> option. If you remove or add options all previous votes will be reset.', 2 => 'Place each option on a new line. You may enter up to <strong>%d</strong> options. If you remove or add options all previous votes will be reset.', ), @@ -196,7 +194,6 @@ $lang = array_merge($lang, array( 'PROGRESS_BAR' => 'Progress bar', 'QUOTE_DEPTH_EXCEEDED' => array( - 0 => 'You may embed only %d quotes within each other.', 1 => 'You may embed only %d quote within each other.', 2 => 'You may embed only %d quotes within each other.', ), diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 3f09ccb826..59e5cb1952 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -209,7 +209,6 @@ $lang = array_merge($lang, array( 'FOES_UPDATED' => 'Your foes list has been updated successfully.', 'FOLDER_ADDED' => 'Folder successfully added.', 'FOLDER_MESSAGE_STATUS' => array( - 0 => '%2$d from %1$d messages stored', 1 => '%2$d from %1$d message stored', 2 => '%2$d from %1$d messages stored', ), @@ -219,7 +218,6 @@ $lang = array_merge($lang, array( 'FOLDER_RENAMED' => 'Folder successfully renamed.', 'FOLDER_REMOVED' => 'Folder successfully removed.', 'FOLDER_STATUS_MSG' => array( - 0 => 'Folder is %3$d%% full (%2$d from %1$d messages stored)', 1 => 'Folder is %3$d%% full (%2$d from %1$d message stored)', 2 => 'Folder is %3$d%% full (%2$d from %1$d messages stored)', ), |