mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10229] On languge/acp/styles.php "%s" should be %s
PHPBB3-10229
This commit is contained in:
parent
2bae5298e0
commit
dd0606a317
1 changed files with 4 additions and 4 deletions
|
@ -285,9 +285,9 @@ $lang = array_merge($lang, array(
|
|||
'INSTALLED_TEMPLATE' => 'Installed templates',
|
||||
'INSTALLED_THEME' => 'Installed themes',
|
||||
|
||||
'KEEP_IMAGESET' => 'Keep "%s" imageset',
|
||||
'KEEP_TEMPLATE' => 'Keep "%s" template',
|
||||
'KEEP_THEME' => 'Keep "%s" theme',
|
||||
'KEEP_IMAGESET' => 'Keep “%s” imageset',
|
||||
'KEEP_TEMPLATE' => 'Keep “%s” template',
|
||||
'KEEP_THEME' => 'Keep “%s” theme',
|
||||
|
||||
'LINE_SPACING' => 'Line spacing',
|
||||
'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_THEME' => 'Replace theme with',
|
||||
'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_TEMPLATE' => 'This style requires the %s template set to be installed.',
|
||||
'REQUIRES_THEME' => 'This style requires the %s theme to be installed.',
|
||||
|
|
Loading…
Add table
Reference in a new issue