00001 <?php 00002 00010 $this->_strings = array( 00011 CAS_STR_USING_SERVER 00012 => 'using server', 00013 CAS_STR_AUTHENTICATION_WANTED 00014 => 'CAS Authentication wanted!', 00015 CAS_STR_LOGOUT 00016 => 'CAS logout wanted!', 00017 CAS_STR_SHOULD_HAVE_BEEN_REDIRECTED 00018 => 'You should already have been redirected to the CAS server. Click <a href="%s">here</a> to continue.', 00019 CAS_STR_AUTHENTICATION_FAILED 00020 => 'CAS Authentication failed!', 00021 CAS_STR_YOU_WERE_NOT_AUTHENTICATED 00022 => '<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>', 00023 CAS_STR_SERVICE_UNAVAILABLE 00024 => 'The service `<b>%s</b>\' is not available (<b>%s</b>).' 00025 ); 00026 00027 ?>