summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap/lang/ja
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2014-05-19 20:45:57 +0200
committerGerrit Uitslag <klapinklapin@gmail.com>2014-05-19 20:45:57 +0200
commitb66e5840006078112b8da741b2c612e446afd452 (patch)
treea7067fa152428b3c0b41cae8435a94997167bacb /lib/plugins/authldap/lang/ja
parentc8d7c9382a31eaccc516f088312894797f4fe4bb (diff)
parent54b26fbe1e0f9efaba143d88ea8581933f5c8dc8 (diff)
downloadrpg-b66e5840006078112b8da741b2c612e446afd452.tar.gz
rpg-b66e5840006078112b8da741b2c612e446afd452.tar.bz2
Merge remote-tracking branch 'origin/master' into trailingcolons
Conflicts: lib/plugins/usermanager/lang/nl/intro.txt
Diffstat (limited to 'lib/plugins/authldap/lang/ja')
-rw-r--r--lib/plugins/authldap/lang/ja/settings.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/ja/settings.php b/lib/plugins/authldap/lang/ja/settings.php
index 3c0e08f6a..6cff0ea67 100644
--- a/lib/plugins/authldap/lang/ja/settings.php
+++ b/lib/plugins/authldap/lang/ja/settings.php
@@ -6,6 +6,7 @@
* @author Satoshi Sahara <sahara.satoshi@gmail.com>
* @author Hideaki SAWADA <sawadakun@live.jp>
* @author Hideaki SAWADA <chuno@live.jp>
+ * @author PzF_X <jp_minecraft@yahoo.co.jp>
*/
$lang['server'] = 'LDAPサーバー。ホスト名(<code>localhost</code>)又は完全修飾URL(<code>ldap://server.tld:389</code>)';
$lang['port'] = '上記が完全修飾URLでない場合、LDAPサーバーポート';
@@ -15,8 +16,14 @@ $lang['userfilter'] = 'ユーザーアカウントを探すためのL
$lang['groupfilter'] = 'グループを探すLDAP抽出条件。例:<code>(&amp;(objectClass=posixGroup)(|(gidNumber=%{gid})(memberUID=%{user})))</code>';
$lang['version'] = '使用するプロトコルのバージョン。<code>3</code>を設定する必要がある場合があります。';
$lang['starttls'] = 'TLS接続を使用しますか?';
+$lang['referrals'] = '紹介に従いますか?';
+$lang['deref'] = 'どのように間接参照のエイリアスにしますか?';
$lang['binddn'] = '匿名バインドでは不十分な場合、オプションバインドユーザーのDN。例:<code>cn=admin, dc=my, dc=home</code>';
$lang['bindpw'] = '上記ユーザーのパスワード';
+$lang['userscope'] = 'ユーザー検索の範囲を限定させる';
+$lang['groupscope'] = 'グループ検索の範囲を限定させる';
+$lang['groupkey'] = 'ユーザー属性をグループのメンバーシップから設定します(代わりに標準のADグループ)。
+例えば、部署や電話番号などです。';
$lang['debug'] = 'エラーに関して追加のデバッグ情報を表示する。';
$lang['deref_o_0'] = 'LDAP_DEREF_NEVER';
$lang['deref_o_1'] = 'LDAP_DEREF_SEARCHING';