1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-25 02:51:35 +02:00

[ticket/12731] Add YouTube custom profile field

PHPBB3-12731
This commit is contained in:
Shitiz Garg
2014-06-20 15:59:40 +05:30
parent 70d4ede9b2
commit 03c5de594e
5 changed files with 67 additions and 0 deletions

View File

@@ -857,6 +857,7 @@ $lang = array_merge($lang, array(
'WROTE' => 'wrote',
'YAHOO' => 'Yahoo Messenger',
'YOUTUBE' => 'YouTube',
'YEAR' => 'Year',
'YEAR_MONTH_DAY' => '(YYYY-MM-DD)',
'YES' => 'Yes',

View File

@@ -144,4 +144,5 @@ $lang = array_merge($lang, array(
'USERS_PER_PAGE' => 'Users per page',
'VIEWING_PROFILE' => 'Viewing profile - %s',
'VIEW_YOUTUBE_CHANNEL' => 'View YouTube Channel',
));