mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 18:26:32 +02:00
[ticket/12729] Add Facebook custom profile field
PHPBB3-12729
This commit is contained in:
@@ -39,6 +39,7 @@ if (empty($lang) || !is_array($lang))
|
||||
// Custom profile fields
|
||||
$lang = array_merge($lang, array(
|
||||
'ADDED_PROFILE_FIELD' => 'Successfully added custom profile field.',
|
||||
'ALPHA_DOTS' => 'Alphanumeric and dots (periods)',
|
||||
'ALPHA_ONLY' => 'Alphanumeric only',
|
||||
'ALPHA_SPACERS' => 'Alphanumeric and spacers',
|
||||
'ALPHA_UNDERSCORE' => 'Alphanumeric and underscores',
|
||||
|
@@ -226,6 +226,7 @@ $lang = array_merge($lang, array(
|
||||
'EXTENSION_DISABLED_AFTER_POSTING' => 'The extension <strong>%s</strong> has been deactivated and can no longer be displayed.',
|
||||
'EXTENSION_DOES_NOT_EXIST' => 'The extension <strong>%s</strong> does not exist.',
|
||||
|
||||
'FACEBOOK' => 'Facebook',
|
||||
'FAQ' => 'FAQ',
|
||||
'FAQ_EXPLAIN' => 'Frequently Asked Questions',
|
||||
'FILENAME' => 'Filename',
|
||||
|
@@ -144,4 +144,5 @@ $lang = array_merge($lang, array(
|
||||
'USERS_PER_PAGE' => 'Users per page',
|
||||
|
||||
'VIEWING_PROFILE' => 'Viewing profile - %s',
|
||||
'VIEW_FACEBOOK_PROFILE' => 'View Facebook Profile',
|
||||
));
|
||||
|
Reference in New Issue
Block a user