mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -93,7 +93,6 @@ $lang = array_merge($lang, array(
|
||||
'FIELD_DESCRIPTION' => 'Field description',
|
||||
'FIELD_DESCRIPTION_EXPLAIN' => 'The explanation for this field presented to the user.',
|
||||
'FIELD_DROPDOWN' => 'Dropdown box',
|
||||
'FIELD_GOOGLEPLUS' => 'Google+',
|
||||
'FIELD_IDENT' => 'Field identification',
|
||||
'FIELD_IDENT_ALREADY_EXIST' => 'The chosen field identification already exist. Please choose another name.',
|
||||
'FIELD_IDENT_EXPLAIN' => 'The field identification is a name to identify the profile field within the database and the templates.',
|
||||
|
@@ -311,7 +311,6 @@ $lang = array_merge($lang, array(
|
||||
'GB' => 'GB',
|
||||
'GIB' => 'GiB',
|
||||
'GO' => 'Go',
|
||||
'GOOGLEPLUS' => 'Google+',
|
||||
'GOTO_FIRST_POST' => 'Go to first post',
|
||||
'GOTO_LAST_POST' => 'Go to last post',
|
||||
'GOTO_PAGE' => 'Go to page',
|
||||
|
@@ -150,5 +150,4 @@ $lang = array_merge($lang, array(
|
||||
'VIEW_SKYPE_PROFILE' => 'View Skype Profile',
|
||||
'VIEW_TWITTER_PROFILE' => 'View Twitter Profile',
|
||||
'VIEW_YOUTUBE_CHANNEL' => 'View YouTube Channel',
|
||||
'VIEW_GOOGLEPLUS_PROFILE' => 'View Google+ Profile',
|
||||
));
|
||||
|
Reference in New Issue
Block a user