english.php

来自「很棒的在线教学系统」· PHP 代码 · 共 79 行

PHP
79
字号
<?php/** * @file languages/english.php * @author Pascal Aubry <pascal.aubry at univ-rennes1.fr> * @sa @link internalLang Internationalization @endlink * @ingroup internalLang */$this->_strings = array( CAS_STR_USING_SERVER  => 'using server', CAS_STR_AUTHENTICATION_WANTED  => 'CAS Authentication wanted!', CAS_STR_LOGOUT  => 'CAS logout wanted!', CAS_STR_SHOULD_HAVE_BEEN_REDIRECTED  => 'You should already have been redirected to the CAS server. Click <a href="%s">here</a> to continue.', CAS_STR_AUTHENTICATION_FAILED  => 'CAS Authentication failed!', CAS_STR_YOU_WERE_NOT_AUTHENTICATED  => '<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>', CAS_STR_SERVICE_UNAVAILABLE => 'The service `<b>%s</b>\' is not available (<b>%s</b>).');?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?