ILIAS  Release_3_10_x_branch Revision 61812
 All Data Structures Namespaces Files Functions Variables Groups Pages
english.php
Go to the documentation of this file.
1 <?php
2 
10 $this->_strings = array(
12  => 'using server',
14  => 'CAS Authentication wanted!',
16  => 'CAS logout wanted!',
18  => 'You should already have been redirected to the CAS server. Click <a href="%s">here</a> to continue.',
20  => 'CAS Authentication failed!',
22  => '<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>',
24  => 'The service `<b>%s</b>\' is not available (<b>%s</b>).'
25 );
26 
27 ?>