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

125 lines
2.7 KiB
Plaintext

#Licensed to the Apache Software Foundation (ASF) under one
#or more contributor license agreements. See the NOTICE file
#distributed with this work for additional information
#regarding copyright ownership. The ASF licenses this file
#to you under the Apache License, Version 2.0 (the
#"License"); you may not use this file except in compliance
#with the License. You may obtain a copy of the License at
#http://www.apache.org/licenses/LICENSE-2.0
#Unless required by applicable law or agreed to in writing,
#software distributed under the License is distributed on an
#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
#KIND, either express or implied. See the License for the
#specific language governing permissions and limitations
#under the License.
#
# 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 ""