+Wed Feb 20 11:52:27 EST 2008 Daniel P. Berrange <berrange@redhat.com>
+
+ * qemud/remote.c: Update to non-deprecated PolicyKit apis
+ * src/libvirt.c: call out to polkit-grant/polkit-auth to
+ obtain credentials
+ * po/*.po, po/libvirt.pot: Re-generate for new translatable
+ strings
+ * configure.in: Add test for polkit apis & CLI programs
+
Wed Feb 20 11:03:27 EST 2008 Daniel P. Berrange <berrange@redhat.com>
* po/*.po, po/libvirt.pot: Re-generate to pull in latest
if test "x$with_polkit" = "xyes" ; then
AC_DEFINE_UNQUOTED(HAVE_POLKIT, 1,
[use PolicyKit for UNIX socket access checks])
+
+ old_CFLAGS=$CFLAGS
+ old_LDFLAGS=$LDFLAGS
+ CFLAGS="$CFLAGS $POLKIT_CFLAGS"
+ LDFLAGS="$LDFLAGS $POLKIT_LIBS"
+ AC_CHECK_FUNCS(polkit_context_is_caller_authorized)
+ CFLAGS="$old_CFLAGS"
+ LDFLAGS="$old_LDFLAGS"
+
+ AC_PATH_PROG(POLKIT_GRANT, polkit-grant)
+ if test "x$POLKIT_GRANT" != "x"; then
+ AC_DEFINE_UNQUOTED([POLKIT_GRANT],["$POLKIT_GRANT"],[Location of polkit-grant program])
+ fi
+ AC_PATH_PROG(POLKIT_AUTH, polkit-auth)
+ if test "x$POLKIT_AUTH" != "x"; then
+ AC_DEFINE_UNQUOTED([POLKIT_AUTH],["$POLKIT_AUTH"],[Location of polkit-auth program])
+ fi
fi
fi
AM_CONDITIONAL(HAVE_POLKIT, [test "x$with_polkit" = "xyes"])
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: as\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-09-25 17:39+0530\n"
"Last-Translator: Amitakhya Phukan <aphukan@fedoraproject.org>\n"
"Language-Team: Assamese\n"
msgid "Failed to create polkit context %s\n"
msgstr "বিন্যাস নথিপত্ৰ লিখিবলৈ বিফল"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "সংযোগ বিতৰণ কৰা হৈছে"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "%s লৈ সংযোগ কৰিব পৰা ন'গ'ল"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "সংযোগ বিতৰণ কৰা হৈছে"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
msgid "domainMigratePrepare did not set uri"
msgstr ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-09-05 08:58+0300\n"
"Last-Translator: Doncho N. Gunchev <gunchev@gmail.com>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Грешка при създаване на неактивен домейн %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "заделяне на връзки"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "не може да се осъществи връзка с %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "заделяне на връзки"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "информацията за домейна е невярна, domid не е число"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: bn_IN\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-08-28 15:08+0530\n"
"Last-Translator: Runa Bhattacharjee <runab@redhat.com>\n"
"Language-Team: Bengali INDIA\n"
msgid "Failed to create polkit context %s\n"
msgstr "নিষ্ক্রিয় ডোমেইন %s নির্মাণ করতে ব্যর্থ\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "সংযোগ বরাদ্দকরণ"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "%s-র সাথে সংযোগ করতে ব্যর্থ"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "সংযোগ বরাদ্দকরণ"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "ডোমেইন সংক্রান্ত তথ্য অসম্পূর্ণ, domid সংখ্যামূলক নয়"
msgstr ""
"Project-Id-Version: hr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-01-23 16:29+0100\n"
"Last-Translator: Adnan Hodzic <AbsintheSyringe@gmail.com>\n"
"Language-Team: Bosnian <lokal@linux.org.ba>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Izrada domene %s nije uspjela\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "dodjeljivanje veze"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "nije moguće uspostaviti vezu s %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "dodjeljivanje veze"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "podaci domene nisu ispravni, domid nije broj"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-09-08 10:20-0100\n"
"Last-Translator: Xavier Conde Rueda <xavi.conde@gmail.com>\n"
"Language-Team: Catalan <fedora@softcatala.net>\n"
msgid "Failed to create polkit context %s\n"
msgstr "No s'ha pogut crear el domini inactiu %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "s'està assignant la connexió"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "no s'ha pogut connectar a %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "s'està assignant la connexió"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "la informació del domini és incorrecta, domid no és numèric"
msgstr ""
"Project-Id-Version: cs\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-09-19 19:45+0100\n"
"Last-Translator: Vojtěch Horký <vojta.horky@seznam.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Nepodařilo se vytvořit neaktivní doménu %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "alokuji spojení"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "nepodařilo se připojit k %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "alokuji spojení"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "nesprávná informace o doméně, domid není číslo"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: da\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-05-10 15:48+0200\n"
"Last-Translator: Keld Simonsen <keld@rap.dk>\n"
"Language-Team: <da@li.org>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Kunne ikke oprette inaktivt domæne %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allokerer forbindelse"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "kunne ikke forbinde til %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allokerer forbindelse"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domæneinformation fejl, domid er ikke numerisk"
msgstr ""
"Project-Id-Version: de\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-10-13 00:15+2000\n"
"Last-Translator: Robert Scheck <redhat@linuxnetz.de>\n"
"Language-Team: <de@li.org>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Fehler beim Erstellen einer inaktiven Domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "Verbindung zuweisen"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "Verbindung mit %s fehlgeschlagen"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "Verbindung zuweisen"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "Domaininformation inkorrekt, domid nicht numerisch"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-06-11 13:51+0000\n"
"Last-Translator: Abigail Brady <morwen@evilmagic.org>\n"
"Language-Team: \n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create inactive domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: es\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-12-12 09:44-0300\n"
"Last-Translator: Domingo Becker <domingobecker@gmail.com>\n"
"Language-Team: Spanish <fedora-trans-es@redhat.com>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Falló al crear dominio inactivo %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "asignando conexión"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
msgid "could not parse connection URI"
msgstr "no se pudo analizar sintácticamente la URI de conexión"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "asignando conexión"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "la información del dominio es incorrecta, domid no es numérico"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-10-24 01:24+0300\n"
"Last-Translator: Ville-Pekka Vainio <vpivaini@cs.helsinki.fi>\n"
"Language-Team: Finnish <laatu@lokalisointi.org>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Epäaktiivisen toimialueen %s luominen epäonnistui\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "varataan yhteyttä"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "ei voitu yhdistää kohteeseen %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "varataan yhteyttä"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "toimialuetieto on virheellistä, domid ei ole numeerinen"
msgstr ""
"Project-Id-Version: fr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-12-16 01:12+0100\n"
"Last-Translator: Gauthier Ancelin <gauthier.ancelin@laposte.net>\n"
"Language-Team: french <fedora-trans-fr@redhat.com>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Impossible de créer le domaine inactif %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocation de connexion"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
msgid "could not parse connection URI"
msgstr "impossible d'analyser l'URI de connexion"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocation de connexion"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "informations de domaine incorrectes, domid non numérique"
msgid ""
"cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')."
msgstr ""
-"cpulist : %s : format invalide. Chiffre attendu à la position %d (à côté de "
-"« %c »)."
+"cpulist : %s : format invalide. Chiffre attendu à la position %d (à côté de « "
+"%c »)."
#: src/virsh.c:1773
#, c-format
#, c-format
msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)"
msgstr ""
-"Le paramètre « poids » (%d) du planificateur à répartition de charge est "
-"hors limites (1-65535)"
+"Le paramètre « poids » (%d) du planificateur à répartition de charge est hors "
+"limites (1-65535)"
#: src/xen_internal.c:1333
#, c-format
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: gu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-10-24 14:05+0530\n"
"Last-Translator: Ankit Patel <ankit@redhat.com>\n"
"Language-Team: Gujarati <fedora-trans-gu@redhat.com>\n"
msgid "Failed to create polkit context %s\n"
msgstr "અસક્રિય ડોમેઈન %s બનાવવામાં નિષ્ફળ\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "જોડાણ ફાળવી રહ્યા છીએ"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "હાયપરવિઝર %s સાથે જોડાઈ શક્યા નહિં"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "જોડાણ ફાળવી રહ્યા છીએ"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "ડોમેઈન જાણકારી અયોગ્ય domid આંકડો નથી"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: hi\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-09-26 15:52+0530\n"
"Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n"
"Language-Team: Hindi <hindi.sf.net>\n"
msgid "Failed to create polkit context %s\n"
msgstr "निष्क्रिय डोमेन %s बनाने में विफल\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "संबंधन दे रहा है"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "%s से जुड़ नहीं सका"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "संबंधन दे रहा है"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "डोमेन सूचना गलत domid सांख्यिक नहीं"
msgstr ""
"Project-Id-Version: hr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-10-08 05:22+0100\n"
"Last-Translator: Renato Pavicic <renato<at>translator-shop.org>\n"
"Language-Team: CROATIAN <www.translator-shop.org>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Izrada neaktivne domene %s nije uspjela\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "dodjeljivanje veze"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "nije moguće uspostaviti vezu s %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "dodjeljivanje veze"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "podaci domene nisu ispravni, domid nije broj"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-05-03 21:23+0200\n"
"Last-Translator: Arpad Biro <biro_arpad@yahoo.com>\n"
"Language-Team: \n"
msgid "Failed to create polkit context %s\n"
msgstr "%s inaktív tartomány létrehozása nem sikerült\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "csatlakozás lefoglalása"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "nem lehet csatlakozni ehhez: %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "csatlakozás lefoglalása"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "a tartományinformáció helytelen - a domid nem numerikus"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-09-14 04:27+0700\n"
"Last-Translator: Teguh DC <dheche@songolimo.net>\n"
"Language-Team: LDP Linux Indonesia <http://linux.or.id>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Gagal membuat domain dari %s"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "mengalokasikan koneksi"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "tidak dapat terkoneksi ke %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "mengalokasikan koneksi"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
msgid "domainMigratePrepare did not set uri"
msgstr ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: it\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-12-12 06:58+0100\n"
"Last-Translator: Francesco Tombolini <tombo@adamantio.net>\n"
"Language-Team: Italiano <fedora-trans-it@redhat.com>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Impossibile creare il dominio inattivo %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "assegnazione collegamento in corso"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
msgid "could not parse connection URI"
msgstr "impossibile analizzare l'URI di connessione"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "assegnazione collegamento in corso"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "informazioni del dominio non corrette, domid non numerico"
msgstr ""
"Project-Id-Version: ja\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-12-15 13:56+0900\n"
"Last-Translator: Hyu_gabaru Ryu_ichi <hyu_gabaru@yahoo.co.jp>\n"
"Language-Team: Japanese <jp@li.org>\n"
msgid "Failed to create polkit context %s\n"
msgstr "停止中のドメイン %s の作成に失敗しました\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "接続を割り当て中"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
msgid "could not parse connection URI"
msgstr "接続 URI の構文解析ができませんでした"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "接続を割り当て中"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "ドメイン情報が正しくありません、domid は数値ではありません"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: kn\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-09-25 17:59+0530\n"
"Last-Translator: Shankar Prasad <svenkate@redhat.com>\n"
"Language-Team: Kannada <en@li.org>\n"
msgid "Failed to create polkit context %s\n"
msgstr "ನಿಷ್ಕ್ರಿಯ ಕ್ಷೇತ್ರ %s ಅನ್ನು ಸೃಜಿಸುವಲ್ಲಿ ವಿಫಲತೆ ಎದುರಾಗಿದೆ\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "ಸಂಪರ್ಕವನ್ನು ನಿಯೋಜಿಸಲಾಗುತ್ತಿದೆ"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "%s ಗೆ ಸಂಪರ್ಕ ಹೊಂದಲಾಗಿಲ್ಲ"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "ಸಂಪರ್ಕವನ್ನು ನಿಯೋಜಿಸಲಾಗುತ್ತಿದೆ"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "ಕ್ಷೇತ್ರದ ಮಾಹಿತಿಯು ಸರಿಯಿಲ್ಲ, domid ವು ಸಾಂಖ್ಯಿಕವಾಗಿಲ್ಲ"
msgstr ""
"Project-Id-Version: ko\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-09-11 09:54+1000\n"
"Last-Translator: Eunju Kim <eukim@redhat.com>\n"
"Language-Team: Korean <ko@li.org>\n"
msgid "Failed to create polkit context %s\n"
msgstr "비활성화 도메인 %s 생성 실패\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "연결 할당 중"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "%s에 연결할 수 없음"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "연결 할당 중"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "도메인 정보가 수치가 아닌 잘못된 domid임"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgid "Failed to create polkit context %s\n"
msgstr ""
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr ""
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
msgid "could not parse connection URI"
msgstr ""
-#: src/libvirt.c:649
+#: src/libvirt.c:676
msgid "allocating conn->name"
msgstr ""
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
msgid "domainMigratePrepare did not set uri"
msgstr ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: mk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-07-28 23:55+0200\n"
"Last-Translator: Arangel Angov <arangel@linux.net.mk>\n"
"Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Не успеав да го креирам неактивниот домен %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "алоцирам поврзување"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "не можев да се поврзам со %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "алоцирам поврзување"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "информацијата за доменот е неправилна, domid не е нумерички"
msgstr ""
"Project-Id-Version: ml\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-12-11 09:53+0530\n"
"Last-Translator: Ani Peter <apeter@redhat.com>\n"
"Language-Team: Malayalam\n"
msgid "Failed to create polkit context %s\n"
msgstr "നിഷ്ക്റിയമായ ഡൊമെയിന് %s ഉണ്ടാക്കുന്നതില് പരാജയം\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "കണക്ഷന് അനുവദിക്കുന്നു"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
msgid "could not parse connection URI"
msgstr "URI കണക്ഷന് പാഴ്സ് ചെയ്യുവാന് സാധ്യമായില്ല"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "കണക്ഷന് അനുവദിക്കുന്നു"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "ഡൊമെയിന് വിവരം തെറ്റാണ്, domid അക്കത്തിലല്ല"
msgstr ""
"Project-Id-Version: mr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-12-10 10:53+0530\n"
"Last-Translator: sandeep shedmake <sandeep.shedmake@gmail.com>\n"
"Language-Team: marathi\n"
msgid "Failed to create polkit context %s\n"
msgstr "निषक्रीय क्षेत्र %s निर्माण करण्यास अपयशी\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "जोडणी वाटत आहे"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
msgid "could not parse connection URI"
msgstr "जुळवणी URI वाचू शकले नाही"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "जोडणी वाटत आहे"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "डोमेन माहिती अयोग्य domid सांख्यीक नाही"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-08-03 01:24+0800\n"
"Last-Translator: Sharuzzaman Ahmat Raslan <sharuzzaman@myrealbox.com>\n"
"Language-Team: ms <ms@li.org>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Gagal mencipta direktori %s"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
#, fuzzy
msgid "allocating connection"
msgstr "Sambungan Masatamat:"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "Tidak dapat menulis ke fail %s."
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "Sambungan Masatamat:"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
msgid "domainMigratePrepare did not set uri"
msgstr ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-10-04 14:21+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian/Bokmaal <i18n-nb@lister.ping.uio.no>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Kunne ikke vise inaktive domener"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allokerer tilkobling"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "kunne ikke koble til %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allokerer tilkobling"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
msgid "domainMigratePrepare did not set uri"
msgstr ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-08-21 22:04+0200\n"
"Last-Translator: Peter van Egdom <p.van.egdom@gmail.com>\n"
"Language-Team: Dutch <vertaling@nl.linux.org>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Starten van het domein %s is mislukt"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "toewijzen van verbinding"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "geen geldige connectie"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "toewijzen van verbinding"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
msgid "domainMigratePrepare did not set uri"
msgstr ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: or\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-09-25 17:03+0530\n"
"Last-Translator: Subhransu Behera <arya_subhransu@yahoo.co.in>\n"
"Language-Team: Oriya <oriya-group@lists.sarovar.org>\n"
msgid "Failed to create polkit context %s\n"
msgstr "%s ନିଷ୍କ୍ରିୟ ପରିସରକୁ ସୃଷ୍ଟି କରିବାରେ ବିଫଳ\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "ସଂଯୋଗ ବାଣ୍ଟୁଅଛି"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "%s ସହିତ ସଂଯୋଗ କରିପାରିଲା ନାହିଁ"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "ସଂଯୋଗ ବାଣ୍ଟୁଅଛି"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "ପରିସର ସୂଚନା ଭୂଲ domid ସଂଖ୍ଯାତ୍ମକ ନୁହେଁ"
msgstr ""
"Project-Id-Version: pa\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-09-11 15:12+0530\n"
"Last-Translator: Jaswinder Singh <jsingh@redhat.com>\n"
"Language-Team: Punjabi <fedora-trans-pa@redhat.com>\n"
msgid "Failed to create polkit context %s\n"
msgstr "ਨਾ-ਸਰਗਰਮ ਡੋਮੇਨ %s ਬਣਾਉਣ ਲਈ ਅਸਫ਼ਲ ਹੈ\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "ਕੁਨੈਕਸ਼ਨ ਦਿੱਤੀ ਜਾ ਰਿਹਾ ਹੈ"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "%s ਨਾਲ ਜੁੜ ਨਹੀਂ ਸਕਿਆ"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "ਕੁਨੈਕਸ਼ਨ ਦਿੱਤੀ ਜਾ ਰਿਹਾ ਹੈ"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "ਡੋਮੇਨ ਜਾਣਕਾਰੀ ਗਲਤ ਹੈ, domid ਅੰਕੀ ਨਹੀਂ ਹੈ"
msgstr ""
"Project-Id-Version: pl\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-12-07 20:27+0200\n"
"Last-Translator: Piotr Drąg <raven@pmail.pl>\n"
"Language-Team: Polish <pl@li.org>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Utworzenie nieaktywnej domeny %s nie powiodło się\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "przydzielanie połączenia"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
msgid "could not parse connection URI"
msgstr "nie można przeanalizować URI połączenia"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "przydzielanie połączenia"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "informacje o domenie są nieprawidłowe, domid nie jest numeryczne"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-12-14 18:14+0000\n"
"Last-Translator: José Nuno Coelho Pires <jncp@netcabo.pt>\n"
"Language-Team: pt <kde-i18n-pt@kde.org>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Não foi possível criar o domínio inactivo %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "a reservar a ligação"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
msgid "could not parse connection URI"
msgstr "não foi possível processar o URI da ligação"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "a reservar a ligação"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "informação do domínio incompleta, o 'domid' não é numérico"
msgstr ""
"Project-Id-Version: pt_BR\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-12-08 14:30-0300\n"
"Last-Translator: Igor Pires Soares <igor@projetofedora.org>\n"
"Language-Team: Brazilian Portuguese <fedora-trans-pt_br@redhat.com>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Não foi possível criar o domínio inativo %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "alocando a conexão"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
msgid "could not parse connection URI"
msgstr "não foi possível analisar a URI de conexão"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "alocando a conexão"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "informação do domínio incompleta, domid não numérico"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: ru\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-05-02 08:00+0300\n"
"Last-Translator: \n"
"Language-Team: \n"
msgid "Failed to create polkit context %s\n"
msgstr "Ошибка создания неактивного домена %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "выделение соединения"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "невозможно подключиться к %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "выделение соединения"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "неверная информация домена, domid должен быть числом"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-12-06 20:47-0000\n"
"Last-Translator: Miloš Komarčević <kmilos@gmail.com>\n"
"Language-Team: Serbian (sr) <fedora-trans-sr@redhat.com>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Неуспело прављење не активираног домена %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "заузимам везу"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
msgid "could not parse connection URI"
msgstr "не могу да рашчланим УРИ везе"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "заузимам везу"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "подаци о домену су нетачни или domid није бројчан"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-09-30 22:50-0000\n"
"Last-Translator: Miloš Komarčević <kmilos@gmail.com>\n"
"Language-Team: Serbian (sr) <fedora-trans-sr@redhat.com>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Neuspelo pravljenje ne aktiviranog domena %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "zauzimam vezu"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "ne mogu da se povežem sa %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "zauzimam vezu"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "podaci o domenu su netačni ili domid nije brojčan"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-07-19 12:53-0400\n"
"Last-Translator: Magnus Larsson <fedoratrans@gmail.com>\n"
"Language-Team: Swedish <sv@li.org>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Misslyckades att skapa inaktiv domän %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allokerar anslutning"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "kunde inte ansluta till %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allokerar anslutning"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domäninformation fel, domid är inte numerisk"
msgstr ""
"Project-Id-Version: ta\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-09-24 18:04+0530\n"
"Last-Translator: I felix <ifelix@redhat.com>\n"
"Language-Team: Tamil <fedora-trans-ta@redhat.com>\n"
msgid "Failed to create polkit context %s\n"
msgstr "செயற்களம் %s ஐ உருவாக்க முடியவில்லை\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "இணைப்புகள் ஒதுக்கப்படுகிறது"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr " %sஉடன் இணைக்க முடியவில்லை"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "இணைப்புகள் ஒதுக்கப்படுகிறது"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "செயற்களம் தகவல் நிறைவு பெறாமல் உள்ளது, domid எண்ணல்ல"
msgstr ""
"Project-Id-Version: te\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-12-10 13:14+0530\n"
"Last-Translator: Krishna Babu K <kkrothap@redhat.com>\n"
"Language-Team: Telugu <en@li.org>\n"
msgid "Failed to create polkit context %s\n"
msgstr "చతనం గాని డొమైన్ %s ని సృష్టించుటలో విఫలం\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "అనుసంధానాన్ని కేటాయిస్తోంది"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
msgid "could not parse connection URI"
msgstr "అనుసంధానం URI ని పార్శ్ చేయలేదు"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "అనుసంధానాన్ని కేటాయిస్తోంది"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "క్షేత్ర సమాచారం సరైనదికాదు క్షేత్రం సంఖ్యాపరమైంది కాదు"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-08-22 14:58+0300\n"
"Last-Translator: Maxim V. Dziumanenko <dziumanenko@gmail.com>\n"
"Language-Team: Ukrainian <uk@li.org>\n"
msgid "Failed to create polkit context %s\n"
msgstr "Помилка створення неактивного домену %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "виділення з'єднання"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "не вдається з'єднатись %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "виділення з'єднання"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "неправильна інформація домену, domid має бути числом"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
msgstr ""
"Project-Id-Version: zh_CN\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-12-05 08:49+0800\n"
"Last-Translator: Leah Liu <lliu@redhat.com>\n"
"Language-Team: Chinese, Simplied£¨¼òÌåÖÐÎÄ£© <zh_CN@li.org>\n"
msgid "Failed to create polkit context %s\n"
msgstr "´´½¨²»»î¶¯Óò %s ʧ°Ü\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "ÕýÔÚ·ÖÅäÁ¬½Ó"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "²»ÄÜÁ¬½Óµ½ %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "ÕýÔÚ·ÖÅäÁ¬½Ó"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "ÓòÐÅÏ¢²»ÕýÈ·£¬domid ²»ÊÇÊý×ÖÖµ"
msgstr ""
"Project-Id-Version: zh_TW\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2007-04-10 16:18+1000\n"
"Last-Translator: Chester Cheng <ccheng@redhat.com>\n"
"Language-Team: Traditional Chinese <zh_TW@li.org>\n"
msgid "Failed to create polkit context %s\n"
msgstr "無法建立非運作中的區域 %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "正在分配連線"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "無法連上 %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "正在分配連線"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "區域的資訊不正確,domid 並非數字型態"
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-20 10:56-0500\n"
+"POT-Creation-Date: 2008-02-20 11:25-0500\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
-#: qemud/remote.c:2672
+#: qemud/remote.c:2673
+#, c-format
+msgid "Policy kit failed to check authorization %d %s"
+msgstr ""
+
+#: qemud/remote.c:2689
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
-#: qemud/remote.c:2680
+#: qemud/remote.c:2697
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
-#: qemud/remote.c:2699
+#: qemud/remote.c:2716
msgid "client tried unsupported PolicyKit init request"
msgstr ""
msgid "failure writing output: %s\n"
msgstr ""
-#: src/hash.c:695 src/libvirt.c:624
+#: src/hash.c:695 src/libvirt.c:651
msgid "allocating connection"
msgstr "allocating connection"
msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s"
msgstr ""
-#: src/libvirt.c:631
+#: src/libvirt.c:658
#, fuzzy
msgid "could not parse connection URI"
msgstr "could not connect to %s"
-#: src/libvirt.c:649
+#: src/libvirt.c:676
#, fuzzy
msgid "allocating conn->name"
msgstr "allocating connection"
-#: src/libvirt.c:2058
+#: src/libvirt.c:2097
#, fuzzy
msgid "domainMigratePrepare did not set uri"
msgstr "domain information incorrect domid not numeric"
PolKitCaller *pkcaller = NULL;
PolKitAction *pkaction = NULL;
PolKitContext *pkcontext = NULL;
- PolKitError *pkerr;
+ PolKitError *pkerr = NULL;
PolKitResult pkresult;
DBusError err;
const char *action = client->readonly ?
return -2;
}
- pkresult = polkit_context_can_caller_do_action(pkcontext, pkaction,
+#if HAVE_POLKIT_CONTEXT_IS_CALLER_AUTHORIZED
+ pkresult = polkit_context_is_caller_authorized(pkcontext,
+ pkaction,
+ pkcaller,
+ 0,
+ &pkerr);
+ if (pkerr && polkit_error_is_set(pkerr)) {
+ qemudLog(QEMUD_ERR,
+ _("Policy kit failed to check authorization %d %s"),
+ polkit_error_get_error_code(pkerr),
+ polkit_error_get_error_message(pkerr));
+ remoteDispatchFailAuth(client, req);
+ return -2;
+ }
+#else
+ pkresult = polkit_context_can_caller_do_action(pkcontext,
+ pkaction,
pkcaller);
+#endif
polkit_context_unref(pkcontext);
polkit_caller_unref(pkcaller);
polkit_action_unref(pkaction);
#include "driver.h"
#include "uuid.h"
+#include "util.h"
#include "test.h"
#include "xen_unified.h"
#include "remote_internal.h"
char *bufptr = buf;
size_t len;
- if (printf("%s:", cred[i].prompt) < 0)
- return -1;
- if (fflush(stdout) != 0)
- return -1;
-
switch (cred[i].type) {
+#if defined(POLKIT_GRANT) || defined(POLKIT_AUTH)
+ case VIR_CRED_EXTERNAL: {
+ int ret;
+ const char *const args[] = {
+#if defined(POLKIT_GRANT)
+ POLKIT_GRANT, "--gain", cred[i].prompt, NULL
+#else
+ POLKIT_AUTH, "--obtain", cred[i].prompt, NULL
+#endif
+ };
+
+ if (STRNEQ(cred[i].challenge, "PolicyKit"))
+ return -1;
+ if (virRun(NULL, (char **) args, &ret) < 0)
+ return -1;
+
+ if (!WIFEXITED(ret) ||
+ (WEXITSTATUS(ret) != 0 && WEXITSTATUS(ret) != 1))
+ return -1;
+ break;
+ }
+#endif
case VIR_CRED_USERNAME:
case VIR_CRED_AUTHNAME:
case VIR_CRED_ECHOPROMPT:
case VIR_CRED_REALM:
+ if (printf("%s:", cred[i].prompt) < 0)
+ return -1;
+ if (fflush(stdout) != 0)
+ return -1;
+
if (!fgets(buf, sizeof(buf), stdin)) {
if (feof(stdin)) { /* Treat EOF as "" */
buf[0] = '\0';
case VIR_CRED_PASSPHRASE:
case VIR_CRED_NOECHOPROMPT:
+ if (printf("%s:", cred[i].prompt) < 0)
+ return -1;
+ if (fflush(stdout) != 0)
+ return -1;
+
bufptr = getpass("");
if (!bufptr)
return -1;
VIR_CRED_REALM,
VIR_CRED_PASSPHRASE,
VIR_CRED_NOECHOPROMPT,
+#if defined(POLKIT_AUTH) || defined(POLKIT_GRANT)
+ VIR_CRED_EXTERNAL,
+#endif
};
static virConnectAuth virConnectAuthDefault = {
if (STREQ (name, "xen://"))
name = "xen:///";
- if (!initialized)
- if (virInitialize() < 0)
- return NULL;
-
ret = virGetConnect();
if (ret == NULL) {
virLibConnError(NULL, VIR_ERR_NO_MEMORY, _("allocating connection"));
goto failed;
}
+ /* Cleansing flags */
+ ret->flags = flags & VIR_CONNECT_RO;
+
for (i = 0; i < virDriverTabCount; i++) {
DEBUG("trying driver %d (%s) ...",
i, virDriverTab[i]->name);
}
}
- /* Cleansing flags */
- ret->flags = flags & VIR_CONNECT_RO;
-
xmlFreeURI (uri);
return ret;
virConnectPtr
virConnectOpen (const char *name)
{
+ if (!initialized)
+ if (virInitialize() < 0)
+ return NULL;
+
DEBUG("name=%s", name);
return do_open (name, NULL, 0);
}
virConnectPtr
virConnectOpenReadOnly(const char *name)
{
+ if (!initialized)
+ if (virInitialize() < 0)
+ return NULL;
+
DEBUG("name=%s", name);
return do_open (name, NULL, VIR_CONNECT_RO);
}
virConnectAuthPtr auth,
int flags)
{
- DEBUG("name=%s", name);
+ if (!initialized)
+ if (virInitialize() < 0)
+ return NULL;
+
+ DEBUG("name=%s, auth=%p, flags=%d", name, auth, flags);
return do_open (name, auth, flags);
}