ILIAS  release_7 Revision v7.30-3-g800a261c036
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
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
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}
An exception for terminatinating execution or to throw for unit testing.
English language class.
Definition: English.php:44
getShouldHaveBeenRedirected()
Get the should have been redirected string.
Definition: English.php:80
getUsingServer()
Get the using server string.
Definition: English.php:50
getServiceUnavailable()
Get the service unavailable string.
Definition: English.php:110
getAuthenticationWanted()
Get authentication wanted string.
Definition: English.php:60
getLogout()
Get logout string.
Definition: English.php:70
getAuthenticationFailed()
Get authentication failed string.
Definition: English.php:90
getYouWereNotAuthenticated()
Get the your were not authenticated string.
Definition: English.php:100
Language Interface class for all internationalization files.