From dc65058c20f5828dd33c6811c2f65bb14375a12e Mon Sep 17 00:00:00 2001 From: rxu Date: Sat, 13 Sep 2014 12:35:44 +0800 Subject: [ticket/13055] Add string profile fields validation options to support unicode PHPBB3-13055 --- phpBB/language/en/acp/profile.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'phpBB/language/en/acp') diff --git a/phpBB/language/en/acp/profile.php b/phpBB/language/en/acp/profile.php index 67813bcba4..6cb4a20eb0 100644 --- a/phpBB/language/en/acp/profile.php +++ b/phpBB/language/en/acp/profile.php @@ -119,6 +119,12 @@ $lang = array_merge($lang, array( 'LANG_SPECIFIC_OPTIONS' => 'Language specific options [%s]', + 'LETTER_NUM_DOTS' => 'Any letters, numbers and dots (periods)', + 'LETTER_NUM_ONLY' => 'Any letters and numbers', + 'LETTER_NUM_PUNCTUATION' => 'Any letters, numbers, comma, dots, underscores and dashes beginning with any letter', + 'LETTER_NUM_SPACERS' => 'Any letters, numbers and spacers', + 'LETTER_NUM_UNDERSCORE' => 'Any letters, numbers and underscores', + 'MAX_FIELD_CHARS' => 'Maximum number of characters', 'MAX_FIELD_NUMBER' => 'Highest allowed number', 'MIN_FIELD_CHARS' => 'Minimum number of characters', -- cgit v1.2.1