diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-02-11 23:02:54 +0100 | 
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-03-03 12:30:07 +0100 | 
| commit | a2f2629e2a5038aca372cc3e55c408a99b6ca6fc (patch) | |
| tree | 0764a859f00241f1a35602cbafbe2d33df614f47 /phpBB/language | |
| parent | 76409388afcd6389b5a29bc54b49faaf6bc4b4a5 (diff) | |
| download | forums-a2f2629e2a5038aca372cc3e55c408a99b6ca6fc.tar forums-a2f2629e2a5038aca372cc3e55c408a99b6ca6fc.tar.gz forums-a2f2629e2a5038aca372cc3e55c408a99b6ca6fc.tar.bz2 forums-a2f2629e2a5038aca372cc3e55c408a99b6ca6fc.tar.xz forums-a2f2629e2a5038aca372cc3e55c408a99b6ca6fc.zip  | |
[ticket/12187] Add URL type for profile fields
PHPBB3-12187
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/acp/profile.php | 1 | ||||
| -rw-r--r-- | phpBB/language/en/ucp.php | 1 | 
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/profile.php b/phpBB/language/en/acp/profile.php index 0ea95c35ba..93162daa45 100644 --- a/phpBB/language/en/acp/profile.php +++ b/phpBB/language/en/acp/profile.php @@ -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', diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 1520af9ef8..6970319397 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -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',  | 
