mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12187] Add URL type for profile fields
PHPBB3-12187
This commit is contained in:
@@ -209,6 +209,7 @@ $lang = array_merge($lang, array(
|
||||
'FIELD_INVALID_CHARS_ALPHA_ONLY' => 'The field “%s” has invalid characters, only alphanumeric characters are allowed.',
|
||||
'FIELD_INVALID_CHARS_SPACERS_ONLY' => 'The field “%s” has invalid characters, only alphanumeric, space or -+_[] characters are allowed.',
|
||||
'FIELD_INVALID_DATE' => 'The field “%s” has an invalid date.',
|
||||
'FIELD_INVALID_URL' => 'The field “%s” has an invalid url.',
|
||||
'FIELD_INVALID_VALUE' => 'The field “%s” has an invalid value.',
|
||||
|
||||
'FOE_MESSAGE' => 'Message from foe',
|
||||
|
Reference in New Issue
Block a user