diff options
author | Joseph Warner <hardolaf@hardolaf.com> | 2013-09-13 11:48:31 -0400 |
---|---|---|
committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-09-13 11:48:31 -0400 |
commit | b7ab068bbc5c58220bc93eb3daffc5642ccba797 (patch) | |
tree | a019aa56e908f5859a3a52f73eb8c26561569ca0 /phpBB/language | |
parent | e31082b82cd2c9d03da5fe982f175636e975c2b8 (diff) | |
download | forums-b7ab068bbc5c58220bc93eb3daffc5642ccba797.tar forums-b7ab068bbc5c58220bc93eb3daffc5642ccba797.tar.gz forums-b7ab068bbc5c58220bc93eb3daffc5642ccba797.tar.bz2 forums-b7ab068bbc5c58220bc93eb3daffc5642ccba797.tar.xz forums-b7ab068bbc5c58220bc93eb3daffc5642ccba797.zip |
[ticket/11837] Translate UCP_AUTH_LINK_NOT_SUPPORTED
PHPBB3-11837
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/ucp.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index 0222f92b1b..ac37591266 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -485,6 +485,7 @@ $lang = array_merge($lang, array( 'UCP_AUTH_LINK_ID' => 'Unique identifier', 'UCP_AUTH_LINK_LINK' => 'Link', 'UCP_AUTH_LINK_MANAGE' => 'Manage external account associations', + 'UCP_AUTH_LINK_NOT_SUPPORTED' => 'Linking board accounts to external services is not supported by this board\'s current authentication method.', 'UCP_AUTH_LINK_TITLE' => 'Manage your external account associations', 'UCP_AUTH_LINK_UNLINK' => 'Unlink', 'UCP_COPPA_BEFORE' => 'Before %s', |