[ticket/10345] Remove more useless 0-cases

PHPBB3-10345
This commit is contained in:
Joas Schilling 2011-09-21 00:43:25 +02:00 committed by Oleg Pudeyev
parent 33e3bf4f64
commit 3788326d71
6 changed files with 0 additions and 25 deletions

View file

@ -194,7 +194,6 @@ $lang = array_merge($lang, array(
'SMILIES_WIDTH' => 'Smiley width', 'SMILIES_WIDTH' => 'Smiley width',
'TOO_MANY_SMILIES' => array( 'TOO_MANY_SMILIES' => array(
0 => 'Limit of %d smilies reached.',
1 => 'Limit of %d smiley reached.', 1 => 'Limit of %d smiley reached.',
2 => 'Limit of %d smilies reached.', 2 => 'Limit of %d smilies reached.',
), ),

View file

@ -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.', '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' => 'Users browsing this forum: %1$s',
'BROWSING_FORUM_GUESTS' => array( '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', 1 => 'Users browsing this forum: %2$s and %1$d guest',
2 => 'Users browsing this forum: %2$s and %1$d guests', 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_PREFERENCES' => 'Changing board preferences',
'CHANGING_PROFILE' => 'Changing profile settings', 'CHANGING_PROFILE' => 'Changing profile settings',
'CHARACTERS' => array( 'CHARACTERS' => array(
0 => '%d characters',
1 => '%d character', 1 => '%d character',
2 => '%d characters', 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.', 'GROUP_ERR_USER_LONG' => 'Group names cannot exceed 60 characters. The specified group name is too long.',
'GUEST' => 'Guest', 'GUEST' => 'Guest',
'GUEST_USERS_ONLINE' => array( 'GUEST_USERS_ONLINE' => array(
0 => 'There are 0 guest users online',
1 => 'There is %d guest user online', 1 => 'There is %d guest user online',
2 => 'There are %d guest users online', 2 => 'There are %d guest users online',
), ),
'GUEST_USERS_TOTAL' => array( 'GUEST_USERS_TOTAL' => array(
0 => '0 guests',
1 => '%d guest', 1 => '%d guest',
2 => '%d guests', 2 => '%d guests',
), ),
@ -271,12 +267,10 @@ $lang = array_merge($lang, array(
'G_NEWLY_REGISTERED' => 'Newly registered users', 'G_NEWLY_REGISTERED' => 'Newly registered users',
'HIDDEN_USERS_ONLINE' => array( 'HIDDEN_USERS_ONLINE' => array(
0 => '0 hidden users',
1 => '%d hidden user', 1 => '%d hidden user',
2 => '%d hidden users', 2 => '%d hidden users',
), ),
'HIDDEN_USERS_TOTAL' => array( 'HIDDEN_USERS_TOTAL' => array(
0 => '0 hidden',
1 => '%d hidden', 1 => '%d hidden',
2 => '%d hidden', 2 => '%d hidden',
), ),
@ -367,7 +361,6 @@ $lang = array_merge($lang, array(
'NEW_MESSAGE' => 'New message', 'NEW_MESSAGE' => 'New message',
'NEW_MESSAGES' => 'New messages', 'NEW_MESSAGES' => 'New messages',
'NEW_PMS' => array( 'NEW_PMS' => array(
0 => '<strong>0</strong> new messages',
1 => '<strong>%d</strong> new message', 1 => '<strong>%d</strong> new message',
2 => '<strong>%d</strong> new messages', 2 => '<strong>%d</strong> new messages',
), ),
@ -436,13 +429,11 @@ $lang = array_merge($lang, array(
'ONLINE_BUDDIES' => 'Online friends', 'ONLINE_BUDDIES' => 'Online friends',
// "... :: x registered and y hidden" // "... :: x registered and y hidden"
'ONLINE_USERS_TOTAL' => array( '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', 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', 2 => 'In total there are <strong>%1$d</strong> users online :: %2$s and %3$s',
), ),
// "... :: x registered, y hidden and z guests" // "... :: x registered, y hidden and z guests"
'ONLINE_USERS_TOTAL_GUESTS' => array( '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', 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', 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', 'PASSWORD' => 'Password',
'PIXEL' => 'px', 'PIXEL' => 'px',
'PIXELS' => array( 'PIXELS' => array(
0 => '%d pixels',
1 => '%d pixel', 1 => '%d pixel',
2 => '%d pixels', 2 => '%d pixels',
), ),
@ -506,12 +496,10 @@ $lang = array_merge($lang, array(
'REGISTERED_USERS' => 'Registered users:', 'REGISTERED_USERS' => 'Registered users:',
// "... and 2 hidden users online" // "... and 2 hidden users online"
'REG_USERS_ONLINE' => array( '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', 1 => 'There is %1$d registered user and %2$s online',
2 => 'There are %1$d registered users and %2$s online', 2 => 'There are %1$d registered users and %2$s online',
), ),
'REG_USERS_TOTAL' => array( 'REG_USERS_TOTAL' => array(
0 => '0 registered',
1 => '%d registered', 1 => '%d registered',
2 => '%d registered', 2 => '%d registered',
), ),
@ -667,12 +655,10 @@ $lang = array_merge($lang, array(
'TOPIC_UNAPPROVED' => 'This topic has not been approved', 'TOPIC_UNAPPROVED' => 'This topic has not been approved',
'TOTAL_ATTACHMENTS' => 'Attachment(s)', 'TOTAL_ATTACHMENTS' => 'Attachment(s)',
'TOTAL_LOGS' => array( 'TOTAL_LOGS' => array(
0 => '0 logs',
1 => '%d log', 1 => '%d log',
2 => '%d logs', 2 => '%d logs',
), ),
'TOTAL_PMS' => array( 'TOTAL_PMS' => array(
0 => '0 private messages in total',
1 => '%d private message in total', 1 => '%d private message in total',
2 => '%d private messages in total', 2 => '%d private messages in total',
), ),
@ -695,7 +681,6 @@ $lang = array_merge($lang, array(
'UNMARK_ALL' => 'Unmark all', 'UNMARK_ALL' => 'Unmark all',
'UNREAD_MESSAGES' => 'Unread messages', 'UNREAD_MESSAGES' => 'Unread messages',
'UNREAD_PMS' => array( 'UNREAD_PMS' => array(
0 => '<strong>0</strong> unread messages',
1 => '<strong>%d</strong> unread message', 1 => '<strong>%d</strong> unread message',
2 => '<strong>%d</strong> unread messages', 2 => '<strong>%d</strong> unread messages',
), ),
@ -717,7 +702,6 @@ $lang = array_merge($lang, array(
'USER_AVATAR' => 'User avatar', 'USER_AVATAR' => 'User avatar',
'USER_CANNOT_READ' => 'You cannot read posts in this forum.', 'USER_CANNOT_READ' => 'You cannot read posts in this forum.',
'USER_POSTS' => array( 'USER_POSTS' => array(
0 => '0 Posts',
1 => '%d Post', 1 => '%d Post',
2 => '%d Posts', 2 => '%d Posts',
), ),
@ -748,7 +732,6 @@ $lang = array_merge($lang, array(
'VIEW_NEWEST_POST' => 'View first unread post', 'VIEW_NEWEST_POST' => 'View first unread post',
'VIEW_NOTES' => 'View user notes', 'VIEW_NOTES' => 'View user notes',
'VIEW_ONLINE_TIMES' => array( 'VIEW_ONLINE_TIMES' => array(
0 => 'based on users active over the past %d minutes',
1 => 'based on users active over the past %d minute', 1 => 'based on users active over the past %d minute',
2 => 'based on users active over the past %d minutes', 2 => 'based on users active over the past %d minutes',
), ),

View file

@ -121,7 +121,6 @@ $lang = array_merge($lang, array(
'LATEST_WARNINGS' => 'Latest 5 warnings', 'LATEST_WARNINGS' => 'Latest 5 warnings',
'LEAVE_SHADOW' => 'Leave shadow topic in place', 'LEAVE_SHADOW' => 'Leave shadow topic in place',
'LIST_REPORTS' => array( 'LIST_REPORTS' => array(
0 => '%d reports',
1 => '%d report', 1 => '%d report',
2 => '%d reports', 2 => '%d reports',
), ),

View file

@ -94,7 +94,6 @@ $lang = array_merge($lang, array(
'LAST_ACTIVE' => 'Last active', 'LAST_ACTIVE' => 'Last active',
'LESS_THAN' => 'Less than', 'LESS_THAN' => 'Less than',
'LIST_USERS' => array( 'LIST_USERS' => array(
0 => '0 users',
1 => '%d user', 1 => '%d user',
2 => '%d users', 2 => '%d users',
), ),

View file

@ -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_MAX_OPTIONS_EXPLAIN' => 'This is the number of options each user may select when voting.',
'POLL_OPTIONS' => 'Poll options', 'POLL_OPTIONS' => 'Poll options',
'POLL_OPTIONS_EXPLAIN' => array( '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.', 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.', 2 => 'Place each option on a new line. You may enter up to <strong>%d</strong> options.',
), ),
'POLL_OPTIONS_EDIT_EXPLAIN' => array( '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.', 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.', 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', 'PROGRESS_BAR' => 'Progress bar',
'QUOTE_DEPTH_EXCEEDED' => array( 'QUOTE_DEPTH_EXCEEDED' => array(
0 => 'You may embed only %d quotes within each other.',
1 => 'You may embed only %d quote within each other.', 1 => 'You may embed only %d quote within each other.',
2 => 'You may embed only %d quotes within each other.', 2 => 'You may embed only %d quotes within each other.',
), ),

View file

@ -209,7 +209,6 @@ $lang = array_merge($lang, array(
'FOES_UPDATED' => 'Your foes list has been updated successfully.', 'FOES_UPDATED' => 'Your foes list has been updated successfully.',
'FOLDER_ADDED' => 'Folder successfully added.', 'FOLDER_ADDED' => 'Folder successfully added.',
'FOLDER_MESSAGE_STATUS' => array( 'FOLDER_MESSAGE_STATUS' => array(
0 => '%2$d from %1$d messages stored',
1 => '%2$d from %1$d message stored', 1 => '%2$d from %1$d message stored',
2 => '%2$d from %1$d messages stored', 2 => '%2$d from %1$d messages stored',
), ),
@ -219,7 +218,6 @@ $lang = array_merge($lang, array(
'FOLDER_RENAMED' => 'Folder successfully renamed.', 'FOLDER_RENAMED' => 'Folder successfully renamed.',
'FOLDER_REMOVED' => 'Folder successfully removed.', 'FOLDER_REMOVED' => 'Folder successfully removed.',
'FOLDER_STATUS_MSG' => array( '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)', 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)', 2 => 'Folder is %3$d%% full (%2$d from %1$d messages stored)',
), ),