1
0
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:
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

@@ -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)',
),