summaryrefslogtreecommitdiff
path: root/lib/plugins/authad
diff options
context:
space:
mode:
authorMyeongjin <aranet100@gmail.com>2013-09-15 21:00:21 +0900
committerMyeongjin <aranet100@gmail.com>2013-09-15 21:00:21 +0900
commitd24ba6007bd0c628f8e2a7a9de1916478c4ec0b0 (patch)
treeecc0456a3044a29cef45fbdad8f5b0a2b255a774 /lib/plugins/authad
parent836030cf1c5473170acc7a38b431d965859636a4 (diff)
parent59111f21e3603abefc6f0938ab27100b83ed9a26 (diff)
downloadrpg-d24ba6007bd0c628f8e2a7a9de1916478c4ec0b0.tar.gz
rpg-d24ba6007bd0c628f8e2a7a9de1916478c4ec0b0.tar.bz2
Merge branch 'master' of https://github.com/splitbrain/dokuwiki
Diffstat (limited to 'lib/plugins/authad')
-rw-r--r--lib/plugins/authad/lang/ja/settings.php14
1 files changed, 12 insertions, 2 deletions
diff --git a/lib/plugins/authad/lang/ja/settings.php b/lib/plugins/authad/lang/ja/settings.php
index fdc6fc434..72e5cc76e 100644
--- a/lib/plugins/authad/lang/ja/settings.php
+++ b/lib/plugins/authad/lang/ja/settings.php
@@ -1,6 +1,16 @@
<?php
+
/**
- * Japanese language file
- *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
* @author Satoshi Sahara <sahara.satoshi@gmail.com>
+ * @author Hideaki SAWADA <chuno@live.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['debug'] = 'エラー時に追加のデバッグ出力を表示する?';
+$lang['expirywarn'] = '何日前からパスワードの有効期限をユーザーに警告する。0 の場合は無効';
+$lang['additional'] = 'ユーザデータから取得する追加AD属性のカンマ区切り一覧。いくつかのプラグインが使用する。';