diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-08-06 10:49:42 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-08-06 10:49:42 +0000 |
commit | 4c4dbba46daa9d066e9cfe4fa0b6f848b2e030ae (patch) | |
tree | 2f301defa82e969f3c22fe49a73960a8b26c3a8c /phpBB/language | |
parent | 7693609d0cdf434950e74e109d483637c60e8acf (diff) | |
download | forums-4c4dbba46daa9d066e9cfe4fa0b6f848b2e030ae.tar forums-4c4dbba46daa9d066e9cfe4fa0b6f848b2e030ae.tar.gz forums-4c4dbba46daa9d066e9cfe4fa0b6f848b2e030ae.tar.bz2 forums-4c4dbba46daa9d066e9cfe4fa0b6f848b2e030ae.tar.xz forums-4c4dbba46daa9d066e9cfe4fa0b6f848b2e030ae.zip |
Language changes, take them while they are hot.
#13295
git-svn-id: file:///svn/phpbb/trunk@8009 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/acp/posting.php | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php index f5be3d4d5e..fdf3190cbe 100644 --- a/phpBB/language/en/acp/posting.php +++ b/phpBB/language/en/acp/posting.php @@ -108,11 +108,15 @@ $lang = array_merge($lang, array( 'FIRST' => 'First', 'ICONS_ADD' => 'Add a new icon', - 'ICONS_ADDED' => 'The icon has been added successfully.', + 'ICON_NONE_ADDED' => 'No icons were added.', + 'ICONS_ONE_ADDED' => 'The icon has been added successfully.', + 'ICONS_ADDED' => 'The icons have been added successfully.', 'ICONS_CONFIG' => 'Icon configuration', 'ICONS_DELETED' => 'The icon has been removed successfully.', 'ICONS_EDIT' => 'Edit icon', - 'ICONS_EDITED' => 'The icon has been updated successfully.', + 'ICONS_ONE_EDITED' => 'The icon has been updated successfully.', + 'ICON_NONE_EDITED' => 'No icons were updated.', + 'ICONS_EDITED' => 'The icons have been updated successfully.', 'ICONS_HEIGHT' => 'Icon height', 'ICONS_IMAGE' => 'Icon image', 'ICONS_IMPORTED' => 'The icons pack has been installed successfully.', @@ -144,12 +148,16 @@ $lang = array_merge($lang, array( 'SELECT_PACKAGE' => 'Select a package file', 'SMILIES_ADD' => 'Add a new smiley', - 'SMILIES_ADDED' => 'The smiley has been added successfully.', + 'SMILIES_NONE_ADDED' => 'No smilies were added.', + 'SMILIE_ONE_ADDED' => 'The smiley has been added successfully.', + 'SMILIES_ADDED' => 'The smilies have been added successfully.', 'SMILIES_CODE' => 'Smiley code', 'SMILIES_CONFIG' => 'Smiley configuration', 'SMILIES_DELETED' => 'The smiley has been removed successfully.', 'SMILIES_EDIT' => 'Edit smiley', - 'SMILIES_EDITED' => 'The smiley has been updated successfully.', + 'SMILIES_NONE_EDITED' => 'No smilies were updated.', + 'SMILIE__ONE_EDITED' => 'The smiley has been updated successfully.', + 'SMILIES_EDITED' => 'The smilies have been updated successfully.', 'SMILIES_EMOTION' => 'Emotion', 'SMILIES_HEIGHT' => 'Smiley height', 'SMILIES_IMAGE' => 'Smiley image', |