phpCAS  version 1.4.0
English.php
Go to the documentation of this file.
1 <?php
2 
44 {
50  public function getUsingServer()
51  {
52  return 'using server';
53  }
54 
60  public function getAuthenticationWanted()
61  {
62  return 'CAS Authentication wanted!';
63  }
64 
70  public function getLogout()
71  {
72  return 'CAS logout wanted!';
73  }
74 
80  public function getShouldHaveBeenRedirected()
81  {
82  return 'You should already have been redirected to the CAS server. Click <a href="%s">here</a> to continue.';
83  }
84 
90  public function getAuthenticationFailed()
91  {
92  return 'CAS Authentication failed!';
93  }
94 
100  public function getYouWereNotAuthenticated()
101  {
102  return '<p>You were not authenticated.</p><p>You may submit your request again by clicking <a href="%s">here</a>.</p><p>If the problem persists, you may contact <a href="mailto:%s">the administrator of this site</a>.</p>';
103  }
104 
110  public function getServiceUnavailable()
111  {
112  return 'The service `<b>%s</b>\' is not available (<b>%s</b>).';
113  }
114 }