4 * @file languages/english.php
\r
5 * @author Pascal Aubry <pascal.aubry at univ-rennes1.fr>
\r
6 * @sa @link internalLang Internationalization @endlink
\r
7 * @ingroup internalLang
\r
10 $this->_strings = array(
\r
11 CAS_STR_USING_SERVER
\r
13 CAS_STR_AUTHENTICATION_WANTED
\r
14 => 'CAS Authentication wanted!',
\r
16 => 'CAS logout wanted!',
\r
17 CAS_STR_SHOULD_HAVE_BEEN_REDIRECTED
\r
18 => 'You should already have been redirected to the CAS server. Click <a href="%s">here</a> to continue.',
\r
19 CAS_STR_AUTHENTICATION_FAILED
\r
20 => 'CAS Authentication failed!',
\r
21 CAS_STR_YOU_WERE_NOT_AUTHENTICATED
\r
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>',
\r
23 CAS_STR_SERVICE_UNAVAILABLE
\r
24 => 'The service `<b>%s</b>\' is not available (<b>%s</b>).'
\r