Version compatible with Piwik 2.1
[piwik-CASLogin.git] / CAS / CAS / languages / english.php
1 <?php\r
2 \r
3 /**\r
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
8  */\r
9 \r
10 $this->_strings = array(\r
11  CAS_STR_USING_SERVER \r
12  => 'using server',\r
13  CAS_STR_AUTHENTICATION_WANTED \r
14  => 'CAS Authentication wanted!',\r
15  CAS_STR_LOGOUT \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
25 );\r
26 \r
27 ?>