msgid ""
msgstr ""
"Project-Id-Version: シンプル LDAP 認証 1.0.1\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/simple-ldap-authentication\n"
"POT-Creation-Date: 2009-05-29 19:40+0900\n"
"PO-Revision-Date: 2009-05-29 19:48+0900\n"
"Last-Translator: Yoshimitsu Mori <redgecko@redgecko.jp>\n"
"Language-Team: Japanese <redgecko@redgecko.jp>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. #-#-#-#-#  simple-ldap-authentication.pot (Simple LDAP Authentication 1.0.4)  #-#-#-#-#
#. Plugin Name of an extension
#: simple-ldap-authentication.php:80
msgid "Simple LDAP Authentication"
msgstr "シンプル LDAP 認証"

#: simple-ldap-authentication.php:100
msgid ""
"<strong>ERROR</strong>: LDAP user ID search filter is inacuurate. The filter "
"must contains '%user_id%'."
msgstr ""
"<strong>エラー</strong>：LDAP の ID 検索用フィルタが間違っています。フィルタ"
"には '%user_id%' が含まれている必要があります。"

#: simple-ldap-authentication.php:112
#, php-format
msgid "<strong>ERROR</strong>: Cannot connect to '%s'."
msgstr "<strong>エラー</strong>：'%s' に接続できません。"

#: simple-ldap-authentication.php:123
msgid ""
"<strong>ERROR</strong>: LDAP bind failed. Either the LDAPS connection failed "
"or the login credentials are incorrect."
msgstr ""
"<strong>エラー</strong>：LDAP のバインドに失敗しました。LDAPS の接続に失敗し"
"たか、ログイン資格が間違っています。"

#: simple-ldap-authentication.php:125
msgid "<strong>ERROR</strong>: LDAP bind failed. Check the login credentials."
msgstr ""
"<strong>エラー</strong>：LDAP のバインドに失敗しました。ログイン資格を確認し"
"てください。"

#: simple-ldap-authentication.php:136
msgid ""
"<strong>ERROR</strong>: Anonymous LDAP bind failed. Either the LDAPS "
"connection failed or the login credentials are incorrect."
msgstr "<strong>エラー</strong>：LDAP の匿名バインドに失敗しました。LDAPS の接続に失敗したか、ログイン資格が間違っています。"

#: simple-ldap-authentication.php:138
msgid ""
"<strong>ERROR</strong>: Anonymous LDAP bind failed. Check the login "
"credentials."
msgstr "<strong>エラー</strong>：LDAP の匿名バインドに失敗しました。ログイン資格を確認してください。"

#: simple-ldap-authentication.php:202
msgid ""
"<strong>ERROR</strong>: This user exists in LDAP, but has not been granted "
"access to this installation of WordPress."
msgstr ""
"<strong>エラー</strong>：このユーザは LDAP に存在しますが、WordPress へのアク"
"セスは許可されていません。"

#: simple-ldap-authentication.php:372
msgid "Options reseted."
msgstr "設定がリセットされました。"

#: simple-ldap-authentication.php:397
msgid "Simple LDAP Authentication Options"
msgstr "シンプル LDAP 認証の設定"

#: simple-ldap-authentication.php:405
msgid "LDAP Server"
msgstr "LDAP サーバ"

#: simple-ldap-authentication.php:408
msgid "LDAP Server (e.g. <code>ldap.example.net</code>)"
msgstr "LDAP サーバを指定してください。（例：<code>ldap.example.net</code>）"

#: simple-ldap-authentication.php:412
msgid "Use SSL connection with LDAP?"
msgstr "SSL 接続を使いますか？"

#: simple-ldap-authentication.php:415
msgid "If you use SSL connection or not, when LDAP connection."
msgstr "LDAP での接続時に SSL で通信を行うかを設定します。"

#: simple-ldap-authentication.php:419
msgid "Base DN"
msgstr "ベース DN"

#: simple-ldap-authentication.php:422
msgid "Base DN (e.g., <code>dc=example,dc=net</code>)"
msgstr ""
"検索を行う際のベース DN を指定してください。（例：<code>dc=example,dc=net</"
"code>）"

#: simple-ldap-authentication.php:426
msgid "Bind DN"
msgstr "特権のないデータベースユーザ (バインド DN)"

#: simple-ldap-authentication.php:429
msgid "Bind DN (e.g., <code>cn=proxyuser,dc=example,dc=net</code>)"
msgstr ""
"LDAP データベースにログインするのに使われるアカウント名を入力してください。"
"（例：<code>cn=proxyuser,dc=example,dc=net</code>）"

#: simple-ldap-authentication.php:433
msgid "Bind Password"
msgstr "データベースログインアカウントのパスワード (バインド・パスワード)"

#: simple-ldap-authentication.php:436
msgid "Password for database login account."
msgstr ""
"LDAP データベースにログインするのに使われるパスワードを入力してください。"

#: simple-ldap-authentication.php:440
msgid "User ID Search Filter"
msgstr "ユーザ ID を検索する際のフィルタ"

#: simple-ldap-authentication.php:443
msgid ""
"LDAP filter for searching user ID (e.g., <code>(uid=%user_id%)</code>)<br /"
">\n"
"This setting must contain <code>%user_id%</code> string."
msgstr ""
"ユーザ ID を検索するための LDAP フィルタを指定してください。（例：<code>(uid="
"%user_id%)</code>）<br />\n"
"この設定には、文字列 <code>%user_id%</code> が含まれている必要があります。"

#: simple-ldap-authentication.php:448
msgid "Group Search Filter"
msgstr "グループを検索する際のフィルタ"

#: simple-ldap-authentication.php:451
msgid ""
"LDAP filter for searching group (e.g., <code>(cn=%group%)</code>)<br />\n"
"This setting must contain <code>%group%</code> string."
msgstr ""
"グループを検索するための LDAP フィルタを指定してください。（例：<code>(cn=%"
"group%)</code>）<br />\n"
"この設定には、文字列 <code>%group%</code> が含まれている必要があります。"

#: simple-ldap-authentication.php:456
msgid "Group Member Attribute"
msgstr "グループメンバの属性"

#: simple-ldap-authentication.php:459
msgid "LDAP attribute for group member (e.g., <code>memberuid</code>)"
msgstr ""
"グループのメンバー情報が含まれている属性を指定してください。（例："
"<code>memberuid</code>）"

#: simple-ldap-authentication.php:463
msgid ""
"Automatically create accounts for any and all users can authenticate to the "
"LDAP?"
msgstr "LDAP で認証された全てのユーザに対し自動的にアカウントを作成しますか？"

#: simple-ldap-authentication.php:466
msgid ""
"Should a new user be created automatically if not already in the WordPress "
"database?<br />\n"
"Created users will obtain the role defined under &quot;New User Default "
"Role&quot; on the <a href=\"options-general.php\">General Options</a> page.\n"
"<br />\n"
"This setting is separate from the Role Equivalent Groups option, below.\n"
"<br />\n"
"<strong>Users with role equivalent groups will be created even if this "
"setting is turned off</strong> (because if you didn't want this to happen, "
"you would leave that option blank.)"
msgstr ""
"WordPress のデータベースにユーザが存在しない場合、自動的に新しいユーザを作成"
"しますか？<br />\n"
"作成されたユーザは、<a href=\"options-general.php\">一般設定</a>ページの "
"&quot;新規ユーザーのデフォルト権限&quot; に沿った権限が与えられます。\n"
"<br />\n"
"この設定は下にある自動グループ権限オプションとは独立して動作します。\n"
"<br />\n"
"<strong>この設定がオフの場合でも、自動グループ権限に従ってユーザは作成されま"
"す。</strong>（この動作を望ましくないと思うのであれば、くだんの設定を空にして"
"おく必要があります。）"

#: simple-ldap-authentication.php:475
msgid "Default email domain"
msgstr "デフォルトの E-Mail ドメイン"

#: simple-ldap-authentication.php:478
msgid ""
"If the LDAP attribute 'mail' is blank, a user's email will be set to "
"username@whatever-this-says"
msgstr ""
"LDAP の 'mail' 属性が空の場合、ユーザのメールアドレスは \"ユーザ名@ここでの設"
"定値\"になります。"

#: simple-ldap-authentication.php:482
msgid "Role Equivalent Groups"
msgstr "自動グループ権限"

#: simple-ldap-authentication.php:485
msgid ""
"List of LDAP groups which correspond to WordPress user roles.<br />\n"
"When a user is first created, his role will correspond to what is specified "
"here.<br />\n"
"Format: <code>LDAP-Group=WordPress-Role;LDAP-Group=WordPress-Role;...</"
"code><br />\n"
"E.g., <code>Soc-Faculty=faculty</code> or <code>Faculty=faculty;"
"Students=subscriber</code><br />\n"
"A user will be created based on the first math, from left to right, so you "
"should obviously put the more powerful groups first.<br />\n"
"NOTE: WordPress stores roles as lower case ( Faculty is stored as faculty )"
"<br />\n"
"ALSO NOTE: LDAP groups are case-sensitive"
msgstr ""
"WordPress ユーザ権限に対応する LDAP グループをリストアップしてください。<br /"
">\n"
"ユーザが最初に作成される際、そのユーザの権限はここで指定される該当の物になり"
"ます。<br />\n"
"フォーマット：<code>LDAPグループ=WordPress権限;LDAPグループ=WordPress権限;..."
"</code><br />\n"
"例：<code>Soc-Faculty=faculty</code> もしくは <code>Faculty=faculty;"
"Students=subscriber</code><br />\n"
"ユーザは左から右に向けて処理された最初の一致条件に基づき作成されるため、もっ"
"とも権限の強いグループを先に書くべきです。<br />\n"
"注：WordPress は権限を小文字で保存します。（Faculty は faculty として保存され"
"ます）<br />\n"
"注：LDAP のグループは大文字小文字を区別します。"

#: simple-ldap-authentication.php:503
msgid "Reset Options"
msgstr "設定をリセット"

#: simple-ldap-authentication.php:507
msgid "Role Equivalent Groups Editor"
msgstr "自動グループ権限エディタ"

#: simple-ldap-authentication.php:511
msgid "LDAP Group"
msgstr "LDAP グループ"

#: simple-ldap-authentication.php:512
msgid "WordPress Role"
msgstr "WordPress 権限"

#. Plugin URI of an extension
msgid "http://redgecko.jp/wp/ldap_auth/"
msgstr "http://redgecko.jp/wp/ldap_auth/"

#. Description of an extension
msgid "Allows WordPress to authenticate users through LDAP"
msgstr "WordPress で LDAP による認証を可能にします"

#. Author of an extension
msgid "RedGecko"
msgstr "RedGecko"

#. Author URI of an extension
msgid "http://redgecko.jp/"
msgstr "http://redgecko.jp/"
