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:
@@ -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',
|
||||
|
@@ -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',
|
||||
));
|
||||
|
Reference in New Issue
Block a user