aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/common.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-06-05 09:40:43 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-29 02:14:27 +0200
commitd52f34f5ec5d006ec7e610e1c72266df21e70ac7 (patch)
tree31a105436f12a23a13e4af995a19ff43e8d02191 /phpBB/language/en/common.php
parent624c0e4ef6b638adb325e72158ac3a7e5f66b0bf (diff)
downloadforums-d52f34f5ec5d006ec7e610e1c72266df21e70ac7.tar
forums-d52f34f5ec5d006ec7e610e1c72266df21e70ac7.tar.gz
forums-d52f34f5ec5d006ec7e610e1c72266df21e70ac7.tar.bz2
forums-d52f34f5ec5d006ec7e610e1c72266df21e70ac7.tar.xz
forums-d52f34f5ec5d006ec7e610e1c72266df21e70ac7.zip
[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
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r--phpBB/language/en/common.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 5e524a6164..f451ac5f25 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -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.',