summaryrefslogtreecommitdiffstats
path: root/install/po/bn_IN.po
diff options
context:
space:
mode:
Diffstat (limited to 'install/po/bn_IN.po')
-rw-r--r--install/po/bn_IN.po552
1 files changed, 196 insertions, 356 deletions
diff --git a/install/po/bn_IN.po b/install/po/bn_IN.po
index 445156d24..70eac1190 100644
--- a/install/po/bn_IN.po
+++ b/install/po/bn_IN.po
@@ -1,22 +1,22 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Red Hat
# This file is distributed under the same license as the PACKAGE package.
+#
# sankarshan mukhopadhyay <sankarshan@fedoraproject.org>, 2010.
+# jdennis <jdennis@redhat.com>, 2011.
msgid ""
msgstr ""
-"Project-Id-Version: ipa\n"
-"Report-Msgid-Bugs-To: https://hosted.fedoraproject.org/projects/freeipa/"
-"newticket\n"
+"Project-Id-Version: FreeIPA\n"
+"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?product=freeIPA\n"
"POT-Creation-Date: 2011-06-06 13:27-0400\n"
-"PO-Revision-Date: 2010-02-19 12:34+0530\n"
-"Last-Translator: sankarshan mukhopadhyay <sankarshan@fedoraproject.org>\n"
-"Language-Team: anubad@lists.ankur.org.in\n"
-"Language: en\n"
+"PO-Revision-Date: 2011-07-27 00:01+0000\n"
+"Last-Translator: jdennis <jdennis@redhat.com>\n"
+"Language-Team: Bengali (India) <anubad@lists.ankur.org.in>\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"
-"X-Generator: Virtaal 0.5.1\n"
+"Language: bn_IN\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\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"
@@ -468,9 +449,8 @@ msgid "New ACI name"
msgstr ""
#: ipalib/plugins/aci.py:882
-#, fuzzy
msgid "Renamed ACI to \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/automount.py:20
msgid ""
@@ -479,12 +459,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"
@@ -519,8 +497,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"
@@ -548,12 +525,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"
@@ -888,9 +863,8 @@ msgid "Member service groups"
msgstr ""
#: ipalib/plugins/baseldap.py:93
-#, fuzzy
msgid "Member HBAC service groups"
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/baseldap.py:102
msgid "Indirect Member users"
@@ -1046,8 +1020,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 ""
@@ -1203,17 +1176,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"
@@ -1244,8 +1213,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"
@@ -1258,8 +1226,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"
@@ -1513,8 +1480,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"
@@ -1523,11 +1489,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"
@@ -1538,8 +1502,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"
@@ -1704,13 +1667,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"
@@ -1763,7 +1724,8 @@ msgstr ""
#: ipalib/plugins/delegation.py:114 ipalib/plugins/selfservice.py:87
msgid ""
-"Comma-separated list of permissions to grant (read, write). Default is write."
+"Comma-separated list of permissions to grant (read, write). Default is "
+"write."
msgstr ""
#: ipalib/plugins/delegation.py:125
@@ -1782,9 +1744,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/delegation.py:156
-#, fuzzy
msgid "Added delegation \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/delegation.py:176
msgid ""
@@ -1794,9 +1755,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/delegation.py:181
-#, fuzzy
msgid "Deleted delegation \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/delegation.py:197
msgid ""
@@ -1806,9 +1766,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/delegation.py:201
-#, fuzzy
msgid "Modified delegation \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/delegation.py:219
msgid ""
@@ -1818,11 +1777,10 @@ 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] ""
+msgstr[1] ""
#: ipalib/plugins/delegation.py:250
msgid ""
@@ -1862,21 +1820,15 @@ msgid ""
" Add new SRV records for LDAP servers. Three quarters of the requests\n"
" should go to fast.example.com, one quarter to slow.example.com. If neither\n"
" is available, switch to backup.example.com.\n"
-" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 3 389 fast.example."
-"com\"\n"
-" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 1 389 slow.example."
-"com\"\n"
-" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"1 1 389 backup."
-"example.com\"\n"
-"\n"
-" When dnsrecord-add command is executed with no option to add a specific "
-"record\n"
-" an interactive mode is started. The mode interactively prompts for the "
-"most\n"
+" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 3 389 fast.example.com\"\n"
+" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"0 1 389 slow.example.com\"\n"
+" ipa dnsrecord-add example.com _ldap._tcp --srv-rec=\"1 1 389 backup.example.com\"\n"
+"\n"
+" When dnsrecord-add command is executed with no option to add a specific record\n"
+" an interactive mode is started. The mode interactively prompts for the most\n"
" typical record types for the respective zone:\n"
" ipa dnsrecord-add example.com www\n"
-" [A record]: 1.2.3.4,11.22.33.44 (2 interactively entered random "
-"IPs)\n"
+" [A record]: 1.2.3.4,11.22.33.44 (2 interactively entered random IPs)\n"
" [AAAA record]: (no AAAA address entered)\n"
" Record name: www\n"
" A record: 1.2.3.4, 11.22.33.44\n"
@@ -1892,8 +1844,7 @@ msgid ""
" Delete A record '1.2.3.4'? Yes/No (default No): \n"
" Delete A record '11.22.33.44'? Yes/No (default No): y\n"
" Record name: www\n"
-" A record: 1.2.3.4 (A record 11.22.33.44 has been "
-"deleted)\n"
+" A record: 1.2.3.4 (A record 11.22.33.44 has been deleted)\n"
"\n"
" Show zone example.com:\n"
" ipa dnszone-show example.com\n"
@@ -2098,9 +2049,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 ""
@@ -2110,9 +2060,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 ""
@@ -2126,9 +2075,8 @@ msgid "DNS resource record"
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"
@@ -2196,9 +2144,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/dns.py:792
-#, fuzzy
msgid "Deleted record \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/dns.py:799
msgid ""
@@ -2462,8 +2409,7 @@ msgstr ""
#: ipalib/plugins/entitle.py:646
msgid ""
"\n"
-" If we are adding the first entry there are no updates so "
-"EmptyModlist\n"
+" If we are adding the first entry there are no updates so EmptyModlist\n"
" will get thrown. Ignore it.\n"
" "
msgstr ""
@@ -2493,8 +2439,7 @@ msgid ""
"Every group must have a description.\n"
"\n"
"POSIX groups must have a Group ID (GID) number. Changing a GID is\n"
-"supported but can have an impact on your file permissions. It is not "
-"necessary\n"
+"supported but can have an impact on your file permissions. It is not necessary\n"
"to supply a GID when creating a group. IPA will generate one automatically\n"
"if it is not provided.\n"
"\n"
@@ -2570,9 +2515,8 @@ msgid "Added group \"%(value)s\""
msgstr ""
#: ipalib/plugins/group.py:137
-#, fuzzy
msgid "Create as a non-POSIX group"
-msgstr "একটি পসিক্স (posix) গ্রুপ আগে থেকে উপস্থিত"
+msgstr ""
#: ipalib/plugins/group.py:154
msgid ""
@@ -2597,9 +2541,8 @@ msgid "Modified group \"%(value)s\""
msgstr ""
#: ipalib/plugins/group.py:194
-#, fuzzy
msgid "change to a POSIX group"
-msgstr "একটি পসিক্স (posix) গ্রুপ আগে থেকে উপস্থিত"
+msgstr ""
#: ipalib/plugins/group.py:215
msgid ""
@@ -2653,8 +2596,7 @@ msgstr ""
#: ipalib/plugins/group.py:288
msgid ""
"\n"
-" This requires updating both the user and the group. We first need "
-"to\n"
+" This requires updating both the user and the group. We first need to\n"
" verify that both the user and group can be updated, then we go\n"
" about our work. We don't want a situation where only the user or\n"
" group can be modified and we're left in a bad state.\n"
@@ -2693,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"
@@ -2751,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
@@ -2840,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 ""
@@ -2852,9 +2791,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacrule.py:234
-#, fuzzy
msgid "Deleted HBAC rule \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/hbacrule.py:240
msgid ""
@@ -2864,9 +2802,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacrule.py:244
-#, fuzzy
msgid "Modified HBAC rule \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/hbacrule.py:266
msgid ""
@@ -2876,11 +2813,10 @@ 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 ভেরিয়াবেল"
-msgstr[1] "%(count)d ভেরিয়াবেল"
+msgstr[0] ""
+msgstr[1] ""
#: ipalib/plugins/hbacrule.py:278
msgid ""
@@ -2897,9 +2833,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 ""
@@ -2909,9 +2844,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 ""
@@ -3043,9 +2977,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 ""
@@ -3055,9 +2988,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 ""
@@ -3067,9 +2999,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 ""
@@ -3079,11 +3010,10 @@ 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] ""
+msgstr[1] ""
#: ipalib/plugins/hbacsvc.py:122
msgid ""
@@ -3127,9 +3057,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:64
-#, fuzzy
msgid "HBAC service Groups"
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/hbacsvcgroup.py:69
msgid "Service group name"
@@ -3140,43 +3069,37 @@ msgid "HBAC service group description"
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 ""
@@ -3186,11 +3109,10 @@ 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] ""
+msgstr[1] ""
#: ipalib/plugins/hbacsvcgroup.py:122
msgid ""
@@ -3248,8 +3170,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"
@@ -3273,8 +3194,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 ""
@@ -3465,9 +3385,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/host.py:688
-#, fuzzy
msgid "Disabled host \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/host.py:770
msgid ""
@@ -3675,9 +3594,8 @@ msgid "Superseded"
msgstr ""
#: ipalib/plugins/internal.py:117
-#, fuzzy
msgid "Cessation of Operation"
-msgstr "ফাইল কার্য"
+msgstr ""
#: ipalib/plugins/internal.py:118
msgid "Certificate Hold"
@@ -3711,8 +3629,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
@@ -3836,9 +3754,8 @@ msgid "Group Settings"
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"
@@ -3863,9 +3780,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"
@@ -3908,14 +3824,12 @@ msgid "From"
msgstr ""
#: ipalib/plugins/internal.py:192
-#, fuzzy
msgid "Add HBAC Service"
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/internal.py:195
-#, fuzzy
msgid "Add HBAC Service Group"
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/internal.py:199
msgid "Add Host"
@@ -4090,14 +4004,12 @@ msgid "Are you sure you want to unprovision this service?"
msgstr ""
#: ipalib/plugins/internal.py:271
-#, fuzzy
msgid "Add Sudo Command"
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/internal.py:275
-#, fuzzy
msgid "Add Sudo Command Group"
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/internal.py:276 ipalib/plugins/sudocmdgroup.py:80
msgid "Commands"
@@ -4192,9 +4104,8 @@ msgid "Password change complete"
msgstr ""
#: ipalib/plugins/internal.py:315
-#, fuzzy
msgid "Passwords must match"
-msgstr "পাসওয়ার্ড দুটি মিলছে না"
+msgstr ""
#: ipalib/plugins/internal.py:319
msgid "Add"
@@ -4221,9 +4132,8 @@ msgid "Back to List"
msgstr ""
#: ipalib/plugins/internal.py:325
-#, fuzzy
msgid "Cancel"
-msgstr "বাতিল করা হয়েছে।"
+msgstr ""
#: ipalib/plugins/internal.py:326
msgid "Close"
@@ -4422,9 +4332,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
@@ -4495,8 +4405,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"
@@ -4509,8 +4418,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"
@@ -4672,8 +4580,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
@@ -4819,8 +4726,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 ""
@@ -4874,9 +4780,8 @@ msgstr[0] "%(count)d প্লাগ-ইন লোড করা হয়েছে"
msgstr[1] "%(count)d প্লাগ-ইন লোড করা হয়েছে"
#: ipalib/plugins/misc.py:126
-#, fuzzy
msgid "Number of plugins loaded"
-msgstr "%(count)d প্লাগ-ইন লোড করা হয়েছে"
+msgstr ""
#: ipalib/plugins/netgroup.py:20
msgid ""
@@ -4943,9 +4848,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/netgroup.py:144
-#, fuzzy
msgid "Added netgroup \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/netgroup.py:153
msgid ""
@@ -4955,9 +4859,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/netgroup.py:156
-#, fuzzy
msgid "Deleted netgroup \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/netgroup.py:162
msgid ""
@@ -4967,9 +4870,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/netgroup.py:166
-#, fuzzy
msgid "Modified netgroup \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/netgroup.py:180
msgid ""
@@ -4979,11 +4881,10 @@ 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] ""
+msgstr[1] ""
#: ipalib/plugins/netgroup.py:213
msgid ""
@@ -5035,17 +4936,15 @@ msgid ""
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"
@@ -5061,8 +4960,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"
@@ -5109,8 +5007,7 @@ msgid ""
" ipa permission-add --type=user --permissions=add \"Add Users\"\n"
"\n"
" Add a permission that grants the ability to manage group membership:\n"
-" ipa permission-add --attrs=member --permissions=write --type=group "
-"\"Manage Group Members\"\n"
+" ipa permission-add --attrs=member --permissions=write --type=group \"Manage Group Members\"\n"
msgstr ""
#: ipalib/plugins/permission.py:84
@@ -5162,9 +5059,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/permission.py:181
-#, fuzzy
msgid "Added permission \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/permission.py:236
msgid ""
@@ -5174,9 +5070,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/permission.py:240
-#, fuzzy
msgid "Deleted permission \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/permission.py:256
msgid ""
@@ -5186,9 +5081,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/permission.py:260
-#, fuzzy
msgid "Modified permission \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/permission.py:352
msgid ""
@@ -5198,11 +5092,10 @@ 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] ""
+msgstr[1] ""
#: ipalib/plugins/permission.py:405
msgid ""
@@ -5343,9 +5236,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/privilege.py:89
-#, fuzzy
msgid "Added privilege \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/privilege.py:95
msgid ""
@@ -5355,9 +5247,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/privilege.py:99
-#, fuzzy
msgid "Deleted privilege \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/privilege.py:105
msgid ""
@@ -5367,9 +5258,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/privilege.py:109
-#, fuzzy
msgid "Modified privilege \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/privilege.py:115
msgid ""
@@ -5379,11 +5269,10 @@ 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] ""
+msgstr[1] ""
#: ipalib/plugins/privilege.py:127
msgid ""
@@ -5414,9 +5303,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/privilege.py:169
-#, fuzzy
msgid "Number of permissions added"
-msgstr "%(count)d প্লাগ-ইন লোড করা হয়েছে"
+msgstr ""
#: ipalib/plugins/privilege.py:177
msgid ""
@@ -5426,9 +5314,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/privilege.py:195
-#, fuzzy
msgid "Number of permissions removed"
-msgstr "%(count)d প্লাগ-ইন লোড করা হয়েছে"
+msgstr ""
#: ipalib/plugins/pwpolicy.py:20
msgid ""
@@ -5460,8 +5347,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"
@@ -5641,8 +5527,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"
@@ -5698,9 +5583,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/role.py:105
-#, fuzzy
msgid "Added role \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/role.py:111
msgid ""
@@ -5710,9 +5594,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/role.py:115
-#, fuzzy
msgid "Deleted role \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/role.py:121
msgid ""
@@ -5722,9 +5605,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/role.py:125
-#, fuzzy
msgid "Modified role \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/role.py:131
msgid ""
@@ -5734,11 +5616,10 @@ 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] ""
+msgstr[1] ""
#: ipalib/plugins/role.py:143
msgid ""
@@ -5769,9 +5650,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/role.py:183
-#, fuzzy
msgid "Number of privileges added"
-msgstr "%(count)d প্লাগ-ইন লোড করা হয়েছে"
+msgstr ""
#: ipalib/plugins/role.py:191
msgid ""
@@ -5781,9 +5661,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/role.py:207
-#, fuzzy
msgid "Number of privileges removed"
-msgstr "%(count)d প্লাগ-ইন লোড করা হয়েছে"
+msgstr ""
#: ipalib/plugins/selfservice.py:19
msgid ""
@@ -5794,20 +5673,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"
@@ -5853,9 +5729,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/selfservice.py:118
-#, fuzzy
msgid "Added selfservice \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/selfservice.py:137
msgid ""
@@ -5865,9 +5740,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/selfservice.py:142
-#, fuzzy
msgid "Deleted selfservice \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/selfservice.py:158
msgid ""
@@ -5877,9 +5751,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/selfservice.py:162
-#, fuzzy
msgid "Modified selfservice \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/selfservice.py:181
msgid ""
@@ -5889,11 +5762,10 @@ 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] ""
+msgstr[1] ""
#: ipalib/plugins/selfservice.py:207
msgid ""
@@ -5951,8 +5823,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 ""
@@ -5993,9 +5864,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/service.py:245
-#, fuzzy
msgid "Added service \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/service.py:251
msgid "force principal name even if not in DNS"
@@ -6009,9 +5879,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/service.py:287
-#, fuzzy
msgid "Deleted service \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/service.py:321
msgid ""
@@ -6021,9 +5890,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/service.py:324
-#, fuzzy
msgid "Modified service \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/service.py:356
msgid ""
@@ -6033,11 +5901,10 @@ 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] ""
+msgstr[1] ""
#: ipalib/plugins/service.py:394
msgid ""
@@ -6068,9 +5935,8 @@ msgid ""
msgstr ""
#: ipalib/plugins/service.py:456
-#, fuzzy
msgid "Disabled service \"%(value)s\""
-msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+msgstr ""
#: ipalib/plugins/sudocmd.py:19
msgid ""
@@ -6116,22 +5982,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 ""
@@ -6141,9 +6004,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 ""
@@ -6153,11 +6015,10 @@ 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] ""
+msgstr[1] ""
#: ipalib/plugins/sudocmd.py:136
msgid ""
@@ -6182,8 +6043,7 @@ msgid ""
" ipa sudocmdgroup-del admincmds\n"
"\n"
" Manage Sudo command group membership, commands:\n"
-" ipa sudocmdgroup-add-member --sudocmds=/usr/bin/less,/usr/bin/vim "
-"admincmds\n"
+" ipa sudocmdgroup-add-member --sudocmds=/usr/bin/less,/usr/bin/vim admincmds\n"
"\n"
" Manage Sudo command group membership, commands:\n"
" ipa group-remove-member --sudocmds=/usr/bin/less admincmds\n"
@@ -6211,22 +6071,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 ""
@@ -6236,9 +6093,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 ""
@@ -6248,11 +6104,10 @@ 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] ""
+msgstr[1] ""
#: ipalib/plugins/sudocmdgroup.py:136
msgid ""
@@ -6262,12 +6117,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 ""
@@ -6288,9 +6142,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 ""
@@ -6378,9 +6230,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 ""
@@ -6519,8 +6370,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"
@@ -6670,9 +6520,8 @@ msgid "Car License"
msgstr ""
#: ipalib/plugins/user.py:234
-#, fuzzy
msgid "Account disabled"
-msgstr "%(count)d ভেরিয়াবেল"
+msgstr ""
#: ipalib/plugins/user.py:258
msgid ""
@@ -6762,30 +6611,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 ""
@@ -6794,16 +6639,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 ""
@@ -6824,8 +6667,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 ""
@@ -6859,9 +6701,8 @@ msgid "Cancelled."
msgstr "বাতিল করা হয়েছে।"
#: ipalib/cli.py:819
-#, fuzzy
msgid "Command name"
-msgstr "অজানা কম্যান্ড %(name)r"
+msgstr ""
#: ipalib/cli.py:1117
msgid "No file to read"
@@ -7054,9 +6895,8 @@ msgid "A group may not be a member of itself"
msgstr ""
#: ipalib/errors.py:1018
-#, fuzzy
msgid "This entry is already a member"
-msgstr "একটি পসিক্স (posix) গ্রুপ আগে থেকে উপস্থিত"
+msgstr ""
#: ipalib/errors.py:1034
#, python-format
@@ -7114,9 +6954,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"
@@ -7132,9 +6972,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
@@ -7509,7 +7349,8 @@ msgid "Server Name"
msgstr ""
#: ipa-client/ipa-getkeytab.c:781 ipa-client/ipa-rmkeytab.c:171
-msgid "The principal to get a keytab for (ex: ftp/ftp.example.com@EXAMPLE.COM)"
+msgid ""
+"The principal to get a keytab for (ex: ftp/ftp.example.com@EXAMPLE.COM)"
msgstr ""
#: ipa-client/ipa-getkeytab.c:782 ipa-client/ipa-rmkeytab.c:172
@@ -7578,7 +7419,8 @@ msgstr ""
#: ipa-client/ipa-getkeytab.c:873
#, c-format
msgid ""
-"Warning: salt types are not honored with randomized passwords (see opt. -P)\n"
+"Warning: salt types are not honored with randomized passwords (see opt. "
+"-P)\n"
msgstr ""
#: ipa-client/ipa-getkeytab.c:885
@@ -7805,8 +7647,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
@@ -7970,6 +7812,4 @@ msgstr ""
msgid "krb5_kt_close %d: %s\n"
msgstr ""
-#, fuzzy
-#~ msgid "Removed kerberos key from \"%(value)s\""
-#~ msgstr "\"%(value)s\" ব্যবহারকারী যোগ করা হয়েছে"
+