ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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
79 {
80 return 'CASサーバに行く必要があります。自動的に転送されない場合は <a href="%s">こちら</a> をクリックして続行します。';
81 }
82
88 public function getAuthenticationFailed()
89 {
90 return 'CASによる認証に失敗しました。';
91 }
92
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}
113?>
An exception for terminatinating execution or to throw for unit testing.
Japanese language class.
Definition: Japanese.php:42
getAuthenticationWanted()
Get authentication wanted string.
Definition: Japanese.php:58
getYouWereNotAuthenticated()
Get the your were not authenticated string.
Definition: Japanese.php:98
getUsingServer()
Get the using server string.
Definition: Japanese.php:48
getServiceUnavailable()
Get the service unavailable string.
Definition: Japanese.php:108
getShouldHaveBeenRedirected()
Get the should have been redirected string.
Definition: Japanese.php:78
getAuthenticationFailed()
Get authentication failed string.
Definition: Japanese.php:88
getLogout()
Get logout string.
Definition: Japanese.php:68
Language Interface class for all internationalization files.