summaryrefslogtreecommitdiffstats
path: root/install/po/pt.po
diff options
context:
space:
mode:
Diffstat (limited to 'install/po/pt.po')
-rw-r--r--install/po/pt.po248
1 files changed, 91 insertions, 157 deletions
diff --git a/install/po/pt.po b/install/po/pt.po
index f749bfd79..64defce94 100644
--- a/install/po/pt.po
+++ b/install/po/pt.po
@@ -1,22 +1,20 @@
-# Portuguese translations for ipa package.
-# Copyright (C) 2010 Red Hat
-# This file is distributed under the same license as the ipa package.
-# Automatically generated, 2010.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR Red Hat
+# This file is distributed under the same license as the PACKAGE package.
+#
msgid ""
msgstr ""
-"Project-Id-Version: ipa\n"
-"Report-Msgid-Bugs-To: https://hosted.fedoraproject.org/projects/freeipa/"
-"newticket\n"
+"Project-Id-Version: FreeIPA\n"
+"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?product=freeIPA\n"
"POT-Creation-Date: 2011-06-06 13:27-0400\n"
-"PO-Revision-Date: 2010-03-16 17:21-0400\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
-"Language: pt\n"
+"PO-Revision-Date: 2011-08-18 00:50+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Portuguese <trans-pt@lists.fedoraproject.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Language: pt\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ipalib/plugins/__init__.py:20
msgid ""
@@ -39,16 +37,14 @@ msgid ""
"permissions can be combined into roles that grant broader access. These\n"
"roles are another type of group, roles.\n"
"\n"
-"For example, if you have taskgroups that allow adding and modifying users "
-"you\n"
+"For example, if you have taskgroups that allow adding and modifying users you\n"
"could create a role, useradmin. You would assign users to the useradmin\n"
"role to allow them to do the operations defined by the taskgroups.\n"
"\n"
"You can create ACIs that delegate permission so users in group A can write\n"
"attributes on group B.\n"
"\n"
-"The type option is a map that applies to all entries in the users, groups "
-"or\n"
+"The type option is a map that applies to all entries in the users, groups or\n"
"host location. It is primarily designed to be used when granting add\n"
"permissions (to write new entries).\n"
"\n"
@@ -68,8 +64,7 @@ msgid ""
"- targetgroup: grant access to modify a specific group. This is primarily\n"
" designed to enable users to add or remove members of a specific group.\n"
"- filter: A legal LDAP filter used to narrow the scope of the target.\n"
-"- subtree: Used to apply a rule across an entire set of objects. For "
-"example,\n"
+"- subtree: Used to apply a rule across an entire set of objects. For example,\n"
" to allow adding users you need to grant \"add\" permission to the subtree\n"
" ldap://uid=*,cn=users,cn=accounts,dc=example,dc=com. The subtree option\n"
" is a fail-safe for objects that may not be covered by the type option.\n"
@@ -91,51 +86,35 @@ msgid ""
"taskgroups so that the rights can be easily shared through roles.\n"
"\n"
"For a more thorough description of access controls see\n"
-"http://www.redhat.com/docs/manuals/dir-server/ag/8.0/Managing_Access_Control."
-"html\n"
+"http://www.redhat.com/docs/manuals/dir-server/ag/8.0/Managing_Access_Control.html\n"
"\n"
"EXAMPLES:\n"
"\n"
"NOTE: ACIs are now added via the permission plugin. These examples are to\n"
-"demonstrate how the various options work but this is done via the "
-"permission\n"
+"demonstrate how the various options work but this is done via the permission\n"
"command-line now (see last example).\n"
"\n"
-" Add an ACI so that the group \"secretaries\" can update the address on any "
-"user:\n"
+" Add an ACI so that the group \"secretaries\" can update the address on any user:\n"
" ipa group-add --desc=\"Office secretaries\" secretaries\n"
-" ipa aci-add --attrs=streetAddress --memberof=ipausers --group=secretaries "
-"--permissions=write --prefix=none \"Secretaries write addresses\"\n"
+" ipa aci-add --attrs=streetAddress --memberof=ipausers --group=secretaries --permissions=write --prefix=none \"Secretaries write addresses\"\n"
"\n"
" Show the new ACI:\n"
" ipa aci-show --prefix=none \"Secretaries write addresses\"\n"
"\n"
-" Add an ACI that allows members of the \"addusers\" permission to add new "
-"users:\n"
-" ipa aci-add --type=user --permission=addusers --permissions=add --"
-"prefix=none \"Add new users\"\n"
+" Add an ACI that allows members of the \"addusers\" permission to add new users:\n"
+" ipa aci-add --type=user --permission=addusers --permissions=add --prefix=none \"Add new users\"\n"
"\n"
-" Add an ACI that allows members of the editors manage members of the admins "
-"group:\n"
-" ipa aci-add --permissions=write --attrs=member --targetgroup=admins --"
-"group=editors --prefix=none \"Editors manage admins\"\n"
+" Add an ACI that allows members of the editors manage members of the admins group:\n"
+" ipa aci-add --permissions=write --attrs=member --targetgroup=admins --group=editors --prefix=none \"Editors manage admins\"\n"
"\n"
-" Add an ACI that allows members of the admin group to manage the street and "
-"zip code of those in the editors group:\n"
-" ipa aci-add --permissions=write --memberof=editors --group=admins --"
-"attrs=street,postalcode --prefix=none \"admins edit the address of editors"
-"\"\n"
+" Add an ACI that allows members of the admin group to manage the street and zip code of those in the editors group:\n"
+" ipa aci-add --permissions=write --memberof=editors --group=admins --attrs=street,postalcode --prefix=none \"admins edit the address of editors\"\n"
"\n"
-" Add an ACI that allows the admins group manage the street and zipcode of "
-"those who work for the boss:\n"
-" ipa aci-add --permissions=write --group=admins --attrs=street,postalcode "
-"--filter=\"(manager=uid=boss,cn=users,cn=accounts,dc=example,dc=com)\" --"
-"prefix=none \"Edit the address of those who work for the boss\"\n"
+" Add an ACI that allows the admins group manage the street and zipcode of those who work for the boss:\n"
+" ipa aci-add --permissions=write --group=admins --attrs=street,postalcode --filter=\"(manager=uid=boss,cn=users,cn=accounts,dc=example,dc=com)\" --prefix=none \"Edit the address of those who work for the boss\"\n"
"\n"
-" Add an entirely new kind of record to IPA that isn't covered by any of the "
-"--type options, creating a permission:\n"
-" ipa permission-add --permissions=add --subtree=\"cn=*,cn=orange,"
-"cn=accounts,dc=example,dc=com\" --desc=\"Add Orange Entries\" add_orange\n"
+" Add an entirely new kind of record to IPA that isn't covered by any of the --type options, creating a permission:\n"
+" ipa permission-add --permissions=add --subtree=\"cn=*,cn=orange,cn=accounts,dc=example,dc=com\" --desc=\"Add Orange Entries\" add_orange\n"
"\n"
"\n"
"The show command shows the raw 389-ds ACI.\n"
@@ -478,12 +457,10 @@ msgid ""
"\n"
"Stores automount(8) configuration for autofs(8) in IPA.\n"
"\n"
-"The base of an automount configuration is the configuration file auto."
-"master.\n"
+"The base of an automount configuration is the configuration file auto.master.\n"
"This is also the base location in IPA. Multiple auto.master configurations\n"
"can be stored in separate locations. A location is implementation-specific\n"
-"with the default being a location named 'default'. For example, you can "
-"have\n"
+"with the default being a location named 'default'. For example, you can have\n"
"locations by geographic region, by floor, by type, etc.\n"
"\n"
"Automount has three basic object types: locations, maps and keys.\n"
@@ -518,8 +495,7 @@ msgid ""
" Remove a named automount location:\n"
" ipa automountlocation-del baltimore\n"
"\n"
-" Show what the automount maps would look like if they were in the "
-"filesystem:\n"
+" Show what the automount maps would look like if they were in the filesystem:\n"
" ipa automountlocation-tofiles baltimore\n"
"\n"
" Import an existing configuration into a location:\n"
@@ -547,12 +523,10 @@ msgid ""
"\n"
" Create a new key for the auto.share map in location baltimore. This ties\n"
" the map we previously created to auto.master:\n"
-" ipa automountkey-add baltimore auto.master --key=/share --info=auto."
-"share\n"
+" ipa automountkey-add baltimore auto.master --key=/share --info=auto.share\n"
"\n"
" Create a new key for our auto.share map, an NFS mount for man pages:\n"
-" ipa automountkey-add baltimore auto.share --key=man --info=\"-ro,soft,"
-"rsize=8192,wsize=8192 ipa.example.com:/shared/man\"\n"
+" ipa automountkey-add baltimore auto.share --key=man --info=\"-ro,soft,rsize=8192,wsize=8192 ipa.example.com:/shared/man\"\n"
"\n"
" Find all keys for the auto.share map:\n"
" ipa automountkey-find baltimore auto.share\n"
@@ -1044,8 +1018,7 @@ msgstr ""
#: ipalib/plugins/baseldap.py:727
msgid ""
"\n"
-" Base class for commands that need to retrieve one or more existing "
-"entries.\n"
+" Base class for commands that need to retrieve one or more existing entries.\n"
" "
msgstr ""
@@ -1201,17 +1174,13 @@ msgid ""
"\n"
"To run this code in the lite-server\n"
"\n"
-"curl -H \"Content-Type:application/json\" -H \"Accept:application/"
-"json\" -H \"Accept-Language:en\" --negotiate -u : --cacert /"
-"etc/ipa/ca.crt -d @batch_request.json -X POST http://"
-"localhost:8888/ipa/json\n"
+"curl -H \"Content-Type:application/json\" -H \"Accept:application/json\" -H \"Accept-Language:en\" --negotiate -u : --cacert /etc/ipa/ca.crt -d @batch_request.json -X POST http://localhost:8888/ipa/json\n"
"\n"
"where the contents of the file batch_request.json follow the below example\n"
"\n"
"{\"method\":\"batch\",\"params\":[[\n"
" {\"method\":\"group_find\",\"params\":[[],{}]},\n"
-" {\"method\":\"user_find\",\"params\":[[],{\"whoami\":\"true\",\"all"
-"\":\"true\"}]},\n"
+" {\"method\":\"user_find\",\"params\":[[],{\"whoami\":\"true\",\"all\":\"true\"}]},\n"
" {\"method\":\"user_show\",\"params\":[[\"admin\"],{\"all\":true}]}\n"
" ],{}],\"id\":1}\n"
"\n"
@@ -1242,8 +1211,7 @@ msgid ""
"\n"
"Implements a set of commands for managing server SSL certificates.\n"
"\n"
-"Certificate requests exist in the form of a Certificate Signing Request "
-"(CSR)\n"
+"Certificate requests exist in the form of a Certificate Signing Request (CSR)\n"
"in PEM format.\n"
"\n"
"If using the selfsign back end then the subject in the CSR needs to match\n"
@@ -1256,8 +1224,7 @@ msgid ""
"In order to request a certificate:\n"
"\n"
"* The host must exist\n"
-"* The service must exist (or you use the --add option to automatically add "
-"it)\n"
+"* The service must exist (or you use the --add option to automatically add it)\n"
"\n"
"EXAMPLES:\n"
"\n"
@@ -1511,8 +1478,7 @@ msgid ""
"User management options:\n"
"\n"
" --maxusername=INT Max. username length when creating/modifying a user\n"
-" --homedirectory=STR Default location of home directories (default /"
-"home)\n"
+" --homedirectory=STR Default location of home directories (default /home)\n"
" --defaultshell=STR Default shell for new users (default /bin/sh)\n"
" --defaultgroup=STR Default group for new users (default ipausers). The\n"
" group must exist, or adding new users will fail.\n"
@@ -1521,11 +1487,9 @@ msgid ""
"Search tuning options. These impact how much data is searched through and\n"
"how many records may be returned on a given search.\n"
"\n"
-" --searchtimelimit=INT Max. amount of time (sec.) for a search (> 0, or -1 "
-"for\n"
+" --searchtimelimit=INT Max. amount of time (sec.) for a search (> 0, or -1 for\n"
" unlimited)\n"
-" --searchrecordslimit=INT Max. number of records to search (-1 is "
-"unlimited)\n"
+" --searchrecordslimit=INT Max. number of records to search (-1 is unlimited)\n"
"\n"
"Server Configuration.\n"
"\n"
@@ -1536,8 +1500,7 @@ msgid ""
"It is not currently used to notify users in advance of an expiring\n"
"password.\n"
"\n"
-"Some attributes are read-only, provided only for information purposes. "
-"These\n"
+"Some attributes are read-only, provided only for information purposes. These\n"
"include:\n"
"\n"
"Certificate Subject base: the configured certificate subject base,\n"
@@ -1702,13 +1665,11 @@ msgid ""
"EXAMPLES:\n"
"\n"
" Add a delegation rule to allow editors to edit admin's addresses:\n"
-" ipa delegation-add --attrs=street --membergroup=admins --group=editors "
-"'editors edit admins street'\n"
+" ipa delegation-add --attrs=street --membergroup=admins --group=editors 'editors edit admins street'\n"
"\n"
" When managing the list of attributes you need to include all attributes\n"
" in the list, including existing ones. Add postalCode to the list:\n"
-" ipa delegation-mod --attrs=street,postalCode --membergroup=admins --"
-"group=editors 'editors edit admins street'\n"
+" ipa delegation-mod --attrs=street,postalCode --membergroup=admins --group=editors 'editors edit admins street'\n"
"\n"
" Display our updated rule:\n"
" ipa delegation-show 'editors edit admins street'\n"
@@ -1761,7 +1722,8 @@ msgstr ""
#: ipalib/plugins/delegation.py:114 ipalib/plugins/selfservice.py:87
msgid ""
-"Comma-separated list of permissions to grant (read, write). Default is write."
+"Comma-separated list of permissions to grant (read, write). Default is "
+"write."
msgstr ""
#: ipalib/plugins/delegation.py:125
@@ -1856,21 +1818,15 @@ msgid ""
" Add new SRV records for LDAP servers. Three quarters of the requests\n"
" should go to fast.example.com, one quarter to slow.example.com. If neither\n"
" is available, switch to backup.example.com.\n"
-" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 3 389 fast.example."
-"com\"\n"
-" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 1 389 slow.example."
-"com\"\n"
-" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"1 1 389 backup."
-"example.com\"\n"
-"\n"
-" When dnsrecord-add command is executed with no option to add a specific "
-"record\n"
-" an interactive mode is started. The mode interactively prompts for the "
-"most\n"
+" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 3 389 fast.example.com\"\n"
+" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 1 389 slow.example.com\"\n"
+" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"1 1 389 backup.example.com\"\n"
+"\n"
+" When dnsrecord-add command is executed with no option to add a specific record\n"
+" an interactive mode is started. The mode interactively prompts for the most\n"
" typical record types for the respective zone:\n"
" ipa dnsrecord-add example.com www\n"
-" [A record]: 1.2.3.4,11.22.33.44 (2 interactively entered random "
-"IPs)\n"
+" [A record]: 1.2.3.4,11.22.33.44 (2 interactively entered random IPs)\n"
" [AAAA record]: (no AAAA address entered)\n"
" Record name: www\n"
" A record: 1.2.3.4, 11.22.33.44\n"
@@ -1886,8 +1842,7 @@ msgid ""
" Delete A record '1.2.3.4'? Yes/No (default No): \n"
" Delete A record '11.22.33.44'? Yes/No (default No): y\n"
" Record name: www\n"
-" A record: 1.2.3.4 (A record 11.22.33.44 has been "
-"deleted)\n"
+" A record: 1.2.3.4 (A record 11.22.33.44 has been deleted)\n"
"\n"
" Show zone example.com:\n"
" ipa dnszone-show example.com\n"
@@ -2452,8 +2407,7 @@ msgstr ""
#: ipalib/plugins/entitle.py:646
msgid ""
"\n"
-" If we are adding the first entry there are no updates so "
-"EmptyModlist\n"
+" If we are adding the first entry there are no updates so EmptyModlist\n"
" will get thrown. Ignore it.\n"
" "
msgstr ""
@@ -2483,8 +2437,7 @@ msgid ""
"Every group must have a description.\n"
"\n"
"POSIX groups must have a Group ID (GID) number. Changing a GID is\n"
-"supported but can have an impact on your file permissions. It is not "
-"necessary\n"
+"supported but can have an impact on your file permissions. It is not necessary\n"
"to supply a GID when creating a group. IPA will generate one automatically\n"
"if it is not provided.\n"
"\n"
@@ -2641,8 +2594,7 @@ msgstr ""
#: ipalib/plugins/group.py:288
msgid ""
"\n"
-" This requires updating both the user and the group. We first need "
-"to\n"
+" This requires updating both the user and the group. We first need to\n"
" verify that both the user and group can be updated, then we go\n"
" about our work. We don't want a situation where only the user or\n"
" group can be modified and we're left in a bad state.\n"
@@ -2681,8 +2633,7 @@ msgid ""
"\n"
"EXAMPLES:\n"
"\n"
-" Create a rule, \"test1\", that grants all users access to the host \"server"
-"\" from\n"
+" Create a rule, \"test1\", that grants all users access to the host \"server\" from\n"
" anywhere:\n"
" ipa hbacrule-add --type=allow --usercat=all --srchostcat=all test1\n"
" ipa hbacrule-add-host --hosts=server.example.com test1\n"
@@ -3217,8 +3168,7 @@ msgid ""
"EXAMPLES:\n"
"\n"
" Add a new host:\n"
-" ipa host-add --location=\"3rd floor lab\" --locality=Dallas test.example."
-"com\n"
+" ipa host-add --location=\"3rd floor lab\" --locality=Dallas test.example.com\n"
"\n"
" Delete a host:\n"
" ipa host-del test.example.com\n"
@@ -3242,8 +3192,7 @@ msgstr ""
#: ipalib/plugins/host.py:97
msgid ""
"\n"
-" Require at least one dot in the hostname (to support localhost."
-"localdomain)\n"
+" Require at least one dot in the hostname (to support localhost.localdomain)\n"
" "
msgstr ""
@@ -3678,8 +3627,8 @@ msgstr ""
#: ipalib/plugins/internal.py:126
msgid ""
-"To confirm your intention to restore this certificate, click the \"Restore\" "
-"button."
+"To confirm your intention to restore this certificate, click the \"Restore\""
+" button."
msgstr ""
#: ipalib/plugins/internal.py:128
@@ -4381,9 +4330,9 @@ msgstr ""
#: ipalib/plugins/internal.py:395
msgid ""
"Your Kerberos ticket is no longer valid. Please run kinit and then click "
-"'Retry'. If this is your first time running the IPA Web UI <a href='/ipa/"
-"config/unauthorized.html'>follow these directions</a> to configure your "
-"browser."
+"'Retry'. If this is your first time running the IPA Web UI <a "
+"href='/ipa/config/unauthorized.html'>follow these directions</a> to "
+"configure your browser."
msgstr ""
#: ipalib/plugins/internal.py:399
@@ -4454,8 +4403,7 @@ msgid ""
"\n"
" Return the principal name in default credential cache.\n"
"\n"
-" This will return something like 'admin@EXAMPLE.COM'. If no "
-"credential\n"
+" This will return something like 'admin@EXAMPLE.COM'. If no credential\n"
" cache exists for the invoking user, None is returned.\n"
"\n"
" This cannot return anything meaningful if used in the server as a\n"
@@ -4468,8 +4416,7 @@ msgid ""
"\n"
" Return the realm from the default credential cache.\n"
"\n"
-" This will return something like 'EXAMPLE.COM'. If no credential "
-"cache\n"
+" This will return something like 'EXAMPLE.COM'. If no credential cache\n"
" exists for the invoking user, None is returned.\n"
"\n"
" This cannot return anything meaningful if used in the server as a\n"
@@ -4631,8 +4578,7 @@ msgid ""
"\n"
" Specify the user and group container. This can be used to migrate user and\n"
" group data from an IPA v1 server:\n"
-" ipa migrate-ds --user-container='cn=users,cn=accounts' --group-"
-"container='cn=groups,cn=accounts' ldap://ds.example.com:389\n"
+" ipa migrate-ds --user-container='cn=users,cn=accounts' --group-container='cn=groups,cn=accounts' ldap://ds.example.com:389\n"
msgstr ""
#: ipalib/plugins/migration.py:78
@@ -4778,8 +4724,7 @@ msgid ""
"\n"
" Convert all \"exclude\" option values to lower-case.\n"
"\n"
-" Also, empty List parameters are converted to None, but the "
-"migration\n"
+" Also, empty List parameters are converted to None, but the migration\n"
" plugin doesn't like that - convert back to empty lists.\n"
" "
msgstr ""
@@ -4997,8 +4942,7 @@ msgid ""
"\n"
" Execute the passwd operation.\n"
"\n"
-" The dn should not be passed as a keyword argument as it is "
-"constructed\n"
+" The dn should not be passed as a keyword argument as it is constructed\n"
" by this method.\n"
"\n"
" Returns the entry\n"
@@ -5014,8 +4958,7 @@ msgid ""
"Permissions\n"
"\n"
"A permission enables fine-grained delegation of rights. A permission is\n"
-"a human-readable form of a 389-ds Access Control Rule, or instruction "
-"(ACI).\n"
+"a human-readable form of a 389-ds Access Control Rule, or instruction (ACI).\n"
"A permission grants the right to perform a specific task such as adding a\n"
"user, modifying a group, etc.\n"
"\n"
@@ -5062,8 +5005,7 @@ msgid ""
" ipa permission-add --type=user --permissions=add \"Add Users\"\n"
"\n"
" Add a permission that grants the ability to manage group membership:\n"
-" ipa permission-add --attrs=member --permissions=write --type=group "
-"\"Manage Group Members\"\n"
+" ipa permission-add --attrs=member --permissions=write --type=group \"Manage Group Members\"\n"
msgstr ""
#: ipalib/plugins/permission.py:84
@@ -5403,8 +5345,7 @@ msgid ""
" ipa pwpolicy-mod --minlength=10\n"
"\n"
" Add a new group password policy:\n"
-" ipa pwpolicy-add --maxlife=90 --minlife=1 --history=10 --minclasses=3 --"
-"minlength=8 --priority=10 localadmins\n"
+" ipa pwpolicy-add --maxlife=90 --minlife=1 --history=10 --minclasses=3 --minlength=8 --priority=10 localadmins\n"
"\n"
" Display the global password policy:\n"
" ipa pwpolicy-show\n"
@@ -5584,8 +5525,7 @@ msgid ""
"A role is used for fine-grained delegation. A permission grants the ability\n"
"to perform given low-level tasks (add a user, modify a group, etc.). A\n"
"privilege combines one or more permissions into a higher-level abstraction\n"
-"such as useradmin. A useradmin would be able to add, delete and modify "
-"users.\n"
+"such as useradmin. A useradmin would be able to add, delete and modify users.\n"
"\n"
"Privileges are assigned to Roles.\n"
"\n"
@@ -5731,20 +5671,17 @@ msgid ""
"Rules, or instructions (ACIs), grant permission to permissions to perform\n"
"given tasks such as adding a user, modifying a group, etc.\n"
"\n"
-"A Self-service permission defines what an object can change in its own "
-"entry.\n"
+"A Self-service permission defines what an object can change in its own entry.\n"
"\n"
"\n"
"EXAMPLES:\n"
"\n"
" Add a self-service rule to allow users to manage their address:\n"
-" ipa selfservice-add --permissions=write --attrs=street,postalCode,l,c,st "
-"\"Users manage their own address\"\n"
+" ipa selfservice-add --permissions=write --attrs=street,postalCode,l,c,st \"Users manage their own address\"\n"
"\n"
" When managing the list of attributes you need to include all attributes\n"
" in the list, including existing ones. Add telephoneNumber to the list:\n"
-" ipa selfservice-mod --attrs=street,postalCode,l,c,st,telephoneNumber "
-"\"Users manage their own address\"\n"
+" ipa selfservice-mod --attrs=street,postalCode,l,c,st,telephoneNumber \"Users manage their own address\"\n"
"\n"
" Display our updated rule:\n"
" ipa selfservice-show \"Users manage their own address\"\n"
@@ -5884,8 +5821,7 @@ msgid ""
" ipa cert-request --principal=HTTP/web.example.com example.csr\n"
"\n"
" Generate and retrieve a keytab for an IPA service:\n"
-" ipa-getkeytab -s ipa.example.com -p HTTP/web.example.com -k /etc/httpd/"
-"httpd.keytab\n"
+" ipa-getkeytab -s ipa.example.com -p HTTP/web.example.com -k /etc/httpd/httpd.keytab\n"
"\n"
msgstr ""
@@ -6105,8 +6041,7 @@ msgid ""
" ipa sudocmdgroup-del admincmds\n"
"\n"
" Manage Sudo command group membership, commands:\n"
-" ipa sudocmdgroup-add-member --sudocmds=/usr/bin/less,/usr/bin/vim "
-"admincmds\n"
+" ipa sudocmdgroup-add-member --sudocmds=/usr/bin/less,/usr/bin/vim admincmds\n"
"\n"
" Manage Sudo command group membership, commands:\n"
" ipa group-remove-member --sudocmds=/usr/bin/less admincmds\n"
@@ -6205,9 +6140,7 @@ msgid ""
"uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n"
"\n"
"To enable the binddn run the following command to set the password:\n"
-"LDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W -h ipa.example.com -"
-"ZZ -D \"cn=Directory Manager\" uid=sudo,cn=sysaccounts,cn=etc,dc=example,"
-"dc=com\n"
+"LDAPTLS_CACERT=/etc/ipa/ca.crt /usr/bin/ldappasswd -S -W -h ipa.example.com -ZZ -D \"cn=Directory Manager\" uid=sudo,cn=sysaccounts,cn=etc,dc=example,dc=com\n"
"\n"
"For more information, see the FreeIPA Documentation to Sudo.\n"
msgstr ""
@@ -6435,8 +6368,7 @@ msgid ""
"\n"
"Manage user entries. All users are POSIX users.\n"
"\n"
-"IPA supports a wide range of username formats, but you need to be aware of "
-"any\n"
+"IPA supports a wide range of username formats, but you need to be aware of any\n"
"restrictions that may apply to your particular environment. For example,\n"
"usernames that start with a digit or usernames that exceed a certain length\n"
"may cause problems for some UNIX systems.\n"
@@ -6705,8 +6637,7 @@ msgid ""
"\n"
" An account may become locked if the password is entered incorrectly too\n"
" many times within a specific time period as controlled by password\n"
-" policy. A locked account is a temporary condition and may be unlocked "
-"by\n"
+" policy. A locked account is a temporary condition and may be unlocked by\n"
" an administrator.\n"
" "
msgstr ""
@@ -6734,8 +6665,7 @@ msgid ""
" cn=<operation>, api.env.container_virtual, api.env.basedn\n"
"\n"
" Ex.\n"
-" cn=request certificate, cn=virtual operations,cn=etc, dc=example, "
-"dc=com\n"
+" cn=request certificate, cn=virtual operations,cn=etc, dc=example, dc=com\n"
" "
msgstr ""
@@ -7417,7 +7347,8 @@ msgid "Server Name"
msgstr ""
#: ipa-client/ipa-getkeytab.c:781 ipa-client/ipa-rmkeytab.c:171
-msgid "The principal to get a keytab for (ex: ftp/ftp.example.com@EXAMPLE.COM)"
+msgid ""
+"The principal to get a keytab for (ex: ftp/ftp.example.com@EXAMPLE.COM)"
msgstr ""
#: ipa-client/ipa-getkeytab.c:782 ipa-client/ipa-rmkeytab.c:172
@@ -7486,7 +7417,8 @@ msgstr ""
#: ipa-client/ipa-getkeytab.c:873
#, c-format
msgid ""
-"Warning: salt types are not honored with randomized passwords (see opt. -P)\n"
+"Warning: salt types are not honored with randomized passwords (see opt. "
+"-P)\n"
msgstr ""
#: ipa-client/ipa-getkeytab.c:885
@@ -7713,8 +7645,8 @@ msgstr ""
#: ipa-client/ipa-join.c:940
#, c-format
msgid ""
-"Unable to join host: Kerberos User Principal not found and host password not "
-"provided.\n"
+"Unable to join host: Kerberos User Principal not found and host password not"
+" provided.\n"
msgstr ""
#: ipa-client/ipa-join.c:954
@@ -7877,3 +7809,5 @@ msgstr ""
#, c-format
msgid "krb5_kt_close %d: %s\n"
msgstr ""
+
+