[feature/oauth] Update language constants for ucp_auth_link

PHPBB3-11673
This commit is contained in:
Joseph Warner 2013-08-14 17:07:38 -04:00
parent 59c8db28d6
commit d13a1788f0
2 changed files with 7 additions and 3 deletions

View file

@ -480,8 +480,12 @@ $lang = array_merge($lang, array(
'UCP_AIM' => 'AOL Instant Messenger', 'UCP_AIM' => 'AOL Instant Messenger',
'UCP_ATTACHMENTS' => 'Attachments', 'UCP_ATTACHMENTS' => 'Attachments',
'UCP_AUTH_LINK' => 'External accounts', 'UCP_AUTH_LINK' => 'External accounts',
'UCP_AUTH_LINK_ASK' => 'You currently have no account tied to this external service. Click the button below to link your board account to an account with this external service.',
'UCP_AUTH_LINK_ID' => 'Unique identifier',
'UCP_AUTH_LINK_LINK' => 'Link',
'UCP_AUTH_LINK_MANAGE' => 'Manage external accounts', 'UCP_AUTH_LINK_MANAGE' => 'Manage external accounts',
'UCP_AUTH_LINK_TITLE' => 'Manage Your External Accounts', 'UCP_AUTH_LINK_TITLE' => 'Manage your external accounts',
'UCP_AUTH_LINK_UNLINK' => 'Unlink',
'UCP_COPPA_BEFORE' => 'Before %s', 'UCP_COPPA_BEFORE' => 'Before %s',
'UCP_COPPA_ON_AFTER' => 'On or after %s', 'UCP_COPPA_ON_AFTER' => 'On or after %s',
'UCP_EMAIL_ACTIVATE' => 'Please note that you will need to enter a valid email address before your account is activated. You will receive an email at the address you provide that contains an account activation link.', 'UCP_EMAIL_ACTIVATE' => 'Please note that you will need to enter a valid email address before your account is activated. You will receive an email at the address you provide that contains an account activation link.',

View file

@ -10,7 +10,7 @@
</dl> </dl>
<dl> <dl>
<dt>&nbsp;</dt> <dt>&nbsp;</dt>
<dd><input type="submit" name="submit" tabindex="6" value="{L_UNLINK}" class="button1" /></dd> <dd><input type="submit" name="submit" tabindex="6" value="{L_UCP_AUTH_LINK_UNLINK}" class="button1" /></dd>
</dl> </dl>
<!-- ELSE --> <!-- ELSE -->
<dl> <dl>
@ -18,7 +18,7 @@
</dl> </dl>
<dl> <dl>
<dt>&nbsp;</dt> <dt>&nbsp;</dt>
<dd><input type="submit" name="submit" tabindex="6" value="{L_LINK}" class="button1" /></dd> <dd><input type="submit" name="submit" tabindex="6" value="{L_UCP_AUTH_LINK_LINK}" class="button1" /></dd>
</dl> </dl>
<!-- ENDIF--> <!-- ENDIF-->
</fieldset> </fieldset>