mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10073] Add a contact administrators page and refactor email forms.
The message to be displayed on top of the email form cannot be configured yet. PHPBB3-10073
This commit is contained in:
committed by
Joas Schilling
parent
624c0e4ef6
commit
d52f34f5ec
@@ -171,6 +171,7 @@ $lang = array_merge($lang, array(
|
||||
'CONNECTION_SUCCESS' => 'Connection was successful!',
|
||||
'CONTACT' => 'Contact',
|
||||
'CONTACT_USER' => 'Contact %s',
|
||||
'CONTACT_US' => 'Contact us',
|
||||
'COOKIES_DELETED' => 'All board cookies successfully deleted.',
|
||||
'CURRENT_TIME' => 'It is currently %s',
|
||||
|
||||
@@ -730,7 +731,7 @@ $lang = array_merge($lang, array(
|
||||
'TOO_SHORT_USER_PASSWORD' => 'The password you entered is too short.',
|
||||
'TOO_SHORT_USERNAME' => 'The username you entered is too short.',
|
||||
'TOO_SHORT_EMAIL' => 'The email address you entered is too short.',
|
||||
|
||||
'TOO_SHORT_EMAIL_CONFIRM' => 'The email address confirmation you entered is too short.',
|
||||
'TOO_SMALL' => 'The value you entered is too small.',
|
||||
'TOO_SMALL_MAX_RECIPIENTS' => 'The value of <strong>Maximum number of allowed recipients per private message</strong> setting you entered is too small.',
|
||||
|
||||
|
@@ -49,6 +49,8 @@ $lang = array_merge($lang, array(
|
||||
'BEFORE' => 'Before',
|
||||
|
||||
'CC_EMAIL' => 'Send a copy of this email to yourself.',
|
||||
'CONTACT_USER' => 'Contact',
|
||||
'CONTACT_ADMIN' => 'Contact a Board Administrator',
|
||||
|
||||
'DEST_LANG' => 'Language',
|
||||
'DEST_LANG_EXPLAIN' => 'Select an appropriate language (if available) for the recipient of this message.',
|
||||
@@ -61,6 +63,8 @@ $lang = array_merge($lang, array(
|
||||
'EMPTY_MESSAGE_EMAIL' => 'You must enter a message to be emailed.',
|
||||
'EMPTY_MESSAGE_IM' => 'You must enter a message to be send.',
|
||||
'EMPTY_NAME_EMAIL' => 'You must enter the real name of the recipient.',
|
||||
'EMPTY_SENDER_EMAIL' => 'You must provide a valid email address.',
|
||||
'EMPTY_SENDER_NAME' => 'You must provide a name.',
|
||||
'EMPTY_SUBJECT_EMAIL' => 'You must specify a subject for the email.',
|
||||
'EQUAL_TO' => 'Equal to',
|
||||
|
||||
@@ -98,6 +102,8 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'MORE_THAN' => 'More than',
|
||||
|
||||
'NO_CONTACT_FORM' => 'The board administrator contact form has been disabled.',
|
||||
'NO_CONTACT_PAGE' => 'The board administrator contact page has been disabled.',
|
||||
'NO_EMAIL' => 'You are not permitted to send email to this user.',
|
||||
'NO_VIEW_USERS' => 'You are not authorised to view the member list or profiles.',
|
||||
|
||||
@@ -113,6 +119,9 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'SELECT_MARKED' => 'Select marked',
|
||||
'SELECT_SORT_METHOD' => 'Select sort method',
|
||||
'SENDER_EMAIL_ADDRESS' => 'Your email address',
|
||||
'SENDER_NAME' => 'Your name',
|
||||
'SEND_AIM_MESSAGE' => 'Send AIM message',
|
||||
'SEND_ICQ_MESSAGE' => 'Send ICQ message',
|
||||
'SEND_IM' => 'Instant messaging',
|
||||
'SEND_JABBER_MESSAGE' => 'Send Jabber message',
|
||||
|
Reference in New Issue
Block a user