about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authad/lang/ja
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/authad/lang/ja')
-rw-r--r--wiki/lib/plugins/authad/lang/ja/lang.php15
-rw-r--r--wiki/lib/plugins/authad/lang/ja/settings.php24
2 files changed, 0 insertions, 39 deletions
diff --git a/wiki/lib/plugins/authad/lang/ja/lang.php b/wiki/lib/plugins/authad/lang/ja/lang.php
deleted file mode 100644
index 602b079..0000000
--- a/wiki/lib/plugins/authad/lang/ja/lang.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-/**
- * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
- * @author PzF_X <jp_minecraft@yahoo.co.jp>
- * @author Osaka <mr.osaka@gmail.com>
- * @author Ikuo Obataya <i.obataya@gmail.com>
- * @author Hideaki SAWADA <chuno@live.jp>
- */
-$lang['domain']                = 'ログオン時のドメイン';
-$lang['authpwdexpire']         = 'あなたのパスワードは、あと%d日で有効期限が切れます。パスワードを変更してください。';
-$lang['passchangefail']        = 'パスワードを変更できませんでした。パスワードのルールに合わなかったのかもしれません。';
-$lang['userchangefail']        = 'ユーザー属性を変更できませんでした。おそらく、変更権限のないアカウントです。';
-$lang['connectfail']           = 'Active Directoryサーバーに接続できませんでした。';
diff --git a/wiki/lib/plugins/authad/lang/ja/settings.php b/wiki/lib/plugins/authad/lang/ja/settings.php
deleted file mode 100644
index 0dc5649..0000000
--- a/wiki/lib/plugins/authad/lang/ja/settings.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-
-/**
- * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
- * @author Satoshi Sahara <sahara.satoshi@gmail.com>
- * @author Hideaki SAWADA <chuno@live.jp>
- * @author PzF_X <jp_minecraft@yahoo.co.jp>
- */
-$lang['account_suffix']        = 'アカウントの接尾語。例:<code>@my.domain.org</code>';
-$lang['base_dn']               = 'ベースDN。例:<code>DC=my,DC=domain,DC=org</code>';
-$lang['domain_controllers']    = 'ドメインコントローラのカンマ区切り一覧。例:<code>srv1.domain.org,srv2.domain.org</code>';
-$lang['admin_username']        = '全ユーザーデータへのアクセス権のある特権Active Directoryユーザー。任意ですが、メール通知の登録等の特定の動作に必要。';
-$lang['admin_password']        = '上記ユーザーのパスワード';
-$lang['sso']                   = 'Kerberos か NTLM を使ったシングルサインオン(SSO)をしますか?';
-$lang['sso_charset']           = 'サーバーは空のUTF-8かLatin-1でKerberosかNTLMユーザネームを送信します。iconv拡張モジュールが必要です。';
-$lang['real_primarygroup']     = '"Domain Users" を仮定する代わりに本当のプライマリグループを解決する(低速)';
-$lang['use_ssl']               = 'SSL接続を使用しますか?使用した場合、下のSSLを有効にしないでください。';
-$lang['use_tls']               = 'TLS接続を使用しますか?使用した場合、上のSSLを有効にしないでください。';
-$lang['debug']                 = 'エラー時に追加のデバッグ出力を表示する?';
-$lang['expirywarn']            = '何日前からパスワードの有効期限をユーザーに警告する。0 の場合は無効';
-$lang['additional']            = 'ユーザデータから取得する追加AD属性のカンマ区切り一覧。いくつかのプラグインが使用する。';
-$lang['update_name']           = 'ユーザー自身にAD表示名の変更を許可しますか?';
-$lang['update_mail']           = 'ユーザー自身にメールアドレスの変更を許可しますか?';