summaryrefslogtreecommitdiffstats
path: root/install/po/id.po
diff options
context:
space:
mode:
Diffstat (limited to 'install/po/id.po')
-rw-r--r--install/po/id.po632
1 files changed, 211 insertions, 421 deletions
diff --git a/install/po/id.po b/install/po/id.po
index 9db9da3b9..fff1def0a 100644
--- a/install/po/id.po
+++ b/install/po/id.po
@@ -1,22 +1,22 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Red Hat
# This file is distributed under the same license as the PACKAGE package.
+#
# Teguh DC <dheche@songolimo.net>, 2010.
+# jdennis <jdennis@redhat.com>, 2011.
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-02-12 05:59+0700\n"
-"Last-Translator: Teguh DC <dheche@songolimo.net>\n"
-"Language-Team: Fedora Indonesia <trans-id@lists.fedoraproject.org>\n"
-"Language: id\n"
+"PO-Revision-Date: 2011-07-27 00:01+0000\n"
+"Last-Translator: jdennis <jdennis@redhat.com>\n"
+"Language-Team: Indonesian <trans-id@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=1; plural=0;\n"
-"X-Generator: Virtaal 0.5.1\n"
+"Language: id\n"
+"Plural-Forms: nplurals=1; plural=0\n"
#: ipalib/plugins/__init__.py:20
msgid ""
@@ -39,16 +39,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 +66,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 +88,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"
@@ -147,9 +128,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/aci.py:153
-#, fuzzy
msgid "A list of ACI values"
-msgstr "ACI \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/aci.py:172
msgid ""
@@ -185,9 +165,8 @@ msgid "type, filter, subtree and targetgroup are mutually exclusive"
msgstr ""
#: ipalib/plugins/aci.py:218
-#, fuzzy
msgid "ACI prefix is required"
-msgstr "dibutuhkan %(name)r"
+msgstr ""
#: ipalib/plugins/aci.py:221
msgid ""
@@ -206,9 +185,8 @@ msgid "group, permission and self are mutually exclusive"
msgstr ""
#: ipalib/plugins/aci.py:232
-#, fuzzy
msgid "One of group, permission or self is required"
-msgstr "Diperlukan satu grup atau taskgroup"
+msgstr ""
#: ipalib/plugins/aci.py:251
msgid "Group '%s' does not exist"
@@ -219,9 +197,8 @@ msgid "empty filter"
msgstr ""
#: ipalib/plugins/aci.py:294
-#, fuzzy
msgid "Syntax Error: %(error)s"
-msgstr "Operasi sertifikat tidak dapat diselesaikan: %(error)s"
+msgstr ""
#: ipalib/plugins/aci.py:299
msgid ""
@@ -473,9 +450,8 @@ msgid "New ACI name"
msgstr ""
#: ipalib/plugins/aci.py:882
-#, fuzzy
msgid "Renamed ACI to \"%(value)s\""
-msgstr "ACI \"%(value)s\" telah dibuat"
+msgstr ""
#: ipalib/plugins/automount.py:20
msgid ""
@@ -484,12 +460,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"
@@ -524,8 +498,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"
@@ -553,12 +526,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"
@@ -757,9 +728,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/automount.py:608
-#, fuzzy
msgid "key named %(key)s already exists"
-msgstr "Entri ini sudah ada"
+msgstr ""
#: ipalib/plugins/automount.py:609
msgid "The automount key %(key)s with info %(info)s does not exist"
@@ -894,9 +864,8 @@ msgid "Member service groups"
msgstr ""
#: ipalib/plugins/baseldap.py:93
-#, fuzzy
msgid "Member HBAC service groups"
-msgstr "Rolegroup \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/baseldap.py:102
msgid "Indirect Member users"
@@ -951,9 +920,8 @@ msgid "Failed managedby"
msgstr ""
#: ipalib/plugins/baseldap.py:153
-#, fuzzy
msgid "Failed to remove"
-msgstr "Tidak dapat mengurai sertifikat dalam entri"
+msgstr ""
#: ipalib/plugins/baseldap.py:171
msgid ""
@@ -1053,8 +1021,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 ""
@@ -1210,17 +1177,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"
@@ -1251,8 +1214,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"
@@ -1265,8 +1227,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"
@@ -1316,9 +1277,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/cert.py:112
-#, fuzzy
msgid "Failure decoding Certificate Signing Request:"
-msgstr "Gagal mengurai Permintaan Penandatanganan Sertifikat"
+msgstr ""
#: ipalib/plugins/cert.py:115
msgid ""
@@ -1481,9 +1441,8 @@ msgid "Revoked"
msgstr ""
#: ipalib/plugins/cert.py:534
-#, fuzzy
msgid "Reason"
-msgstr "%(reason)s"
+msgstr ""
#: ipalib/plugins/cert.py:535
msgid "Reason for revoking the certificate (0-10)"
@@ -1522,8 +1481,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"
@@ -1532,11 +1490,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"
@@ -1547,8 +1503,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"
@@ -1713,13 +1668,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"
@@ -1772,7 +1725,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
@@ -1791,9 +1745,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/delegation.py:156
-#, fuzzy
msgid "Added delegation \"%(value)s\""
-msgstr "Rolegroup \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/delegation.py:176
msgid ""
@@ -1803,9 +1756,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/delegation.py:181
-#, fuzzy
msgid "Deleted delegation \"%(value)s\""
-msgstr "Rolegroup \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/delegation.py:197
msgid ""
@@ -1815,9 +1767,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/delegation.py:201
-#, fuzzy
msgid "Modified delegation \"%(value)s\""
-msgstr "Rolegroup \"%(value)s\" telah dimodifikasi"
+msgstr ""
#: ipalib/plugins/delegation.py:219
msgid ""
@@ -1827,10 +1778,9 @@ msgid ""
msgstr ""
#: ipalib/plugins/delegation.py:223
-#, fuzzy
msgid "%(count)d delegation matched"
msgid_plural "%(count)d delegations matched"
-msgstr[0] "%(count)d rolegroup sesuai"
+msgstr[0] ""
#: ipalib/plugins/delegation.py:250
msgid ""
@@ -1870,21 +1820,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"
@@ -1900,8 +1844,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"
@@ -2106,9 +2049,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/dns.py:472
-#, fuzzy
msgid "Disabled DNS zone \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/dns.py:490
msgid ""
@@ -2118,9 +2060,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/dns.py:494
-#, fuzzy
msgid "Enabled DNS zone \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah dibuka kuncinya"
+msgstr ""
#: ipalib/plugins/dns.py:512
msgid ""
@@ -2134,9 +2075,8 @@ msgid "DNS resource record"
msgstr ""
#: ipalib/plugins/dns.py:527 ipalib/plugins/dns.py:528
-#, fuzzy
msgid "Record name"
-msgstr "type salah"
+msgstr ""
#: ipalib/plugins/dns.py:533 ipalib/plugins/dns.py:534
msgid "Time to live"
@@ -2204,9 +2144,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/dns.py:792
-#, fuzzy
msgid "Deleted record \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/dns.py:799
msgid ""
@@ -2238,9 +2177,8 @@ msgid "Current DNS record contents:\n"
msgstr ""
#: ipalib/plugins/dns.py:875
-#, fuzzy
msgid "%s record with value %s not found"
-msgstr "ACI dengan nama \"%s\" tidak ditemukan"
+msgstr ""
#: ipalib/plugins/dns.py:889
msgid ""
@@ -2264,9 +2202,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/dns.py:936
-#, fuzzy
msgid "Found '%(value)s'"
-msgstr "Grup \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/dns.py:940
msgid "Hostname"
@@ -2472,8 +2409,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 ""
@@ -2503,8 +2439,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"
@@ -2580,9 +2515,8 @@ msgid "Added group \"%(value)s\""
msgstr "Grup \"%(value)s\" telah ditambahkan"
#: ipalib/plugins/group.py:137
-#, fuzzy
msgid "Create as a non-POSIX group"
-msgstr "Ini sudah merupakan grup posix"
+msgstr ""
#: ipalib/plugins/group.py:154
msgid ""
@@ -2607,9 +2541,8 @@ msgid "Modified group \"%(value)s\""
msgstr "Grup \"%(value)s\" telah dimodifikasi"
#: ipalib/plugins/group.py:194
-#, fuzzy
msgid "change to a POSIX group"
-msgstr "Ini sudah merupakan grup posix"
+msgstr ""
#: ipalib/plugins/group.py:215
msgid ""
@@ -2656,15 +2589,13 @@ msgid ""
msgstr ""
#: ipalib/plugins/group.py:285
-#, fuzzy
msgid "Detached group \"%(value)s\" from user \"%(value)s\""
-msgstr "Rolegroup \"%(value)s\" telah dihapus"
+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"
@@ -2703,8 +2634,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"
@@ -2761,9 +2691,8 @@ msgid "Rule type (allow or deny)"
msgstr ""
#: ipalib/plugins/hbacrule.py:137
-#, fuzzy
msgid "Rule type"
-msgstr "type salah"
+msgstr ""
#: ipalib/plugins/hbacrule.py:143 ipalib/plugins/netgroup.py:124
#: ipalib/plugins/sudorule.py:86
@@ -2850,9 +2779,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacrule.py:219
-#, fuzzy
msgid "Added HBAC rule \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/hbacrule.py:230
msgid ""
@@ -2862,9 +2790,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacrule.py:234
-#, fuzzy
msgid "Deleted HBAC rule \"%(value)s\""
-msgstr "ACI \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/hbacrule.py:240
msgid ""
@@ -2874,9 +2801,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacrule.py:244
-#, fuzzy
msgid "Modified HBAC rule \"%(value)s\""
-msgstr "ACI \"%(value)s\" telah dimodifikasi"
+msgstr ""
#: ipalib/plugins/hbacrule.py:266
msgid ""
@@ -2886,10 +2812,9 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacrule.py:270
-#, fuzzy
msgid "%(count)d HBAC rule matched"
msgid_plural "%(count)d HBAC rules matched"
-msgstr[0] "%(count)d ACI sesuai"
+msgstr[0] ""
#: ipalib/plugins/hbacrule.py:278
msgid ""
@@ -2906,9 +2831,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacrule.py:290
-#, fuzzy
msgid "Enabled HBAC rule \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah dibuka kuncinya"
+msgstr ""
#: ipalib/plugins/hbacrule.py:315
msgid ""
@@ -2918,9 +2842,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacrule.py:319
-#, fuzzy
msgid "Disabled HBAC rule \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/hbacrule.py:344
msgid ""
@@ -3052,9 +2975,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacsvc.py:85
-#, fuzzy
msgid "Added HBAC service \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/hbacsvc.py:91
msgid ""
@@ -3064,9 +2986,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacsvc.py:94
-#, fuzzy
msgid "Deleted HBAC service \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/hbacsvc.py:100
msgid ""
@@ -3076,9 +2997,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacsvc.py:104
-#, fuzzy
msgid "Modified HBAC service \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah dimodifikasi"
+msgstr ""
#: ipalib/plugins/hbacsvc.py:110
msgid ""
@@ -3088,10 +3008,9 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacsvc.py:114
-#, fuzzy
msgid "%(count)d HBAC service matched"
msgid_plural "%(count)d HBAC services matched"
-msgstr[0] "%(count)d pengguna sesuai"
+msgstr[0] ""
#: ipalib/plugins/hbacsvc.py:122
msgid ""
@@ -3135,9 +3054,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:64
-#, fuzzy
msgid "HBAC service Groups"
-msgstr "Rolegroup \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:69
msgid "Service group name"
@@ -3148,43 +3066,37 @@ msgid "HBAC service group description"
msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:84
-#, fuzzy
msgid ""
"\n"
" Add a new HBAC service group.\n"
" "
-msgstr "Rolegroup \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:87
-#, fuzzy
msgid "Added HBAC service group \"%(value)s\""
-msgstr "Rolegroup \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:93
-#, fuzzy
msgid ""
"\n"
" Delete an HBAC service group.\n"
" "
-msgstr "Rolegroup \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:96
-#, fuzzy
msgid "Deleted HBAC service group \"%(value)s\""
-msgstr "Rolegroup \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:102
-#, fuzzy
msgid ""
"\n"
" Modify an HBAC service group.\n"
" "
-msgstr "Rolegroup \"%(value)s\" telah dimodifikasi"
+msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:105
-#, fuzzy
msgid "Modified HBAC service group \"%(value)s\""
-msgstr "Rolegroup \"%(value)s\" telah dimodifikasi"
+msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:111
msgid ""
@@ -3194,10 +3106,9 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:114
-#, fuzzy
msgid "%(count)d HBAC service group matched"
msgid_plural "%(count)d HBAC service groups matched"
-msgstr[0] "%(count)d pengguna sesuai"
+msgstr[0] ""
#: ipalib/plugins/hbacsvcgroup.py:122
msgid ""
@@ -3255,8 +3166,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"
@@ -3280,8 +3190,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 ""
@@ -3460,9 +3369,8 @@ msgid "file to store certificate in"
msgstr ""
#: ipalib/plugins/host.py:673 ipalib/plugins/service.py:422
-#, fuzzy
msgid "Certificate stored in file '%(file)s'"
-msgstr "Operasi sertifikat tidak dapat diselesaikan: %(error)s"
+msgstr ""
#: ipalib/plugins/host.py:684
msgid ""
@@ -3472,9 +3380,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/host.py:688
-#, fuzzy
msgid "Disabled host \"%(value)s\""
-msgstr "Host \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/host.py:770
msgid ""
@@ -3681,9 +3588,8 @@ msgid "Superseded"
msgstr ""
#: ipalib/plugins/internal.py:117
-#, fuzzy
msgid "Cessation of Operation"
-msgstr "operasi berkas"
+msgstr ""
#: ipalib/plugins/internal.py:118
msgid "Certificate Hold"
@@ -3717,8 +3623,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
@@ -3842,9 +3748,8 @@ msgid "Group Settings"
msgstr ""
#: ipalib/plugins/internal.py:171 ipalib/plugins/internal.py:206
-#, fuzzy
msgid "Is this a POSIX group?"
-msgstr "Ini sudah merupakan grup posix"
+msgstr ""
#: ipalib/plugins/internal.py:174
msgid "Add HBAC Rule"
@@ -3869,9 +3774,8 @@ msgid "Inactive"
msgstr ""
#: ipalib/plugins/internal.py:179 ipalib/plugins/internal.py:296
-#, fuzzy
msgid "Rule status"
-msgstr "type salah"
+msgstr ""
#: ipalib/plugins/internal.py:180 ipalib/plugins/internal.py:284
msgid "Who"
@@ -3914,14 +3818,12 @@ msgid "From"
msgstr ""
#: ipalib/plugins/internal.py:192
-#, fuzzy
msgid "Add HBAC Service"
-msgstr "Rolegroup \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/internal.py:195
-#, fuzzy
msgid "Add HBAC Service Group"
-msgstr "Rolegroup \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/internal.py:199
msgid "Add Host"
@@ -4096,14 +3998,12 @@ msgid "Are you sure you want to unprovision this service?"
msgstr ""
#: ipalib/plugins/internal.py:271
-#, fuzzy
msgid "Add Sudo Command"
-msgstr "Host \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/internal.py:275
-#, fuzzy
msgid "Add Sudo Command Group"
-msgstr "Grup \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/internal.py:276 ipalib/plugins/sudocmdgroup.py:80
msgid "Commands"
@@ -4198,9 +4098,8 @@ msgid "Password change complete"
msgstr ""
#: ipalib/plugins/internal.py:315
-#, fuzzy
msgid "Passwords must match"
-msgstr "Kata sandi tidak cocok"
+msgstr ""
#: ipalib/plugins/internal.py:319
msgid "Add"
@@ -4227,9 +4126,8 @@ msgid "Back to List"
msgstr ""
#: ipalib/plugins/internal.py:325
-#, fuzzy
msgid "Cancel"
-msgstr "Dibatalkan."
+msgstr ""
#: ipalib/plugins/internal.py:326
msgid "Close"
@@ -4296,9 +4194,8 @@ msgid "Dirty"
msgstr ""
#: ipalib/plugins/internal.py:344
-#, fuzzy
msgid "Hide already enrolled."
-msgstr "Entri ini sudah dikunci"
+msgstr ""
#: ipalib/plugins/internal.py:345
msgid "Select ${entity} to be removed."
@@ -4429,9 +4326,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
@@ -4502,8 +4399,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"
@@ -4516,8 +4412,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"
@@ -4679,8 +4574,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
@@ -4826,8 +4720,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 ""
@@ -4880,9 +4773,8 @@ msgid_plural "%(count)d plugins loaded"
msgstr[0] "%(count)d pengaya telah dimuat"
#: ipalib/plugins/misc.py:126
-#, fuzzy
msgid "Number of plugins loaded"
-msgstr "%(count)d pengaya telah dimuat"
+msgstr ""
#: ipalib/plugins/netgroup.py:20
msgid ""
@@ -4949,9 +4841,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/netgroup.py:144
-#, fuzzy
msgid "Added netgroup \"%(value)s\""
-msgstr "Grup \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/netgroup.py:153
msgid ""
@@ -4961,9 +4852,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/netgroup.py:156
-#, fuzzy
msgid "Deleted netgroup \"%(value)s\""
-msgstr "Grup \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/netgroup.py:162
msgid ""
@@ -4973,9 +4863,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/netgroup.py:166
-#, fuzzy
msgid "Modified netgroup \"%(value)s\""
-msgstr "Grup \"%(value)s\" telah dimodifikasi"
+msgstr ""
#: ipalib/plugins/netgroup.py:180
msgid ""
@@ -4985,10 +4874,9 @@ msgid ""
msgstr ""
#: ipalib/plugins/netgroup.py:185
-#, fuzzy
msgid "%(count)d netgroup matched"
msgid_plural "%(count)d netgroups matched"
-msgstr[0] "%(count)d grup sesuai"
+msgstr[0] ""
#: ipalib/plugins/netgroup.py:213
msgid ""
@@ -5040,17 +4928,15 @@ msgid ""
msgstr ""
#: ipalib/plugins/passwd.py:64
-#, fuzzy
msgid "Changed password for \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/passwd.py:67
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"
@@ -5066,8 +4952,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"
@@ -5114,8 +4999,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
@@ -5148,9 +5032,8 @@ msgid "Member of group"
msgstr ""
#: ipalib/plugins/permission.py:139
-#, fuzzy
msgid "Target members of a group"
-msgstr "Entri ini bukan anggota dari grup"
+msgstr ""
#: ipalib/plugins/permission.py:151
msgid "Subtree to apply permissions to"
@@ -5168,9 +5051,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/permission.py:181
-#, fuzzy
msgid "Added permission \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/permission.py:236
msgid ""
@@ -5180,9 +5062,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/permission.py:240
-#, fuzzy
msgid "Deleted permission \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/permission.py:256
msgid ""
@@ -5192,9 +5073,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/permission.py:260
-#, fuzzy
msgid "Modified permission \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah dimodifikasi"
+msgstr ""
#: ipalib/plugins/permission.py:352
msgid ""
@@ -5204,10 +5084,9 @@ msgid ""
msgstr ""
#: ipalib/plugins/permission.py:356
-#, fuzzy
msgid "%(count)d permission matched"
msgid_plural "%(count)d permissions matched"
-msgstr[0] "%(count)d pengguna sesuai"
+msgstr[0] ""
#: ipalib/plugins/permission.py:405
msgid ""
@@ -5348,9 +5227,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/privilege.py:89
-#, fuzzy
msgid "Added privilege \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/privilege.py:95
msgid ""
@@ -5360,9 +5238,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/privilege.py:99
-#, fuzzy
msgid "Deleted privilege \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/privilege.py:105
msgid ""
@@ -5372,9 +5249,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/privilege.py:109
-#, fuzzy
msgid "Modified privilege \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah dimodifikasi"
+msgstr ""
#: ipalib/plugins/privilege.py:115
msgid ""
@@ -5384,10 +5260,9 @@ msgid ""
msgstr ""
#: ipalib/plugins/privilege.py:119
-#, fuzzy
msgid "%(count)d privilege matched"
msgid_plural "%(count)d privileges matched"
-msgstr[0] "%(count)d pengguna sesuai"
+msgstr[0] ""
#: ipalib/plugins/privilege.py:127
msgid ""
@@ -5418,9 +5293,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/privilege.py:169
-#, fuzzy
msgid "Number of permissions added"
-msgstr "%(count)d pengaya telah dimuat"
+msgstr ""
#: ipalib/plugins/privilege.py:177
msgid ""
@@ -5430,9 +5304,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/privilege.py:195
-#, fuzzy
msgid "Number of permissions removed"
-msgstr "%(count)d pengaya telah dimuat"
+msgstr ""
#: ipalib/plugins/pwpolicy.py:20
msgid ""
@@ -5464,8 +5337,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"
@@ -5645,8 +5517,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"
@@ -5702,9 +5573,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/role.py:105
-#, fuzzy
msgid "Added role \"%(value)s\""
-msgstr "Rolegroup \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/role.py:111
msgid ""
@@ -5714,9 +5584,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/role.py:115
-#, fuzzy
msgid "Deleted role \"%(value)s\""
-msgstr "Rolegroup \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/role.py:121
msgid ""
@@ -5726,9 +5595,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/role.py:125
-#, fuzzy
msgid "Modified role \"%(value)s\""
-msgstr "Rolegroup \"%(value)s\" telah dimodifikasi"
+msgstr ""
#: ipalib/plugins/role.py:131
msgid ""
@@ -5738,10 +5606,9 @@ msgid ""
msgstr ""
#: ipalib/plugins/role.py:135
-#, fuzzy
msgid "%(count)d role matched"
msgid_plural "%(count)d roles matched"
-msgstr[0] "%(count)d rolegroup sesuai"
+msgstr[0] ""
#: ipalib/plugins/role.py:143
msgid ""
@@ -5772,9 +5639,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/role.py:183
-#, fuzzy
msgid "Number of privileges added"
-msgstr "%(count)d pengaya telah dimuat"
+msgstr ""
#: ipalib/plugins/role.py:191
msgid ""
@@ -5784,9 +5650,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/role.py:207
-#, fuzzy
msgid "Number of privileges removed"
-msgstr "%(count)d pengaya telah dimuat"
+msgstr ""
#: ipalib/plugins/selfservice.py:19
msgid ""
@@ -5797,20 +5662,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"
@@ -5856,9 +5718,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/selfservice.py:118
-#, fuzzy
msgid "Added selfservice \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/selfservice.py:137
msgid ""
@@ -5868,9 +5729,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/selfservice.py:142
-#, fuzzy
msgid "Deleted selfservice \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/selfservice.py:158
msgid ""
@@ -5880,9 +5740,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/selfservice.py:162
-#, fuzzy
msgid "Modified selfservice \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah dimodifikasi"
+msgstr ""
#: ipalib/plugins/selfservice.py:181
msgid ""
@@ -5892,10 +5751,9 @@ msgid ""
msgstr ""
#: ipalib/plugins/selfservice.py:185
-#, fuzzy
msgid "%(count)d selfservice matched"
msgid_plural "%(count)d selfservices matched"
-msgstr[0] "%(count)d pengguna sesuai"
+msgstr[0] ""
#: ipalib/plugins/selfservice.py:207
msgid ""
@@ -5953,8 +5811,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 ""
@@ -5995,9 +5852,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/service.py:245
-#, fuzzy
msgid "Added service \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/service.py:251
msgid "force principal name even if not in DNS"
@@ -6011,9 +5867,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/service.py:287
-#, fuzzy
msgid "Deleted service \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/service.py:321
msgid ""
@@ -6023,9 +5878,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/service.py:324
-#, fuzzy
msgid "Modified service \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah dimodifikasi"
+msgstr ""
#: ipalib/plugins/service.py:356
msgid ""
@@ -6035,10 +5889,9 @@ msgid ""
msgstr ""
#: ipalib/plugins/service.py:359
-#, fuzzy
msgid "%(count)d service matched"
msgid_plural "%(count)d services matched"
-msgstr[0] "%(count)d pengguna sesuai"
+msgstr[0] ""
#: ipalib/plugins/service.py:394
msgid ""
@@ -6069,9 +5922,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/service.py:456
-#, fuzzy
msgid "Disabled service \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/sudocmd.py:19
msgid ""
@@ -6117,22 +5969,19 @@ msgid ""
msgstr ""
#: ipalib/plugins/sudocmd.py:102
-#, fuzzy
msgid "Added sudo command \"%(value)s\""
-msgstr "Host \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/sudocmd.py:107
-#, fuzzy
msgid ""
"\n"
" Delete sudo command.\n"
" "
-msgstr "Host \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/sudocmd.py:111
-#, fuzzy
msgid "Deleted sudo command \"%(value)s\""
-msgstr "Host \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/sudocmd.py:116
msgid ""
@@ -6142,9 +5991,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/sudocmd.py:120
-#, fuzzy
msgid "Modified sudo command \"%(value)s\""
-msgstr "Host \"%(value)s\" telah dimodifikasi"
+msgstr ""
#: ipalib/plugins/sudocmd.py:125
msgid ""
@@ -6154,10 +6002,9 @@ msgid ""
msgstr ""
#: ipalib/plugins/sudocmd.py:129
-#, fuzzy
msgid "%(count)d sudo command matched"
msgid_plural "%(count)d sudo command matched"
-msgstr[0] "%(count)d host sesuai"
+msgstr[0] ""
#: ipalib/plugins/sudocmd.py:136
msgid ""
@@ -6182,8 +6029,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"
@@ -6211,22 +6057,19 @@ msgid ""
msgstr ""
#: ipalib/plugins/sudocmdgroup.py:97
-#, fuzzy
msgid "Added sudo command group \"%(value)s\""
-msgstr "Grup \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/sudocmdgroup.py:103
-#, fuzzy
msgid ""
"\n"
" Delete sudo command group.\n"
" "
-msgstr "Grup \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/sudocmdgroup.py:107
-#, fuzzy
msgid "Deleted sudo command group \"%(value)s\""
-msgstr "Grup \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/sudocmdgroup.py:113
msgid ""
@@ -6236,9 +6079,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/sudocmdgroup.py:117
-#, fuzzy
msgid "Modified sudo command group \"%(value)s\""
-msgstr "Grup \"%(value)s\" telah dimodifikasi"
+msgstr ""
#: ipalib/plugins/sudocmdgroup.py:123
msgid ""
@@ -6248,10 +6090,9 @@ msgid ""
msgstr ""
#: ipalib/plugins/sudocmdgroup.py:127
-#, fuzzy
msgid "%(count)d sudo command group matched"
msgid_plural "%(count)d sudo command groups matched"
-msgstr[0] "%(count)d grup sesuai"
+msgstr[0] ""
#: ipalib/plugins/sudocmdgroup.py:136
msgid ""
@@ -6261,12 +6102,11 @@ msgid ""
msgstr ""
#: ipalib/plugins/sudocmdgroup.py:144
-#, fuzzy
msgid ""
"\n"
" Add members to sudo command group.\n"
" "
-msgstr "Grup \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/sudocmdgroup.py:152
msgid ""
@@ -6287,9 +6127,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 ""
@@ -6377,9 +6215,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/sudorule.py:183
-#, fuzzy
msgid "Added sudo rule \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah ditambahkan"
+msgstr ""
#: ipalib/plugins/sudorule.py:189
msgid ""
@@ -6518,8 +6355,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"
@@ -6669,9 +6505,8 @@ msgid "Car License"
msgstr ""
#: ipalib/plugins/user.py:234
-#, fuzzy
msgid "Account disabled"
-msgstr "%(count)d variabel"
+msgstr ""
#: ipalib/plugins/user.py:258
msgid ""
@@ -6707,9 +6542,8 @@ msgid "Don't create user private group"
msgstr ""
#: ipalib/plugins/user.py:333
-#, fuzzy
msgid "can be at most %(len)d characters"
-msgstr "panjang maksimum yang diperbolehkan %(maxlength)d karakter"
+msgstr ""
#: ipalib/plugins/user.py:400
msgid ""
@@ -6761,30 +6595,26 @@ msgid ""
msgstr ""
#: ipalib/plugins/user.py:484
-#, fuzzy
msgid ""
"\n"
" Disable a user account.\n"
" "
-msgstr "Pengguna \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/user.py:489
-#, fuzzy
msgid "Disabled user account \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah dihapus"
+msgstr ""
#: ipalib/plugins/user.py:507
-#, fuzzy
msgid ""
"\n"
" Enable a user account.\n"
" "
-msgstr "Pengguna \"%(value)s\" telah dibuka kuncinya"
+msgstr ""
#: ipalib/plugins/user.py:512
-#, fuzzy
msgid "Enabled user account \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah dibuka kuncinya"
+msgstr ""
#: ipalib/plugins/user.py:529
msgid ""
@@ -6793,16 +6623,14 @@ 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 ""
#: ipalib/plugins/user.py:538
-#, fuzzy
msgid "Unlocked account \"%(value)s\""
-msgstr "Pengguna \"%(value)s\" telah dibuka kuncinya"
+msgstr ""
#: ipalib/plugins/virtual.py:20
msgid ""
@@ -6823,8 +6651,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 ""
@@ -6858,9 +6685,8 @@ msgid "Cancelled."
msgstr "Dibatalkan."
#: ipalib/cli.py:819
-#, fuzzy
msgid "Command name"
-msgstr "Perintah tidak diimplementasikan"
+msgstr ""
#: ipalib/cli.py:1117
msgid "No file to read"
@@ -7032,32 +6858,28 @@ msgid "Principal is not of the form user@REALM: %(principal)r"
msgstr ""
#: ipalib/errors.py:938
-#, fuzzy
msgid "This entry is already enabled"
-msgstr "Entri ini sudah dibuka"
+msgstr ""
#: ipalib/errors.py:954
-#, fuzzy
msgid "This entry is already disabled"
-msgstr "Entri ini sudah dikunci"
+msgstr ""
#: ipalib/errors.py:970
msgid "This entry cannot be enabled or disabled"
msgstr ""
#: ipalib/errors.py:986
-#, fuzzy
msgid "This entry is not a member"
-msgstr "Entri ini bukan anggota dari grup"
+msgstr ""
#: ipalib/errors.py:1002
msgid "A group may not be a member of itself"
msgstr "Sebuah grup tidak mungkin menjadi anggota grup itu sendiri"
#: ipalib/errors.py:1018
-#, fuzzy
msgid "This entry is already a member"
-msgstr "Entri ini sudah menjadi anggota grup"
+msgstr ""
#: ipalib/errors.py:1034
#, python-format
@@ -7115,9 +6937,9 @@ msgid "no modifications to be performed"
msgstr "tidak ada modifikasi yang harus dilakukan"
#: ipalib/errors.py:1272
-#, fuzzy, python-format
+#, python-format
msgid "%(desc)s: %(info)s"
-msgstr "%(desc)s:%(info)s"
+msgstr ""
#: ipalib/errors.py:1288
msgid "limits exceeded for this query"
@@ -7133,9 +6955,9 @@ msgid "modifying primary key is not allowed"
msgstr ""
#: ipalib/errors.py:1334
-#, fuzzy, python-format
+#, python-format
msgid "%(attr)s: Only one value allowed."
-msgstr "Hanya satu nilai yang diperbolehkan"
+msgstr ""
#: ipalib/errors.py:1350
#, python-format
@@ -7153,9 +6975,9 @@ msgid "Certificate operation cannot be completed: %(error)s"
msgstr "Operasi sertifikat tidak dapat diselesaikan: %(error)s"
#: ipalib/errors.py:1407
-#, fuzzy, python-format
+#, python-format
msgid "Certificate format error: %(error)s"
-msgstr "Operasi sertifikat tidak dapat diselesaikan: %(error)s"
+msgstr ""
#: ipalib/errors.py:1458
msgid "Already registered"
@@ -7510,7 +7332,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
@@ -7579,7 +7402,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
@@ -7684,9 +7508,9 @@ msgid "Unable to determine root DN of %s\n"
msgstr ""
#: ipa-client/ipa-join.c:399
-#, fuzzy, c-format
+#, c-format
msgid "Unable to determine certificate subject of %s\n"
-msgstr "Tidak dapat mengurai sertifikat dalam entri"
+msgstr ""
#: ipa-client/ipa-join.c:407
#, c-format
@@ -7704,9 +7528,9 @@ msgid "ldap_search_ext_s: %s\n"
msgstr ""
#: ipa-client/ipa-join.c:446
-#, fuzzy, c-format
+#, c-format
msgid "Unable to find host '%s'\n"
-msgstr "tidak dapat mengurai csr: %s"
+msgstr ""
#: ipa-client/ipa-join.c:453
#, c-format
@@ -7719,9 +7543,9 @@ msgid "Host already has principal, trying bind anyway\n"
msgstr ""
#: ipa-client/ipa-join.c:480 ipa-client/ipa-join.c:633
-#, fuzzy, c-format
+#, c-format
msgid "Host is already joined.\n"
-msgstr "Entri ini sudah dikunci"
+msgstr ""
#: ipa-client/ipa-join.c:484
#, c-format
@@ -7806,8 +7630,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
@@ -7911,9 +7735,9 @@ msgid "krb5_kt_get_entry %d: %s\n"
msgstr ""
#: ipa-client/ipa-rmkeytab.c:82
-#, fuzzy, c-format
+#, c-format
msgid "Unable to remove entry\n"
-msgstr "Tidak dapat mengurai sertifikat dalam entri"
+msgstr ""
#: ipa-client/ipa-rmkeytab.c:84
#, c-format
@@ -7971,38 +7795,4 @@ msgstr ""
msgid "krb5_kt_close %d: %s\n"
msgstr ""
-#~ msgid "This entry has nsAccountLock set, it cannot be locked or unlocked"
-#~ msgstr ""
-#~ "Entri ini telah diset nsAccountLock, tidak dapat dikunci atau dibuka"
-
-#, fuzzy
-#~ msgid "Removed kerberos key from \"%(value)s\""
-#~ msgstr "Rolegroup \"%(value)s\" telah dihapus"
-
-#~ msgid "Added taskgroup \"%(value)s\""
-#~ msgstr "taskgroup \"%(value)s\" telah ditambahkan"
-
-#~ msgid "Deleted taskgroup \"%(value)s\""
-#~ msgstr "taskgroup \"%(value)s\" telah dihapus"
-
-#~ msgid "Modified taskgroup \"%(value)s\""
-#~ msgstr "taskgroup \"%(value)s\" telah dimodifikasi"
-
-#~ msgid "%(count)d taskgroup matched"
-#~ msgid_plural "%(count)d taskgroups matched"
-#~ msgstr[0] "%(count)d taskgroup sesuai"
-
-#~ msgid "Locked user \"%(value)s\""
-#~ msgstr "Pengguna \"%(value)s\" telah dikunci"
-
-#, fuzzy
-#~ msgid "Added policy for group \"%(value)s\""
-#~ msgstr "Rolegroup \"%(value)s\" telah ditambahkan"
-
-#, fuzzy
-#~ msgid "Modified policy for group \"%(value)s\""
-#~ msgstr "Rolegroup \"%(value)s\" telah dimodifikasi"
-#, fuzzy
-#~ msgid "Deleted policy for group \"%(value)s\""
-#~ msgstr "Rolegroup \"%(value)s\" telah dihapus"