1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/10073] Add ACP module to add bbcode text for contact admin info

PHPBB3-10073
This commit is contained in:
Joas Schilling
2014-05-03 15:59:06 +02:00
parent deee3be9ef
commit d3f65cd66e
7 changed files with 323 additions and 0 deletions

View File

@@ -352,6 +352,19 @@ $lang = array_merge($lang, array(
'SESSION_LENGTH_EXPLAIN' => 'Sessions will expire after this time, in seconds.',
));
// Contact Settings
$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.',
'CONTACT_US_ENABLE' => 'Enable “Contact Us” page',
'CONTACT_US_ENABLE_EXPLAIN' => 'This page allows users to send emails to board administrators',
'CONTACT_US_INFO' => '“Contact Us” information',
'CONTACT_US_INFO_EXPLAIN' => 'The message is displayed on the “Contact Us” page',
'CONTACT_US_INFO_PREVIEW' => '“Contact Us” information - Preview',
'CONTACT_US_INFO_UPDATED' => '“Contact Us” information has been updated.',
));
// Load Settings
$lang = array_merge($lang, array(
'ACP_LOAD_SETTINGS_EXPLAIN' => 'Here you can enable and disable certain board functions to reduce the amount of processing required. On most servers there is no need to disable any functions. However on certain systems or in shared hosting environments it may be beneficial to disable capabilities you do not really need. You can also specify limits for system load and active sessions beyond which the board will go offline.',

View File

@@ -75,6 +75,8 @@ $lang = array_merge($lang, array(
'ACP_CAT_USERS' => 'Users',
'ACP_CLIENT_COMMUNICATION' => 'Client communication',
'ACP_COOKIE_SETTINGS' => 'Cookie settings',
'ACP_CONTACT' => 'Contact page',
'ACP_CONTACT_SETTINGS' => '“Contact Us” settings',
'ACP_CRITICAL_LOGS' => 'Error log',
'ACP_CUSTOM_PROFILE_FIELDS' => 'Custom profile fields',