apotrophos search bug solved
[living-lab-site.git] / application / language / english / openid_lang.php
1 <?php
2
3 $lang['openid_cancel'] = "Verification cancelled.";
4 $lang['openid_failure'] = "OpenID authentication failed: %s";
5 $lang['openid_success'] = 'You have successfully verified <a href="%s">%t</a> as your identity.';
6 $lang['openid_pape_policies_affected'] = "<p>The following PAPE policies affected the authentication:</p><ul>";
7 $lang['openid_pape_noresponse'] = "<p>No PAPE response was sent by the provider.</p>";
8 $lang['openid_pape_not_affected'] = "<p>No PAPE policies affected the authentication.</p>";
9 $lang['openid_content'] = " Your %s is '%t'.";
10 $lang['openid_canonical'] = "  (XRI CanonicalID: %s) ";
11 $lang['openid_nist_level'] = "<p>The NIST auth level returned by the server is: <tt>%s</tt></p>";
12 $lang['openid_auth_age'] = "<p>The authentication age returned by the server is: <tt>%s</tt></p>";
13
14 $lang['openid_auth_error'] = 'Authentication error; not a valid OpenID.';
15 $lang['openid_sreg_failed'] = 'SREG failed.';
16 $lang['openid_pape_failed'] = 'PAPE failed.';
17 $lang['openid_redirect_failed'] = 'Could not redirect to server: %s';
18 $lang['openid_storepath_failed'] = 'Could not create the FileStore directory %s. Please check the effective permissions.';
19
20 ?>