mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10073] Fix more "Contact Us" strings
PHPBB3-10073
This commit is contained in:
parent
3e0f8d7f1e
commit
8e48840034
1 changed files with 6 additions and 6 deletions
|
@ -354,15 +354,15 @@ $lang = array_merge($lang, array(
|
||||||
|
|
||||||
// Contact Settings
|
// Contact Settings
|
||||||
$lang = array_merge($lang, array(
|
$lang = array_merge($lang, array(
|
||||||
'ACP_CONTACT_SETTINGS_EXPLAIN' => 'Here you can enable and disable the “Contact Us” page and also add a text that is displayed on the page.',
|
'ACP_CONTACT_SETTINGS_EXPLAIN' => 'Here you can enable and disable the contact page and also add a text that is displayed on the page.',
|
||||||
|
|
||||||
'CONTACT_US_ENABLE' => 'Enable “Contact Us” page',
|
'CONTACT_US_ENABLE' => 'Enable contact page',
|
||||||
'CONTACT_US_ENABLE_EXPLAIN' => 'This page allows users to send emails to board administrators',
|
'CONTACT_US_ENABLE_EXPLAIN' => 'This page allows users to send emails to board administrators',
|
||||||
|
|
||||||
'CONTACT_US_INFO' => '“Contact Us” information',
|
'CONTACT_US_INFO' => 'Contact information',
|
||||||
'CONTACT_US_INFO_EXPLAIN' => 'The message is displayed on the “Contact Us” page',
|
'CONTACT_US_INFO_EXPLAIN' => 'The message is displayed on the contact page',
|
||||||
'CONTACT_US_INFO_PREVIEW' => '“Contact Us” information - Preview',
|
'CONTACT_US_INFO_PREVIEW' => 'Contact page information - Preview',
|
||||||
'CONTACT_US_INFO_UPDATED' => '“Contact Us” information has been updated.',
|
'CONTACT_US_INFO_UPDATED' => 'Contact page information has been updated.',
|
||||||
));
|
));
|
||||||
|
|
||||||
// Load Settings
|
// Load Settings
|
||||||
|
|
Loading…
Add table
Reference in a new issue