summaryrefslogtreecommitdiffstats
path: root/install/po/kn.po
diff options
context:
space:
mode:
Diffstat (limited to 'install/po/kn.po')
-rw-r--r--install/po/kn.po1454
1 files changed, 464 insertions, 990 deletions
diff --git a/install/po/kn.po b/install/po/kn.po
index ba271e6ab..343345454 100644
--- a/install/po/kn.po
+++ b/install/po/kn.po
@@ -1,22 +1,22 @@
-# Kannada translations for ipa-server package.
-# Copyright (C) 2010 Red Hat
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR Red Hat
# This file is distributed under the same license as the PACKAGE package.
+#
# gundachandru <gundachandru@gmail.com>, 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-05-11 20:03+0530\n"
-"Last-Translator: gundachandru <gundachandru@gmail.com>\n"
-"Language-Team: Kannada\n"
-"Language: \n"
+"PO-Revision-Date: 2011-07-27 00:01+0000\n"
+"Last-Translator: jdennis <jdennis@redhat.com>\n"
+"Language-Team: Kannada (http://www.transifex.net/projects/p/fedora/team/kn/)\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: kn\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 "\"%(value)s\" ACIವನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/aci.py:172
msgid ""
@@ -185,31 +165,28 @@ msgid "type, filter, subtree and targetgroup are mutually exclusive"
msgstr " ಬಗೆ, ಫಿಲ್ಟರ್, ಸಬ್‌ಟ್ರೀ ಮತ್ತು ಟಾರ್ಗೆಟ್‌ಗ್ರೂಪ್ ಗಳು ಪರಸ್ಪರ ಪ್ರತ್ಯೇಕ"
#: ipalib/plugins/aci.py:218
-#, fuzzy
msgid "ACI prefix is required"
-msgstr "%(name)r ಅಗತ್ಯವಿದೆ"
+msgstr ""
#: ipalib/plugins/aci.py:221
msgid ""
"at least one of: type, filter, subtree, targetgroup, attrs or memberof are "
"required"
msgstr ""
-"ಕನಿಷ್ಟ ಒಂದು : ಬಗೆ, ಫಿಲ್ಟರ್, ಸಬ್‌ಟ್ರೀ, ಟಾರ್ಗೆಟ್‌ಗ್ರೂಪ್, attrs ಅಥವಾ memberof ಗಳ ಅಗತ್ಯವಿದೆ"
+"ಕನಿಷ್ಟ ಒಂದು : ಬಗೆ, ಫಿಲ್ಟರ್, ಸಬ್‌ಟ್ರೀ, ಟಾರ್ಗೆಟ್‌ಗ್ರೂಪ್, attrs ಅಥವಾ memberof "
+"ಗಳ ಅಗತ್ಯವಿದೆ"
#: ipalib/plugins/aci.py:224
-#, fuzzy
msgid "filter and memberof are mutually exclusive"
-msgstr " ಬಗೆ, ಫಿಲ್ಟರ್, ಸಬ್‌ಟ್ರೀ ಮತ್ತು ಟಾರ್ಗೆಟ್‌ಗ್ರೂಪ್ ಗಳು ಪರಸ್ಪರ ಪ್ರತ್ಯೇಕ"
+msgstr ""
#: ipalib/plugins/aci.py:230
-#, fuzzy
msgid "group, permission and self are mutually exclusive"
-msgstr "ಗುಂಪು ಮತ್ತು ಟಾಸ್ಕ್‌ಗ್ರೂಪ್ ಪರಸ್ಪರ ಪ್ರತ್ಯೇಕ"
+msgstr ""
#: ipalib/plugins/aci.py:232
-#, fuzzy
msgid "One of group, permission or self is required"
-msgstr "ಒಂದು ಗುಂಪು ಅಥವಾ ಟಾಸ್ಕ್‌ಗ್ರೂಪ್ ಅಗತ್ಯವಿದೆ"
+msgstr ""
#: ipalib/plugins/aci.py:251
msgid "Group '%s' does not exist"
@@ -220,9 +197,8 @@ msgid "empty filter"
msgstr ""
#: ipalib/plugins/aci.py:294
-#, fuzzy
msgid "Syntax Error: %(error)s"
-msgstr "ಪ್ರಮಾಣಪತ್ರದ ಕಾರ್ಯಾಚರಣೆಯನ್ನು ಪೂರ್ಣಗೊಳಿಸಲು ಆಗುತ್ತಿಲ್ಲ: %(error)s"
+msgstr ""
#: ipalib/plugins/aci.py:299
msgid ""
@@ -264,14 +240,12 @@ msgid "ACI name"
msgstr "ACI ಹೆಸರು"
#: ipalib/plugins/aci.py:422
-#, fuzzy
msgid "Permission"
-msgstr "ಅನುಮತಿಗಳು"
+msgstr ""
#: ipalib/plugins/aci.py:423
-#, fuzzy
msgid "Permission ACI grants access to"
-msgstr "User group ACI grants access to"
+msgstr ""
#: ipalib/plugins/aci.py:427 ipalib/plugins/delegation.py:130
msgid "User group"
@@ -288,12 +262,9 @@ msgid "Permissions"
msgstr "ಅನುಮತಿಗಳು"
#: ipalib/plugins/aci.py:433
-#, fuzzy
msgid ""
"comma-separated list of permissions to grant(read, write, add, delete, all)"
msgstr ""
-"comma-separated list of permissions to grant(read, write, add, delete, "
-"selfwrite, all)"
#: ipalib/plugins/aci.py:439 ipalib/plugins/delegation.py:119
#: ipalib/plugins/permission.py:124 ipalib/plugins/selfservice.py:92
@@ -311,9 +282,8 @@ msgid "Type"
msgstr "ಬಗೆ"
#: ipalib/plugins/aci.py:445
-#, fuzzy
msgid "type of IPA object (user, group, host, hostgroup, service, netgroup)"
-msgstr "IPA ಆಬ್ಜೆಕ್ಟ್ ಬಗೆ (ಬಳಕೆದಾರ, ಗುಂಪು, ಹೋಸ್ಟ್)"
+msgstr ""
#: ipalib/plugins/aci.py:450
msgid "Member of"
@@ -414,9 +384,8 @@ msgstr ""
#: ipalib/plugins/aci.py:582 ipalib/plugins/aci.py:830
#: ipalib/plugins/aci.py:871 ipalib/plugins/delegation.py:255
#: ipalib/plugins/selfservice.py:212
-#, fuzzy
msgid "ACI"
-msgstr "ACIs"
+msgstr ""
#: ipalib/plugins/aci.py:588
msgid "Modified ACI \"%(value)s\""
@@ -448,8 +417,7 @@ msgstr ""
#: ipalib/plugins/aci.py:653
msgid "%(count)d ACI matched"
msgid_plural "%(count)d ACIs matched"
-msgstr[0] "%(count)d ACI ತಾಳೆಯಾಗುತ್ತಿದೆ"
-msgstr[1] "%(count)d ACIಗಳು ತಾಳೆಯಾಗುತ್ತಿವೆ"
+msgstr[0] ""
#: ipalib/plugins/aci.py:823
msgid ""
@@ -478,14 +446,12 @@ msgid ""
msgstr ""
#: ipalib/plugins/aci.py:878
-#, fuzzy
msgid "New ACI name"
-msgstr "ACI ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/aci.py:882
-#, fuzzy
msgid "Renamed ACI to \"%(value)s\""
-msgstr "\"%(value)s\" ACIವನ್ನು ರಚಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/automount.py:20
msgid ""
@@ -494,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"
@@ -534,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"
@@ -563,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"
@@ -588,18 +549,16 @@ msgid ""
msgstr ""
#: ipalib/plugins/automount.py:190
-#, fuzzy
msgid "Automount Locations"
-msgstr "ಆಟೊಮೌಂಟ್ ತಾಣದ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/automount.py:196 ipalib/plugins/host.py:247
msgid "Location"
msgstr "ಸ್ಥಳ"
#: ipalib/plugins/automount.py:197
-#, fuzzy
msgid "Automount location name."
-msgstr "ಆಟೊಮೌಂಟ್ ತಾಣದ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/automount.py:206
msgid ""
@@ -648,9 +607,8 @@ msgid "Master file"
msgstr ""
#: ipalib/plugins/automount.py:315
-#, fuzzy
msgid "Automount master file."
-msgstr "ಆಟೊಮೌಂಟ್ ಮ್ಯಾಪ್‌ನ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/automount.py:322
msgid ""
@@ -670,21 +628,19 @@ msgid ""
msgstr ""
#: ipalib/plugins/automount.py:492
-#, fuzzy
msgid ""
"\n"
" Automount map object.\n"
" "
-msgstr "ಆಟೊಮೌಂಟ್ ಮ್ಯಾಪ್‌ನ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/automount.py:505
msgid "Map"
msgstr "ನಕ್ಷೆ"
#: ipalib/plugins/automount.py:506
-#, fuzzy
msgid "Automount map name."
-msgstr "ಆಟೊಮೌಂಟ್ ಮ್ಯಾಪ್‌ನ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/automount.py:511 ipalib/plugins/group.py:114
#: ipalib/plugins/hbacrule.py:171 ipalib/plugins/hbacsvc.py:73
@@ -736,12 +692,11 @@ msgid ""
msgstr ""
#: ipalib/plugins/automount.py:572
-#, fuzzy
msgid ""
"\n"
" Automount key object.\n"
" "
-msgstr "ಆಟೊಮೌಂಟ್ ಕೀ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/automount.py:589 ipalib/plugins/automount.py:778
#: ipalib/plugins/automount.py:850
@@ -750,9 +705,8 @@ msgstr "ಕೀ"
#: ipalib/plugins/automount.py:590 ipalib/plugins/automount.py:779
#: ipalib/plugins/automount.py:851
-#, fuzzy
msgid "Automount key name."
-msgstr "ಆಟೊಮೌಂಟ್ ಕೀ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/automount.py:594 ipalib/plugins/automount.py:783
#: ipalib/plugins/automount.py:855
@@ -774,9 +728,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/automount.py:608
-#, fuzzy
msgid "key named %(key)s already exists"
-msgstr "ಈ ನಮೂದು ಈಗಾಗಲೇ ಅಸ್ತಿತ್ವದಲ್ಲಿದೆ"
+msgstr ""
#: ipalib/plugins/automount.py:609
msgid "The automount key %(key)s with info %(info)s does not exist"
@@ -811,9 +764,8 @@ msgid "Parent map"
msgstr "Parent map"
#: ipalib/plugins/automount.py:753
-#, fuzzy
msgid "Name of parent automount map (default: auto.master)."
-msgstr "Name of parent automount map (default: auto.master)"
+msgstr ""
#: ipalib/plugins/automount.py:772
msgid ""
@@ -830,9 +782,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/automount.py:809
-#, fuzzy
msgid "New mount information"
-msgstr "ಮೌಂಟ್ ಮಾಹಿತಿ"
+msgstr ""
#: ipalib/plugins/automount.py:836
msgid ""
@@ -867,9 +818,8 @@ msgid "Member groups"
msgstr "ಸದಸ್ಯ ಗುಂಪುಗಳು"
#: ipalib/plugins/baseldap.py:48
-#, fuzzy
msgid "Member of groups"
-msgstr "ಒಂದು ಗುಂಪಿನ ಸದಸ್ಯ"
+msgstr ""
#: ipalib/plugins/baseldap.py:51
msgid "Member hosts"
@@ -884,9 +834,8 @@ msgid "Member of host-groups"
msgstr "ಹೋಸ್ಟ್-ಗುಂಪಿನ ಸದಸ್ಯ"
#: ipalib/plugins/baseldap.py:66
-#, fuzzy
msgid "Roles"
-msgstr "ರೋಲ್‌ಗ್ರೂಪ್‌ಗಳು"
+msgstr ""
#: ipalib/plugins/baseldap.py:69 ipalib/plugins/sudocmdgroup.py:65
#: ipalib/plugins/sudocmdgroup.py:84 ipalib/plugins/sudorule.py:139
@@ -899,97 +848,80 @@ msgid "Granting privilege to roles"
msgstr ""
#: ipalib/plugins/baseldap.py:78
-#, fuzzy
msgid "Member netgroups"
-msgstr "ಸದಸ್ಯ ಗುಂಪುಗಳು"
+msgstr ""
#: ipalib/plugins/baseldap.py:81
-#, fuzzy
msgid "Member of netgroups"
-msgstr "ನೆಟ್-ಗುಂಪುಗಳ ಸದಸ್ಯ"
+msgstr ""
#: ipalib/plugins/baseldap.py:84
-#, fuzzy
msgid "Member services"
-msgstr "ಸದಸ್ಯ ಬಳಕೆದಾರರು"
+msgstr ""
#: ipalib/plugins/baseldap.py:87
-#, fuzzy
msgid "Member service groups"
-msgstr "ಸದಸ್ಯ ರೋಲ್-ಗ್ರೂಪ್‌ಗಳು"
+msgstr ""
#: ipalib/plugins/baseldap.py:93
-#, fuzzy
msgid "Member HBAC service groups"
-msgstr "ಸದಸ್ಯ ರೋಲ್-ಗ್ರೂಪ್‌ಗಳು"
+msgstr ""
#: ipalib/plugins/baseldap.py:102
-#, fuzzy
msgid "Indirect Member users"
-msgstr "ಸದಸ್ಯ ಬಳಕೆದಾರರು"
+msgstr ""
#: ipalib/plugins/baseldap.py:105
-#, fuzzy
msgid "Indirect Member groups"
-msgstr "ಸದಸ್ಯ ಗುಂಪುಗಳು"
+msgstr ""
#: ipalib/plugins/baseldap.py:108
-#, fuzzy
msgid "Indirect Member hosts"
-msgstr "ಸದಸ್ಯ ಹೋಸ್ಟ್‌ಗಳು"
+msgstr ""
#: ipalib/plugins/baseldap.py:111
-#, fuzzy
msgid "Indirect Member host-groups"
-msgstr "ಸದಸ್ಯ ಹೋಸ್ಟ್-ಗ್ರೂಪ್‌ಗಳು"
+msgstr ""
#: ipalib/plugins/baseldap.py:114
-#, fuzzy
msgid "Indirect Member of roles"
-msgstr "ರೋಲ್-ಗುಂಪುಗಳ ಸದಸ್ಯ"
+msgstr ""
#: ipalib/plugins/baseldap.py:117
msgid "Indirect Member permissions"
msgstr ""
#: ipalib/plugins/baseldap.py:120
-#, fuzzy
msgid "Indirect Member HBAC service"
-msgstr "ಸದಸ್ಯ ಬಳಕೆದಾರರು"
+msgstr ""
#: ipalib/plugins/baseldap.py:123
-#, fuzzy
msgid "Indirect Member HBAC service group"
-msgstr "ಸದಸ್ಯ ರೋಲ್-ಗ್ರೂಪ್‌ಗಳು"
+msgstr ""
#: ipalib/plugins/baseldap.py:126
-#, fuzzy
msgid "Indirect Member netgroups"
-msgstr "ನೆಟ್-ಗುಂಪುಗಳ ಸದಸ್ಯ"
+msgstr ""
#: ipalib/plugins/baseldap.py:141
msgid "External host"
msgstr "ಹೊರಗಿನ ಹೋಸ್ಟ್"
#: ipalib/plugins/baseldap.py:144
-#, fuzzy
msgid "Failed hosts/hostgroups"
-msgstr "ಹೋಸ್ಟ್-ಗುಂಪಿನ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/baseldap.py:147
-#, fuzzy
msgid "Failed users/groups"
-msgstr "ಡಿಫಾಲ್ಟ್ ಬಳಕೆದಾರರ ಗುಂಪು"
+msgstr ""
#: ipalib/plugins/baseldap.py:150
-#, fuzzy
msgid "Failed managedby"
-msgstr "ವಿಫಲಗೊಂಡ ಸದಸ್ಯರು"
+msgstr ""
#: ipalib/plugins/baseldap.py:153
-#, fuzzy
msgid "Failed to remove"
-msgstr "ನಮೂದಿನಲ್ಲಿರುವ ಪ್ರಮಾಣಪತ್ರದ ಡಿಕೋಡಿಂಗ್ ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ"
+msgstr ""
#: ipalib/plugins/baseldap.py:171
msgid ""
@@ -1039,11 +971,10 @@ msgid "%(oname)s with name \"%(pkey)s\" already exists"
msgstr ""
#: ipalib/plugins/baseldap.py:415
-#, fuzzy
msgid ""
"Add an attribute/value pair. Format is attr=value. The attribute must be "
"part of the schema."
-msgstr "Add an attribute/value pair. Format is attr=value"
+msgstr ""
#: ipalib/plugins/baseldap.py:420
msgid ""
@@ -1090,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 ""
@@ -1125,9 +1055,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/baseldap.py:837
-#, fuzzy
msgid "Rename"
-msgstr "ನಿಯಮದ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/baseldap.py:838
msgid "Rename the %(ldap_obj_name)s object"
@@ -1199,9 +1128,8 @@ msgid "Time limit of search in seconds"
msgstr ""
#: ipalib/plugins/baseldap.py:1351
-#, fuzzy
msgid "Size Limit"
-msgstr "ಹುಡುಕು ಗಾತ್ರ ಮಿತಿ"
+msgstr ""
#: ipalib/plugins/baseldap.py:1352
msgid "Maximum number of entries returned"
@@ -1249,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"
@@ -1290,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"
@@ -1304,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"
@@ -1355,9 +1277,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/cert.py:112
-#, fuzzy
msgid "Failure decoding Certificate Signing Request:"
-msgstr "ಪ್ರಮಾಣಪತ್ರದ ಸಹಿಯ ಕೋರಿಕೆಯ ಡಿಕೋಡಿಂಗ್‌ನ ವಿಫಲತೆ"
+msgstr ""
#: ipalib/plugins/cert.py:115
msgid ""
@@ -1486,7 +1407,8 @@ msgstr "ಬೇಡಿಕೆ ಸ್ಥಿತಿ"
#: ipalib/plugins/cert.py:426
msgid "Serial number in decimal or if prefixed with 0x in hexadecimal"
-msgstr "ಕ್ರಮ ಸಂಖ್ಯೆ ಡೆಸಿಮಲ್‌ನಲ್ಲಿ ಅಥವಾ 0x ಮೊದಲು ಸೇರಿಸಿದ್ದಲ್ಲಿ ಹೆಕ್ಸಾಡೆಸಿಮಲ್‌ನಲ್ಲಿ"
+msgstr ""
+"ಕ್ರಮ ಸಂಖ್ಯೆ ಡೆಸಿಮಲ್‌ನಲ್ಲಿ ಅಥವಾ 0x ಮೊದಲು ಸೇರಿಸಿದ್ದಲ್ಲಿ ಹೆಕ್ಸಾಡೆಸಿಮಲ್‌ನಲ್ಲಿ"
#: ipalib/plugins/cert.py:431
msgid ""
@@ -1501,14 +1423,12 @@ msgid "Revocation reason"
msgstr "ರದ್ದು ಮಾಡುವುದಕ್ಕೆ ಕಾರಣ"
#: ipalib/plugins/cert.py:466
-#, fuzzy
msgid "Output filename"
-msgstr "ಆಟೊಮೌಂಟ್ ಕೀ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/cert.py:467
-#, fuzzy
msgid "File to store the certificate in."
-msgstr "ಪ್ರಮಾಣಪತ್ರವನ್ನು (0-10) ರದ್ದು ಮಾಡಲು ಕಾರಣ"
+msgstr ""
#: ipalib/plugins/cert.py:518
msgid ""
@@ -1562,8 +1482,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"
@@ -1572,11 +1491,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"
@@ -1587,8 +1504,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"
@@ -1609,115 +1525,100 @@ msgid ""
msgstr ""
#: ipalib/plugins/config.py:91 ipalib/plugins/internal.py:151
-#, fuzzy
msgid "Configuration"
-msgstr "ಮೌಂಟ್ ಮಾಹಿತಿ"
+msgstr ""
#: ipalib/plugins/config.py:96
-#, fuzzy
msgid "Max. username length"
-msgstr "ಬಳಕೆದಾರಹೆಸರಿನ ಗರಿಷ್ಟ ಉದ್ದ"
+msgstr ""
#: ipalib/plugins/config.py:101
msgid "Home directory base"
msgstr "ಹೋಮ್ ಡೈರೆಕ್ಟರೀ ಮೂಲ"
#: ipalib/plugins/config.py:102
-#, fuzzy
msgid "Default location of home directories."
-msgstr "ಹೋಮ್ ಡೈರೆಕ್ಟರೀಗಳ ಡಿಫಾಲ್ಟ್ ತಾಣ"
+msgstr ""
#: ipalib/plugins/config.py:106
msgid "Default shell"
msgstr "ಡೀಫಾಲ್ಟ್ ಶೆಲ್"
#: ipalib/plugins/config.py:107
-#, fuzzy
msgid "Default shell for new users."
-msgstr "ಹೊಸ ಬಳಕೆದಾರರಿಗಾಗಿ ಡಿಫಾಲ್ಟ್ ಶೆಲ್"
+msgstr ""
#: ipalib/plugins/config.py:111
msgid "Default users group"
msgstr "ಡಿಫಾಲ್ಟ್ ಬಳಕೆದಾರರ ಗುಂಪು"
#: ipalib/plugins/config.py:112
-#, fuzzy
msgid "Default group for new users."
-msgstr "ಹೊಸ ಬಳಕೆದಾರರಿಗಾಗಿ ಡಿಫಾಲ್ಟ್ ಗುಂಪು"
+msgstr ""
#: ipalib/plugins/config.py:116
-#, fuzzy
msgid "Default e-mail domain for new users"
-msgstr "ಡಿಫಾಲ್ಟ್ ಈ-ಅಂಚೆ ಡೊಮೇನ್ ಹೊಸ ಬಳಕೆದಾರರು"
+msgstr ""
#: ipalib/plugins/config.py:117
-#, fuzzy
msgid "Default e-mail domain new users."
-msgstr "ಡಿಫಾಲ್ಟ್ ಈ-ಅಂಚೆ ಡೊಮೇನ್ ಹೊಸ ಬಳಕೆದಾರರು"
+msgstr ""
#: ipalib/plugins/config.py:121
msgid "Search time limit"
msgstr "ಹುಡುಕು ಸಮಯ ಮಿತಿ"
#: ipalib/plugins/config.py:122
-#, fuzzy
msgid "Max. amount of time (sec.) for a search (> 0, or -1 for unlimited)."
-msgstr "ಒಂದು ಹುಡುಕುವಿಕೆಗಾಗಿ (-1 ಅಪರಿಮಿತ) ಗರಿಷ್ಟ ಮೊತ್ತದ ಸಮಯ (sec.)"
+msgstr ""
#: ipalib/plugins/config.py:127
msgid "Search size limit"
msgstr "ಹುಡುಕು ಗಾತ್ರ ಮಿತಿ"
#: ipalib/plugins/config.py:128
-#, fuzzy
msgid "Max. number of records to search (-1 is unlimited)."
-msgstr "ಗರಿಷ್ಟ ಸಂಖ್ಯೆಯ ರೆಕಾರ್ಡ್‌ಗಳನ್ನು ಹುಡುಕುವುದಕ್ಕಾಗಿ (-1 ಅಪರಿಮಿತ)"
+msgstr ""
#: ipalib/plugins/config.py:133
msgid "User search fields"
msgstr "ಬಳಕೆದಾರನ ಶೋಧ ಫೀಲ್ಡ್‌ಗಳು"
#: ipalib/plugins/config.py:134
-#, fuzzy
msgid "A comma-separated list of fields to search when searching for users."
-msgstr "A comma-separated list of fields to search when searching for users"
+msgstr ""
#: ipalib/plugins/config.py:139
-#, fuzzy
msgid "A comma-separated list of fields to search when searching for groups."
-msgstr "A comma-separated list of fields to search when searching for users"
+msgstr ""
#: ipalib/plugins/config.py:143
msgid "Migration mode"
msgstr "ಮೈಗ್ರೇಶನ್ ಕ್ರಮ"
#: ipalib/plugins/config.py:144
-#, fuzzy
msgid "Enable migration mode."
-msgstr "ಮೈಗ್ರೇಶನ್ ಬಗೆಯನ್ನು ಶಕ್ತಗೊಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/config.py:148
msgid "Certificate Subject base"
msgstr "ಪ್ರಮಾಣಪತ್ರದ ವಿಷಯ ಮೂಲ"
#: ipalib/plugins/config.py:149
-#, fuzzy
msgid "Base for certificate subjects (OU=Test,O=Example)."
-msgstr "base for certificate subjects (OU=Test,O=Example)"
+msgstr ""
#: ipalib/plugins/config.py:154
-#, fuzzy
msgid "Default group objectclasses"
-msgstr "ಹೊಸ ಬಳಕೆದಾರರಿಗಾಗಿ ಡಿಫಾಲ್ಟ್ ಗುಂಪು"
+msgstr ""
#: ipalib/plugins/config.py:155
msgid "Default group objectclassses (comma-separated list)."
msgstr ""
#: ipalib/plugins/config.py:159
-#, fuzzy
msgid "Default user objectclasses"
-msgstr "ಡಿಫಾಲ್ಟ್ ಬಳಕೆದಾರರ ಗುಂಪು"
+msgstr ""
#: ipalib/plugins/config.py:160
msgid "Default user objectclassses (comma-separated list)."
@@ -1768,13 +1669,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"
@@ -1822,27 +1721,22 @@ msgid "Delegation"
msgstr ""
#: ipalib/plugins/delegation.py:107 ipalib/plugins/delegation.py:108
-#, fuzzy
msgid "Delegation name"
-msgstr "ಮೈಗ್ರೇಶನ್ ಕ್ರಮ"
+msgstr ""
#: ipalib/plugins/delegation.py:114 ipalib/plugins/selfservice.py:87
-#, fuzzy
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 ""
-"comma-separated list of permissions to grant(read, write, add, delete, "
-"selfwrite, all)"
#: ipalib/plugins/delegation.py:125
-#, fuzzy
msgid "Member user group"
-msgstr "ಸದಸ್ಯ ರೋಲ್-ಗ್ರೂಪ್‌ಗಳು"
+msgstr ""
#: ipalib/plugins/delegation.py:126
-#, fuzzy
msgid "User group to apply delegation to"
-msgstr "Group to apply ACI to"
+msgstr ""
#: ipalib/plugins/delegation.py:152
msgid ""
@@ -1852,9 +1746,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/delegation.py:156
-#, fuzzy
msgid "Added delegation \"%(value)s\""
-msgstr "\"%(value)s\" ರೋಲ್‌ಗ್ರೂಪನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/delegation.py:176
msgid ""
@@ -1864,9 +1757,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/delegation.py:181
-#, fuzzy
msgid "Deleted delegation \"%(value)s\""
-msgstr "\"%(value)s\" ರೋಲ್‌ಗ್ರೂಪನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/delegation.py:197
msgid ""
@@ -1876,9 +1768,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/delegation.py:201
-#, fuzzy
msgid "Modified delegation \"%(value)s\""
-msgstr "\"%(value)s\" ರೋಲ್‌ಗ್ರೂಪನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/delegation.py:219
msgid ""
@@ -1888,11 +1779,9 @@ msgid ""
msgstr ""
#: ipalib/plugins/delegation.py:223
-#, fuzzy
msgid "%(count)d delegation matched"
msgid_plural "%(count)d delegations matched"
-msgstr[0] "%(count)d ರೋಲ್‌ಗ್ರೂಪ್ ತಾಳೆಯಾಗುತ್ತಿದೆ"
-msgstr[1] "%(count)d ರೋಲ್‌ಗ್ರೂಪ್‌ಗಳು ತಾಳೆಯಾಗುತ್ತಿವೆ"
+msgstr[0] ""
#: ipalib/plugins/delegation.py:250
msgid ""
@@ -1932,21 +1821,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"
@@ -1962,8 +1845,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"
@@ -2002,12 +1884,11 @@ msgid "Nameserver '%(host)s' does not have a corresponding A/AAAA record"
msgstr ""
#: ipalib/plugins/dns.py:272
-#, fuzzy
msgid ""
"\n"
" DNS Zone, container for resource records.\n"
" "
-msgstr "DSನಲ್ಲಿರುವ ಬಳಕೆದಾರರಿಗಾಗಿ RDNನ ಕಂಟೇನರ್ "
+msgstr ""
#: ipalib/plugins/dns.py:284
msgid "DNS"
@@ -2022,55 +1903,48 @@ msgid "Zone name (FQDN)"
msgstr "ವಲಯದ ಹೆಸರು (FQDN)"
#: ipalib/plugins/dns.py:296
-#, fuzzy
msgid "Authoritative nameserver"
-msgstr "Authoritative name server"
+msgstr ""
#: ipalib/plugins/dns.py:297
-#, fuzzy
msgid "Authoritative nameserver."
-msgstr "Authoritative name server"
+msgstr ""
#: ipalib/plugins/dns.py:301 ipalib/plugins/dns.py:302
-#, fuzzy
msgid "Administrator e-mail address"
-msgstr "ಅಡ್ಮಿನಿಸ್ಟ್ರೇಟರ್ ಈ-ಅಂಚೆ ವಿಳಾಸ"
+msgstr ""
#: ipalib/plugins/dns.py:308
msgid "SOA serial"
msgstr "SOA serial"
#: ipalib/plugins/dns.py:309
-#, fuzzy
msgid "SOA record serial number"
-msgstr "ಅನುಕ್ರಮ ಸಂಖ್ಯೆ"
+msgstr ""
#: ipalib/plugins/dns.py:316
msgid "SOA refresh"
msgstr "SOA refresh"
#: ipalib/plugins/dns.py:317
-#, fuzzy
msgid "SOA record refresh time"
-msgstr "SOA refresh"
+msgstr ""
#: ipalib/plugins/dns.py:324
msgid "SOA retry"
msgstr "SOA retry"
#: ipalib/plugins/dns.py:325
-#, fuzzy
msgid "SOA record retry time"
-msgstr "SOA retry"
+msgstr ""
#: ipalib/plugins/dns.py:332
msgid "SOA expire"
msgstr "SOA expire"
#: ipalib/plugins/dns.py:333
-#, fuzzy
msgid "SOA record expire time"
-msgstr "SOA expire"
+msgstr ""
#: ipalib/plugins/dns.py:340
msgid "SOA minimum"
@@ -2085,18 +1959,16 @@ msgid "SOA time to live"
msgstr "SOA time to live"
#: ipalib/plugins/dns.py:350
-#, fuzzy
msgid "SOA record time to live"
-msgstr "SOA time to live"
+msgstr ""
#: ipalib/plugins/dns.py:354
msgid "SOA class"
msgstr "SOA class"
#: ipalib/plugins/dns.py:355
-#, fuzzy
msgid "SOA record class"
-msgstr "SOA class"
+msgstr ""
#: ipalib/plugins/dns.py:360 ipalib/plugins/dns.py:361
msgid "BIND update policy"
@@ -2111,14 +1983,12 @@ msgid "Is zone active?"
msgstr ""
#: ipalib/plugins/dns.py:372
-#, fuzzy
msgid "Dynamic update"
-msgstr "ಡೈನಮಿಕ್ ಅಪ್‌ಡೇಟ್ ಅನುಮತಿಸಬೇಕೆ?"
+msgstr ""
#: ipalib/plugins/dns.py:373
-#, fuzzy
msgid "Allow dynamic updates."
-msgstr "ಡೈನಮಿಕ್ ಅಪ್‌ಡೇಟ್ ಅನುಮತಿಸಬೇಕೆ?"
+msgstr ""
#: ipalib/plugins/dns.py:382
msgid ""
@@ -2133,9 +2003,8 @@ msgid "Force"
msgstr ""
#: ipalib/plugins/dns.py:388
-#, fuzzy
msgid "Force DNS zone creation even if nameserver not in DNS."
-msgstr "ಈ ಹೋಸ್ಟ್‌ಗೆ Kerberos principalನ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/dns.py:391
msgid "Add the nameserver to DNS with this IP address"
@@ -2181,9 +2050,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/dns.py:472
-#, fuzzy
msgid "Disabled DNS zone \"%(value)s\""
-msgstr "\"%(value)s\" ಬಳಕೆದಾರನನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/dns.py:490
msgid ""
@@ -2193,9 +2061,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/dns.py:494
-#, fuzzy
msgid "Enabled DNS zone \"%(value)s\""
-msgstr "ಅನ್‌ಲಾಕ್ ಆಗಿರುವ ಬಳಕೆದಾರ \"%(value)s\""
+msgstr ""
#: ipalib/plugins/dns.py:512
msgid ""
@@ -2205,14 +2072,12 @@ msgid ""
msgstr ""
#: ipalib/plugins/dns.py:522
-#, fuzzy
msgid "DNS resource record"
-msgstr "ರೀಸೊರ್ಸ್ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/dns.py:527 ipalib/plugins/dns.py:528
-#, fuzzy
msgid "Record name"
-msgstr "ರೀಸೊರ್ಸ್ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/dns.py:533 ipalib/plugins/dns.py:534
msgid "Time to live"
@@ -2223,9 +2088,8 @@ msgid "Class"
msgstr "ವರ್ಗ"
#: ipalib/plugins/dns.py:539
-#, fuzzy
msgid "DNS class"
-msgstr "SOA class"
+msgstr ""
#: ipalib/plugins/dns.py:566
msgid ""
@@ -2256,9 +2120,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/dns.py:699
-#, fuzzy
msgid "force NS record creation even if its hostname is not in DNS"
-msgstr "ಈ ಹೋಸ್ಟ್‌ಗೆ Kerberos principalನ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/dns.py:735
msgid ""
@@ -2282,9 +2145,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/dns.py:792
-#, fuzzy
msgid "Deleted record \"%(value)s\""
-msgstr "\"%(value)s\" ಬಳಕೆದಾರನನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/dns.py:799
msgid ""
@@ -2316,9 +2178,8 @@ msgid "Current DNS record contents:\n"
msgstr ""
#: ipalib/plugins/dns.py:875
-#, fuzzy
msgid "%s record with value %s not found"
-msgstr "\"%s\" ಹೆಸರು ಹೊಂದಿರುವ ACI ಪತ್ತೆಯಾಗಿಲ್ಲ"
+msgstr ""
#: ipalib/plugins/dns.py:889
msgid ""
@@ -2342,14 +2203,12 @@ msgid ""
msgstr ""
#: ipalib/plugins/dns.py:936
-#, fuzzy
msgid "Found '%(value)s'"
-msgstr "\"%(value)s\" ಗುಂಪನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/dns.py:940
-#, fuzzy
msgid "Hostname"
-msgstr "ಹೋಸ್ಟ್ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/dns.py:962
msgid "Host '%(host)s' not found"
@@ -2498,9 +2357,8 @@ msgstr ""
#: ipalib/plugins/entitle.py:400 ipalib/plugins/host.py:162
#: ipalib/plugins/internal.py:132 ipalib/plugins/service.py:96
-#, fuzzy
msgid "Serial Number"
-msgstr "ಅನುಕ್ರಮ ಸಂಖ್ಯೆ"
+msgstr ""
#: ipalib/plugins/entitle.py:435 ipalib/plugins/entitle.py:626
#: ipalib/plugins/entitle.py:628
@@ -2526,9 +2384,8 @@ msgid "Registered to entitlement server."
msgstr ""
#: ipalib/plugins/entitle.py:483
-#, fuzzy
msgid "Username"
-msgstr "ಬಳಕೆದಾರನ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/entitle.py:490 ipalib/plugins/entitle.py:603
msgid "Enrollment UUID"
@@ -2540,9 +2397,8 @@ msgid "Password"
msgstr "ಗುಪ್ತಪದ"
#: ipalib/plugins/entitle.py:495
-#, fuzzy
msgid "Registration password"
-msgstr "ಬಳಕೆದಾರನ ಗುಪ್ತಪದ"
+msgstr ""
#: ipalib/plugins/entitle.py:569
msgid ""
@@ -2554,8 +2410,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 ""
@@ -2585,8 +2440,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"
@@ -2662,9 +2516,8 @@ msgid "Added group \"%(value)s\""
msgstr "\"%(value)s\" ಗುಂಪನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
#: ipalib/plugins/group.py:137
-#, fuzzy
msgid "Create as a non-POSIX group"
-msgstr "posix ಗುಂಪಿನಂತೆ ರಚಿಸಬೇಕೆ?"
+msgstr ""
#: ipalib/plugins/group.py:154
msgid ""
@@ -2689,9 +2542,8 @@ msgid "Modified group \"%(value)s\""
msgstr "\"%(value)s\" ಗುಂಪನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ"
#: ipalib/plugins/group.py:194
-#, fuzzy
msgid "change to a POSIX group"
-msgstr "posix ಗುಂಪಿನಂತೆ ರಚಿಸಬೇಕೆ?"
+msgstr ""
#: ipalib/plugins/group.py:215
msgid ""
@@ -2703,8 +2555,7 @@ msgstr ""
#: ipalib/plugins/group.py:220
msgid "%(count)d group matched"
msgid_plural "%(count)d groups matched"
-msgstr[0] "%(count)d ಗುಂಪು ತಾಳೆಯಾಗುತ್ತಿದೆ"
-msgstr[1] "%(count)d ಗುಂಪುಗಳು ತಾಳೆಯಾಗುತ್ತಿವೆ "
+msgstr[0] ""
#: ipalib/plugins/group.py:227 ipalib/plugins/netgroup.py:192
msgid "search for private groups"
@@ -2718,12 +2569,11 @@ msgid ""
msgstr ""
#: ipalib/plugins/group.py:265
-#, fuzzy
msgid ""
"\n"
" Add members to a group.\n"
" "
-msgstr "ಒಂದು ಗುಂಪಿನ ಸದಸ್ಯ"
+msgstr ""
#: ipalib/plugins/group.py:273
msgid ""
@@ -2740,15 +2590,13 @@ msgid ""
msgstr ""
#: ipalib/plugins/group.py:285
-#, fuzzy
msgid "Detached group \"%(value)s\" from user \"%(value)s\""
-msgstr "\"%(value)s\" ರೋಲ್‌ಗ್ರೂಪನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+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"
@@ -2787,8 +2635,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"
@@ -2833,9 +2680,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacrule.py:126
-#, fuzzy
msgid "HBAC Rule"
-msgstr "HBAC"
+msgstr ""
#: ipalib/plugins/hbacrule.py:131 ipalib/plugins/sudorule.py:73
msgid "Rule name"
@@ -2846,9 +2692,8 @@ msgid "Rule type (allow or deny)"
msgstr "ನಿಯಮದ ಬಗೆ(ಅನುಮತಿಸು ಅಥವಾ ನಿರಾಕರಿಸು)"
#: ipalib/plugins/hbacrule.py:137
-#, fuzzy
msgid "Rule type"
-msgstr "ದಾಖಲೆಯ ಬಗೆ"
+msgstr ""
#: ipalib/plugins/hbacrule.py:143 ipalib/plugins/netgroup.py:124
#: ipalib/plugins/sudorule.py:86
@@ -2879,14 +2724,12 @@ msgid "Source host category the rule applies to"
msgstr "ನಿಯಮ ಅನ್ವಯಿಸುವಂತಹ ಮೂಲ ಹೋಸ್ಟ್ ವರ್ಗ"
#: ipalib/plugins/hbacrule.py:161
-#, fuzzy
msgid "Service category"
-msgstr "ಬಳಕೆದಾರನ ವರ್ಗ"
+msgstr ""
#: ipalib/plugins/hbacrule.py:162
-#, fuzzy
msgid "Service category the rule applies to"
-msgstr "ನಿಯಮ ಅನ್ವಯಿಸುವಂತಹ ಬಳಕೆದಾರನ ವರ್ಗ"
+msgstr ""
#: ipalib/plugins/hbacrule.py:174 ipalib/plugins/sudorule.py:81
msgid "Enabled"
@@ -2913,14 +2756,12 @@ msgid "Host Groups"
msgstr "ಹೋಸ್ಟ್ ಗುಂಪುಗಳು"
#: ipalib/plugins/hbacrule.py:194
-#, fuzzy
msgid "Source hosts"
-msgstr "ಮೂಲ ಹೋಸ್ಟ್ ವರ್ಗ"
+msgstr ""
#: ipalib/plugins/hbacrule.py:198
-#, fuzzy
msgid "Source host groups"
-msgstr "ಮೂಲ ಹೋಸ್ಟ್ ವರ್ಗ"
+msgstr ""
#: ipalib/plugins/hbacrule.py:202 ipalib/plugins/internal.py:196
#: ipalib/plugins/service.py:220
@@ -2928,9 +2769,8 @@ msgid "Services"
msgstr "ಸೇವೆಗಳು(ಸರ್ವೀಸಸ್)"
#: ipalib/plugins/hbacrule.py:206
-#, fuzzy
msgid "Service Groups"
-msgstr "ಸೇವೆಗಳು(ಸರ್ವೀಸಸ್)"
+msgstr ""
#: ipalib/plugins/hbacrule.py:215
msgid ""
@@ -2940,9 +2780,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacrule.py:219
-#, fuzzy
msgid "Added HBAC rule \"%(value)s\""
-msgstr "\"%(value)s\" ಬಳಕೆದಾರನನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/hbacrule.py:230
msgid ""
@@ -2952,9 +2791,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacrule.py:234
-#, fuzzy
msgid "Deleted HBAC rule \"%(value)s\""
-msgstr "\"%(value)s\" ACIವನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/hbacrule.py:240
msgid ""
@@ -2964,9 +2802,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacrule.py:244
-#, fuzzy
msgid "Modified HBAC rule \"%(value)s\""
-msgstr "\"%(value)s\" ACIವನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/hbacrule.py:266
msgid ""
@@ -2976,11 +2813,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 ತಾಳೆಯಾಗುತ್ತಿದೆ"
-msgstr[1] "%(count)d ACIಗಳು ತಾಳೆಯಾಗುತ್ತಿವೆ"
+msgstr[0] ""
#: ipalib/plugins/hbacrule.py:278
msgid ""
@@ -2997,9 +2832,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacrule.py:290
-#, fuzzy
msgid "Enabled HBAC rule \"%(value)s\""
-msgstr "ಅನ್‌ಲಾಕ್ ಆಗಿರುವ ಬಳಕೆದಾರ \"%(value)s\""
+msgstr ""
#: ipalib/plugins/hbacrule.py:315
msgid ""
@@ -3009,9 +2843,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacrule.py:319
-#, fuzzy
msgid "Disabled HBAC rule \"%(value)s\""
-msgstr "\"%(value)s\" ಬಳಕೆದಾರನನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/hbacrule.py:344
msgid ""
@@ -3120,23 +2953,20 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacsvc.py:61
-#, fuzzy
msgid "HBAC Services"
-msgstr "ಸೇವೆಗಳು(ಸರ್ವೀಸಸ್)"
+msgstr ""
#: ipalib/plugins/hbacsvc.py:66
msgid "Service name"
msgstr "ಸೇವೆಯ ಹೆಸರು"
#: ipalib/plugins/hbacsvc.py:67
-#, fuzzy
msgid "HBAC service"
-msgstr "ಸೇವೆಗಳು(ಸರ್ವೀಸಸ್)"
+msgstr ""
#: ipalib/plugins/hbacsvc.py:74
-#, fuzzy
msgid "HBAC service description"
-msgstr "ನೆಟ್‌ಗ್ರೂಪ್ ವಿವರಣೆ"
+msgstr ""
#: ipalib/plugins/hbacsvc.py:82
msgid ""
@@ -3146,9 +2976,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacsvc.py:85
-#, fuzzy
msgid "Added HBAC service \"%(value)s\""
-msgstr "\"%(value)s\" ಸೇವೆ(ಸರ್ವೀಸ್)ಯನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/hbacsvc.py:91
msgid ""
@@ -3158,9 +2987,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacsvc.py:94
-#, fuzzy
msgid "Deleted HBAC service \"%(value)s\""
-msgstr "\"%(value)s\" ಸೇವೆ(ಸರ್ವೀಸ್)ಯನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/hbacsvc.py:100
msgid ""
@@ -3170,9 +2998,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacsvc.py:104
-#, fuzzy
msgid "Modified HBAC service \"%(value)s\""
-msgstr "\"%(value)s\" ಬಳಕೆದಾರನನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/hbacsvc.py:110
msgid ""
@@ -3182,11 +3009,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 ಬಳಕೆದಾರ ತಾಳೆಯಾಗುತ್ತಿದ್ದಾನೆ"
-msgstr[1] "%(count)d ಬಳಕೆದಾರರು ತಾಳೆಯಾಗುತ್ತಿದ್ದಾರೆ"
+msgstr[0] ""
#: ipalib/plugins/hbacsvc.py:122
msgid ""
@@ -3223,66 +3048,56 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:51
-#, fuzzy
msgid ""
"\n"
" HBAC service group object.\n"
" "
-msgstr "ನೆಟ್‌ಗ್ರೂಪ್ ವಿವರಣೆ"
+msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:64
-#, fuzzy
msgid "HBAC service Groups"
-msgstr "ಸೇವೆಗಳು(ಸರ್ವೀಸಸ್)"
+msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:69
-#, fuzzy
msgid "Service group name"
-msgstr "ಸೇವೆಯ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:76
-#, fuzzy
msgid "HBAC service group description"
-msgstr "ನೆಟ್‌ಗ್ರೂಪ್ ವಿವರಣೆ"
+msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:84
-#, fuzzy
msgid ""
"\n"
" Add a new HBAC service group.\n"
" "
-msgstr "\"%(value)s\" ರೋಲ್‌ಗ್ರೂಪನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:87
-#, fuzzy
msgid "Added HBAC service group \"%(value)s\""
-msgstr "\"%(value)s\" ರೋಲ್‌ಗ್ರೂಪನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:93
-#, fuzzy
msgid ""
"\n"
" Delete an HBAC service group.\n"
" "
-msgstr "\"%(value)s\" ರೋಲ್‌ಗ್ರೂಪನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:96
-#, fuzzy
msgid "Deleted HBAC service group \"%(value)s\""
-msgstr "\"%(value)s\" ರೋಲ್‌ಗ್ರೂಪನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:102
-#, fuzzy
msgid ""
"\n"
" Modify an HBAC service group.\n"
" "
-msgstr "\"%(value)s\" ರೋಲ್‌ಗ್ರೂಪನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:105
-#, fuzzy
msgid "Modified HBAC service group \"%(value)s\""
-msgstr "\"%(value)s\" ರೋಲ್‌ಗ್ರೂಪನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:111
msgid ""
@@ -3292,11 +3107,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 ಬಳಕೆದಾರ ತಾಳೆಯಾಗುತ್ತಿದ್ದಾನೆ"
-msgstr[1] "%(count)d ಬಳಕೆದಾರರು ತಾಳೆಯಾಗುತ್ತಿದ್ದಾರೆ"
+msgstr[0] ""
#: ipalib/plugins/hbacsvcgroup.py:122
msgid ""
@@ -3354,8 +3167,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"
@@ -3379,8 +3191,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 ""
@@ -3404,9 +3215,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/host.py:189
-#, fuzzy
msgid "invalid IP address"
-msgstr "ಇಮೇಲ್ ವಿಳಾಸ"
+msgstr ""
#: ipalib/plugins/host.py:194
msgid ""
@@ -3460,14 +3270,12 @@ msgid "Password used in bulk enrollment"
msgstr "ದೊಡ್ಡ ಪ್ರಮಾಣದ ದಾಖಲಾತಿಯಲ್ಲಿ ಬಳಸಲಾದ ಗುಪ್ತಪದ"
#: ipalib/plugins/host.py:266
-#, fuzzy
msgid "Generate a random password to be used in bulk enrollment"
-msgstr "ದೊಡ್ಡ ಪ್ರಮಾಣದ ದಾಖಲಾತಿಯಲ್ಲಿ ಬಳಸಲಾದ ಗುಪ್ತಪದ"
+msgstr ""
#: ipalib/plugins/host.py:271
-#, fuzzy
msgid "Random password"
-msgstr "ಬಳಕೆದಾರನ ಗುಪ್ತಪದ"
+msgstr ""
#: ipalib/plugins/host.py:277 ipalib/plugins/service.py:233
msgid "Base-64 encoded server certificate"
@@ -3489,9 +3297,8 @@ msgid "Added host \"%(value)s\""
msgstr "\"%(value)s\" ಹೋಸ್ಟನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
#: ipalib/plugins/host.py:316
-#, fuzzy
msgid "force host name even if not in DNS"
-msgstr "ಈ ಹೋಸ್ಟ್‌ಗೆ Kerberos principalನ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/host.py:319
msgid "skip reverse DNS detection"
@@ -3549,8 +3356,7 @@ msgstr ""
#: ipalib/plugins/host.py:623
msgid "%(count)d host matched"
msgid_plural "%(count)d hosts matched"
-msgstr[0] "%(count)d ಹೋಸ್ಟ್‌ ತಾಳೆಯಾಗುತ್ತಿದೆ"
-msgstr[1] "%(count)d ಹೋಸ್ಟ್‌ಗಳು ತಾಳೆಯಾಗುತ್ತಿವೆ"
+msgstr[0] ""
#: ipalib/plugins/host.py:643
msgid ""
@@ -3560,14 +3366,12 @@ msgid ""
msgstr ""
#: ipalib/plugins/host.py:649 ipalib/plugins/service.py:400
-#, fuzzy
msgid "file to store certificate in"
-msgstr "Base-64 ಎನ್‌ಕೋಡೆಡ್ ಸರ್ವರ್ ಪ್ರಮಾಣಪತ್ರ"
+msgstr ""
#: ipalib/plugins/host.py:673 ipalib/plugins/service.py:422
-#, fuzzy
msgid "Certificate stored in file '%(file)s'"
-msgstr "ಪ್ರಮಾಣಪತ್ರದ ಕಾರ್ಯಾಚರಣೆಯನ್ನು ಪೂರ್ಣಗೊಳಿಸಲು ಆಗುತ್ತಿಲ್ಲ: %(error)s"
+msgstr ""
#: ipalib/plugins/host.py:684
msgid ""
@@ -3577,9 +3381,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/host.py:688
-#, fuzzy
msgid "Disabled host \"%(value)s\""
-msgstr "\"%(value)s\" ಹೋಸ್ಟನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/host.py:770
msgid ""
@@ -3689,8 +3492,7 @@ msgstr ""
#: ipalib/plugins/hostgroup.py:128
msgid "%(count)d hostgroup matched"
msgid_plural "%(count)d hostgroups matched"
-msgstr[0] "%(count)d ಹೋಸ್ಟ್‌ಗ್ರೂಪ್‌ ತಾಳೆಯಾಗುತ್ತಿದೆ"
-msgstr[1] "%(count)d ಹೋಸ್ಟ್‌ಗ್ರೂಪ್‌ಗಳು ತಾಳೆಯಾಗುತ್ತಿವೆ"
+msgstr[0] ""
#: ipalib/plugins/hostgroup.py:136
msgid ""
@@ -3731,9 +3533,8 @@ msgid "Name of object to export"
msgstr ""
#: ipalib/plugins/internal.py:47
-#, fuzzy
msgid "Name of method to export"
-msgstr "ಹೋಸ್ಟ್-ಗುಂಪಿನ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/internal.py:52
msgid "Dict of JSON encoded IPA Objects"
@@ -3748,29 +3549,24 @@ msgid "Logged In As"
msgstr ""
#: ipalib/plugins/internal.py:99
-#, fuzzy
msgid "Attribute"
-msgstr "ವೈಶಿಷ್ಟ್ಯಗಳು"
+msgstr ""
#: ipalib/plugins/internal.py:102
-#, fuzzy
msgid "Add Automount Location"
-msgstr "ಆಟೊಮೌಂಟ್ ತಾಣದ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/internal.py:103
-#, fuzzy
msgid "Automount Location Settings"
-msgstr "ಆಟೊಮೌಂಟ್ ತಾಣದ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/internal.py:106
-#, fuzzy
msgid "Add Automount Map"
-msgstr "ಮ್ಯಾಪ್‌ಗಳ ಆಟೋಮೌಂಟ್"
+msgstr ""
#: ipalib/plugins/internal.py:109
-#, fuzzy
msgid "Add Automount Key"
-msgstr "ಕೀಗಳ ಆಟೋಮೌಂಟ್"
+msgstr ""
#: ipalib/plugins/internal.py:112
msgid "Unspecified"
@@ -3793,14 +3589,12 @@ msgid "Superseded"
msgstr ""
#: ipalib/plugins/internal.py:117
-#, fuzzy
msgid "Cessation of Operation"
-msgstr "ಕಡತದ ಕಾರ್ಯಾಚರಣೆ"
+msgstr ""
#: ipalib/plugins/internal.py:118
-#, fuzzy
msgid "Certificate Hold"
-msgstr "ಪ್ರಮಾಣಪತ್ರ"
+msgstr ""
#: ipalib/plugins/internal.py:119
msgid "Remove from CRL"
@@ -3830,8 +3624,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
@@ -3839,9 +3633,8 @@ msgid "Issued To"
msgstr ""
#: ipalib/plugins/internal.py:129
-#, fuzzy
msgid "Common Name"
-msgstr "ಹೋಸ್ಟ್ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/internal.py:130
msgid "Organization"
@@ -3884,24 +3677,20 @@ msgid "Enter the Base64-encoded CSR below"
msgstr ""
#: ipalib/plugins/internal.py:141
-#, fuzzy
msgid "Valid Certificate Present"
-msgstr "ಪ್ರಮಾಣಪತ್ರದ ವಿಷಯ ಮೂಲ"
+msgstr ""
#: ipalib/plugins/internal.py:142
-#, fuzzy
msgid "New Certificate"
-msgstr "ಪ್ರಮಾಣಪತ್ರ"
+msgstr ""
#: ipalib/plugins/internal.py:143
-#, fuzzy
msgid "Certificate Revoked"
-msgstr "ಪ್ರಮಾಣಪತ್ರ"
+msgstr ""
#: ipalib/plugins/internal.py:144
-#, fuzzy
msgid "No Valid Certificate"
-msgstr "ಪ್ರಮಾಣಪತ್ರ"
+msgstr ""
#: ipalib/plugins/internal.py:145
msgid "Certificate for ${entity} ${primary_key}"
@@ -3920,9 +3709,8 @@ msgid "Restore Certificate for ${entity} ${primary_key}"
msgstr ""
#: ipalib/plugins/internal.py:152
-#, fuzzy
msgid "Name"
-msgstr "ಹೋಸ್ಟ್ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/internal.py:155
msgid "Add Delegation"
@@ -3941,9 +3729,8 @@ msgid "Add DNS Resource Record"
msgstr ""
#: ipalib/plugins/internal.py:163
-#, fuzzy
msgid "Resource"
-msgstr "ರೀಸೊರ್ಸ್ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/internal.py:165
msgid "Data"
@@ -3954,19 +3741,16 @@ msgid "Records for DNS Zone"
msgstr ""
#: ipalib/plugins/internal.py:169
-#, fuzzy
msgid "Add Group"
-msgstr "ಗುಂಪು"
+msgstr ""
#: ipalib/plugins/internal.py:170
-#, fuzzy
msgid "Group Settings"
-msgstr "ಗುಂಪಿನ ವಿವರಣೆ"
+msgstr ""
#: ipalib/plugins/internal.py:171 ipalib/plugins/internal.py:206
-#, fuzzy
msgid "Is this a POSIX group?"
-msgstr "posix ಗುಂಪಿನಂತೆ ರಚಿಸಬೇಕೆ?"
+msgstr ""
#: ipalib/plugins/internal.py:174
msgid "Add HBAC Rule"
@@ -3991,9 +3775,8 @@ msgid "Inactive"
msgstr ""
#: ipalib/plugins/internal.py:179 ipalib/plugins/internal.py:296
-#, fuzzy
msgid "Rule status"
-msgstr "ಬೇಡಿಕೆ ಸ್ಥಿತಿ"
+msgstr ""
#: ipalib/plugins/internal.py:180 ipalib/plugins/internal.py:284
msgid "Who"
@@ -4008,62 +3791,52 @@ msgid "Specified Users and Groups"
msgstr ""
#: ipalib/plugins/internal.py:183
-#, fuzzy
msgid "Accessing"
-msgstr "ಪ್ರವೇಶದ ಸಮಯ"
+msgstr ""
#: ipalib/plugins/internal.py:184 ipalib/plugins/internal.py:288
-#, fuzzy
msgid "Any Host"
-msgstr "ಹೋಸ್ಟ್‌ಗಳು"
+msgstr ""
#: ipalib/plugins/internal.py:185 ipalib/plugins/internal.py:289
msgid "Specified Hosts and Groups"
msgstr ""
#: ipalib/plugins/internal.py:186
-#, fuzzy
msgid "Via Service"
-msgstr "ಸೇವೆಗಳು(ಸರ್ವೀಸಸ್)"
+msgstr ""
#: ipalib/plugins/internal.py:187
-#, fuzzy
msgid "Any Service"
-msgstr "ಸೇವೆಗಳು(ಸರ್ವೀಸಸ್)"
+msgstr ""
#: ipalib/plugins/internal.py:188
-#, fuzzy
msgid "Specified Services and Groups"
-msgstr "ಸೇವೆಗಳು(ಸರ್ವೀಸಸ್)"
+msgstr ""
#: ipalib/plugins/internal.py:189
msgid "From"
msgstr ""
#: ipalib/plugins/internal.py:192
-#, fuzzy
msgid "Add HBAC Service"
-msgstr "ಸೇವೆಗಳು(ಸರ್ವೀಸಸ್)"
+msgstr ""
#: ipalib/plugins/internal.py:195
-#, fuzzy
msgid "Add HBAC Service Group"
-msgstr "ಸೇವೆಗಳು(ಸರ್ವೀಸಸ್)"
+msgstr ""
#: ipalib/plugins/internal.py:199
-#, fuzzy
msgid "Add Host"
-msgstr "ಹೋಸ್ಟ್‌ಗಳು"
+msgstr ""
#: ipalib/plugins/internal.py:200
-#, fuzzy
msgid "Host Certificate"
-msgstr "ಪ್ರಮಾಣಪತ್ರ"
+msgstr ""
#: ipalib/plugins/internal.py:201 ipalib/plugins/internal.py:259
-#, fuzzy
msgid "Host Name"
-msgstr "ಹೋಸ್ಟ್ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/internal.py:202
msgid "Host Settings"
@@ -4122,53 +3895,44 @@ msgid "Unprovision"
msgstr ""
#: ipalib/plugins/internal.py:219
-#, fuzzy
msgid "Add Host Group"
-msgstr "ಹೋಸ್ಟ್ ಗುಂಪುಗಳು"
+msgstr ""
#: ipalib/plugins/internal.py:220
-#, fuzzy
msgid "Host Group Settings"
-msgstr "ಹೋಸ್ಟ್ ಗುಂಪುಗಳು"
+msgstr ""
#: ipalib/plugins/internal.py:223
-#, fuzzy
msgid "Kerberos ticket policy"
-msgstr "Kerberos principal"
+msgstr ""
#: ipalib/plugins/internal.py:226
-#, fuzzy
msgid "Add Netgroup"
-msgstr "ನೆಟ್‌ಗ್ರೂಪ್‌ಗಳು"
+msgstr ""
#: ipalib/plugins/internal.py:227
-#, fuzzy
msgid "Netgroup Settings"
-msgstr "ನೆಟ್‌ಗ್ರೂಪ್ ವಿವರಣೆ"
+msgstr ""
#: ipalib/plugins/internal.py:230
-#, fuzzy
msgid "Add Permission"
-msgstr "ಅನುಮತಿಗಳು"
+msgstr ""
#: ipalib/plugins/internal.py:231 ipalib/plugins/internal.py:376
msgid "Identity"
msgstr ""
#: ipalib/plugins/internal.py:233
-#, fuzzy
msgid "Target"
-msgstr "Target ಗುಂಪು"
+msgstr ""
#: ipalib/plugins/internal.py:235
-#, fuzzy
msgid "By Subtree"
-msgstr "ಉಪವೃಕ್ಷ"
+msgstr ""
#: ipalib/plugins/internal.py:236
-#, fuzzy
msgid "Target Group"
-msgstr "Target ಗುಂಪು"
+msgstr ""
#: ipalib/plugins/internal.py:237
msgid "Object By Type"
@@ -4187,14 +3951,12 @@ msgid "Privilege Settings"
msgstr ""
#: ipalib/plugins/internal.py:245
-#, fuzzy
msgid "Add Password Policy"
-msgstr "ಗುಪ್ತಪದ"
+msgstr ""
#: ipalib/plugins/internal.py:246 ipalib/plugins/pwpolicy.py:219
-#, fuzzy
msgid "Password Policy"
-msgstr "ಗುಪ್ತಪದ"
+msgstr ""
#: ipalib/plugins/internal.py:249
msgid "Add Role"
@@ -4209,48 +3971,40 @@ msgid "Add Self Service Definition"
msgstr ""
#: ipalib/plugins/internal.py:256
-#, fuzzy
msgid "Add Service"
-msgstr "ಸೇವೆಗಳು(ಸರ್ವೀಸಸ್)"
+msgstr ""
#: ipalib/plugins/internal.py:257
-#, fuzzy
msgid "Service Certificate"
-msgstr "ಪ್ರಮಾಣಪತ್ರ"
+msgstr ""
#: ipalib/plugins/internal.py:258
-#, fuzzy
msgid "Service Settings"
-msgstr "ಸೇವೆಗಳು(ಸರ್ವೀಸಸ್)"
+msgstr ""
#: ipalib/plugins/internal.py:260
-#, fuzzy
msgid "Provisioning"
-msgstr "ಅನುಮತಿಗಳು"
+msgstr ""
#: ipalib/plugins/internal.py:261
-#, fuzzy
msgid "Service"
-msgstr "ಸೇವೆಗಳು(ಸರ್ವೀಸಸ್)"
+msgstr ""
#: ipalib/plugins/internal.py:263
-#, fuzzy
msgid "Kerberos Key Present, Service Provisioned"
-msgstr "Kerberos principal"
+msgstr ""
#: ipalib/plugins/internal.py:267
msgid "Are you sure you want to unprovision this service?"
msgstr ""
#: ipalib/plugins/internal.py:271
-#, fuzzy
msgid "Add Sudo Command"
-msgstr "ಗುಂಪಿನ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/internal.py:275
-#, fuzzy
msgid "Add Sudo Command Group"
-msgstr "ಗುಂಪಿನ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/internal.py:276 ipalib/plugins/sudocmdgroup.py:80
msgid "Commands"
@@ -4261,47 +4015,40 @@ msgid "Add Sudo Rule"
msgstr ""
#: ipalib/plugins/internal.py:287
-#, fuzzy
msgid "Access this host"
-msgstr "ಪ್ರವೇಶದ ಸಮಯ"
+msgstr ""
#: ipalib/plugins/internal.py:290
-#, fuzzy
msgid "Run Commands"
-msgstr "ಗುಂಪಿನ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/internal.py:291
msgid "Any Command"
msgstr ""
#: ipalib/plugins/internal.py:292
-#, fuzzy
msgid "Specified Commands and Groups"
-msgstr "ಗುಂಪಿನ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/internal.py:293
msgid "As Whom"
msgstr ""
#: ipalib/plugins/internal.py:294
-#, fuzzy
msgid "Any Group"
-msgstr "ಗುಂಪು"
+msgstr ""
#: ipalib/plugins/internal.py:295
-#, fuzzy
msgid "Specified Groups"
-msgstr "ಸೇವೆಗಳು(ಸರ್ವೀಸಸ್)"
+msgstr ""
#: ipalib/plugins/internal.py:297
-#, fuzzy
msgid "External"
-msgstr "ಹೊರಗಿನ ಹೋಸ್ಟ್"
+msgstr ""
#: ipalib/plugins/internal.py:300
-#, fuzzy
msgid "Add User"
-msgstr "ಬಳಕೆದಾರ"
+msgstr ""
#: ipalib/plugins/internal.py:301
msgid "Account Settings"
@@ -4312,19 +4059,16 @@ msgid "Contact Settings"
msgstr ""
#: ipalib/plugins/internal.py:303
-#, fuzzy
msgid "Mailing Address"
-msgstr "ಇಮೇಲ್ ವಿಳಾಸ"
+msgstr ""
#: ipalib/plugins/internal.py:304
-#, fuzzy
msgid "Employee Information"
-msgstr "ಮೌಂಟ್ ಮಾಹಿತಿ"
+msgstr ""
#: ipalib/plugins/internal.py:305
-#, fuzzy
msgid "Misc. Information"
-msgstr "ಮೌಂಟ್ ಮಾಹಿತಿ"
+msgstr ""
#: ipalib/plugins/internal.py:307
msgid "Click to Deactivate"
@@ -4339,28 +4083,24 @@ msgid "Error changing account status"
msgstr ""
#: ipalib/plugins/internal.py:311
-#, fuzzy
msgid "Reset Password"
-msgstr "ಬಳಕೆದಾರನ ಗುಪ್ತಪದ"
+msgstr ""
#: ipalib/plugins/internal.py:312
-#, fuzzy
msgid "New Password"
-msgstr "ಗುಪ್ತಪದ"
+msgstr ""
#: ipalib/plugins/internal.py:313
-#, fuzzy
msgid "Repeat Password"
-msgstr "ಗುಪ್ತಪದ"
+msgstr ""
#: ipalib/plugins/internal.py:314
msgid "Password change complete"
msgstr ""
#: ipalib/plugins/internal.py:315
-#, fuzzy
msgid "Passwords must match"
-msgstr "ಗುಪ್ತಪದಗಳು ಹೊಂದಾಣಿಕೆಯಾಗುತ್ತಿಲ್ಲ"
+msgstr ""
#: ipalib/plugins/internal.py:319
msgid "Add"
@@ -4387,9 +4127,8 @@ msgid "Back to List"
msgstr ""
#: ipalib/plugins/internal.py:325
-#, fuzzy
msgid "Cancel"
-msgstr "ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ."
+msgstr ""
#: ipalib/plugins/internal.py:326
msgid "Close"
@@ -4432,9 +4171,8 @@ msgid "Retry"
msgstr ""
#: ipalib/plugins/internal.py:336
-#, fuzzy
msgid "Revoke"
-msgstr "ರದ್ದು ಮಾಡಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/internal.py:337
msgid "Update"
@@ -4457,9 +4195,8 @@ msgid "Dirty"
msgstr ""
#: ipalib/plugins/internal.py:344
-#, fuzzy
msgid "Hide already enrolled."
-msgstr "ಈ ನಮೂದು ಈಗಾಗಲೇ ಲಾಕ್ ಆಗಿದೆ"
+msgstr ""
#: ipalib/plugins/internal.py:345
msgid "Select ${entity} to be removed."
@@ -4478,18 +4215,16 @@ msgid "Managed by"
msgstr ""
#: ipalib/plugins/internal.py:351
-#, fuzzy
msgid "Member"
-msgstr "ಸದಸ್ಯ"
+msgstr ""
#: ipalib/plugins/internal.py:352
msgid "Indirect Member"
msgstr ""
#: ipalib/plugins/internal.py:353
-#, fuzzy
msgid "Member Of"
-msgstr "ಸದಸ್ಯ"
+msgstr ""
#: ipalib/plugins/internal.py:354
msgid "Indirect Member Of"
@@ -4550,9 +4285,8 @@ msgid "Audit"
msgstr ""
#: ipalib/plugins/internal.py:379
-#, fuzzy
msgid "IPA Server"
-msgstr "ಸೇವೆಯ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/internal.py:380
msgid "Sudo"
@@ -4567,9 +4301,8 @@ msgid "Role Based Access Control"
msgstr ""
#: ipalib/plugins/internal.py:383
-#, fuzzy
msgid "Automount"
-msgstr "ಮ್ಯಾಪ್‌ಗಳ ಆಟೋಮೌಂಟ್"
+msgstr ""
#: ipalib/plugins/internal.py:386
msgid "Add ${other_entity} into ${entity} ${primary_key}"
@@ -4594,9 +4327,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
@@ -4667,8 +4400,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"
@@ -4681,8 +4413,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"
@@ -4749,17 +4480,15 @@ msgid ""
msgstr ""
#: ipalib/plugins/krbtpolicy.py:71
-#, fuzzy
msgid ""
"\n"
" Kerberos Ticket Policy object\n"
" "
-msgstr "Kerberos principal"
+msgstr ""
#: ipalib/plugins/krbtpolicy.py:79
-#, fuzzy
msgid "Kerberos Ticket Policy"
-msgstr "Kerberos principal"
+msgstr ""
#: ipalib/plugins/krbtpolicy.py:84 ipalib/plugins/passwd.py:53
msgid "User name"
@@ -4774,26 +4503,23 @@ msgid "Max life"
msgstr "ಗರಿಷ್ಟ ಜೀವಿತಾವಧಿ"
#: ipalib/plugins/krbtpolicy.py:91
-#, fuzzy
msgid "Maximum ticket life (seconds)"
-msgstr "ಗರಿಷ್ಟ ಟಿಕೆಟ್ ಜೀವಿತಾವಧಿ"
+msgstr ""
#: ipalib/plugins/krbtpolicy.py:96
msgid "Max renew"
msgstr "ಗರಿಷ್ಟ ನವೀಕರಣ"
#: ipalib/plugins/krbtpolicy.py:97
-#, fuzzy
msgid "Maximum renewable age (seconds)"
-msgstr "ಗರಿಷ್ಟ ನವೀಕರಿಸಬಲ್ಲ ಆಯಸ್ಸು"
+msgstr ""
#: ipalib/plugins/krbtpolicy.py:111
-#, fuzzy
msgid ""
"\n"
" Modify Kerberos ticket policy.\n"
" "
-msgstr "Kerberos principal"
+msgstr ""
#: ipalib/plugins/krbtpolicy.py:125
msgid ""
@@ -4849,8 +4575,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
@@ -4872,9 +4597,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/migration.py:220
-#, fuzzy
msgid "Invalid LDAP URI."
-msgstr "LDAP URI"
+msgstr ""
#: ipalib/plugins/migration.py:225
msgid ""
@@ -4892,9 +4616,8 @@ msgid "LDAP URI of DS server to migrate from"
msgstr "LDAP URI of DS server to migrate from"
#: ipalib/plugins/migration.py:272
-#, fuzzy
msgid "bind password"
-msgstr "ಬಳಕೆದಾರನ ಗುಪ್ತಪದ"
+msgstr ""
#: ipalib/plugins/migration.py:279
msgid "Bind DN"
@@ -4921,20 +4644,18 @@ msgid "User object class"
msgstr ""
#: ipalib/plugins/migration.py:300
-#, fuzzy
msgid ""
"Comma-separated list of objectclasses used to search for user entries in DS"
-msgstr "A comma-separated list of fields to search when searching for users"
+msgstr ""
#: ipalib/plugins/migration.py:306
msgid "Group object class"
msgstr ""
#: ipalib/plugins/migration.py:307
-#, fuzzy
msgid ""
"Comma-separated list of objectclasses used to search for group entries in DS"
-msgstr "A comma-separated list of fields to search when searching for users"
+msgstr ""
#: ipalib/plugins/migration.py:313
msgid "LDAP schema"
@@ -4960,14 +4681,12 @@ msgid "Lists of objects that could not be migrated; categorized by type."
msgstr ""
#: ipalib/plugins/migration.py:336
-#, fuzzy
msgid "False if migration mode was disabled."
-msgstr "ಮೈಗ್ರೇಶನ್ ಬಗೆಯನ್ನು ಶಕ್ತಗೊಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/migration.py:340
-#, fuzzy
msgid "comma-separated list of %s to exclude from migration"
-msgstr "Comma-separated ವೈಶಿಷ್ಟ್ಯಗಳ ಪಟ್ಟಿ"
+msgstr ""
#: ipalib/plugins/migration.py:342
msgid ""
@@ -5002,8 +4721,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 ""
@@ -5053,13 +4771,11 @@ msgstr ""
#: ipalib/plugins/misc.py:108
msgid "%(count)d plugin loaded"
msgid_plural "%(count)d plugins loaded"
-msgstr[0] "%(count)d ಪ್ಲಗಿನ್ ಲೋಡ್ ಆಗಿದೆ"
-msgstr[1] "%(count)d ಪ್ಲಗಿನ್‌ಗಳು ಲೋಡ್ ಆಗಿವೆ "
+msgstr[0] ""
#: ipalib/plugins/misc.py:126
-#, fuzzy
msgid "Number of plugins loaded"
-msgstr "%(count)d ಪ್ಲಗಿನ್ ಲೋಡ್ ಆಗಿದೆ"
+msgstr ""
#: ipalib/plugins/netgroup.py:20
msgid ""
@@ -5088,9 +4804,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/netgroup.py:59
-#, fuzzy
msgid "Member Host"
-msgstr "ಸದಸ್ಯ ಹೋಸ್ಟ್"
+msgstr ""
#: ipalib/plugins/netgroup.py:67
msgid ""
@@ -5127,9 +4842,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/netgroup.py:144
-#, fuzzy
msgid "Added netgroup \"%(value)s\""
-msgstr "\"%(value)s\" ಗುಂಪನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/netgroup.py:153
msgid ""
@@ -5139,9 +4853,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/netgroup.py:156
-#, fuzzy
msgid "Deleted netgroup \"%(value)s\""
-msgstr "\"%(value)s\" ಗುಂಪನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/netgroup.py:162
msgid ""
@@ -5151,9 +4864,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/netgroup.py:166
-#, fuzzy
msgid "Modified netgroup \"%(value)s\""
-msgstr "\"%(value)s\" ಗುಂಪನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/netgroup.py:180
msgid ""
@@ -5163,11 +4875,9 @@ msgid ""
msgstr ""
#: ipalib/plugins/netgroup.py:185
-#, fuzzy
msgid "%(count)d netgroup matched"
msgid_plural "%(count)d netgroups matched"
-msgstr[0] "%(count)d ಗುಂಪು ತಾಳೆಯಾಗುತ್ತಿದೆ"
-msgstr[1] "%(count)d ಗುಂಪುಗಳು ತಾಳೆಯಾಗುತ್ತಿವೆ "
+msgstr[0] ""
#: ipalib/plugins/netgroup.py:213
msgid ""
@@ -5212,25 +4922,22 @@ msgid ""
msgstr ""
#: ipalib/plugins/passwd.py:46
-#, fuzzy
msgid ""
"\n"
" Set a user's password\n"
" "
-msgstr "ಬಳಕೆದಾರನ ಗುಪ್ತಪದ ಸೆಟ್ ಮಾಡು"
+msgstr ""
#: ipalib/plugins/passwd.py:64
-#, fuzzy
msgid "Changed password for \"%(value)s\""
-msgstr "\"%(value)s\" ಬಳಕೆದಾರನನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
+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"
@@ -5246,8 +4953,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"
@@ -5294,14 +5000,12 @@ 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
-#, fuzzy
msgid "Permission Type"
-msgstr "ಅನುಮತಿಗಳು"
+msgstr ""
#: ipalib/plugins/permission.py:89
msgid ""
@@ -5311,43 +5015,34 @@ msgid ""
msgstr ""
#: ipalib/plugins/permission.py:112
-#, fuzzy
msgid "Permission name"
-msgstr "ಅನುಮತಿಗಳು"
+msgstr ""
#: ipalib/plugins/permission.py:119
-#, fuzzy
msgid ""
"Comma-separated list of permissions to grant (read, write, add, delete, all)"
msgstr ""
-"comma-separated list of permissions to grant(read, write, add, delete, "
-"selfwrite, all)"
#: ipalib/plugins/permission.py:132
-#, fuzzy
msgid ""
"Type of IPA object (user, group, host, hostgroup, service, netgroup, dns)"
-msgstr "IPA ಆಬ್ಜೆಕ್ಟ್ ಬಗೆ (ಬಳಕೆದಾರ, ಗುಂಪು, ಹೋಸ್ಟ್)"
+msgstr ""
#: ipalib/plugins/permission.py:138
-#, fuzzy
msgid "Member of group"
-msgstr "ಒಂದು ಗುಂಪಿನ ಸದಸ್ಯ"
+msgstr ""
#: ipalib/plugins/permission.py:139
-#, fuzzy
msgid "Target members of a group"
-msgstr "ಒಂದು ಗುಂಪಿನ ಸದಸ್ಯ"
+msgstr ""
#: ipalib/plugins/permission.py:151
-#, fuzzy
msgid "Subtree to apply permissions to"
-msgstr "Subtree to apply ACI to"
+msgstr ""
#: ipalib/plugins/permission.py:157
-#, fuzzy
msgid "User group to apply permissions to"
-msgstr "Group to apply ACI to"
+msgstr ""
#: ipalib/plugins/permission.py:177
msgid ""
@@ -5357,9 +5052,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/permission.py:181
-#, fuzzy
msgid "Added permission \"%(value)s\""
-msgstr "\"%(value)s\" ಬಳಕೆದಾರನನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/permission.py:236
msgid ""
@@ -5369,9 +5063,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/permission.py:240
-#, fuzzy
msgid "Deleted permission \"%(value)s\""
-msgstr "\"%(value)s\" ಬಳಕೆದಾರನನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/permission.py:256
msgid ""
@@ -5381,9 +5074,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/permission.py:260
-#, fuzzy
msgid "Modified permission \"%(value)s\""
-msgstr "\"%(value)s\" ಬಳಕೆದಾರನನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/permission.py:352
msgid ""
@@ -5393,11 +5085,9 @@ msgid ""
msgstr ""
#: ipalib/plugins/permission.py:356
-#, fuzzy
msgid "%(count)d permission matched"
msgid_plural "%(count)d permissions matched"
-msgstr[0] "%(count)d ಬಳಕೆದಾರ ತಾಳೆಯಾಗುತ್ತಿದ್ದಾನೆ"
-msgstr[1] "%(count)d ಬಳಕೆದಾರರು ತಾಳೆಯಾಗುತ್ತಿದ್ದಾರೆ"
+msgstr[0] ""
#: ipalib/plugins/permission.py:405
msgid ""
@@ -5523,14 +5213,12 @@ msgid "Privileges"
msgstr ""
#: ipalib/plugins/privilege.py:70
-#, fuzzy
msgid "Privilege name"
-msgstr "Principal ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/privilege.py:77
-#, fuzzy
msgid "Privilege description"
-msgstr "ವಿವರಣೆ"
+msgstr ""
#: ipalib/plugins/privilege.py:85
msgid ""
@@ -5540,9 +5228,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/privilege.py:89
-#, fuzzy
msgid "Added privilege \"%(value)s\""
-msgstr "\"%(value)s\" ಸೇವೆ(ಸರ್ವೀಸ್)ಯನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/privilege.py:95
msgid ""
@@ -5552,9 +5239,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/privilege.py:99
-#, fuzzy
msgid "Deleted privilege \"%(value)s\""
-msgstr "\"%(value)s\" ಸೇವೆ(ಸರ್ವೀಸ್)ಯನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/privilege.py:105
msgid ""
@@ -5564,9 +5250,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/privilege.py:109
-#, fuzzy
msgid "Modified privilege \"%(value)s\""
-msgstr "\"%(value)s\" ಬಳಕೆದಾರನನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/privilege.py:115
msgid ""
@@ -5576,11 +5261,9 @@ msgid ""
msgstr ""
#: ipalib/plugins/privilege.py:119
-#, fuzzy
msgid "%(count)d privilege matched"
msgid_plural "%(count)d privileges matched"
-msgstr[0] "%(count)d ಬಳಕೆದಾರ ತಾಳೆಯಾಗುತ್ತಿದ್ದಾನೆ"
-msgstr[1] "%(count)d ಬಳಕೆದಾರರು ತಾಳೆಯಾಗುತ್ತಿದ್ದಾರೆ"
+msgstr[0] ""
#: ipalib/plugins/privilege.py:127
msgid ""
@@ -5611,9 +5294,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/privilege.py:169
-#, fuzzy
msgid "Number of permissions added"
-msgstr "%(count)d ಪ್ಲಗಿನ್ ಲೋಡ್ ಆಗಿದೆ"
+msgstr ""
#: ipalib/plugins/privilege.py:177
msgid ""
@@ -5623,9 +5305,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/privilege.py:195
-#, fuzzy
msgid "Number of permissions removed"
-msgstr "%(count)d ಪ್ಲಗಿನ್ ಲೋಡ್ ಆಗಿದೆ"
+msgstr ""
#: ipalib/plugins/pwpolicy.py:20
msgid ""
@@ -5657,8 +5338,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"
@@ -5685,17 +5365,15 @@ msgid "priority must be a unique value (%(prio)d already used by %(gname)s)"
msgstr ""
#: ipalib/plugins/pwpolicy.py:172
-#, fuzzy
msgid ""
"\n"
" Password Policy object\n"
" "
-msgstr "ಗುಪ್ತಪದ"
+msgstr ""
#: ipalib/plugins/pwpolicy.py:201
-#, fuzzy
msgid "Max failures"
-msgstr "ಗರಿಷ್ಟ ಜೀವಿತಾವಧಿ"
+msgstr ""
#: ipalib/plugins/pwpolicy.py:202
msgid "Consecutive failures before lockout"
@@ -5710,9 +5388,8 @@ msgid "Period after which failure count will be reset (seconds)"
msgstr ""
#: ipalib/plugins/pwpolicy.py:213
-#, fuzzy
msgid "Lockout duration"
-msgstr "ಸ್ಥಳ"
+msgstr ""
#: ipalib/plugins/pwpolicy.py:214
msgid "Period for which lockout is enforced (seconds)"
@@ -5723,9 +5400,8 @@ msgid "Group"
msgstr "ಗುಂಪು"
#: ipalib/plugins/pwpolicy.py:225
-#, fuzzy
msgid "Manage password policy for specific group"
-msgstr "ನಿಗದಿತ ಬಳಕೆದಾರನಿಗೆ ಟಿಕೆಟ್ ಪಾಲಿಸಿಯನ್ನು ನಿರ್ವಹಿಸು"
+msgstr ""
#: ipalib/plugins/pwpolicy.py:230
msgid "Max lifetime (days)"
@@ -5772,9 +5448,8 @@ msgid "Priority"
msgstr "ಆದ್ಯತೆ"
#: ipalib/plugins/pwpolicy.py:262
-#, fuzzy
msgid "Priority of the policy (higher number means lower priority"
-msgstr "ಪಾಲಿಸಿಯ ಆದ್ಯತೆ (ಗರಿಷ್ಟ ಸಂಖ್ಯೆ ಕನಿಷ್ಟ ಆದ್ಯತೆಗೆ ಸಮನಾಗಿರುತ್ತದೆ)"
+msgstr ""
#: ipalib/plugins/pwpolicy.py:294
msgid ""
@@ -5785,9 +5460,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/pwpolicy.py:314
-#, fuzzy
msgid "Maximum password life must be greater than minimum."
-msgstr "ಗುಪ್ತಪದದ ಗರಿಷ್ಟ ಜೀವಿತಾವಧಿ (ದಿನಗಳಲ್ಲಿ)"
+msgstr ""
#: ipalib/plugins/pwpolicy.py:333
msgid ""
@@ -5826,9 +5500,8 @@ msgid "User"
msgstr "ಬಳಕೆದಾರ"
#: ipalib/plugins/pwpolicy.py:429
-#, fuzzy
msgid "Display effective policy for a specific user"
-msgstr "ನಿಗದಿತ ಬಳಕೆದಾರನಿಗೆ ಟಿಕೆಟ್ ಪಾಲಿಸಿಯನ್ನು ನಿರ್ವಹಿಸು"
+msgstr ""
#: ipalib/plugins/pwpolicy.py:452
msgid ""
@@ -5845,8 +5518,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"
@@ -5887,9 +5559,8 @@ msgid "Role"
msgstr ""
#: ipalib/plugins/role.py:86
-#, fuzzy
msgid "Role name"
-msgstr "ನಿಯಮದ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/role.py:93
msgid "A description of this role-group"
@@ -5903,9 +5574,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/role.py:105
-#, fuzzy
msgid "Added role \"%(value)s\""
-msgstr "\"%(value)s\" ರೋಲ್‌ಗ್ರೂಪನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/role.py:111
msgid ""
@@ -5915,9 +5585,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/role.py:115
-#, fuzzy
msgid "Deleted role \"%(value)s\""
-msgstr "\"%(value)s\" ರೋಲ್‌ಗ್ರೂಪನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/role.py:121
msgid ""
@@ -5927,9 +5596,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/role.py:125
-#, fuzzy
msgid "Modified role \"%(value)s\""
-msgstr "\"%(value)s\" ರೋಲ್‌ಗ್ರೂಪನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/role.py:131
msgid ""
@@ -5939,11 +5607,9 @@ msgid ""
msgstr ""
#: ipalib/plugins/role.py:135
-#, fuzzy
msgid "%(count)d role matched"
msgid_plural "%(count)d roles matched"
-msgstr[0] "%(count)d ರೋಲ್‌ಗ್ರೂಪ್ ತಾಳೆಯಾಗುತ್ತಿದೆ"
-msgstr[1] "%(count)d ರೋಲ್‌ಗ್ರೂಪ್‌ಗಳು ತಾಳೆಯಾಗುತ್ತಿವೆ"
+msgstr[0] ""
#: ipalib/plugins/role.py:143
msgid ""
@@ -5974,9 +5640,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/role.py:183
-#, fuzzy
msgid "Number of privileges added"
-msgstr "%(count)d ಪ್ಲಗಿನ್ ಲೋಡ್ ಆಗಿದೆ"
+msgstr ""
#: ipalib/plugins/role.py:191
msgid ""
@@ -5986,9 +5651,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/role.py:207
-#, fuzzy
msgid "Number of privileges removed"
-msgstr "%(count)d ಪ್ಲಗಿನ್ ಲೋಡ್ ಆಗಿದೆ"
+msgstr ""
#: ipalib/plugins/selfservice.py:19
msgid ""
@@ -5999,20 +5663,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"
@@ -6043,14 +5704,12 @@ msgid ""
msgstr ""
#: ipalib/plugins/selfservice.py:75
-#, fuzzy
msgid "Self Service Permissions"
-msgstr "ಅನುಮತಿಗಳು"
+msgstr ""
#: ipalib/plugins/selfservice.py:80 ipalib/plugins/selfservice.py:81
-#, fuzzy
msgid "Self-service name"
-msgstr "ಸೇವೆಯ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/selfservice.py:114
msgid ""
@@ -6060,9 +5719,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/selfservice.py:118
-#, fuzzy
msgid "Added selfservice \"%(value)s\""
-msgstr "\"%(value)s\" ಸೇವೆ(ಸರ್ವೀಸ್)ಯನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/selfservice.py:137
msgid ""
@@ -6072,9 +5730,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/selfservice.py:142
-#, fuzzy
msgid "Deleted selfservice \"%(value)s\""
-msgstr "\"%(value)s\" ಸೇವೆ(ಸರ್ವೀಸ್)ಯನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/selfservice.py:158
msgid ""
@@ -6084,9 +5741,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/selfservice.py:162
-#, fuzzy
msgid "Modified selfservice \"%(value)s\""
-msgstr "\"%(value)s\" ಬಳಕೆದಾರನನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/selfservice.py:181
msgid ""
@@ -6096,11 +5752,9 @@ msgid ""
msgstr ""
#: ipalib/plugins/selfservice.py:185
-#, fuzzy
msgid "%(count)d selfservice matched"
msgid_plural "%(count)d selfservices matched"
-msgstr[0] "%(count)d ಬಳಕೆದಾರ ತಾಳೆಯಾಗುತ್ತಿದ್ದಾನೆ"
-msgstr[1] "%(count)d ಬಳಕೆದಾರರು ತಾಳೆಯಾಗುತ್ತಿದ್ದಾರೆ"
+msgstr[0] ""
#: ipalib/plugins/selfservice.py:207
msgid ""
@@ -6158,8 +5812,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 ""
@@ -6204,9 +5857,8 @@ msgid "Added service \"%(value)s\""
msgstr "\"%(value)s\" ಸೇವೆ(ಸರ್ವೀಸ್)ಯನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
#: ipalib/plugins/service.py:251
-#, fuzzy
msgid "force principal name even if not in DNS"
-msgstr "ಈ ಹೋಸ್ಟ್‌ಗೆ Kerberos principalನ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/service.py:284
msgid ""
@@ -6227,9 +5879,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/service.py:324
-#, fuzzy
msgid "Modified service \"%(value)s\""
-msgstr "\"%(value)s\" ಬಳಕೆದಾರನನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/service.py:356
msgid ""
@@ -6239,11 +5890,9 @@ msgid ""
msgstr ""
#: ipalib/plugins/service.py:359
-#, fuzzy
msgid "%(count)d service matched"
msgid_plural "%(count)d services matched"
-msgstr[0] "%(count)d ಬಳಕೆದಾರ ತಾಳೆಯಾಗುತ್ತಿದ್ದಾನೆ"
-msgstr[1] "%(count)d ಬಳಕೆದಾರರು ತಾಳೆಯಾಗುತ್ತಿದ್ದಾರೆ"
+msgstr[0] ""
#: ipalib/plugins/service.py:394
msgid ""
@@ -6274,9 +5923,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/service.py:456
-#, fuzzy
msgid "Disabled service \"%(value)s\""
-msgstr "\"%(value)s\" ಸೇವೆ(ಸರ್ವೀಸ್)ಯನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/sudocmd.py:19
msgid ""
@@ -6303,18 +5951,16 @@ msgid ""
msgstr ""
#: ipalib/plugins/sudocmd.py:64
-#, fuzzy
msgid "Sudo Commands"
-msgstr "ಗುಂಪಿನ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/sudocmd.py:69
msgid "Sudo Command"
msgstr ""
#: ipalib/plugins/sudocmd.py:75
-#, fuzzy
msgid "A description of this command"
-msgstr "ಈ ಹೋಸ್ಟ್‌ನ ವಿವರಣೆ"
+msgstr ""
#: ipalib/plugins/sudocmd.py:98
msgid ""
@@ -6324,22 +5970,19 @@ msgid ""
msgstr ""
#: ipalib/plugins/sudocmd.py:102
-#, fuzzy
msgid "Added sudo command \"%(value)s\""
-msgstr "\"%(value)s\" ಹೋಸ್ಟನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/sudocmd.py:107
-#, fuzzy
msgid ""
"\n"
" Delete sudo command.\n"
" "
-msgstr "\"%(value)s\" ಹೋಸ್ಟನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/sudocmd.py:111
-#, fuzzy
msgid "Deleted sudo command \"%(value)s\""
-msgstr "\"%(value)s\" ಹೋಸ್ಟನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/sudocmd.py:116
msgid ""
@@ -6349,9 +5992,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/sudocmd.py:120
-#, fuzzy
msgid "Modified sudo command \"%(value)s\""
-msgstr "\"%(value)s\" ಹೋಸ್ಟನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/sudocmd.py:125
msgid ""
@@ -6361,11 +6003,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 ಹೋಸ್ಟ್‌ ತಾಳೆಯಾಗುತ್ತಿದೆ"
-msgstr[1] "%(count)d ಹೋಸ್ಟ್‌ಗಳು ತಾಳೆಯಾಗುತ್ತಿವೆ"
+msgstr[0] ""
#: ipalib/plugins/sudocmd.py:136
msgid ""
@@ -6390,8 +6030,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"
@@ -6408,9 +6047,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/sudocmdgroup.py:70
-#, fuzzy
msgid "Sudo Command Group"
-msgstr "ಗುಂಪಿನ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/sudocmdgroup.py:93
msgid ""
@@ -6420,22 +6058,19 @@ msgid ""
msgstr ""
#: ipalib/plugins/sudocmdgroup.py:97
-#, fuzzy
msgid "Added sudo command group \"%(value)s\""
-msgstr "\"%(value)s\" ಗುಂಪನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/sudocmdgroup.py:103
-#, fuzzy
msgid ""
"\n"
" Delete sudo command group.\n"
" "
-msgstr "\"%(value)s\" ಗುಂಪನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/sudocmdgroup.py:107
-#, fuzzy
msgid "Deleted sudo command group \"%(value)s\""
-msgstr "\"%(value)s\" ಗುಂಪನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/sudocmdgroup.py:113
msgid ""
@@ -6445,9 +6080,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/sudocmdgroup.py:117
-#, fuzzy
msgid "Modified sudo command group \"%(value)s\""
-msgstr "\"%(value)s\" ಗುಂಪನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/sudocmdgroup.py:123
msgid ""
@@ -6457,11 +6091,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 ಗುಂಪು ತಾಳೆಯಾಗುತ್ತಿದೆ"
-msgstr[1] "%(count)d ಗುಂಪುಗಳು ತಾಳೆಯಾಗುತ್ತಿವೆ "
+msgstr[0] ""
#: ipalib/plugins/sudocmdgroup.py:136
msgid ""
@@ -6471,12 +6103,11 @@ msgid ""
msgstr ""
#: ipalib/plugins/sudocmdgroup.py:144
-#, fuzzy
msgid ""
"\n"
" Add members to sudo command group.\n"
" "
-msgstr "\"%(value)s\" ಗುಂಪನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/sudocmdgroup.py:152
msgid ""
@@ -6497,9 +6128,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 ""
@@ -6516,34 +6145,28 @@ msgid "Sudo Rule"
msgstr ""
#: ipalib/plugins/sudorule.py:98
-#, fuzzy
msgid "Command category"
-msgstr "ಹೋಸ್ಟ್ ವರ್ಗ"
+msgstr ""
#: ipalib/plugins/sudorule.py:99
-#, fuzzy
msgid "Command category the rule applies to"
-msgstr "ನಿಯಮ ಅನ್ವಯಿಸುವಂತಹ ಹೋಸ್ಟ್ ವರ್ಗ"
+msgstr ""
#: ipalib/plugins/sudorule.py:104
-#, fuzzy
msgid "Run As User category"
-msgstr "ಬಳಕೆದಾರನ ವರ್ಗ"
+msgstr ""
#: ipalib/plugins/sudorule.py:105
-#, fuzzy
msgid "Run As User category the rule applies to"
-msgstr "ನಿಯಮ ಅನ್ವಯಿಸುವಂತಹ ಬಳಕೆದಾರನ ವರ್ಗ"
+msgstr ""
#: ipalib/plugins/sudorule.py:110
-#, fuzzy
msgid "Run As Group category"
-msgstr "ಬಳಕೆದಾರನ ವರ್ಗ"
+msgstr ""
#: ipalib/plugins/sudorule.py:111
-#, fuzzy
msgid "Run As Group category the rule applies to"
-msgstr "ನಿಯಮ ಅನ್ವಯಿಸುವಂತಹ ಬಳಕೆದಾರನ ವರ್ಗ"
+msgstr ""
#: ipalib/plugins/sudorule.py:131
msgid "Sudo Allow Commands"
@@ -6558,33 +6181,28 @@ msgid "Run As User"
msgstr ""
#: ipalib/plugins/sudorule.py:151
-#, fuzzy
msgid "Run As Group"
-msgstr "ಬಳಕೆದಾರರ ಗುಂಪುಗಳು"
+msgstr ""
#: ipalib/plugins/sudorule.py:156
-#, fuzzy
msgid "External User"
-msgstr "ಹೊರಗಿನ ಹೋಸ್ಟ್"
+msgstr ""
#: ipalib/plugins/sudorule.py:157
-#, fuzzy
msgid "External User the rule applies to"
-msgstr "ನಿಯಮ ಅನ್ವಯಿಸುವಂತಹ ಬಳಕೆದಾರನ ವರ್ಗ"
+msgstr ""
#: ipalib/plugins/sudorule.py:161
-#, fuzzy
msgid "RunAs External User"
-msgstr "ಹೊರಗಿನ ಹೋಸ್ಟ್"
+msgstr ""
#: ipalib/plugins/sudorule.py:162
msgid "External User the commands can run as"
msgstr ""
#: ipalib/plugins/sudorule.py:166
-#, fuzzy
msgid "RunAs External Group"
-msgstr "ಹೊರಗಿನ ಹೋಸ್ಟ್"
+msgstr ""
#: ipalib/plugins/sudorule.py:167
msgid "External Group the commands can run as"
@@ -6598,9 +6216,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/sudorule.py:183
-#, fuzzy
msgid "Added sudo rule \"%(value)s\""
-msgstr "\"%(value)s\" ಬಳಕೆದಾರನನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/sudorule.py:189
msgid ""
@@ -6739,8 +6356,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"
@@ -6794,23 +6410,20 @@ msgid "Last name"
msgstr "ಕೊನೆಯ ಹೆಸರು"
#: ipalib/plugins/user.py:130
-#, fuzzy
msgid "Full name"
-msgstr "ನಿಯಮದ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/user.py:135
-#, fuzzy
msgid "Display name"
-msgstr "ಮೊದಲ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/user.py:140
msgid "Initials"
msgstr ""
#: ipalib/plugins/user.py:146
-#, fuzzy
msgid "Home directory"
-msgstr "ಹೋಮ್ ಡೈರೆಕ್ಟರೀ ಮೂಲ"
+msgstr ""
#: ipalib/plugins/user.py:150
msgid "GECOS field"
@@ -6829,9 +6442,8 @@ msgid "Email address"
msgstr "ಇಮೇಲ್ ವಿಳಾಸ"
#: ipalib/plugins/user.py:173
-#, fuzzy
msgid "Prompt to set the user password"
-msgstr "ಬಳಕೆದಾರನ ಗುಪ್ತಪದ ಸೆಟ್ ಮಾಡು"
+msgstr ""
#: ipalib/plugins/user.py:180
msgid "UID"
@@ -6842,9 +6454,8 @@ msgid "User ID Number (system will assign one if not provided)"
msgstr ""
#: ipalib/plugins/user.py:188
-#, fuzzy
msgid "Group ID Number"
-msgstr "ಗುಂಪಿನ ಹೆಸರು"
+msgstr ""
#: ipalib/plugins/user.py:193
msgid "Street address"
@@ -6871,14 +6482,12 @@ msgid "Mobile Telephone Number"
msgstr ""
#: ipalib/plugins/user.py:214
-#, fuzzy
msgid "Pager Number"
-msgstr "ಅನುಕ್ರಮ ಸಂಖ್ಯೆ"
+msgstr ""
#: ipalib/plugins/user.py:218
-#, fuzzy
msgid "Fax Number"
-msgstr "ಅನುಕ್ರಮ ಸಂಖ್ಯೆ"
+msgstr ""
#: ipalib/plugins/user.py:222
msgid "Org. Unit"
@@ -6897,9 +6506,8 @@ msgid "Car License"
msgstr ""
#: ipalib/plugins/user.py:234
-#, fuzzy
msgid "Account disabled"
-msgstr "%(count)d ವೇರಿಯೇಬಲ್‌ಗಳು"
+msgstr ""
#: ipalib/plugins/user.py:258
msgid ""
@@ -6931,14 +6539,12 @@ msgid "Added user \"%(value)s\""
msgstr "\"%(value)s\" ಬಳಕೆದಾರನನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
#: ipalib/plugins/user.py:303
-#, fuzzy
msgid "Don't create user private group"
-msgstr "ಡಿಫಾಲ್ಟ್ ಬಳಕೆದಾರರ ಗುಂಪು"
+msgstr ""
#: ipalib/plugins/user.py:333
-#, fuzzy
msgid "can be at most %(len)d characters"
-msgstr "ಗರಿಷ್ಠವಾಗಿ %(maxlength)d ಅಕ್ಷರಗಳು ಇರಬಹುದು"
+msgstr ""
#: ipalib/plugins/user.py:400
msgid ""
@@ -6980,8 +6586,7 @@ msgstr ""
#: ipalib/plugins/user.py:463
msgid "%(count)d user matched"
msgid_plural "%(count)d users matched"
-msgstr[0] "%(count)d ಬಳಕೆದಾರ ತಾಳೆಯಾಗುತ್ತಿದ್ದಾನೆ"
-msgstr[1] "%(count)d ಬಳಕೆದಾರರು ತಾಳೆಯಾಗುತ್ತಿದ್ದಾರೆ"
+msgstr[0] ""
#: ipalib/plugins/user.py:471
msgid ""
@@ -6991,30 +6596,26 @@ msgid ""
msgstr ""
#: ipalib/plugins/user.py:484
-#, fuzzy
msgid ""
"\n"
" Disable a user account.\n"
" "
-msgstr "\"%(value)s\" ಬಳಕೆದಾರನನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/user.py:489
-#, fuzzy
msgid "Disabled user account \"%(value)s\""
-msgstr "\"%(value)s\" ಬಳಕೆದಾರನನ್ನು ಅಳಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/plugins/user.py:507
-#, fuzzy
msgid ""
"\n"
" Enable a user account.\n"
" "
-msgstr "ಅನ್‌ಲಾಕ್ ಆಗಿರುವ ಬಳಕೆದಾರ \"%(value)s\""
+msgstr ""
#: ipalib/plugins/user.py:512
-#, fuzzy
msgid "Enabled user account \"%(value)s\""
-msgstr "ಅನ್‌ಲಾಕ್ ಆಗಿರುವ ಬಳಕೆದಾರ \"%(value)s\""
+msgstr ""
#: ipalib/plugins/user.py:529
msgid ""
@@ -7023,16 +6624,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 "ಅನ್‌ಲಾಕ್ ಆಗಿರುವ ಬಳಕೆದಾರ \"%(value)s\""
+msgstr ""
#: ipalib/plugins/virtual.py:20
msgid ""
@@ -7053,8 +6652,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 ""
@@ -7088,9 +6686,8 @@ msgid "Cancelled."
msgstr "ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ."
#: ipalib/cli.py:819
-#, fuzzy
msgid "Command name"
-msgstr "ವಲಯದ ಹೆಸರು"
+msgstr ""
#: ipalib/cli.py:1117
msgid "No file to read"
@@ -7099,7 +6696,9 @@ msgstr ""
#: ipalib/errors.py:300
#, python-format
msgid "%(cver)s client incompatible with %(sver)s server at %(server)r"
-msgstr "%(server)r ನಲ್ಲಿ ಕ್ಲೈಂಟ್ %(cver)s ಸರ್ವರ್‌ %(sver)s ನೊಂದಿಗೆ ಹೊಂದಿಕೆಯಾಗುತ್ತಿಲ್ಲ"
+msgstr ""
+"%(server)r ನಲ್ಲಿ ಕ್ಲೈಂಟ್ %(cver)s ಸರ್ವರ್‌ %(sver)s ನೊಂದಿಗೆ "
+"ಹೊಂದಿಕೆಯಾಗುತ್ತಿಲ್ಲ"
#: ipalib/errors.py:318
#, python-format
@@ -7188,14 +6787,13 @@ msgstr "%(name)r ಆಜ್ಞೆ(ಕಮ್ಯಾಂಡ್) ಯಾವುದೇ
#, python-format
msgid "command %(name)r takes at most %(count)d argument"
msgid_plural "command %(name)r takes at most %(count)d arguments"
-msgstr[0] "%(name)r ಆಜ್ಞೆ(ಕಮ್ಯಾಂಡ್) ಗರಿಷ್ಠ %(count)d ಆರ್ಗುಮೆಂಟ್‌ವನ್ನು ತೆಗೆದುಕೊಳ್ಳುತ್ತದೆ"
-msgstr[1] ""
-"%(name)r ಆಜ್ಞೆ(ಕಮ್ಯಾಂಡ್) ಗರಿಷ್ಠ %(count)d ಆರ್ಗುಮೆಂಟ್‌ಗಳನ್ನು ತೆಗೆದುಕೊಳ್ಳುತ್ತದೆ"
+msgstr[0] ""
#: ipalib/errors.py:691
#, python-format
msgid "overlapping arguments and options: %(names)r"
-msgstr "ಆರ್ಗುಮೆಂಟ್‌ಗಳನ್ನು ಮತ್ತು ಆಯ್ಕೆಗಳನ್ನು ಒಂದರಮೇಲೊಂದಾಗಿಸಲಾಗುತ್ತಿದೆ: %(names)r"
+msgstr ""
+"ಆರ್ಗುಮೆಂಟ್‌ಗಳನ್ನು ಮತ್ತು ಆಯ್ಕೆಗಳನ್ನು ಒಂದರಮೇಲೊಂದಾಗಿಸಲಾಗುತ್ತಿದೆ: %(names)r"
#: ipalib/errors.py:707
#, python-format
@@ -7237,7 +6835,8 @@ msgstr "ಈ ನಮೂದು ಈಗಾಗಲೇ ಅಸ್ತಿತ್ವದಲ್
#: ipalib/errors.py:842
msgid "You must enroll a host in order to create a host service"
msgstr ""
-"ಒಂದು ಹೋಸ್ಟ್ ಸೇವೆ(ಸರ್ವಿಸ್)ಯನ್ನು ರಚಿಸುವ ಸಲುವಾಗಿ ನೀವು ಒಂದು ಹೋಸ್ಟ್ ಅನ್ನು ಸೇರಿಸಲೇಬೇಕಾಗಿದೆ"
+"ಒಂದು ಹೋಸ್ಟ್ ಸೇವೆ(ಸರ್ವಿಸ್)ಯನ್ನು ರಚಿಸುವ ಸಲುವಾಗಿ ನೀವು ಒಂದು ಹೋಸ್ಟ್ ಅನ್ನು "
+"ಸೇರಿಸಲೇಬೇಕಾಗಿದೆ"
#: ipalib/errors.py:858
#, python-format
@@ -7251,7 +6850,9 @@ msgstr ""
#: ipalib/errors.py:874
msgid ""
"The realm for the principal does not match the realm for this IPA server"
-msgstr "principalನ ಕ್ಷೇತ್ರ(ರೆಲ್ಮ್)ವು ಈ IPA ಸರ್ವರ್‌ನ ಕ್ಷೇತ್ರ(ರೆಲ್ಮ್)ಕ್ಕೆ ತಾಳೆಯಾಗುತ್ತಿಲ್ಲ"
+msgstr ""
+"principalನ ಕ್ಷೇತ್ರ(ರೆಲ್ಮ್)ವು ಈ IPA ಸರ್ವರ್‌ನ ಕ್ಷೇತ್ರ(ರೆಲ್ಮ್)ಕ್ಕೆ "
+"ತಾಳೆಯಾಗುತ್ತಿಲ್ಲ"
#: ipalib/errors.py:890
msgid "This command requires root access"
@@ -7267,32 +6868,28 @@ msgid "Principal is not of the form user@REALM: %(principal)r"
msgstr "Principalನ ಸ್ವರೂಪ user@REALM ನಂತಲ್ಲ: %(principal)r"
#: ipalib/errors.py:938
-#, fuzzy
msgid "This entry is already enabled"
-msgstr "ಈ ನಮೂದು ಈಗಾಗಲೇ ಅನ್‌ಲಾಕ್ ಆಗಿದೆ"
+msgstr ""
#: ipalib/errors.py:954
-#, fuzzy
msgid "This entry is already disabled"
-msgstr "ಈ ನಮೂದು ಈಗಾಗಲೇ ಲಾಕ್ ಆಗಿದೆ"
+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 "ಈ ನಮೂದು ಗುಂಪಿನ ಒಂದು ಸದಸ್ಯ ಆಗಿಲ್ಲ"
+msgstr ""
#: ipalib/errors.py:1002
msgid "A group may not be a member of itself"
msgstr "ಒಂದು ಗುಂಪು ಅದರ ಒಂದು ಸದಸ್ಯ ಆಗದಿರಬಹುದು"
#: ipalib/errors.py:1018
-#, fuzzy
msgid "This entry is already a member"
-msgstr "ಈ ನಮೂದು ಈಗಾಗಲೇ ಗುಂಪಿನ ಒಂದು ಸದಸ್ಯ ಆಗಿದೆ"
+msgstr ""
#: ipalib/errors.py:1034
#, python-format
@@ -7350,9 +6947,9 @@ msgid "no modifications to be performed"
msgstr "ಯಾವುದೇ ಬದಲಾವಣೆಗಳು ನಡೆಯಬಾರದು"
#: 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"
@@ -7368,9 +6965,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 "ಕೇವಲ ಒಂದು ಬೆಲೆ ಮಾತ್ರ ಅನುಮೋದಿಸಲಾಗಿದೆ"
+msgstr ""
#: ipalib/errors.py:1350
#, python-format
@@ -7388,9 +6985,9 @@ msgid "Certificate operation cannot be completed: %(error)s"
msgstr "ಪ್ರಮಾಣಪತ್ರದ ಕಾರ್ಯಾಚರಣೆಯನ್ನು ಪೂರ್ಣಗೊಳಿಸಲು ಆಗುತ್ತಿಲ್ಲ: %(error)s"
#: ipalib/errors.py:1407
-#, fuzzy, python-format
+#, python-format
msgid "Certificate format error: %(error)s"
-msgstr "ಪ್ರಮಾಣಪತ್ರದ ಕಾರ್ಯಾಚರಣೆಯನ್ನು ಪೂರ್ಣಗೊಳಿಸಲು ಆಗುತ್ತಿಲ್ಲ: %(error)s"
+msgstr ""
#: ipalib/errors.py:1458
msgid "Already registered"
@@ -7548,14 +7145,12 @@ msgid "The IPA realm"
msgstr ""
#: ipaserver/plugins/join.py:68
-#, fuzzy
msgid "Hardware platform of the host (e.g. Lenovo T61)"
-msgstr "ಹೋಸ್ಟ್ ಹಾರ್ಡ್‌ವೇರ್ ಪ್ಲ್ಯಾಟ್‌ಫಾರ್ಮ್ (e.g. \"Lenovo T61\")"
+msgstr ""
#: ipaserver/plugins/join.py:72
-#, fuzzy
msgid "Operating System and version of the host (e.g. Fedora 9)"
-msgstr "ಹೋಸ್ಟ್ ಕಾರ್ಯಕಾರಿ ವ್ಯವಸ್ಥೆ ಮತ್ತು ಆವೃತ್ತಿ (e.g. \"Fedora 9\")"
+msgstr ""
#: ipaserver/plugins/selfsign.py:99
#, python-format
@@ -7725,9 +7320,8 @@ msgid "ber_scanf() failed, Invalid control ?!\n"
msgstr ""
#: ipa-client/ipa-getkeytab.c:736
-#, fuzzy
msgid "New Principal Password"
-msgstr "Principal ಹೆಸರು"
+msgstr ""
#: ipa-client/ipa-getkeytab.c:742
msgid "Verify Principal Password"
@@ -7746,18 +7340,17 @@ msgid "Contact this specific KDC Server"
msgstr ""
#: ipa-client/ipa-getkeytab.c:779
-#, fuzzy
msgid "Server Name"
-msgstr "ಸೇವೆಯ ಹೆಸರು"
+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
-#, fuzzy
msgid "Kerberos Service Principal Name"
-msgstr "Kerberos principal"
+msgstr ""
#: ipa-client/ipa-getkeytab.c:784 ipa-client/ipa-rmkeytab.c:174
msgid "File were to store the keytab information"
@@ -7788,18 +7381,16 @@ msgid "Asks for a non-random password to use for the principal"
msgstr ""
#: ipa-client/ipa-getkeytab.c:795
-#, fuzzy
msgid "LDAP DN"
-msgstr "LDAP URI"
+msgstr ""
#: ipa-client/ipa-getkeytab.c:795
msgid "DN to bind as if not using kerberos"
msgstr ""
#: ipa-client/ipa-getkeytab.c:797
-#, fuzzy
msgid "LDAP password"
-msgstr "ಗುಪ್ತಪದ"
+msgstr ""
#: ipa-client/ipa-getkeytab.c:797
msgid "password to use if not using kerberos"
@@ -7823,13 +7414,14 @@ 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
-#, fuzzy, c-format
+#, c-format
msgid "Invalid Service Principal Name\n"
-msgstr "Service principal"
+msgstr ""
#: ipa-client/ipa-getkeytab.c:893
#, c-format
@@ -7928,9 +7520,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 "ನಮೂದಿನಲ್ಲಿರುವ ಪ್ರಮಾಣಪತ್ರದ ಡಿಕೋಡಿಂಗ್ ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ"
+msgstr ""
#: ipa-client/ipa-join.c:407
#, c-format
@@ -7948,9 +7540,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 "csr ವನ್ನು ಡಿಕೋಡ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ: %s"
+msgstr ""
#: ipa-client/ipa-join.c:453
#, c-format
@@ -7963,14 +7555,14 @@ 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 "ಈ ನಮೂದು ಈಗಾಗಲೇ ಲಾಕ್ ಆಗಿದೆ"
+msgstr ""
#: ipa-client/ipa-join.c:484
-#, fuzzy, c-format
+#, c-format
msgid "Incorrect password.\n"
-msgstr "ಬಳಕೆದಾರನ ಗುಪ್ತಪದ"
+msgstr ""
#: ipa-client/ipa-join.c:495
#, c-format
@@ -8018,14 +7610,14 @@ msgid "Error obtaining initial credentials: %s.\n"
msgstr ""
#: ipa-client/ipa-join.c:788
-#, fuzzy, c-format
+#, c-format
msgid "Unable to generate Kerberos Credential Cache\n"
-msgstr "Kerberos ಯೋಗ್ಯತಾಪತ್ರಗಳನ್ನು ಪಡೆದಿಲ್ಲ"
+msgstr ""
#: ipa-client/ipa-join.c:796
-#, fuzzy, c-format
+#, c-format
msgid "Error storing creds in credential cache: %s.\n"
-msgstr "ಯೋಗ್ಯತಾಪತ್ರಗಳ ಕ್ಯಾಶ್‌ನಲ್ಲಿ ಜೋಡಣೆ ಸರಿಯಿಲ್ಲ"
+msgstr ""
#: ipa-client/ipa-join.c:846
#, c-format
@@ -8050,8 +7642,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
@@ -8080,9 +7672,9 @@ msgid "child exited with %d\n"
msgstr ""
#: ipa-client/ipa-join.c:1007
-#, fuzzy, c-format
+#, c-format
msgid "Certificate subject base is: %s\n"
-msgstr "ಪ್ರಮಾಣಪತ್ರದ ವಿಷಯ ಮೂಲ"
+msgstr ""
#: ipa-client/ipa-join.c:1042
msgid "Print the raw XML-RPC output in GSSAPI mode"
@@ -8101,9 +7693,8 @@ msgid "Hostname of this server"
msgstr ""
#: ipa-client/ipa-join.c:1048 ipa-client/ipa-join.c:1050
-#, fuzzy
msgid "hostname"
-msgstr "ಹೋಸ್ಟ್ ಹೆಸರು"
+msgstr ""
#: ipa-client/ipa-join.c:1050
msgid "IPA Server to use"
@@ -8114,18 +7705,16 @@ msgid "Specifies where to store keytab information."
msgstr ""
#: ipa-client/ipa-join.c:1052
-#, fuzzy
msgid "filename"
-msgstr "ನಿಯಮದ ಹೆಸರು"
+msgstr ""
#: ipa-client/ipa-join.c:1054
msgid "LDAP password (if not using Kerberos)"
msgstr ""
#: ipa-client/ipa-join.c:1054
-#, fuzzy
msgid "password"
-msgstr "ಗುಪ್ತಪದ"
+msgstr ""
#: ipa-client/ipa-rmkeytab.c:43
#, c-format
@@ -8138,9 +7727,9 @@ msgid "krb5_parse_name %d: %s\n"
msgstr ""
#: ipa-client/ipa-rmkeytab.c:55
-#, fuzzy, c-format
+#, c-format
msgid "Removing principal %s\n"
-msgstr "Service principal"
+msgstr ""
#: ipa-client/ipa-rmkeytab.c:68
#, c-format
@@ -8158,9 +7747,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 "ನಮೂದಿನಲ್ಲಿರುವ ಪ್ರಮಾಣಪತ್ರದ ಡಿಕೋಡಿಂಗ್ ಸಾಧ್ಯವಾಗುತ್ತಿಲ್ಲ"
+msgstr ""
#: ipa-client/ipa-rmkeytab.c:84
#, c-format
@@ -8173,9 +7762,9 @@ msgid "krb5_kt_remove_entry %d: %s\n"
msgstr ""
#: ipa-client/ipa-rmkeytab.c:119
-#, fuzzy, c-format
+#, c-format
msgid "Unable to parse principal\n"
-msgstr "Kerberos principal"
+msgstr ""
#: ipa-client/ipa-rmkeytab.c:121
#, c-format
@@ -8188,9 +7777,8 @@ msgid "realm not found\n"
msgstr ""
#: ipa-client/ipa-rmkeytab.c:169
-#, fuzzy
msgid "Print debugging information"
-msgstr "ಮೌಂಟ್ ಮಾಹಿತಿ"
+msgstr ""
#: ipa-client/ipa-rmkeytab.c:169
msgid "Debugging output"
@@ -8201,9 +7789,8 @@ msgid "Remove all principals in this realm"
msgstr ""
#: ipa-client/ipa-rmkeytab.c:176
-#, fuzzy
msgid "Realm name"
-msgstr "ನಿಯಮದ ಹೆಸರು"
+msgstr ""
#: ipa-client/ipa-rmkeytab.c:230 ipa-client/ipa-rmkeytab.c:237
#, c-format
@@ -8220,117 +7807,4 @@ msgstr ""
msgid "krb5_kt_close %d: %s\n"
msgstr ""
-#~ msgid "This entry has nsAccountLock set, it cannot be locked or unlocked"
-#~ msgstr ""
-#~ "ಈ ನಮೂದಿಗೆ nsAccountLock ಸೆಟ್ ಆಗಿದೆ, ಇದನ್ನು ಲಾಕ್ ಅಥವಾ ಅನ್‌ಲಾಕ್ ಮಾಡಲಾಗುವುದಿಲ್ಲ"
-
-#~ msgid "Taskgroup"
-#~ msgstr "ಟಾಸ್ಕ್‌ಗ್ರೂಪ್"
-
-#~ msgid "Taskgroup ACI grants access to"
-#~ msgstr "Taskgroup ACI grants access to"
-
-#~ msgid "Set an attribute to an name/value pair. Format is attr=value"
-#~ msgstr "Set an attribute to an name/value pair. Format is attr=value"
-
-#~ msgid "Default e-mail domain"
-#~ msgstr "ಡಿಫಾಲ್ಟ್ ಈ-ಅಂಚೆ ಡೊಮೇನ್"
-
-#~ msgid "Zone"
-#~ msgstr "ವಲಯ"
-
-#~ msgid "Record type"
-#~ msgstr "ದಾಖಲೆಯ ಬಗೆ"
-
-#~ msgid "Type-specific data"
-#~ msgstr "ನಮೂನೆ-ನಿಗದಿತ ದತ್ತಾಂಶ"
-
-#~ msgid "Search criteria"
-#~ msgstr "ಹುಡುಕು criteria"
-
-#~ msgid "type-specific data"
-#~ msgstr "ನಮೂನೆ-ನಿಗದಿತ ದತ್ತಾಂಶ"
-
-#, fuzzy
-#~ msgid "Description of service"
-#~ msgstr "ವಿವರಣೆ"
-
-#, fuzzy
-#~ msgid "Removed kerberos key from \"%(value)s\""
-#~ msgstr "\"%(value)s\" ರೋಲ್‌ಗ್ರೂಪನ್ನು ಅಳಿಸಲಾಗಿದೆ"
-
-#~ msgid "Net Groups"
-#~ msgstr "ನೆಟ್ ಗುಂಪುಗಳು"
-
-#~ msgid "Role Groups"
-#~ msgstr "ಕೆಲಸ(ರೋಲ್)ದ ಗುಂಪುಗಳು"
-
-#~ msgid "Role-group name"
-#~ msgstr "ರೋಲ್-ಗುಂಪಿನ ಹೆಸರು"
-
-#~ msgid "Member of task-groups"
-#~ msgstr "ಟಾಸ್ಕ್-ಗುಂಪುಗಳ ಸದಸ್ಯ"
-
-#, fuzzy
-#~ msgid "Service principal has no kerberos key"
-#~ msgstr "Service principal"
-
-#~ msgid "Task Groups"
-#~ msgstr "ಕೆಲಸ(ಟಾಸ್ಕ್)ದ ಗುಂಪುಗಳು"
-
-#~ msgid "Task-group name"
-#~ msgstr "ಟಾಸ್ಕ್-ಗ್ರೂಪ್ ಹೆಸರು"
-
-#~ msgid "Task-group description"
-#~ msgstr "ಟಾಸ್ಕ್-ಗ್ರೂಪ್ ವಿವರಣೆ"
-
-#~ msgid "Member role-groups"
-#~ msgstr "ಸದಸ್ಯ ರೋಲ್-ಗ್ರೂಪ್‌ಗಳು"
-
-#~ msgid "Added taskgroup \"%(value)s\""
-#~ msgstr "\"%(value)s\" ಟಾಸ್ಕ್‌ಗ್ರೂಪನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
-
-#~ msgid "Deleted taskgroup \"%(value)s\""
-#~ msgstr "\"%(value)s\" ಟಾಸ್ಕ್‌ಗ್ರೂಪನ್ನು ಅಳಿಸಲಾಗಿದೆ"
-
-#~ msgid "Modified taskgroup \"%(value)s\""
-#~ msgstr "\"%(value)s\" ಟಾಸ್ಕ್‌ಗ್ರೂಪನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ"
-
-#~ msgid "%(count)d taskgroup matched"
-#~ msgid_plural "%(count)d taskgroups matched"
-#~ msgstr[0] "%(count)d ಟಾಸ್ಕ್‌ಗ್ರೂಪ್‌ ತಾಳೆಯಾಗುತ್ತಿದೆ"
-#~ msgstr[1] "%(count)d ಟಾಸ್ಕ್‌ಗ್ರೂಪ್‌ಗಳು ತಾಳೆಯಾಗುತ್ತಿವೆ"
-
-#~ msgid "Taskgroups"
-#~ msgstr "ಟಾಸ್ಕ್‌ಗ್ರೂಪ್‌ಗಳು"
-
-#~ msgid "Locked user \"%(value)s\""
-#~ msgstr "ಲಾಕ್ ಆಗಿರುವ ಬಳಕೆದಾರ \"%(value)s\""
-
-#~ msgid "Name of service the rule applies to (e.g. ssh)"
-#~ msgstr "Name of service the rule applies to (e.g. ssh)"
-
-#~ msgid "UID (use this option to set it manually)"
-#~ msgstr "UID (ಇದನ್ನು ಮ್ಯಾನ್ಯೂವಲ್ ಆಗಿ ಸೆಟ್ ಮಾಡಲು ಈ ಆಯ್ಕೆಯನ್ನು ಬಳಸಿ)"
-
-#~ msgid "Added policy for group \"%(value)s\""
-#~ msgstr "ಗುಂಪು \"%(value)s\" ಗೆ ಪಾಲಿಸಿಯನ್ನು ಸೇರಿಸಲಾಗಿದೆ"
-
-#~ msgid "Group to set policy for"
-#~ msgstr "Group to set policy for"
-
-#~ msgid "Modified policy for group \"%(value)s\""
-#~ msgstr "ಗುಂಪು \"%(value)s\" ಗೆ ಪಾಲಿಸಿಯನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ"
-
-#~ msgid "Deleted policy for group \"%(value)s\""
-#~ msgstr "ಗುಂಪು \"%(value)s\" ಗೆ ಪಾಲಿಸಿಯನ್ನು ಅಳಿಸಲಾಗಿದೆ"
-
-#, fuzzy
-#~ msgid "Group to remove policy from"
-#~ msgstr "Group to set policy for"
-
-#~ msgid "Group to display policy"
-#~ msgstr "ಪಾಲಿಸೀ ತೋರಿಸುವುದಕ್ಕಾಗಿ ಗುಂಪು"
-#~ msgid "Display policy applied to a given user"
-#~ msgstr "ಒಬ್ಬ ಬಳಕೆದಾರನಿಗೆ ಅನ್ವಯಿಸಿರುವ ಪಾಲಿಸೀ ತೋರಿಸು"