1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 15:45:34 +02:00

[ticket/12227] "X from Y messages" should be "X out of Y messages"

PHPBB3-12227
This commit is contained in:
Joas Schilling 2014-02-24 09:48:36 +01:00
parent 87dfd76100
commit bd00b8e9bf

View File

@ -216,8 +216,8 @@ $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(
1 => '%2$d from %1$s stored', 1 => '%2$d out of %1$s stored',
2 => '%2$d from %1$s stored', 2 => '%2$d out of %1$s stored',
), ),
'FOLDER_NAME_EMPTY' => 'You must enter a name for this folder.', 'FOLDER_NAME_EMPTY' => 'You must enter a name for this folder.',
'FOLDER_NAME_EXIST' => 'Folder <strong>%s</strong> already exists.', 'FOLDER_NAME_EXIST' => 'Folder <strong>%s</strong> already exists.',
@ -225,8 +225,8 @@ $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(
1 => 'Folder is %3$d%% full (%2$d from %1$s stored)', 1 => 'Folder is %3$d%% full (%2$d out of %1$s stored)',
2 => 'Folder is %3$d%% full (%2$d from %1$s stored)', 2 => 'Folder is %3$d%% full (%2$d out of %1$s stored)',
), ),
'FORWARD_PM' => 'Forward PM', 'FORWARD_PM' => 'Forward PM',
'FORCE_PASSWORD_EXPLAIN' => 'Before you may continue browsing the board you are required to change your password.', 'FORCE_PASSWORD_EXPLAIN' => 'Before you may continue browsing the board you are required to change your password.',
@ -297,8 +297,8 @@ $lang = array_merge($lang, array(
'MOVE_DOWN' => 'Move down', 'MOVE_DOWN' => 'Move down',
'MOVE_MARKED_TO_FOLDER' => 'Move marked to %s', 'MOVE_MARKED_TO_FOLDER' => 'Move marked to %s',
'MOVE_PM_ERROR' => array( 'MOVE_PM_ERROR' => array(
1 => 'An error occurred while moving the messages to the new folder, only %2$d from %1$s was moved.', 1 => 'An error occurred while moving the messages to the new folder, only %2$d out of %1$s was moved.',
2 => 'An error occurred while moving the messages to the new folder, only %2$d from %1$s were moved.', 2 => 'An error occurred while moving the messages to the new folder, only %2$d out of %1$s were moved.',
), ),
'MOVE_TO_FOLDER' => 'Move to folder', 'MOVE_TO_FOLDER' => 'Move to folder',
'MOVE_UP' => 'Move up', 'MOVE_UP' => 'Move up',