summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap/lang/ja
diff options
context:
space:
mode:
authorHideaki SAWADA <chuno@live.jp>2013-10-08 20:16:36 +0200
committerTranslator of Dokuwiki <translate@dokuwiki.org>2013-10-08 20:16:36 +0200
commit88f4ee239da1f6158c3adc8549bdd688e3d9b2a3 (patch)
tree3d3ac0aee3bcd72b328e7f80d8316a8595e0bbed /lib/plugins/authldap/lang/ja
parent43ad22045e0da0948986798082839b3b2c937c90 (diff)
downloadrpg-88f4ee239da1f6158c3adc8549bdd688e3d9b2a3.tar.gz
rpg-88f4ee239da1f6158c3adc8549bdd688e3d9b2a3.tar.bz2
translation update
Diffstat (limited to 'lib/plugins/authldap/lang/ja')
-rw-r--r--lib/plugins/authldap/lang/ja/settings.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/ja/settings.php b/lib/plugins/authldap/lang/ja/settings.php
index cee7b059c..6dec9a576 100644
--- a/lib/plugins/authldap/lang/ja/settings.php
+++ b/lib/plugins/authldap/lang/ja/settings.php
@@ -5,6 +5,7 @@
*
* @author Satoshi Sahara <sahara.satoshi@gmail.com>
* @author Hideaki SAWADA <sawadakun@live.jp>
+ * @author Hideaki SAWADA <chuno@live.jp>
*/
$lang['server'] = 'LDAPサーバー。ホスト名(<code>localhost</code)又は完全修飾URL(<code>ldap://server.tld:389</code>)';
$lang['port'] = '上記が完全修飾URLでない場合、LDAPサーバーポート';
@@ -13,6 +14,11 @@ $lang['grouptree'] = 'ユーザーグループを探す場所。例
$lang['userfilter'] = 'ユーザーアカウントを探すためのLDAP抽出条件。例:<code>(&amp;(uid=%{user})(objectClass=posixAccount))</code>';
$lang['groupfilter'] = 'グループを探すLDAP抽出条件。例:<code>(&amp;(objectClass=posixGroup)(|(gidNumber=%{gid})(memberUID=%{user})))</code>';
$lang['version'] = '使用するプロトコルのバージョン。<code>3</code>を設定する必要がある場合があります。';
+$lang['starttls'] = 'TLS接続を使用しますか?';
$lang['binddn'] = '匿名バインドでは不十分な場合、オプションバインドユーザーのDN。例:<code>cn=admin, dc=my, dc=home</code>';
$lang['bindpw'] = '上記ユーザーのパスワード';
$lang['debug'] = 'エラーに関して追加のデバッグ情報を表示する。';
+$lang['deref_o_0'] = 'LDAP_DEREF_NEVER';
+$lang['deref_o_1'] = 'LDAP_DEREF_SEARCHING';
+$lang['deref_o_2'] = 'LDAP_DEREF_FINDING';
+$lang['deref_o_3'] = 'LDAP_DEREF_ALWAYS';