ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Japanese.php
Go to the documentation of this file.
1 <?php
2 
42 {
48  public function getUsingServer()
49  {
50  return 'サーバーを使っています。';
51  }
52 
58  public function getAuthenticationWanted()
59  {
60  return 'CASによる認証を行います。';
61  }
62 
68  public function getLogout()
69  {
70  return 'CASからログアウトします!';
71  }
72 
78  public function getShouldHaveBeenRedirected()
79  {
80  return 'CASサーバに行く必要があります。自動的に転送されない場合は <a href="%s">こちら</a> をクリックして続行します。';
81  }
82 
88  public function getAuthenticationFailed()
89  {
90  return 'CASによる認証に失敗しました。';
91  }
92 
98  public function getYouWereNotAuthenticated()
99  {
100  return '<p>認証できませんでした。</p><p>もう一度リクエストを送信する場合は<a href="%s">こちら</a>をクリック。</p><p>問題が解決しない場合は <a href="mailto:%s">このサイトの管理者</a>に問い合わせてください。</p>';
101  }
102 
108  public function getServiceUnavailable()
109  {
110  return 'サービス `<b>%s</b>\' は利用できません (<b>%s</b>)。';
111  }
112 }
getAuthenticationWanted()
Get authentication wanted string.
Definition: Japanese.php:58
getShouldHaveBeenRedirected()
Get the should have been redirected string.
Definition: Japanese.php:78
getServiceUnavailable()
Get the service unavailable string.
Definition: Japanese.php:108
getLogout()
Get logout string.
Definition: Japanese.php:68
getUsingServer()
Get the using server string.
Definition: Japanese.php:48
getAuthenticationFailed()
Get authentication failed string.
Definition: Japanese.php:88
Language Interface class for all internationalization files.
Japanese language class.
Definition: Japanese.php:41
getYouWereNotAuthenticated()
Get the your were not authenticated string.
Definition: Japanese.php:98