cloudstack/docs/ja-JP/query-filter.po

111 lines
2.0 KiB
Plaintext

#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Apache CloudStack Docs\n"
"POT-Creation-Date: 2013-03-19T13:38:04\n"
"PO-Revision-Date: 2013-02-02 20:44+0000\n"
"Last-Translator: sebgoa <runseb@gmail.com>\n"
"Language-Team: None\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ja_JP\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. Tag: title
#, no-c-format
msgid "Query Filter"
msgstr ""
#. Tag: para
#, no-c-format
msgid ""
"The query filter is used to find a mapped user in the external LDAP server. "
"The query filter should uniquely map the &PRODUCT; user to LDAP user for a "
"meaningful authentication. For more information about query filter syntax, "
"consult the documentation for your LDAP server."
msgstr ""
#. Tag: para
#, no-c-format
msgid "The &PRODUCT; query filter wildcards are:"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Query Filter Wildcard"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Description"
msgstr "説明"
#. Tag: para
#, no-c-format
msgid "%u"
msgstr ""
#. Tag: para
#, no-c-format
msgid "User name"
msgstr ""
#. Tag: para
#, no-c-format
msgid "%e"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Email address"
msgstr ""
#. Tag: para
#, no-c-format
msgid "%n"
msgstr ""
#. Tag: para
#, no-c-format
msgid "First and last name"
msgstr ""
#. Tag: para
#, no-c-format
msgid ""
"The following examples assume you are using Active Directory, and refer to "
"user attributes from the Active Directory schema."
msgstr ""
#. Tag: para
#, no-c-format
msgid "If the &PRODUCT; user name is the same as the LDAP user ID:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "(uid=%u)"
msgstr ""
#. Tag: para
#, no-c-format
msgid "If the &PRODUCT; user name is the LDAP display name:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "(displayName=%u)"
msgstr ""
#. Tag: para
#, no-c-format
msgid "To find a user by email address:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "(mail=%e)"
msgstr ""