mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Language changes, take them while they are hot.
#13295 git-svn-id: file:///svn/phpbb/trunk@8009 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user