aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/posting.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language/en/acp/posting.php')
-rw-r--r--phpBB/language/en/acp/posting.php16
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',