1
0
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:
Shitiz Garg
2014-06-17 18:23:36 +05:30
parent 70d4ede9b2
commit fac6ab1fd4
4 changed files with 63 additions and 0 deletions

View File

@@ -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.',

View 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',
));