diff options
author | cash <cash.costello@gmail.com> | 2011-12-17 21:52:20 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-12-17 21:52:20 -0500 |
commit | aae0fa0c6762d25e048c297156f8969c6242eb11 (patch) | |
tree | a29d26529a26a7ae850a0cea5ce107814325043b /languages/en.php | |
parent | aa9ed6f3eb46fb9508692d1b5d92c717c3648527 (diff) | |
download | elgg-aae0fa0c6762d25e048c297156f8969c6242eb11.tar.gz elgg-aae0fa0c6762d25e048c297156f8969c6242eb11.tar.bz2 |
added support for OpenID 1.x
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 4efb59463..8c5beff1b 100644 --- a/languages/en.php +++ b/languages/en.php @@ -19,6 +19,7 @@ $english = array( 'openid_client:success:register' => 'Your account has been created.',
'openid_client:error:bad_register' => 'Unable to create an account. Please contact a site administrator.',
'openid_client:error:bad_response' => 'Bad response from the OpenID server',
+ 'openid_client:error:no_html' => 'An error occurred trying to contact %s',
'openid_client:warning:username_not_available' => 'The username %s is not available. Please pick another.',
'openid_client:warning:username_valid' => 'The username %s is not valid as this site. Please pick another.',
'openid_client:warning:email_not_available' => 'The email address %s is not available. Please pick another.',
|