1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +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

@@ -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',