1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12187] Add URL type for profile fields

PHPBB3-12187
This commit is contained in:
Joas Schilling
2014-02-11 23:02:54 +01:00
parent 76409388af
commit a2f2629e2a
9 changed files with 105 additions and 2 deletions

View File

@@ -100,6 +100,7 @@ $lang = array_merge($lang, array(
'FIELD_TEXT' => 'Textarea',
'FIELD_TYPE' => 'Field type',
'FIELD_TYPE_EXPLAIN' => 'You are not able to change the field type later.',
'FIELD_URL' => 'URL (Link)',
'FIELD_VALIDATION' => 'Field validation',
'FIRST_OPTION' => 'First option',