ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ChineseSimplified.php
Go to the documentation of this file.
1 <?php
2 
44 {
50  public function getUsingServer()
51  {
52  return '连接的服务器';
53  }
54 
60  public function getAuthenticationWanted()
61  {
62  return '请进行 CAS 认证!';
63  }
64 
70  public function getLogout()
71  {
72  return '请进行 CAS 登出!';
73  }
74 
80  public function getShouldHaveBeenRedirected()
81  {
82  return '你正被重定向到 CAS 服务器。<a href="%s">点击这里</a>继续。';
83  }
84 
90  public function getAuthenticationFailed()
91  {
92  return 'CAS 认证失败!';
93  }
94 
100  public function getYouWereNotAuthenticated()
101  {
102  return '<p>你没有成功登录。</p><p>你可以<a href="%s">点击这里重新登录</a>。</p><p>如果问题依然存在,请<a href="mailto:%s">联系本站管理员</a>。</p>';
103  }
104 
110  public function getServiceUnavailable()
111  {
112  return '服务器 <b>%s</b> 不可用(<b>%s</b>)。';
113  }
114 }
getAuthenticationFailed()
Get authentication failed string.
Chinese Simplified language class.
getServiceUnavailable()
Get the service unavailable string.
getAuthenticationWanted()
Get authentication wanted string.
getYouWereNotAuthenticated()
Get the your were not authenticated string.
getUsingServer()
Get the using server string.
getShouldHaveBeenRedirected()
Get the should have been redirected string.
Language Interface class for all internationalization files.