mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12732] Add Skype custom profile field
PHPBB3-12732
This commit is contained in:
@@ -42,6 +42,7 @@ $lang = array_merge($lang, array(
|
||||
'ALPHA_ONLY' => 'Alphanumeric only',
|
||||
'ALPHA_SPACERS' => 'Alphanumeric and spacers',
|
||||
'ALPHA_UNDERSCORE' => 'Alphanumeric and underscores',
|
||||
'ALPHA_PUNCTUATION' => 'Alphanumeric with comma, dots and dashes',
|
||||
'ALWAYS_TODAY' => 'Always the current date',
|
||||
|
||||
'BOOL_ENTRIES_EXPLAIN' => 'Enter your options now',
|
||||
|
@@ -676,6 +676,7 @@ $lang = array_merge($lang, array(
|
||||
'SETTINGS' => 'Settings',
|
||||
'SIGNATURE' => 'Signature',
|
||||
'SKIP' => 'Skip to content',
|
||||
'SKYPE' => 'Skype',
|
||||
'SMTP_NO_AUTH_SUPPORT' => 'SMTP server does not support authentication.',
|
||||
'SORRY_AUTH_READ' => 'You are not authorised to read this forum.',
|
||||
'SORRY_AUTH_VIEW_ATTACH' => 'You are not authorised to download this attachment.',
|
||||
|
@@ -144,4 +144,5 @@ $lang = array_merge($lang, array(
|
||||
'USERS_PER_PAGE' => 'Users per page',
|
||||
|
||||
'VIEWING_PROFILE' => 'Viewing profile - %s',
|
||||
'VIEW_SKYPE_PROFILE' => 'View Skype Profile',
|
||||
));
|
||||
|
Reference in New Issue
Block a user