mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
Fix typo in automount doc message.
Update the po to pick up this change too. 573979
This commit is contained in:
parent
f932123e4d
commit
7ff4efecaa
@ -9,7 +9,7 @@ msgstr ""
|
||||
"Project-Id-Version: ipa\n"
|
||||
"Report-Msgid-Bugs-To: https://hosted.fedoraproject.org/projects/freeipa/"
|
||||
"newticket\n"
|
||||
"POT-Creation-Date: 2010-03-01 19:57-0500\n"
|
||||
"POT-Creation-Date: 2010-03-16 17:21-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -106,6 +106,18 @@ msgstr ""
|
||||
msgid "must be one of %(values)r"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/output.py:92
|
||||
msgid "A dictionary representing an LDAP entry"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/output.py:100
|
||||
msgid "A list of LDAP entries"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/output.py:111
|
||||
msgid "All commands should at least have a result"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/cli.py:507
|
||||
#, python-format
|
||||
msgid "Enter %(label)s again to verify: "
|
||||
@ -123,6 +135,18 @@ msgstr ""
|
||||
msgid "Results are truncated, try a more specific search"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/frontend.py:785
|
||||
msgid "retrieve all attributes"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/frontend.py:790
|
||||
msgid "print entries as stored on the server"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/frontend.py:883
|
||||
msgid "Forward to server instead of running locally"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/errors.py:297
|
||||
#, python-format
|
||||
msgid "%(cver)s client incompatible with %(sver)s server at %(server)r"
|
||||
@ -408,6 +432,10 @@ msgstr ""
|
||||
msgid "A comma-separated list of fields to search when searching for users"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/config.py:88
|
||||
msgid "A comma-separated list of fields to search when searching for groups"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/config.py:92
|
||||
msgid "Migration mode"
|
||||
msgstr ""
|
||||
@ -633,6 +661,10 @@ msgstr ""
|
||||
msgid "Modified group \"%(value)s\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/group.py:151
|
||||
msgid "change to posix group"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/group.py:175
|
||||
#, python-format
|
||||
msgid "%(count)d group matched"
|
||||
@ -640,34 +672,87 @@ msgid_plural "%(count)d groups matched"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: ../../ipalib/plugins/migration.py:166
|
||||
#: ../../ipalib/plugins/migration.py:40
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Kerberos principal %s already exists. Use 'ipa user-mod' to set it manually."
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/migration.py:41
|
||||
msgid ""
|
||||
"Failed to add user to the default group. Use 'ipa group-add-member' to add "
|
||||
"manually."
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/migration.py:165
|
||||
msgid "LDAP URI"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/migration.py:167
|
||||
#: ../../ipalib/plugins/migration.py:166
|
||||
msgid "LDAP URI of DS server to migrate from"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/migration.py:178
|
||||
#: ../../ipalib/plugins/migration.py:170
|
||||
msgid "bind password"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/migration.py:177
|
||||
msgid "Bind DN"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/migration.py:184
|
||||
#: ../../ipalib/plugins/migration.py:183
|
||||
msgid "User container"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/migration.py:185
|
||||
#: ../../ipalib/plugins/migration.py:184
|
||||
msgid "RDN of container for users in DS"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/migration.py:191
|
||||
#: ../../ipalib/plugins/migration.py:190
|
||||
msgid "Group container"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/migration.py:192
|
||||
#: ../../ipalib/plugins/migration.py:191
|
||||
msgid "RDN of container for groups in DS"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/migration.py:200
|
||||
msgid "Lists of objects migrated; categorized by type."
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/migration.py:204
|
||||
msgid "Lists of objects that could not be migrated; categorized by type."
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/migration.py:208
|
||||
msgid "False if migration mode was disabled."
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/migration.py:212
|
||||
#, python-format
|
||||
msgid "comma-separated list of %s to exclude from migration"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/migration.py:214
|
||||
msgid ""
|
||||
"search results for objects to be migrated\n"
|
||||
"have been truncated by the server;\n"
|
||||
"migration process might be uncomplete\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/migration.py:219
|
||||
msgid "Migration mode is disabled. Use 'ipa config-mod' to enable it."
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/migration.py:222
|
||||
msgid ""
|
||||
"Passwords have been migrated in pre-hashed format.\n"
|
||||
"IPA is unable to generate Kerberos keys unless provided\n"
|
||||
"with clear text passwords. All migrated users need to\n"
|
||||
"login at https://your.domain/ipa/migration/ before they\n"
|
||||
"can use their Kerberos accounts."
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/service.py:116
|
||||
msgid "Services"
|
||||
msgstr ""
|
||||
@ -685,6 +770,10 @@ msgstr ""
|
||||
msgid "Added service \"%(value)s\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/service.py:144
|
||||
msgid "force principal name even if not in DNS"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/service.py:187
|
||||
#, python-format
|
||||
msgid "Deleted service \"%(value)s\""
|
||||
@ -773,6 +862,10 @@ msgstr ""
|
||||
msgid "Serial number"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/cert.py:204 ../../ipalib/plugins/misc.py:46
|
||||
msgid "Dictionary mapping variable name to value"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/cert.py:334
|
||||
msgid "Request id"
|
||||
msgstr ""
|
||||
@ -809,14 +902,53 @@ msgstr ""
|
||||
msgid "Error"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/baseldap.py:115
|
||||
#: ../../ipalib/plugins/baseldap.py:74
|
||||
#, python-format
|
||||
msgid "container entry (%(container)s) not found"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/baseldap.py:75
|
||||
#, python-format
|
||||
msgid "%(parent)s: %(oname)s not found"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/baseldap.py:76
|
||||
#, python-format
|
||||
msgid "%(pkey)s: %(oname)s not found"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/baseldap.py:126
|
||||
msgid "Add an attribute/value pair. Format is attr=value"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/baseldap.py:120
|
||||
#: ../../ipalib/plugins/baseldap.py:131
|
||||
msgid "Set an attribute to an name/value pair. Format is attr=value"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/baseldap.py:318
|
||||
msgid "the entry was deleted while being modified"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/baseldap.py:426
|
||||
msgid "Members that could not be added"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/baseldap.py:430
|
||||
msgid "Number of members added"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/baseldap.py:502
|
||||
msgid "Number of members removed"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/baseldap.py:506
|
||||
msgid "Members that could not be removed"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/aci.py:81
|
||||
msgid "A list of ACI values"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/aci.py:109
|
||||
msgid "type, filter, subtree and targetgroup are mutually exclusive"
|
||||
msgstr ""
|
||||
@ -1078,7 +1210,7 @@ msgid "Map"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/automount.py:225
|
||||
msgid "Aautomount map name"
|
||||
msgid "Automount map name"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/automount.py:234
|
||||
@ -1133,6 +1265,10 @@ msgstr ""
|
||||
msgid "NIS domain name"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/netgroup.py:68
|
||||
msgid "IPA unique ID"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/netgroup.py:80
|
||||
msgid "Member host"
|
||||
msgstr ""
|
||||
@ -1146,6 +1282,14 @@ msgstr ""
|
||||
msgid "%(count)d variables"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/misc.py:50
|
||||
msgid "Total number of variables env (>= count)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/misc.py:54
|
||||
msgid "Number of variables returned (<= total)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/misc.py:96
|
||||
#, python-format
|
||||
msgid "%(count)d plugin loaded"
|
||||
@ -1153,6 +1297,10 @@ msgid_plural "%(count)d plugins loaded"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: ../../ipalib/plugins/misc.py:103
|
||||
msgid "Number of plugins loaded"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/user.py:53
|
||||
msgid "User login"
|
||||
msgstr ""
|
||||
@ -1405,6 +1553,10 @@ msgstr ""
|
||||
msgid "Deleted policy for group \"%(value)s\""
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/pwpolicy.py:280
|
||||
msgid "Group to remove policy from"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipalib/plugins/pwpolicy.py:322
|
||||
msgid "Group to display policy"
|
||||
msgstr ""
|
||||
@ -1450,3 +1602,19 @@ msgstr ""
|
||||
#: ../../ipaserver/plugins/selfsign.py:192
|
||||
msgid "certutil failure"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipaserver/plugins/join.py:54
|
||||
msgid "The hostname to register as"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipaserver/plugins/join.py:62
|
||||
msgid "The IPA realm"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipaserver/plugins/join.py:68
|
||||
msgid "Hardware platform of the host (e.g. Lenovo T61)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../ipaserver/plugins/join.py:72
|
||||
msgid "Operating System and version of the host (e.g. Fedora 9)"
|
||||
msgstr ""
|
||||
|
@ -222,7 +222,7 @@ class automountmap(LDAPObject):
|
||||
Str('automountmapname',
|
||||
cli_name='map',
|
||||
label=_('Map'),
|
||||
doc=_('Aautomount map name'),
|
||||
doc=_('Automount map name'),
|
||||
primary_key=True,
|
||||
),
|
||||
Str('description?',
|
||||
|
Loading…
Reference in New Issue
Block a user