]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Update to work with new policy kit APIs
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 20 Feb 2008 16:54:35 +0000 (16:54 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 20 Feb 2008 16:54:35 +0000 (16:54 +0000)
79 files changed:
ChangeLog
configure.in
po/af.po
po/am.po
po/ar.po
po/as.po
po/be.po
po/bg.po
po/bn.po
po/bn_IN.po
po/bs.po
po/ca.po
po/cs.po
po/cy.po
po/da.po
po/de.po
po/el.po
po/en_GB.po
po/es.po
po/et.po
po/eu_ES.po
po/fa.po
po/fi.po
po/fr.po
po/gl.po
po/gu.po
po/he.po
po/hi.po
po/hr.po
po/hu.po
po/hy.po
po/id.po
po/is.po
po/it.po
po/ja.po
po/ka.po
po/kn.po
po/ko.po
po/ku.po
po/libvirt.pot
po/lo.po
po/lt.po
po/lv.po
po/mk.po
po/ml.po
po/mr.po
po/ms.po
po/my.po
po/nb.po
po/nl.po
po/nn.po
po/no.po
po/nso.po
po/or.po
po/pa.po
po/pl.po
po/pt.po
po/pt_BR.po
po/ro.po
po/ru.po
po/si.po
po/sk.po
po/sl.po
po/sq.po
po/sr.po
po/sr@Latn.po
po/sv.po
po/ta.po
po/te.po
po/th.po
po/tr.po
po/uk.po
po/ur.po
po/vi.po
po/zh_CN.po
po/zh_TW.po
po/zu.po
qemud/remote.c
src/libvirt.c

index 0d52b82d93837acfaee7aa477276ed607feae34d..ccc25c93cee28c0cdc407d8cd27c0774cc1dc4a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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
index 95c557cce1093ba500af46c85b0b8b44ea1c69ba..c2030c7c6c7fd97719a89ffad4337a240ce5f88b 100644 (file)
@@ -441,6 +441,23 @@ if test "x$with_polkit" = "xyes" -o "x$with_polkit" = "xcheck"; then
   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"])
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/af.po
+++ b/po/af.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/am.po
+++ b/po/am.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/ar.po
+++ b/po/ar.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index daddc458fcf08ce8f34801371e549120bb27d6b0..610b3f549bebb1ee06c80a9ab9d4007d89fbe018 100644 (file)
--- a/po/as.po
+++ b/po/as.po
@@ -9,7 +9,7 @@ msgid ""
 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"
@@ -234,17 +234,22 @@ msgstr "%s বিন্যাস নথিপত্ৰ পঢ়োঁতে বি
 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 ""
 
@@ -652,7 +657,7 @@ 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 "সংযোগ বিতৰণ কৰা হৈছে"
 
@@ -741,17 +746,17 @@ 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 ""
 
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/be.po
+++ b/po/be.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index a46afa6a7f091160731c9015baddbe1903b98828..4e10414e5453a54b7f4f6929b196f1e5589c9653 100644 (file)
--- a/po/bg.po
+++ b/po/bg.po
@@ -8,7 +8,7 @@ msgid ""
 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"
@@ -232,17 +232,22 @@ msgstr "Грешка при създаване на неактивен доме
 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 ""
 
@@ -655,7 +660,7 @@ 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 "заделяне на връзки"
 
@@ -748,17 +753,17 @@ 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 не е число"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/bn.po
+++ b/po/bn.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index 4d2439525f3549e4859d35e47da8ff1fd8a4c121..ec5b8aaf14567999dd965c50228972c3b60de78f 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -234,17 +234,22 @@ msgstr "নিষ্ক্রিয় ডোমেইন %s নির্মাণ
 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 ""
 
@@ -657,7 +662,7 @@ 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 "সংযোগ বরাদ্দকরণ"
 
@@ -750,17 +755,17 @@ 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 সংখ্যামূলক নয়"
index b869b43b77a7f9f1cf74e23103bd088b71a8e7dd..d4f8afb671baae7bcf0a4c50083fd1491d402eb9 100644 (file)
--- a/po/bs.po
+++ b/po/bs.po
@@ -4,7 +4,7 @@ msgid ""
 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"
@@ -228,17 +228,22 @@ msgstr "Izrada domene %s nije uspjela\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 ""
 
@@ -652,7 +657,7 @@ 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"
 
@@ -748,17 +753,17 @@ 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 "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"
index af76d5bd877de91347f9e13eb0e0f4f75d51250f..14aca15f7acb42f6a0999e3644651d34901bae4a 100644 (file)
--- a/po/ca.po
+++ b/po/ca.po
@@ -20,7 +20,7 @@ msgid ""
 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"
@@ -243,17 +243,22 @@ msgstr "No s'ha pogut crear el domini inactiu %s\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 ""
 
@@ -666,7 +671,7 @@ 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ó"
 
@@ -760,17 +765,17 @@ 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 "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"
index 407fac32d23306a27758f11ccab953548190a79a..dd0408bfc422d14edd1ee44773cae0ac2cd6998c 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -230,17 +230,22 @@ msgstr "Nepodařilo se vytvořit neaktivní doménu %s\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 ""
 
@@ -653,7 +658,7 @@ 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í"
 
@@ -746,17 +751,17 @@ 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 "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"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/cy.po
+++ b/po/cy.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index 9b7e1037cbd7e9f0faff9fab1755b99b51792b3c..326664f1d958181f3fdfcf450a90aef4252bc35b 100644 (file)
--- a/po/da.po
+++ b/po/da.po
@@ -11,7 +11,7 @@ msgid ""
 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"
@@ -235,17 +235,22 @@ msgstr "Kunne ikke oprette inaktivt domæne %s\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 ""
 
@@ -659,7 +664,7 @@ 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"
 
@@ -752,17 +757,17 @@ 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 "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"
index 40fee39f3afb628239b8169f5190d18538de6666..9e1cf6d85b8959ba72e7e0971d8452da7c844af4 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -9,7 +9,7 @@ msgid ""
 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"
@@ -234,17 +234,22 @@ msgstr "Fehler beim Erstellen einer inaktiven Domain %s\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 ""
 
@@ -657,7 +662,7 @@ 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"
 
@@ -750,17 +755,17 @@ 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 "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"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/el.po
+++ b/po/el.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index 1e37b57e65caebd45d60bbf462e8e7ba8aee4eb9..693ba91124bd02fadcf95c9d237c849ad7a0937c 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -230,17 +230,22 @@ msgstr "Failed to create inactive domain %s\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 ""
 
@@ -654,7 +659,7 @@ 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"
 
@@ -747,17 +752,17 @@ 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 "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"
index ef4f507846fa3bcc9ccd17bb17d633a260b5babc..d2344cae1e1a2aadd82da16087dfd3f45b5529de 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -9,7 +9,7 @@ msgid ""
 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"
@@ -234,17 +234,22 @@ msgstr "Falló al crear dominio inactivo %s\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 ""
 
@@ -657,7 +662,7 @@ 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"
 
@@ -750,16 +755,16 @@ 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 "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"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/et.po
+++ b/po/et.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/fa.po
+++ b/po/fa.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index a1f39450aa94d2d5fed477da65f5862026fbcbac..6bb5a2b48f8e2d3b65406bd2d5ffc353e1e665c8 100644 (file)
--- a/po/fi.po
+++ b/po/fi.po
@@ -6,7 +6,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Epäaktiivisen toimialueen %s luominen epäonnistui\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 ""
 
@@ -654,7 +659,7 @@ 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ä"
 
@@ -747,17 +752,17 @@ 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 "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"
index b0c1ada739ff0b12daad272b50ac58cc11b5eae7..8a59cbb614e7291e02c3cf5b618a00d3270bb59e 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -11,7 +11,7 @@ msgid ""
 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"
@@ -235,17 +235,22 @@ msgstr "Impossible de créer le domaine inactif %s\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 ""
 
@@ -658,7 +663,7 @@ 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"
 
@@ -751,16 +756,16 @@ 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 "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"
@@ -2472,8 +2477,8 @@ msgstr "cpulist : format invalide. Chaîne vide."
 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
@@ -4337,8 +4342,8 @@ msgstr "Impossible d'accéder au réseau : %s"
 #, 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
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/gl.po
+++ b/po/gl.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index 9f0f39f38c184440e05c94055466f8a5e7159598..bb77cd8948fb24b2c4bf72261233d9ade748c087 100644 (file)
--- a/po/gu.po
+++ b/po/gu.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -240,17 +240,22 @@ msgstr "અસક્રિય ડોમેઈન %s બનાવવામાં
 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 ""
 
@@ -663,7 +668,7 @@ 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 "જોડાણ ફાળવી રહ્યા છીએ"
 
@@ -756,17 +761,17 @@ 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 આંકડો નથી"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/he.po
+++ b/po/he.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index d635ea1eb460e605c88f750cffaa647de771e0b1..d05e9a50015647cec931b743c97fdf90fdb9dc10 100644 (file)
--- a/po/hi.po
+++ b/po/hi.po
@@ -11,7 +11,7 @@ msgid ""
 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"
@@ -253,17 +253,22 @@ msgstr "निष्क्रिय डोमेन %s बनाने में
 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 ""
 
@@ -678,7 +683,7 @@ 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 "संबंधन दे रहा है"
 
@@ -771,17 +776,17 @@ 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 सांख्यिक नहीं"
index 40059365f914567f98b21d0b097bde548adb211f..8cad356bee0e40487e8d1a08174d4757434a672b 100644 (file)
--- a/po/hr.po
+++ b/po/hr.po
@@ -2,7 +2,7 @@ msgid ""
 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"
@@ -225,17 +225,22 @@ msgstr "Izrada neaktivne domene %s nije uspjela\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 ""
 
@@ -648,7 +653,7 @@ 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"
 
@@ -741,17 +746,17 @@ 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 "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"
index e8a8e4f4fb451d243c92547790ab757b07da1c8f..e902e15f3c4180a19a1e3303632e13e3011ab58e 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -9,7 +9,7 @@ msgid ""
 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"
@@ -233,17 +233,22 @@ msgstr "%s inaktív tartomány létrehozása nem sikerült\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 ""
 
@@ -657,7 +662,7 @@ 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"
 
@@ -750,17 +755,17 @@ 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 "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"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/hy.po
+++ b/po/hy.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index 776375c8ad4f2114de1774e821924badc9ff816c..60a76540bc63a7f834910e0be817917c5a226996 100644 (file)
--- a/po/id.po
+++ b/po/id.po
@@ -6,7 +6,7 @@ msgid ""
 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"
@@ -228,17 +228,22 @@ msgstr "Gagal membuat domain dari %s"
 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 ""
 
@@ -651,7 +656,7 @@ 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"
 
@@ -740,17 +745,17 @@ 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 "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 ""
 
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/is.po
+++ b/po/is.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index 2c3b37d32b4126f23ce8c8f4b8fde68ef3343712..5adb16a01e70e492776e64f00a49ca40c13b1721 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
 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"
@@ -233,17 +233,22 @@ msgstr "Impossibile creare il dominio inattivo %s\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 ""
 
@@ -656,7 +661,7 @@ 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"
 
@@ -749,16 +754,16 @@ 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 "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"
index 1854a1a268e14448575942c4b90e82b60efb71e9..9c329e127159509abb2b030da1578319b8378dd1 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -11,7 +11,7 @@ msgid ""
 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"
@@ -235,17 +235,22 @@ msgstr "停止中のドメイン %s の作成に失敗しました\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 ""
 
@@ -658,7 +663,7 @@ 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 "接続を割り当て中"
 
@@ -751,16 +756,16 @@ 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 は数値ではありません"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/ka.po
+++ b/po/ka.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index 7a83a66f57e5b2b2507073a59360432d6ab9daa8..ba4be220eb66680a564251bf0079d082697c212a 100644 (file)
--- a/po/kn.po
+++ b/po/kn.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -232,17 +232,22 @@ msgstr "ನಿಷ್ಕ್ರಿಯ ಕ್ಷೇತ್ರ %s ಅನ್ನು ಸ
 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 ""
 
@@ -652,7 +657,7 @@ 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 "ಸಂಪರ್ಕವನ್ನು ನಿಯೋಜಿಸಲಾಗುತ್ತಿದೆ"
 
@@ -745,17 +750,17 @@ 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 ವು ಸಾಂಖ್ಯಿಕವಾಗಿಲ್ಲ"
index 95dd2bd6b19ca40cb400b507162c50f86505edf6..ff75d12fc5b7372b8a5784df021e581c69129435 100644 (file)
--- a/po/ko.po
+++ b/po/ko.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "비활성화 도메인 %s 생성 실패\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 ""
 
@@ -654,7 +659,7 @@ 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 "연결 할당 중"
 
@@ -747,17 +752,17 @@ 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임"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/ku.po
+++ b/po/ku.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index 1314f14fc4c11b2a3812c0eabc275eaa1f6b2aea..45b16e94692f1f9427b066b3182be74e5e9a46c0 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 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"
@@ -226,17 +226,22 @@ msgstr ""
 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 ""
 
@@ -644,7 +649,7 @@ 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 ""
 
@@ -728,15 +733,15 @@ 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 ""
 
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/lo.po
+++ b/po/lo.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/lt.po
+++ b/po/lt.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/lv.po
+++ b/po/lv.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index 55f26d8d7cce7a8474a10b7b7d40a39644c5455c..0843b79919dca79567a0da39e80660c8e57ea9c9 100644 (file)
--- a/po/mk.po
+++ b/po/mk.po
@@ -10,7 +10,7 @@ msgid ""
 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"
@@ -234,17 +234,22 @@ msgstr "Не успеав да го креирам неактивниот дом
 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 ""
 
@@ -658,7 +663,7 @@ 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 "алоцирам поврзување"
 
@@ -751,17 +756,17 @@ 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 не е нумерички"
index a588a8ffedd351497d9ec630ac93602899973010..ab63a95e5c59c704327ff3712b9a73a0b3202cf0 100644 (file)
--- a/po/ml.po
+++ b/po/ml.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -233,17 +233,22 @@ msgstr "നിഷ്ക്റിയമായ ഡൊമെയിന്‍ %s ഉ
 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 ""
 
@@ -656,7 +661,7 @@ 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 "കണക്ഷന്‍ അനുവദിക്കുന്നു"
 
@@ -749,16 +754,16 @@ 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 അക്കത്തിലല്ല"
index 5938ee464f6651defe64a2737f2e9157c4646b70..a733130650a90e4fbc84e3edf659ce9bf537071d 100644 (file)
--- a/po/mr.po
+++ b/po/mr.po
@@ -9,7 +9,7 @@ msgid ""
 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"
@@ -242,17 +242,22 @@ msgstr "निषक्रीय क्षेत्र %s निर्माण
 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 ""
 
@@ -665,7 +670,7 @@ 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 "जोडणी वाटत आहे"
 
@@ -758,16 +763,16 @@ 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 सांख्यीक नाही"
index 824dd0d1a3aea83c7c4600bac1948eee84741e22..f78971bb72fb46ffec06a6fbfa888933dfaf2266 100644 (file)
--- a/po/ms.po
+++ b/po/ms.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -229,17 +229,22 @@ msgstr "Gagal mencipta direktori %s"
 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 ""
 
@@ -652,7 +657,7 @@ 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:"
@@ -749,17 +754,17 @@ 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 "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 ""
 
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/my.po
+++ b/po/my.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index f668043caa19dbc215305f84ad64a2fcb1e2ecb4..dddefc28659a200dd8a08e4aa0cbf256f32a1caf 100644 (file)
--- a/po/nb.po
+++ b/po/nb.po
@@ -9,7 +9,7 @@ msgid ""
 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"
@@ -232,17 +232,22 @@ msgstr "Kunne ikke vise inaktive domener"
 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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -749,17 +754,17 @@ 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 "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 ""
 
index 7d43bb1b4ebfcf48e62482bf04bb36479f456fc0..ca577434e42a7e76360f4a4a4612a0e93e86e68c 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -229,17 +229,22 @@ msgstr "Starten van het domein %s is mislukt"
 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 ""
 
@@ -650,7 +655,7 @@ 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"
 
@@ -739,17 +744,17 @@ 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 "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 ""
 
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/nn.po
+++ b/po/nn.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/no.po
+++ b/po/no.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/nso.po
+++ b/po/nso.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index 2638d1e93e7a2fc4fc23fe690ee90e249b68aa42..8eba8f00e355abfaa0421be4183350a8de50eb1d 100644 (file)
--- a/po/or.po
+++ b/po/or.po
@@ -8,7 +8,7 @@ msgid ""
 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"
@@ -250,17 +250,22 @@ msgstr "%s ନିଷ୍କ୍ରିୟ ପରିସରକୁ ସୃଷ୍ଟି
 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 ""
 
@@ -673,7 +678,7 @@ 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 "ସଂଯୋଗ ବାଣ୍ଟୁଅଛି"
 
@@ -766,17 +771,17 @@ 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 ସଂଖ୍ଯାତ୍ମକ ନୁହେଁ"
index 76a0dc3ee4c30b507506973966e086d131ed1208..29cd719c6b325688079d4b7a35a7ffb993d877a1 100644 (file)
--- a/po/pa.po
+++ b/po/pa.po
@@ -9,7 +9,7 @@ msgid ""
 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"
@@ -234,17 +234,22 @@ msgstr "ਨਾ-ਸਰਗਰਮ ਡੋਮੇਨ %s ਬਣਾਉਣ ਲਈ ਅਸ
 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 ""
 
@@ -657,7 +662,7 @@ 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 "ਕੁਨੈਕਸ਼ਨ ਦਿੱਤੀ ਜਾ ਰਿਹਾ ਹੈ"
 
@@ -750,17 +755,17 @@ 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 ਅੰਕੀ ਨਹੀਂ ਹੈ"
index 9ddce4c5d0eda5c6eb01a96237a2178e629ccfc9..4d55849e64004b6e333f3de880b88e2c96ae3bc5 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -5,7 +5,7 @@ msgid ""
 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"
@@ -229,17 +229,22 @@ msgstr "Utworzenie nieaktywnej domeny %s nie powiodło się\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 ""
 
@@ -652,7 +657,7 @@ 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"
 
@@ -745,16 +750,16 @@ 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 "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"
index 12356ab6a02fb04e00ebff51a1818b5cfab23c33..a0c6dd02f8f90c16fc1fa652b1dc4c1e5796d0f5 100644 (file)
--- a/po/pt.po
+++ b/po/pt.po
@@ -2,7 +2,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Não foi possível criar o domínio inactivo %s\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 ""
 
@@ -654,7 +659,7 @@ 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"
 
@@ -747,16 +752,16 @@ 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 "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"
index d57f6bd37b4eed4cdbd37e2488b311c45b0d8487..156cc73228ed9e901197a6e80fac99b04c067eac 100644 (file)
@@ -9,7 +9,7 @@ msgid ""
 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"
@@ -233,17 +233,22 @@ msgstr "Não foi possível criar o domínio inativo %s\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 ""
 
@@ -656,7 +661,7 @@ 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"
 
@@ -749,16 +754,16 @@ 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 "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"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/ro.po
+++ b/po/ro.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index bdee05dd7c10bd40736fbf47595db769a28ded2f..1965f882c2c8d29fbe33f1dc554d25235d13bc38 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -15,7 +15,7 @@ msgid ""
 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"
@@ -239,17 +239,22 @@ msgstr "Ошибка создания неактивного домена %s\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 ""
 
@@ -663,7 +668,7 @@ 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 "выделение соединения"
 
@@ -756,17 +761,17 @@ 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 должен быть числом"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/si.po
+++ b/po/si.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/sk.po
+++ b/po/sk.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/sl.po
+++ b/po/sl.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/sq.po
+++ b/po/sq.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index 52f040eeb8d5e48bafd0fc6becadab251d7a0c91..47b57efbe43122f008152d008d7ac4a8b785512d 100644 (file)
--- a/po/sr.po
+++ b/po/sr.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -232,17 +232,22 @@ msgstr "Неуспело прављење не активираног домен
 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 ""
 
@@ -655,7 +660,7 @@ 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 "заузимам везу"
 
@@ -748,16 +753,16 @@ 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 није бројчан"
index 9d381e2d1822679cda04fe1219f32e377f87c2af..e0c16cb6c73142ede18f37aaebb619a55ff68dd2 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -232,17 +232,22 @@ msgstr "Neuspelo pravljenje ne aktiviranog domena %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -748,17 +753,17 @@ 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 "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"
index 676ab2e1b2d7fb84f1cf1c83e5f74a043c017a9d..41090245159817bc17a0473e9dc4c56b96b0d9c6 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -8,7 +8,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Misslyckades att skapa inaktiv domän %s\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 ""
 
@@ -654,7 +659,7 @@ 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"
 
@@ -747,17 +752,17 @@ 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 "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"
index 3478c61d5b0c8452c8801c83e254d2a265d75655..d86ed63ef98a07a4d5831c4a29d23e8a1019688d 100644 (file)
--- a/po/ta.po
+++ b/po/ta.po
@@ -8,7 +8,7 @@ msgid ""
 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"
@@ -244,17 +244,22 @@ msgstr "செயற்களம் %s ஐ உருவாக்க முடி
 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 ""
 
@@ -667,7 +672,7 @@ 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 "இணைப்புகள் ஒதுக்கப்படுகிறது"
 
@@ -760,17 +765,17 @@ 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 எண்ணல்ல"
index cf59f5d84b92e6b57f3ecae15b9f536c00897450..9acaa22b0407122d98ebb7753d7b45eeca157b6f 100644 (file)
--- a/po/te.po
+++ b/po/te.po
@@ -8,7 +8,7 @@ msgid ""
 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"
@@ -232,17 +232,22 @@ msgstr "చతనం గాని డొమైన్ %s ని సృష్ట
 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 ""
 
@@ -655,7 +660,7 @@ 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 "అనుసంధానాన్ని కేటాయిస్తోంది"
 
@@ -748,16 +753,16 @@ 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 "క్షేత్ర సమాచారం సరైనదికాదు క్షేత్రం సంఖ్యాపరమైంది కాదు"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/th.po
+++ b/po/th.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index d188ac0a5a7e690edb5f0fd286d5728af84d15ed..8e96ae6338034dd98c7e39415542fbe620a8d433 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -230,17 +230,22 @@ msgstr "Помилка створення неактивного домену %s
 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 ""
 
@@ -653,7 +658,7 @@ 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 "виділення з'єднання"
 
@@ -746,17 +751,17 @@ 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 має бути числом"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/ur.po
+++ b/po/ur.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/vi.po
+++ b/po/vi.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index 41c5230fe319a70c520917fec3bb8bea4f41d76a..d3bfc7bc375670f396543f6e1e5054b392f0a668 100644 (file)
@@ -14,7 +14,7 @@ msgid ""
 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"
@@ -237,17 +237,22 @@ msgstr "
 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 ""
 
@@ -660,7 +665,7 @@ 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 "ÕýÔÚ·ÖÅäÁ¬½Ó"
 
@@ -753,17 +758,17 @@ 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 ²»ÊÇÊý×ÖÖµ"
index dce865712becdaa6a4b4e0492adfcbb21875eca3..2565af329d2b3e789148a4e1a7c7db0351cd1a71 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 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"
@@ -232,17 +232,22 @@ msgstr "無法建立非運作中的區域 %s\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 ""
 
@@ -656,7 +661,7 @@ 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 "正在分配連線"
 
@@ -749,17 +754,17 @@ 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 並非數字型態"
index f566019a3b63449964b1c22b0b6e8645a46d0a65..222b3c999a087e9efd0b2ab7cfe687b5ad1f2356 100644 (file)
--- a/po/zu.po
+++ b/po/zu.po
@@ -7,7 +7,7 @@ msgid ""
 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"
@@ -231,17 +231,22 @@ msgstr "Failed to create domain %s\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 ""
 
@@ -655,7 +660,7 @@ 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"
 
@@ -751,17 +756,17 @@ 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 "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"
index c17153a276a4076998f933c6b25b18ef34b44722..f7c9b2462b30140f89e0e8df762bb21f1714e5e8 100644 (file)
@@ -2620,7 +2620,7 @@ remoteDispatchAuthPolkit (struct qemud_server *server ATTRIBUTE_UNUSED,
         PolKitCaller *pkcaller = NULL;
         PolKitAction *pkaction = NULL;
         PolKitContext *pkcontext = NULL;
-        PolKitError *pkerr;
+        PolKitError *pkerr = NULL;
         PolKitResult pkresult;
         DBusError err;
         const char *action = client->readonly ?
@@ -2662,8 +2662,25 @@ remoteDispatchAuthPolkit (struct qemud_server *server ATTRIBUTE_UNUSED,
             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);
index 9cd70bb399edd9a7407d0a746d25557dad5a542b..897a953bc8a240891e699173c816a8f63f04f6e8 100644 (file)
@@ -33,6 +33,7 @@
 #include "driver.h"
 
 #include "uuid.h"
+#include "util.h"
 #include "test.h"
 #include "xen_unified.h"
 #include "remote_internal.h"
@@ -75,16 +76,38 @@ static int virConnectAuthCallbackDefault(virConnectCredentialPtr cred,
         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';
@@ -99,6 +122,11 @@ static int virConnectAuthCallbackDefault(virConnectCredentialPtr cred,
 
         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;
@@ -130,6 +158,9 @@ static int virConnectCredTypeDefault[] = {
     VIR_CRED_REALM,
     VIR_CRED_PASSPHRASE,
     VIR_CRED_NOECHOPROMPT,
+#if defined(POLKIT_AUTH) || defined(POLKIT_GRANT)
+    VIR_CRED_EXTERNAL,
+#endif
 };
 
 static virConnectAuth virConnectAuthDefault = {
@@ -615,10 +646,6 @@ do_open (const char *name,
     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"));
@@ -650,6 +677,9 @@ do_open (const char *name,
         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);
@@ -714,9 +744,6 @@ do_open (const char *name,
         }
     }
 
-    /* Cleansing flags */
-    ret->flags = flags & VIR_CONNECT_RO;
-
     xmlFreeURI (uri);
 
     return ret;
@@ -742,6 +769,10 @@ failed:
 virConnectPtr
 virConnectOpen (const char *name)
 {
+    if (!initialized)
+        if (virInitialize() < 0)
+            return NULL;
+
     DEBUG("name=%s", name);
     return do_open (name, NULL, 0);
 }
@@ -761,6 +792,10 @@ virConnectOpen (const char *name)
 virConnectPtr
 virConnectOpenReadOnly(const char *name)
 {
+    if (!initialized)
+        if (virInitialize() < 0)
+            return NULL;
+
     DEBUG("name=%s", name);
     return do_open (name, NULL, VIR_CONNECT_RO);
 }
@@ -784,7 +819,11 @@ virConnectOpenAuth(const char *name,
                    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);
 }