ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
CAS_Languages_ChineseSimplified Class Reference

Chinese Simplified language class. More...

+ Inheritance diagram for CAS_Languages_ChineseSimplified:
+ Collaboration diagram for CAS_Languages_ChineseSimplified:

Public Member Functions

 getUsingServer ()
 Get the using server string. More...
 
 getAuthenticationWanted ()
 Get authentication wanted string. More...
 
 getLogout ()
 Get logout string. More...
 
 getShouldHaveBeenRedirected ()
 Get the should have been redirected string. More...
 
 getAuthenticationFailed ()
 Get authentication failed string. More...
 
 getYouWereNotAuthenticated ()
 Get the your were not authenticated string. More...
 
 getServiceUnavailable ()
 Get the service unavailable string. More...
 
- Public Member Functions inherited from CAS_Languages_LanguageInterface
 getUsingServer ()
 Get the using server string. More...
 
 getAuthenticationWanted ()
 Get authentication wanted string. More...
 
 getLogout ()
 Get logout string. More...
 
 getShouldHaveBeenRedirected ()
 Get the should have been redirected string. More...
 
 getAuthenticationFailed ()
 Get authentication failed string. More...
 
 getYouWereNotAuthenticated ()
 Get the your were not authenticated string. More...
 
 getServiceUnavailable ()
 Get the service unavailable string. More...
 

Detailed Description

Chinese Simplified language class.

Definition at line 43 of file ChineseSimplified.php.

Member Function Documentation

◆ getAuthenticationFailed()

CAS_Languages_ChineseSimplified::getAuthenticationFailed ( )

Get authentication failed string.

Returns
string authentication failed

Definition at line 90 of file ChineseSimplified.php.

91  {
92  return 'CAS 认证失败!';
93  }

◆ getAuthenticationWanted()

CAS_Languages_ChineseSimplified::getAuthenticationWanted ( )

Get authentication wanted string.

Returns
string authentication wanted

Definition at line 60 of file ChineseSimplified.php.

61  {
62  return '请进行 CAS 认证!';
63  }

◆ getLogout()

CAS_Languages_ChineseSimplified::getLogout ( )

Get logout string.

Returns
string logout

Definition at line 70 of file ChineseSimplified.php.

71  {
72  return '请进行 CAS 登出!';
73  }

◆ getServiceUnavailable()

CAS_Languages_ChineseSimplified::getServiceUnavailable ( )

Get the service unavailable string.

Returns
string service unavailable

Definition at line 110 of file ChineseSimplified.php.

111  {
112  return '服务器 <b>%s</b> 不可用(<b>%s</b>)。';
113  }

◆ getShouldHaveBeenRedirected()

CAS_Languages_ChineseSimplified::getShouldHaveBeenRedirected ( )

Get the should have been redirected string.

Returns
string should habe been redirected

Definition at line 80 of file ChineseSimplified.php.

81  {
82  return '你正被重定向到 CAS 服务器。<a href="%s">点击这里</a>继续。';
83  }

◆ getUsingServer()

CAS_Languages_ChineseSimplified::getUsingServer ( )

Get the using server string.

Returns
string using server

Definition at line 50 of file ChineseSimplified.php.

51  {
52  return '连接的服务器';
53  }

◆ getYouWereNotAuthenticated()

CAS_Languages_ChineseSimplified::getYouWereNotAuthenticated ( )

Get the your were not authenticated string.

Returns
string not authenticated

Definition at line 100 of file ChineseSimplified.php.

101  {
102  return '<p>你没有成功登录。</p><p>你可以<a href="%s">点击这里重新登录</a>。</p><p>如果问题依然存在,请<a href="mailto:%s">联系本站管理员</a>。</p>';
103  }

The documentation for this class was generated from the following file: