ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 }
getServiceUnavailable()
Get the service unavailable string.
Definition: English.php:110
getLogout()
Get logout string.
Definition: English.php:70
getYouWereNotAuthenticated()
Get the your were not authenticated string.
Definition: English.php:100
getShouldHaveBeenRedirected()
Get the should have been redirected string.
Definition: English.php:80
getUsingServer()
Get the using server string.
Definition: English.php:50
Language Interface class for all internationalization files.
English language class.
Definition: English.php:43
getAuthenticationWanted()
Get authentication wanted string.
Definition: English.php:60
getAuthenticationFailed()
Get authentication failed string.
Definition: English.php:90