diff options
author | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-14 17:07:38 -0400 |
---|---|---|
committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-08-14 17:08:08 -0400 |
commit | d13a1788f0517f3ecb87d1ecedf24833cf3b403a (patch) | |
tree | d8341148c9b4dfaf9b1a0295ced8f75db91283e7 /phpBB/language/en | |
parent | 59c8db28d61c9b43ac35f734c0b280bef4a4a8b8 (diff) | |
download | forums-d13a1788f0517f3ecb87d1ecedf24833cf3b403a.tar forums-d13a1788f0517f3ecb87d1ecedf24833cf3b403a.tar.gz forums-d13a1788f0517f3ecb87d1ecedf24833cf3b403a.tar.bz2 forums-d13a1788f0517f3ecb87d1ecedf24833cf3b403a.tar.xz forums-d13a1788f0517f3ecb87d1ecedf24833cf3b403a.zip |
[feature/oauth] Update language constants for ucp_auth_link
PHPBB3-11673
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/ucp.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 4798b1e81c..19892ce194 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -480,8 +480,12 @@ $lang = array_merge($lang, array( 'UCP_AIM' => 'AOL Instant Messenger', 'UCP_ATTACHMENTS' => 'Attachments', '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_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_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.', |