mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10345] Remove more useless 0-cases
PHPBB3-10345
This commit is contained in:
committed by
Oleg Pudeyev
parent
33e3bf4f64
commit
3788326d71
@@ -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)',
|
||||
),
|
||||
|
Reference in New Issue
Block a user