CIS: CIWorker works; now we need communication via web services
[living-lab-site.git] / application / language / english / openid_lang.php
index a21328f..20a1def 100644 (file)
@@ -1,5 +1,6 @@
 <?php
 
+// TODO: Review
 $lang['openid_cancel'] = "Verification cancelled.";
 $lang['openid_failure'] = "OpenID authentication failed: %s";
 $lang['openid_success'] = 'You have successfully verified <a href="%s">%t</a> as your identity.';
@@ -13,6 +14,7 @@ $lang['openid_auth_age'] = "<p>The authentication age returned by the server is:
 
 $lang['openid_auth_error'] = 'Authentication error; not a valid OpenID.';
 $lang['openid_sreg_failed'] = 'SREG failed.';
+$lang['openid_sreg_failed'] = 'AX failed.';
 $lang['openid_pape_failed'] = 'PAPE failed.';
 $lang['openid_redirect_failed'] = 'Could not redirect to server: %s';
 $lang['openid_storepath_failed'] = 'Could not create the FileStore directory %s. Please check the effective permissions.';