mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
[ticket/16019] Rewamp ACP_STYLES_EXPLAIN
PHPBB3-16019
This commit is contained in:
parent
463807fcf0
commit
6a79083c43
1 changed files with 35 additions and 35 deletions
|
@ -37,7 +37,7 @@ if (empty($lang) || !is_array($lang))
|
||||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||||
|
|
||||||
$lang = array_merge($lang, array(
|
$lang = array_merge($lang, array(
|
||||||
'ACP_STYLES_EXPLAIN' => 'Here you can manage the available styles on your board. You may alter existing styles, delete, deactivate, reactivate, install new ones. You can also see what a style will look like using the preview function. Also listed is the total user count for each style, note that overriding user styles will not be reflected here.',
|
'ACP_STYLES_EXPLAIN' => 'Here you can manage the styles available on your board. You can delete, deactivate, activate or reactivate them or install new ones. Please <strong>note</strong> that for obvious reasons like provide proper board operation you cannot uninstall the “<strong><em>prosilver</em></strong>” style. You can also see what a style will look like by using the preview function. Also listed is the total user count for each style, note that overwritten user styles will not be reflected here.',
|
||||||
|
|
||||||
'CANNOT_BE_INSTALLED' => 'Cannot be installed',
|
'CANNOT_BE_INSTALLED' => 'Cannot be installed',
|
||||||
'CONFIRM_UNINSTALL_STYLES' => 'Are you sure you wish to uninstall selected styles?',
|
'CONFIRM_UNINSTALL_STYLES' => 'Are you sure you wish to uninstall selected styles?',
|
||||||
|
@ -52,7 +52,7 @@ $lang = array_merge($lang, array(
|
||||||
'INHERITING_FROM' => 'Inherits from',
|
'INHERITING_FROM' => 'Inherits from',
|
||||||
'INSTALL_STYLE' => 'Install style',
|
'INSTALL_STYLE' => 'Install style',
|
||||||
'INSTALL_STYLES' => 'Install styles',
|
'INSTALL_STYLES' => 'Install styles',
|
||||||
'INSTALL_STYLES_EXPLAIN' => 'Here you can install new styles.<br />If you cannot find a specific style in list below, check to make sure style is already installed. If it is not installed, check if it was uploaded correctly.',
|
'INSTALL_STYLES_EXPLAIN' => 'Here you can install new styles.<br>If you cannot find a specific style in list below, check to make sure style is already installed. If it is not installed, check if it was uploaded correctly.',
|
||||||
'INVALID_STYLE_ID' => 'Invalid style ID.',
|
'INVALID_STYLE_ID' => 'Invalid style ID.',
|
||||||
|
|
||||||
'NO_MATCHING_STYLES_FOUND' => 'No styles match your query.',
|
'NO_MATCHING_STYLES_FOUND' => 'No styles match your query.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue