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