mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/12733] Add Twitter custom profile field
PHPBB3-12733
This commit is contained in:
@@ -771,6 +771,7 @@ $lang = array_merge($lang, array(
|
||||
2 => 'Total members <strong>%d</strong>',
|
||||
),
|
||||
'TRACKED_PHP_ERROR' => 'Tracked PHP errors: %s',
|
||||
'TWITTER' => 'Twitter',
|
||||
|
||||
'UNABLE_GET_IMAGE_SIZE' => 'It was not possible to determine the dimensions of the image. Please verify that the URL you entered is correct.',
|
||||
'UNABLE_TO_DELIVER_FILE'=> 'Unable to deliver file.',
|
||||
|
@@ -144,4 +144,5 @@ $lang = array_merge($lang, array(
|
||||
'USERS_PER_PAGE' => 'Users per page',
|
||||
|
||||
'VIEWING_PROFILE' => 'Viewing profile - %s',
|
||||
'VIEW_TWITTER_PROFILE' => 'View Twitter Profile',
|
||||
));
|
||||
|
Reference in New Issue
Block a user