[ticket/10229] On languge/acp/styles.php "%s" should be %s

PHPBB3-10229
This commit is contained in:
Raimon 2011-06-18 15:00:39 +02:00
parent 2bae5298e0
commit dd0606a317

View file

@ -285,9 +285,9 @@ $lang = array_merge($lang, array(
'INSTALLED_TEMPLATE' => 'Installed templates', 'INSTALLED_TEMPLATE' => 'Installed templates',
'INSTALLED_THEME' => 'Installed themes', 'INSTALLED_THEME' => 'Installed themes',
'KEEP_IMAGESET' => 'Keep "%s" imageset', 'KEEP_IMAGESET' => 'Keep “%s” imageset',
'KEEP_TEMPLATE' => 'Keep "%s" template', 'KEEP_TEMPLATE' => 'Keep “%s” template',
'KEEP_THEME' => 'Keep "%s" theme', 'KEEP_THEME' => 'Keep “%s” theme',
'LINE_SPACING' => 'Line spacing', 'LINE_SPACING' => 'Line spacing',
'LOCALISED_IMAGES' => 'Localised', 'LOCALISED_IMAGES' => 'Localised',
@ -325,7 +325,7 @@ $lang = array_merge($lang, array(
'REPLACE_TEMPLATE_EXPLAIN' => 'This template set will replace the one you are deleting in any styles that use it.', 'REPLACE_TEMPLATE_EXPLAIN' => 'This template set will replace the one you are deleting in any styles that use it.',
'REPLACE_THEME' => 'Replace theme with', 'REPLACE_THEME' => 'Replace theme with',
'REPLACE_THEME_EXPLAIN' => 'This theme will replace the one you are deleting in any styles that use it.', 'REPLACE_THEME_EXPLAIN' => 'This theme will replace the one you are deleting in any styles that use it.',
'REPLACE_WITH_OPTION' => 'Replace with "%s"', 'REPLACE_WITH_OPTION' => 'Replace with “%s”',
'REQUIRES_IMAGESET' => 'This style requires the %s imageset to be installed.', 'REQUIRES_IMAGESET' => 'This style requires the %s imageset to be installed.',
'REQUIRES_TEMPLATE' => 'This style requires the %s template set to be installed.', 'REQUIRES_TEMPLATE' => 'This style requires the %s template set to be installed.',
'REQUIRES_THEME' => 'This style requires the %s theme to be installed.', 'REQUIRES_THEME' => 'This style requires the %s theme to be installed.',