diff --git a/ChangeLog b/ChangeLog index 0d52b82d93..ccc25c93ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed Feb 20 11:52:27 EST 2008 Daniel P. Berrange + + * 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 * po/*.po, po/libvirt.pot: Re-generate to pull in latest diff --git a/configure.in b/configure.in index 95c557cce1..c2030c7c6c 100644 --- a/configure.in +++ b/configure.in @@ -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"]) diff --git a/po/af.po b/po/af.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/am.po b/po/am.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/ar.po b/po/ar.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/as.po b/po/as.po index daddc458fc..610b3f549b 100644 --- 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 \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 "" diff --git a/po/be.po b/po/be.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/bg.po b/po/bg.po index a46afa6a7f..4e10414e54 100644 --- 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 \n" "Language-Team: Bulgarian \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 не е число" diff --git a/po/bn.po b/po/bn.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/bn_IN.po b/po/bn_IN.po index 4d2439525f..ec5b8aaf14 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -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 \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 সংখ্যামূলক নয়" diff --git a/po/bs.po b/po/bs.po index b869b43b77..d4f8afb671 100644 --- 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 \n" "Language-Team: Bosnian \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" diff --git a/po/ca.po b/po/ca.po index af76d5bd87..14aca15f7a 100644 --- 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 \n" "Language-Team: Catalan \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" diff --git a/po/cs.po b/po/cs.po index 407fac32d2..dd0408bfc4 100644 --- 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ý \n" "Language-Team: Czech \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" diff --git a/po/cy.po b/po/cy.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/da.po b/po/da.po index 9b7e1037cb..326664f1d9 100644 --- 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 \n" "Language-Team: \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" diff --git a/po/de.po b/po/de.po index 40fee39f3a..9e1cf6d85b 100644 --- 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 \n" "Language-Team: \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" diff --git a/po/el.po b/po/el.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/en_GB.po b/po/en_GB.po index 1e37b57e65..693ba91124 100644 --- a/po/en_GB.po +++ b/po/en_GB.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-06-11 13:51+0000\n" "Last-Translator: Abigail Brady \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" diff --git a/po/es.po b/po/es.po index ef4f507846..d2344cae1e 100644 --- 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 \n" "Language-Team: Spanish \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" diff --git a/po/et.po b/po/et.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/eu_ES.po b/po/eu_ES.po index f566019a3b..222b3c999a 100644 --- a/po/eu_ES.po +++ b/po/eu_ES.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" diff --git a/po/fa.po b/po/fa.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/fi.po b/po/fi.po index a1f39450aa..6bb5a2b48f 100644 --- 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 \n" "Language-Team: Finnish \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" diff --git a/po/fr.po b/po/fr.po index b0c1ada739..8a59cbb614 100644 --- 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 \n" "Language-Team: french \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 diff --git a/po/gl.po b/po/gl.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/gu.po b/po/gu.po index 9f0f39f38c..bb77cd8948 100644 --- 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 \n" "Language-Team: Gujarati \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 આંકડો નથી" diff --git a/po/he.po b/po/he.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/hi.po b/po/hi.po index d635ea1eb4..d05e9a5001 100644 --- 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 \n" "Language-Team: Hindi \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 सांख्यिक नहीं" diff --git a/po/hr.po b/po/hr.po index 40059365f9..8cad356bee 100644 --- 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 translator-shop.org>\n" "Language-Team: CROATIAN \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" diff --git a/po/hu.po b/po/hu.po index e8a8e4f4fb..e902e15f3c 100644 --- 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 \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" diff --git a/po/hy.po b/po/hy.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/id.po b/po/id.po index 776375c8ad..60a76540bc 100644 --- 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 \n" "Language-Team: LDP Linux Indonesia \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 "" diff --git a/po/is.po b/po/is.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/it.po b/po/it.po index 2c3b37d32b..5adb16a01e 100644 --- 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 \n" "Language-Team: Italiano \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" diff --git a/po/ja.po b/po/ja.po index 1854a1a268..9c329e1271 100644 --- 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 \n" "Language-Team: Japanese \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 は数値ではありません" diff --git a/po/ka.po b/po/ka.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/kn.po b/po/kn.po index 7a83a66f57..ba4be220eb 100644 --- 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 \n" "Language-Team: Kannada \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 ವು ಸಾಂಖ್ಯಿಕವಾಗಿಲ್ಲ" diff --git a/po/ko.po b/po/ko.po index 95dd2bd6b1..ff75d12fc5 100644 --- 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 \n" "Language-Team: Korean \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임" diff --git a/po/ku.po b/po/ku.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/libvirt.pot b/po/libvirt.pot index 1314f14fc4..45b16e9469 100644 --- a/po/libvirt.pot +++ b/po/libvirt.pot @@ -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 \n" "Language-Team: LANGUAGE \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 "" diff --git a/po/lo.po b/po/lo.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/lt.po b/po/lt.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/lv.po b/po/lv.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/mk.po b/po/mk.po index 55f26d8d7c..0843b79919 100644 --- 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 \n" "Language-Team: Macedonian \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 не е нумерички" diff --git a/po/ml.po b/po/ml.po index a588a8ffed..ab63a95e5c 100644 --- 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 \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 അക്കത്തിലല്ല" diff --git a/po/mr.po b/po/mr.po index 5938ee464f..a733130650 100644 --- 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 \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 सांख्यीक नाही" diff --git a/po/ms.po b/po/ms.po index 824dd0d1a3..f78971bb72 100644 --- 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 \n" "Language-Team: ms \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 "" diff --git a/po/my.po b/po/my.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/nb.po b/po/nb.po index f668043caa..dddefc2865 100644 --- 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 \n" "Language-Team: Norwegian/Bokmaal \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 "" diff --git a/po/nl.po b/po/nl.po index 7d43bb1b4e..ca577434e4 100644 --- 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 \n" "Language-Team: Dutch \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 "" diff --git a/po/nn.po b/po/nn.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/no.po b/po/no.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/nso.po b/po/nso.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/or.po b/po/or.po index 2638d1e93e..8eba8f00e3 100644 --- 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 \n" "Language-Team: Oriya \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 ସଂଖ୍ଯାତ୍ମକ ନୁହେଁ" diff --git a/po/pa.po b/po/pa.po index 76a0dc3ee4..29cd719c6b 100644 --- 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 \n" "Language-Team: Punjabi \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 ਅੰਕੀ ਨਹੀਂ ਹੈ" diff --git a/po/pl.po b/po/pl.po index 9ddce4c5d0..4d55849e64 100644 --- 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 \n" "Language-Team: Polish \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" diff --git a/po/pt.po b/po/pt.po index 12356ab6a0..a0c6dd02f8 100644 --- 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 \n" "Language-Team: pt \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" diff --git a/po/pt_BR.po b/po/pt_BR.po index d57f6bd37b..156cc73228 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -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 \n" "Language-Team: Brazilian Portuguese \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" diff --git a/po/ro.po b/po/ro.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/ru.po b/po/ru.po index bdee05dd7c..1965f882c2 100644 --- 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 должен быть числом" diff --git a/po/si.po b/po/si.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/sk.po b/po/sk.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/sl.po b/po/sl.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/sq.po b/po/sq.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/sr.po b/po/sr.po index 52f040eeb8..47b57efbe4 100644 --- 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ć \n" "Language-Team: Serbian (sr) \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 није бројчан" diff --git a/po/sr@Latn.po b/po/sr@Latn.po index 9d381e2d18..e0c16cb6c7 100644 --- a/po/sr@Latn.po +++ b/po/sr@Latn.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-09-30 22:50-0000\n" "Last-Translator: Miloš Komarčević \n" "Language-Team: Serbian (sr) \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" diff --git a/po/sv.po b/po/sv.po index 676ab2e1b2..4109024515 100644 --- 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 \n" "Language-Team: Swedish \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" diff --git a/po/ta.po b/po/ta.po index 3478c61d5b..d86ed63ef9 100644 --- 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 \n" "Language-Team: Tamil \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 எண்ணல்ல" diff --git a/po/te.po b/po/te.po index cf59f5d84b..9acaa22b04 100644 --- 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 \n" "Language-Team: Telugu \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 "క్షేత్ర సమాచారం సరైనదికాదు క్షేత్రం సంఖ్యాపరమైంది కాదు" diff --git a/po/th.po b/po/th.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/tr.po b/po/tr.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/uk.po b/po/uk.po index d188ac0a5a..8e96ae6338 100644 --- 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 \n" "Language-Team: Ukrainian \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 має бути числом" diff --git a/po/ur.po b/po/ur.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/vi.po b/po/vi.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/po/zh_CN.po b/po/zh_CN.po index 41c5230fe3..d3bfc7bc37 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -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 \n" "Language-Team: Chinese, Simpliedģ \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 ֵ" diff --git a/po/zh_TW.po b/po/zh_TW.po index dce865712b..2565af329d 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -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 \n" "Language-Team: Traditional Chinese \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 並非數字型態" diff --git a/po/zu.po b/po/zu.po index f566019a3b..222b3c999a 100644 --- 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" diff --git a/qemud/remote.c b/qemud/remote.c index c17153a276..f7c9b2462b 100644 --- a/qemud/remote.c +++ b/qemud/remote.c @@ -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); diff --git a/src/libvirt.c b/src/libvirt.c index 9cd70bb399..897a953bc8 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -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); }