aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorShitiz Garg <mail@dragooon.net>2014-06-21 03:56:40 +0530
committerShitiz Garg <mail@dragooon.net>2014-06-21 04:03:43 +0530
commit6b90a0d09518a4a16ec855211b7fcddaff6668bf (patch)
treefb5a8e12daa74996d199393837edc829d30864c6 /phpBB/language/en
parent18bf45ab1b3f07fbed5c7d566766170ff0a71e8e (diff)
downloadforums-6b90a0d09518a4a16ec855211b7fcddaff6668bf.tar
forums-6b90a0d09518a4a16ec855211b7fcddaff6668bf.tar.gz
forums-6b90a0d09518a4a16ec855211b7fcddaff6668bf.tar.bz2
forums-6b90a0d09518a4a16ec855211b7fcddaff6668bf.tar.xz
forums-6b90a0d09518a4a16ec855211b7fcddaff6668bf.zip
[ticket/12753] Add invalid chars string for ALPHA_DOTS and ALPHA_PUNCTUATION
PHPBB3-12753
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/ucp.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index c3ace160e9..d4e1915076 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -209,7 +209,9 @@ $lang = array_merge($lang, array(
'FIELD_TOO_LARGE' => 'The value of “%2$s” is too large, a maximum value of %1$d is allowed.',
'FIELD_INVALID_CHARS_INVALID' => 'The field “%s” has invalid characters.',
'FIELD_INVALID_CHARS_NUMBERS_ONLY' => 'The field “%s” has invalid characters, only numbers are allowed.',
+ 'FIELD_INVALID_CHARS_ALPHA_DOTS' => 'The field “%s” has invalid characters, only alphanumeric or . characters are allowed.',
'FIELD_INVALID_CHARS_ALPHA_ONLY' => 'The field “%s” has invalid characters, only alphanumeric characters are allowed.',
+ 'FIELD_INVALID_CHARS_ALPHA_PUNCTUATION' => 'The field “%s” has invalid characters, only alphanumeric or _,-. characters are allowed and the first character must be alphabetic.',
'FIELD_INVALID_CHARS_ALPHA_SPACERS' => 'The field “%s” has invalid characters, only alphanumeric, space or -+_[] characters are allowed.',
'FIELD_INVALID_CHARS_ALPHA_UNDERSCORE' => 'The field “%s” has invalid characters, only alphanumeric or _ characters are allowed.',
'FIELD_INVALID_DATE' => 'The field “%s” has an invalid date.',