mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16413] Adjust language entries
PHPBB3-16413
This commit is contained in:
parent
b84bc9adfc
commit
299d6a0030
1 changed files with 2 additions and 2 deletions
|
@ -94,8 +94,8 @@ $lang = array_merge($lang, array(
|
||||||
'FIELD_DESCRIPTION_EXPLAIN' => 'The explanation for this field presented to the user.',
|
'FIELD_DESCRIPTION_EXPLAIN' => 'The explanation for this field presented to the user.',
|
||||||
'FIELD_DROPDOWN' => 'Dropdown box',
|
'FIELD_DROPDOWN' => 'Dropdown box',
|
||||||
'FIELD_ICON' => 'Field icon',
|
'FIELD_ICON' => 'Field icon',
|
||||||
'FIELD_ICON_COLOR' => 'Icon color',
|
'FIELD_ICON_COLOR' => 'Icon colour',
|
||||||
'FIELD_ICON_EXPLAIN' => 'Enter the name of a Font Awesome icon to use with the field while displaying in the mini-profile on the topic screen. Leave this field blank to use phpBB default contact image icon.',
|
'FIELD_ICON_EXPLAIN' => 'Enter the name of a Font Awesome icon to use if displaying as a contact field option above is set. Optionally, set the icon colour in 6-value hexadecimal format or choose it using the colour picker next to the icon colour field (only effective when Font Awesome icon name is set). Leave Font Awesome icon field blank to use phpBB default contact field icon if any (this will also empty the icon colour field).',
|
||||||
'FIELD_IDENT' => 'Field identification',
|
'FIELD_IDENT' => 'Field identification',
|
||||||
'FIELD_IDENT_ALREADY_EXIST' => 'The chosen field identification already exist. Please choose another name.',
|
'FIELD_IDENT_ALREADY_EXIST' => 'The chosen field identification already exist. Please choose another name.',
|
||||||
'FIELD_IDENT_EXPLAIN' => 'The field identification is a name to identify the profile field within the database and the templates.',
|
'FIELD_IDENT_EXPLAIN' => 'The field identification is a name to identify the profile field within the database and the templates.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue