diff --git a/po/cs.po b/po/cs.po index 8a13ace3d..76cda6d43 100644 --- a/po/cs.po +++ b/po/cs.po @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2023-04-06 20:20+0000\n" "Last-Translator: Pavel Borecki \n" "Language-Team: Czech bytes)" msgstr "" @@ -3983,49 +3983,49 @@ msgstr "nepodařilo se vytvořit fyzický svazek (PV): %s: %s" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "nejdříve je třeba zavolat guestfs_add_drive a až poté guestfs_launch" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu spuštěno a proces služby kontaktován, ale stav není PŘIPRAVENO" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "%s:%d: chyba při sestavování libvirt XML poblíž volání „%s“" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" "pro libvirt podpůrnou vrstvu zatím ještě není podporován příznak přímého " "režimu" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "nepodařilo se připojit k libvirt (URI = %s)" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "nepodařilo se získat libvirt schopnosti" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4035,21 +4035,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "nepodařilo se zpracovat XML schopností, vrácené libvirt" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "nepodařilo se vytvořit nový XPath kontext" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4064,47 +4064,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "nepodařilo se definovat tajemství pro libvirt" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "je třeba, aby tajemství pro rdb protokol bylo v base64 kódování" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "nepodařilo se nastavit hodnotu libvirt tajemství" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "nepodařilo se zlikvidovat libvirt doménu" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "" diff --git a/po/de.po b/po/de.po index abf9ce6da..6e7e46fad 100644 --- a/po/de.po +++ b/po/de.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2021-11-18 23:16+0000\n" "Last-Translator: Ettore Atalan \n" "Language-Team: German bytes)" msgstr "" @@ -3984,47 +3984,47 @@ msgstr "" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "Sie müssen guestfs_add_drive vor guestfs_launch aufrufen" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4034,21 +4034,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4063,47 +4063,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "" diff --git a/po/en_GB.po b/po/en_GB.po index dfece9bb7..e517d5003 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2015-02-21 10:48+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" @@ -101,47 +101,47 @@ msgstr "" msgid "%s mounted on %s\n" msgstr "" -#: common/options/keys.c:62 +#: common/options/keys.c:63 #, c-format msgid "Enter key or passphrase (\"%s\"): " msgstr "" -#: common/options/keys.c:144 +#: common/options/keys.c:145 #, c-format msgid "size_t overflow" msgstr "" -#: common/options/keys.c:187 +#: common/options/keys.c:192 #, c-format msgid "could not read key from user" msgstr "" -#: common/options/keys.c:226 +#: common/options/keys.c:231 #, c-format msgid "selector '%s': missing ID" msgstr "" -#: common/options/keys.c:233 +#: common/options/keys.c:238 #, c-format msgid "selector '%s': missing TYPE" msgstr "" -#: common/options/keys.c:239 +#: common/options/keys.c:244 #, c-format msgid "selector '%s': missing KEY_STRING, or too many fields" msgstr "" -#: common/options/keys.c:248 +#: common/options/keys.c:253 #, c-format msgid "selector '%s': missing FILENAME, or too many fields" msgstr "" -#: common/options/keys.c:256 +#: common/options/keys.c:261 #, c-format msgid "selector '%s': too many fields" msgstr "" -#: common/options/keys.c:258 +#: common/options/keys.c:263 #, c-format msgid "selector '%s': invalid TYPE" msgstr "" @@ -4056,7 +4056,7 @@ msgstr "" msgid "qemu-img info: unknown JSON parse error" msgstr "" -#: lib/inspect-icon.c:729 +#: lib/inspect-icon.c:730 #, c-format msgid "size of %s is unreasonably large (% bytes)" msgstr "" @@ -4094,47 +4094,47 @@ msgstr "" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4144,21 +4144,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4173,47 +4173,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "" diff --git a/po/es.po b/po/es.po index 5cea5061e..3c33f1b29 100644 --- a/po/es.po +++ b/po/es.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2015-03-16 07:04+0000\n" "Last-Translator: Alex Puchades \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/libguestfs/" @@ -106,47 +106,47 @@ msgstr "Sistema operativo: %s\n" msgid "%s mounted on %s\n" msgstr "%s montado en %s\n" -#: common/options/keys.c:62 +#: common/options/keys.c:63 #, c-format msgid "Enter key or passphrase (\"%s\"): " msgstr "Ingrese la llave o la frase de acceso (\"%s\"): " -#: common/options/keys.c:144 +#: common/options/keys.c:145 #, c-format msgid "size_t overflow" msgstr "" -#: common/options/keys.c:187 +#: common/options/keys.c:192 #, c-format msgid "could not read key from user" msgstr "" -#: common/options/keys.c:226 +#: common/options/keys.c:231 #, c-format msgid "selector '%s': missing ID" msgstr "" -#: common/options/keys.c:233 +#: common/options/keys.c:238 #, c-format msgid "selector '%s': missing TYPE" msgstr "" -#: common/options/keys.c:239 +#: common/options/keys.c:244 #, c-format msgid "selector '%s': missing KEY_STRING, or too many fields" msgstr "" -#: common/options/keys.c:248 +#: common/options/keys.c:253 #, c-format msgid "selector '%s': missing FILENAME, or too many fields" msgstr "" -#: common/options/keys.c:256 +#: common/options/keys.c:261 #, c-format msgid "selector '%s': too many fields" msgstr "" -#: common/options/keys.c:258 +#: common/options/keys.c:263 #, c-format msgid "selector '%s': invalid TYPE" msgstr "" @@ -4153,7 +4153,7 @@ msgstr "" msgid "qemu-img info: unknown JSON parse error" msgstr "" -#: lib/inspect-icon.c:729 +#: lib/inspect-icon.c:730 #, c-format msgid "size of %s is unreasonably large (% bytes)" msgstr "el tamaño de %s es irracionalmente largo (% bytes)" @@ -4192,48 +4192,48 @@ msgstr "falló al crear PV: %s: %s" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "antes de guestfs_launch, debe llamar guestfs_add_drive" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" "qemu ha sido iniciado y contactado el demonio, pero es estado es != READY" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4243,21 +4243,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "no es posible crear un nuevo contexto XPath" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4272,47 +4272,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "" diff --git a/po/eu.po b/po/eu.po index 00d567ae2..75fb02023 100644 --- a/po/eu.po +++ b/po/eu.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2015-02-21 10:49+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Basque (http://www.transifex.com/projects/p/libguestfs/" @@ -101,47 +101,47 @@ msgstr "" msgid "%s mounted on %s\n" msgstr "" -#: common/options/keys.c:62 +#: common/options/keys.c:63 #, c-format msgid "Enter key or passphrase (\"%s\"): " msgstr "" -#: common/options/keys.c:144 +#: common/options/keys.c:145 #, c-format msgid "size_t overflow" msgstr "" -#: common/options/keys.c:187 +#: common/options/keys.c:192 #, c-format msgid "could not read key from user" msgstr "" -#: common/options/keys.c:226 +#: common/options/keys.c:231 #, c-format msgid "selector '%s': missing ID" msgstr "" -#: common/options/keys.c:233 +#: common/options/keys.c:238 #, c-format msgid "selector '%s': missing TYPE" msgstr "" -#: common/options/keys.c:239 +#: common/options/keys.c:244 #, c-format msgid "selector '%s': missing KEY_STRING, or too many fields" msgstr "" -#: common/options/keys.c:248 +#: common/options/keys.c:253 #, c-format msgid "selector '%s': missing FILENAME, or too many fields" msgstr "" -#: common/options/keys.c:256 +#: common/options/keys.c:261 #, c-format msgid "selector '%s': too many fields" msgstr "" -#: common/options/keys.c:258 +#: common/options/keys.c:263 #, c-format msgid "selector '%s': invalid TYPE" msgstr "" @@ -3918,7 +3918,7 @@ msgstr "" msgid "qemu-img info: unknown JSON parse error" msgstr "" -#: lib/inspect-icon.c:729 +#: lib/inspect-icon.c:730 #, c-format msgid "size of %s is unreasonably large (% bytes)" msgstr "" @@ -3956,47 +3956,47 @@ msgstr "" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4006,21 +4006,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4035,47 +4035,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "" diff --git a/po/fi.po b/po/fi.po index 31feb98bb..92bf6623b 100644 --- a/po/fi.po +++ b/po/fi.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.43.2\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2023-03-23 20:20+0000\n" "Last-Translator: Jan Kuparinen \n" "Language-Team: Finnish bytes)" msgstr "" @@ -4134,47 +4134,47 @@ msgstr "PV:n luominen epäonnistui: %s: %s" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "ei voinut saada libvirt-toimialueen kykyjä" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "ei voinut saada libvirt-toimialueen kykyjä" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4184,21 +4184,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "libvirtin palauttamien XML-kykyjen jäsentäminen ei onnistu" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4213,47 +4213,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "libvirtin palauttama toimialueen kykyjen XML jäsentäminen ei onnistu" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "ei voinut tuhota libvirt-toimialuetta" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "" diff --git a/po/fr.po b/po/fr.po index 6c2fe46b7..9a7b915c5 100644 --- a/po/fr.po +++ b/po/fr.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2023-03-21 09:20+0000\n" "Last-Translator: grimst \n" "Language-Team: French bytes)" msgstr "la taille de %s est déraisonnablement grande (% octets)" @@ -4233,48 +4233,48 @@ msgstr "impossible de créer le volume physique : %s : %s" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "vous devez appeler guestfs_add_drive avant guestfs_launch" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu est lancé et a contacté le démon, mais l'état est != PRÊT" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" "le drapeau de mode direct n'est pas pris en charge par le moteur libvirt" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "impossible de se connecter à libvirt (URI = %s)" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "impossible d'obtenir les capacités libvirt" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4284,21 +4284,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "impossible d'analyser les capacités XML renvoyées par libvirt" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "impossible de créer un nouveau contexte XPath" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "impossible d'évaluer l'expression XPath : %s" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4313,47 +4313,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "impossible d'arrêter le domaine libvirt" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "%s : erreur interne lors de la construction du message d'erreur" diff --git a/po/gu.po b/po/gu.po index c9a0ef229..8e05a78fa 100644 --- a/po/gu.po +++ b/po/gu.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2015-02-21 10:49+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Gujarati (http://www.transifex.com/projects/p/libguestfs/" @@ -102,47 +102,47 @@ msgstr "ઓપરેટીંગ સિસ્ટમ: %s\n" msgid "%s mounted on %s\n" msgstr "" -#: common/options/keys.c:62 +#: common/options/keys.c:63 #, c-format msgid "Enter key or passphrase (\"%s\"): " msgstr "કી અથવા પાસફ્રેઝને દાખલ કરો (\"%s\"): " -#: common/options/keys.c:144 +#: common/options/keys.c:145 #, c-format msgid "size_t overflow" msgstr "" -#: common/options/keys.c:187 +#: common/options/keys.c:192 #, c-format msgid "could not read key from user" msgstr "" -#: common/options/keys.c:226 +#: common/options/keys.c:231 #, c-format msgid "selector '%s': missing ID" msgstr "" -#: common/options/keys.c:233 +#: common/options/keys.c:238 #, c-format msgid "selector '%s': missing TYPE" msgstr "" -#: common/options/keys.c:239 +#: common/options/keys.c:244 #, c-format msgid "selector '%s': missing KEY_STRING, or too many fields" msgstr "" -#: common/options/keys.c:248 +#: common/options/keys.c:253 #, c-format msgid "selector '%s': missing FILENAME, or too many fields" msgstr "" -#: common/options/keys.c:256 +#: common/options/keys.c:261 #, c-format msgid "selector '%s': too many fields" msgstr "" -#: common/options/keys.c:258 +#: common/options/keys.c:263 #, c-format msgid "selector '%s': invalid TYPE" msgstr "" @@ -3934,7 +3934,7 @@ msgstr "" msgid "qemu-img info: unknown JSON parse error" msgstr "" -#: lib/inspect-icon.c:729 +#: lib/inspect-icon.c:730 #, c-format msgid "size of %s is unreasonably large (% bytes)" msgstr "" @@ -3972,47 +3972,47 @@ msgstr "" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "તમારે guestfs_launch પહેલાં guestfs_add_drive ને કોલ કરવુ જ જોઇએ" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu શરૂ થયેલ છે, ડિમનનો સંપર્ક થયેલ છે, પરંતુ state != READY" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4022,21 +4022,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4051,47 +4051,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "" diff --git a/po/hi.po b/po/hi.po index 4f00ea29e..4af3aaa46 100644 --- a/po/hi.po +++ b/po/hi.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2015-02-21 10:49+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Hindi (http://www.transifex.com/projects/p/libguestfs/" @@ -102,47 +102,47 @@ msgstr "" msgid "%s mounted on %s\n" msgstr "" -#: common/options/keys.c:62 +#: common/options/keys.c:63 #, c-format msgid "Enter key or passphrase (\"%s\"): " msgstr "" -#: common/options/keys.c:144 +#: common/options/keys.c:145 #, c-format msgid "size_t overflow" msgstr "" -#: common/options/keys.c:187 +#: common/options/keys.c:192 #, c-format msgid "could not read key from user" msgstr "" -#: common/options/keys.c:226 +#: common/options/keys.c:231 #, c-format msgid "selector '%s': missing ID" msgstr "" -#: common/options/keys.c:233 +#: common/options/keys.c:238 #, c-format msgid "selector '%s': missing TYPE" msgstr "" -#: common/options/keys.c:239 +#: common/options/keys.c:244 #, c-format msgid "selector '%s': missing KEY_STRING, or too many fields" msgstr "" -#: common/options/keys.c:248 +#: common/options/keys.c:253 #, c-format msgid "selector '%s': missing FILENAME, or too many fields" msgstr "" -#: common/options/keys.c:256 +#: common/options/keys.c:261 #, c-format msgid "selector '%s': too many fields" msgstr "" -#: common/options/keys.c:258 +#: common/options/keys.c:263 #, c-format msgid "selector '%s': invalid TYPE" msgstr "" @@ -3929,7 +3929,7 @@ msgstr "" msgid "qemu-img info: unknown JSON parse error" msgstr "" -#: lib/inspect-icon.c:729 +#: lib/inspect-icon.c:730 #, c-format msgid "size of %s is unreasonably large (% bytes)" msgstr "" @@ -3967,47 +3967,47 @@ msgstr "" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "you must call guestfs_add_drive before guestfs_launch" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu launched and contacted daemon, but state != READY" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4017,21 +4017,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4046,47 +4046,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "" diff --git a/po/ja.po b/po/ja.po index e8a603bd1..98debbf19 100644 --- a/po/ja.po +++ b/po/ja.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2017-02-24 07:33+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Japanese (http://www.transifex.com/projects/p/libguestfs/" @@ -104,47 +104,47 @@ msgstr "オペレーティングシステム: %s\n" msgid "%s mounted on %s\n" msgstr "%s を %s にマウントしました\n" -#: common/options/keys.c:62 +#: common/options/keys.c:63 #, c-format msgid "Enter key or passphrase (\"%s\"): " msgstr "キーかパスフレーズを入力してください。(\"%s\"): " -#: common/options/keys.c:144 +#: common/options/keys.c:145 #, c-format msgid "size_t overflow" msgstr "" -#: common/options/keys.c:187 +#: common/options/keys.c:192 #, c-format msgid "could not read key from user" msgstr "" -#: common/options/keys.c:226 +#: common/options/keys.c:231 #, c-format msgid "selector '%s': missing ID" msgstr "" -#: common/options/keys.c:233 +#: common/options/keys.c:238 #, c-format msgid "selector '%s': missing TYPE" msgstr "" -#: common/options/keys.c:239 +#: common/options/keys.c:244 #, c-format msgid "selector '%s': missing KEY_STRING, or too many fields" msgstr "" -#: common/options/keys.c:248 +#: common/options/keys.c:253 #, c-format msgid "selector '%s': missing FILENAME, or too many fields" msgstr "" -#: common/options/keys.c:256 +#: common/options/keys.c:261 #, c-format msgid "selector '%s': too many fields" msgstr "" -#: common/options/keys.c:258 +#: common/options/keys.c:263 #, c-format msgid "selector '%s': invalid TYPE" msgstr "" @@ -4173,7 +4173,7 @@ msgstr "qemu-img info: JSON 構文解析エラー: %s" msgid "qemu-img info: unknown JSON parse error" msgstr "qemu-img info: 未知の JSON 構文解析エラー" -#: lib/inspect-icon.c:729 +#: lib/inspect-icon.c:730 #, c-format msgid "size of %s is unreasonably large (% bytes)" msgstr "%s の容量が不当に大きいです (% バイト)" @@ -4214,49 +4214,49 @@ msgstr "物理ボリュームの作成に失敗しました: %s: %s" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "guestfs_launch の前に guestfs_add_drive を呼び出す必要があります" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "QEMU が起動され、デーモンに接続されましたが、state != READY です" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" "ダイレクトモードフラグは libvirt バックエンドに対してまだサポートされていませ" "ん" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "libvirt (URI = %s) に接続できませんでした" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "libvirt ケイパビリティを取得できませんでした" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4266,21 +4266,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "libvirt により返されたケイパビリティ XML を構文解析できません" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "新規 XPath コンテキストを作成できません" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "XPath 表現を評価できません: %s" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4295,16 +4295,16 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" @@ -4312,32 +4312,32 @@ msgstr "" "libvirt が qemu curl ドライバープロトコル (ftp, http など) をサポートしませ" "ん; LIBGUESTFS_BACKEND=direct の設定を試してください" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "libvirt 仮想マシンを強制停止できませんでした" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "%s: エラーメッセージを形成している内部エラー" diff --git a/po/ka.po b/po/ka.po index 34879e5df..fd672f336 100644 --- a/po/ka.po +++ b/po/ka.po @@ -5,9 +5,9 @@ msgid "" msgstr "" "Project-Id-Version: libguestfs 1.49.1\n" -"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug." -"cgi?component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" +"component=libguestfs&product=Virtualization+Tools\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2023-11-26 21:01+0000\n" "Last-Translator: Temuri Doghonadze \n" "Language-Team: Georgian bytes)" msgstr "" @@ -3965,47 +3965,47 @@ msgstr "'%s'-დან მოწოდებული passt-is PID-ის და msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4015,21 +4015,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4044,47 +4044,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "" diff --git a/po/kn.po b/po/kn.po index 8394e064a..de3909ddc 100644 --- a/po/kn.po +++ b/po/kn.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2015-02-21 10:50+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Kannada (http://www.transifex.com/projects/p/libguestfs/" @@ -101,47 +101,47 @@ msgstr "" msgid "%s mounted on %s\n" msgstr "" -#: common/options/keys.c:62 +#: common/options/keys.c:63 #, c-format msgid "Enter key or passphrase (\"%s\"): " msgstr "" -#: common/options/keys.c:144 +#: common/options/keys.c:145 #, c-format msgid "size_t overflow" msgstr "" -#: common/options/keys.c:187 +#: common/options/keys.c:192 #, c-format msgid "could not read key from user" msgstr "" -#: common/options/keys.c:226 +#: common/options/keys.c:231 #, c-format msgid "selector '%s': missing ID" msgstr "" -#: common/options/keys.c:233 +#: common/options/keys.c:238 #, c-format msgid "selector '%s': missing TYPE" msgstr "" -#: common/options/keys.c:239 +#: common/options/keys.c:244 #, c-format msgid "selector '%s': missing KEY_STRING, or too many fields" msgstr "" -#: common/options/keys.c:248 +#: common/options/keys.c:253 #, c-format msgid "selector '%s': missing FILENAME, or too many fields" msgstr "" -#: common/options/keys.c:256 +#: common/options/keys.c:261 #, c-format msgid "selector '%s': too many fields" msgstr "" -#: common/options/keys.c:258 +#: common/options/keys.c:263 #, c-format msgid "selector '%s': invalid TYPE" msgstr "" @@ -3935,7 +3935,7 @@ msgstr "" msgid "qemu-img info: unknown JSON parse error" msgstr "" -#: lib/inspect-icon.c:729 +#: lib/inspect-icon.c:730 #, c-format msgid "size of %s is unreasonably large (% bytes)" msgstr "" @@ -3973,47 +3973,47 @@ msgstr "" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "ನೀವು guestfs_launch ನ ಮೊದಲು guestfs_add_drive ಅನ್ನು ಕರೆಯಬೇಕು" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu ಆರಂಭಗೊಂಡಿದೆ ಹಾಗು ಡೀಮನ್ ಅನ್ನು ಸಂಪರ್ಕಿಸಿದೆ, ಆದರೆ != READY ಸ್ಥಿತಿಯಲ್ಲಿದೆ" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4023,21 +4023,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4052,47 +4052,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "" diff --git a/po/ml.po b/po/ml.po index ddab252e0..7cdeea9a2 100644 --- a/po/ml.po +++ b/po/ml.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2015-02-21 10:50+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Malayalam (http://www.transifex.com/projects/p/libguestfs/" @@ -101,47 +101,47 @@ msgstr "" msgid "%s mounted on %s\n" msgstr "" -#: common/options/keys.c:62 +#: common/options/keys.c:63 #, c-format msgid "Enter key or passphrase (\"%s\"): " msgstr "" -#: common/options/keys.c:144 +#: common/options/keys.c:145 #, c-format msgid "size_t overflow" msgstr "" -#: common/options/keys.c:187 +#: common/options/keys.c:192 #, c-format msgid "could not read key from user" msgstr "" -#: common/options/keys.c:226 +#: common/options/keys.c:231 #, c-format msgid "selector '%s': missing ID" msgstr "" -#: common/options/keys.c:233 +#: common/options/keys.c:238 #, c-format msgid "selector '%s': missing TYPE" msgstr "" -#: common/options/keys.c:239 +#: common/options/keys.c:244 #, c-format msgid "selector '%s': missing KEY_STRING, or too many fields" msgstr "" -#: common/options/keys.c:248 +#: common/options/keys.c:253 #, c-format msgid "selector '%s': missing FILENAME, or too many fields" msgstr "" -#: common/options/keys.c:256 +#: common/options/keys.c:261 #, c-format msgid "selector '%s': too many fields" msgstr "" -#: common/options/keys.c:258 +#: common/options/keys.c:263 #, c-format msgid "selector '%s': invalid TYPE" msgstr "" @@ -3932,7 +3932,7 @@ msgstr "" msgid "qemu-img info: unknown JSON parse error" msgstr "" -#: lib/inspect-icon.c:729 +#: lib/inspect-icon.c:730 #, c-format msgid "size of %s is unreasonably large (% bytes)" msgstr "" @@ -3970,47 +3970,47 @@ msgstr "" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "guestfs_launch-നു് മുമ്പു് guestfs_add_drive വിളിക്കേണ്ടതു്" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu വിന്യസിച്ചു് ഡെമണുമായി ബന്ധപ്പെട്ടു, പക്ഷേ state != READY" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4020,21 +4020,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4049,47 +4049,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "" diff --git a/po/mr.po b/po/mr.po index bdb01c20b..6f9362570 100644 --- a/po/mr.po +++ b/po/mr.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2015-02-21 10:51+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Marathi (http://www.transifex.com/projects/p/libguestfs/" @@ -102,47 +102,47 @@ msgstr "कार्यप्रणाली: %s\n" msgid "%s mounted on %s\n" msgstr "%s ला %s वर माऊंट केले\n" -#: common/options/keys.c:62 +#: common/options/keys.c:63 #, c-format msgid "Enter key or passphrase (\"%s\"): " msgstr "कि किंवा पासफ्रेज द्या (\"%s\"): " -#: common/options/keys.c:144 +#: common/options/keys.c:145 #, c-format msgid "size_t overflow" msgstr "" -#: common/options/keys.c:187 +#: common/options/keys.c:192 #, c-format msgid "could not read key from user" msgstr "" -#: common/options/keys.c:226 +#: common/options/keys.c:231 #, c-format msgid "selector '%s': missing ID" msgstr "" -#: common/options/keys.c:233 +#: common/options/keys.c:238 #, c-format msgid "selector '%s': missing TYPE" msgstr "" -#: common/options/keys.c:239 +#: common/options/keys.c:244 #, c-format msgid "selector '%s': missing KEY_STRING, or too many fields" msgstr "" -#: common/options/keys.c:248 +#: common/options/keys.c:253 #, c-format msgid "selector '%s': missing FILENAME, or too many fields" msgstr "" -#: common/options/keys.c:256 +#: common/options/keys.c:261 #, c-format msgid "selector '%s': too many fields" msgstr "" -#: common/options/keys.c:258 +#: common/options/keys.c:263 #, c-format msgid "selector '%s': invalid TYPE" msgstr "" @@ -4087,7 +4087,7 @@ msgstr "" msgid "qemu-img info: unknown JSON parse error" msgstr "" -#: lib/inspect-icon.c:729 +#: lib/inspect-icon.c:730 #, c-format msgid "size of %s is unreasonably large (% bytes)" msgstr "%s चे आकार असमंजसपणे मोठे आहे (% बाईट्स्)" @@ -4126,47 +4126,47 @@ msgstr "PV निर्माण करण्यास अपयशी: %s: %s" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "guestfs_add_drive यांस guestfs_launch च्या अगोदर कॉल करा" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu सुरू झाले व डिमन सुरू केले, परंतु state != READY आढळले" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4176,21 +4176,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "नवीन XPath संदर्भ निर्माण करणे अशक्य" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4205,47 +4205,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "" diff --git a/po/nl.po b/po/nl.po index eb2929235..2b8a51d28 100644 --- a/po/nl.po +++ b/po/nl.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2015-02-21 10:51+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Dutch (http://www.transifex.com/projects/p/libguestfs/" @@ -104,47 +104,47 @@ msgstr "Besturingssysteem: %s\n" msgid "%s mounted on %s\n" msgstr "%s aangekoppeld op %s\n" -#: common/options/keys.c:62 +#: common/options/keys.c:63 #, c-format msgid "Enter key or passphrase (\"%s\"): " msgstr "Vul sleutel of wachtzin in (\"%s\"): " -#: common/options/keys.c:144 +#: common/options/keys.c:145 #, c-format msgid "size_t overflow" msgstr "" -#: common/options/keys.c:187 +#: common/options/keys.c:192 #, c-format msgid "could not read key from user" msgstr "" -#: common/options/keys.c:226 +#: common/options/keys.c:231 #, c-format msgid "selector '%s': missing ID" msgstr "" -#: common/options/keys.c:233 +#: common/options/keys.c:238 #, c-format msgid "selector '%s': missing TYPE" msgstr "" -#: common/options/keys.c:239 +#: common/options/keys.c:244 #, c-format msgid "selector '%s': missing KEY_STRING, or too many fields" msgstr "" -#: common/options/keys.c:248 +#: common/options/keys.c:253 #, c-format msgid "selector '%s': missing FILENAME, or too many fields" msgstr "" -#: common/options/keys.c:256 +#: common/options/keys.c:261 #, c-format msgid "selector '%s': too many fields" msgstr "" -#: common/options/keys.c:258 +#: common/options/keys.c:263 #, c-format msgid "selector '%s': invalid TYPE" msgstr "" @@ -4124,7 +4124,7 @@ msgstr "" msgid "qemu-img info: unknown JSON parse error" msgstr "" -#: lib/inspect-icon.c:729 +#: lib/inspect-icon.c:730 #, c-format msgid "size of %s is unreasonably large (% bytes)" msgstr "groote van %s is buitensporig groot (% bytes)" @@ -4163,48 +4163,48 @@ msgstr "PV aanmaken mislukte: %s: %s" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "je moet guestfs_add_drive aanroepen voor guestfs_launch" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" "qemu gelanceerd en contact opgenomen met daemon, maar toestand != READY" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "kon niet verbinden met libvirt (URI = %s)" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "kon libvirt mogelijkheden niet verkrijgen" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4214,21 +4214,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "kan nieuwe XPath context niet aanmaken" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4243,47 +4243,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "kon libvirt domein niet vernietigen" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "%s: interne fout bij formuleren van foutboodschap" diff --git a/po/or.po b/po/or.po index bd7494c0d..2d91fe435 100644 --- a/po/or.po +++ b/po/or.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2015-02-21 10:51+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Oriya (http://www.transifex.com/projects/p/libguestfs/" @@ -101,47 +101,47 @@ msgstr "" msgid "%s mounted on %s\n" msgstr "" -#: common/options/keys.c:62 +#: common/options/keys.c:63 #, c-format msgid "Enter key or passphrase (\"%s\"): " msgstr "" -#: common/options/keys.c:144 +#: common/options/keys.c:145 #, c-format msgid "size_t overflow" msgstr "" -#: common/options/keys.c:187 +#: common/options/keys.c:192 #, c-format msgid "could not read key from user" msgstr "" -#: common/options/keys.c:226 +#: common/options/keys.c:231 #, c-format msgid "selector '%s': missing ID" msgstr "" -#: common/options/keys.c:233 +#: common/options/keys.c:238 #, c-format msgid "selector '%s': missing TYPE" msgstr "" -#: common/options/keys.c:239 +#: common/options/keys.c:244 #, c-format msgid "selector '%s': missing KEY_STRING, or too many fields" msgstr "" -#: common/options/keys.c:248 +#: common/options/keys.c:253 #, c-format msgid "selector '%s': missing FILENAME, or too many fields" msgstr "" -#: common/options/keys.c:256 +#: common/options/keys.c:261 #, c-format msgid "selector '%s': too many fields" msgstr "" -#: common/options/keys.c:258 +#: common/options/keys.c:263 #, c-format msgid "selector '%s': invalid TYPE" msgstr "" @@ -3929,7 +3929,7 @@ msgstr "" msgid "qemu-img info: unknown JSON parse error" msgstr "" -#: lib/inspect-icon.c:729 +#: lib/inspect-icon.c:730 #, c-format msgid "size of %s is unreasonably large (% bytes)" msgstr "" @@ -3967,47 +3967,47 @@ msgstr "" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "ଆପଣ ନିଶ୍ଚିତ ଭାବରେ guestfs_add_drive କୁ guestfs_launch ପୂର୍ବରୁ ଡାକିବା ଉଚିତ" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu ଆରମ୍ଭ ହୋଇଛି ଏବଂ ଡେମନ ସହିତ ଯୋଗାଯୋଗ ଆରମ୍ଭ କରିଛି, କିନ୍ତୁ ଅବସ୍ଥା != READY" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4017,21 +4017,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4046,47 +4046,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "" diff --git a/po/pa.po b/po/pa.po index 519b219b3..963719b6d 100644 --- a/po/pa.po +++ b/po/pa.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2015-02-21 10:52+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/" @@ -102,47 +102,47 @@ msgstr "ਓਪਰੇਟਿੰਗ ਸਿਸਟਮ: %s\n" msgid "%s mounted on %s\n" msgstr "%s ਨੂੰ %s ਉੱਪਰ ਮਾਊਂਟ ਕੀਤਾ ਗਿਆ ਹੈ\n" -#: common/options/keys.c:62 +#: common/options/keys.c:63 #, c-format msgid "Enter key or passphrase (\"%s\"): " msgstr "ਕੁੰਜੀ ਜਾਂ ਗੁਪਤਕੋਡ ਦਿਓ (\"%s\"): " -#: common/options/keys.c:144 +#: common/options/keys.c:145 #, c-format msgid "size_t overflow" msgstr "" -#: common/options/keys.c:187 +#: common/options/keys.c:192 #, c-format msgid "could not read key from user" msgstr "" -#: common/options/keys.c:226 +#: common/options/keys.c:231 #, c-format msgid "selector '%s': missing ID" msgstr "" -#: common/options/keys.c:233 +#: common/options/keys.c:238 #, c-format msgid "selector '%s': missing TYPE" msgstr "" -#: common/options/keys.c:239 +#: common/options/keys.c:244 #, c-format msgid "selector '%s': missing KEY_STRING, or too many fields" msgstr "" -#: common/options/keys.c:248 +#: common/options/keys.c:253 #, c-format msgid "selector '%s': missing FILENAME, or too many fields" msgstr "" -#: common/options/keys.c:256 +#: common/options/keys.c:261 #, c-format msgid "selector '%s': too many fields" msgstr "" -#: common/options/keys.c:258 +#: common/options/keys.c:263 #, c-format msgid "selector '%s': invalid TYPE" msgstr "" @@ -4084,7 +4084,7 @@ msgstr "" msgid "qemu-img info: unknown JSON parse error" msgstr "" -#: lib/inspect-icon.c:729 +#: lib/inspect-icon.c:730 #, c-format msgid "size of %s is unreasonably large (% bytes)" msgstr "%s ਦਾ ਅਕਾਰ ਬੇਲੋੜਾ ਹੈ (% ਬਾਈਟਾਂ)" @@ -4123,47 +4123,47 @@ msgstr "PV ਬਣਾਉਣ ਤੋਂ ਫੇਲ: %s: %s" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "you must call guestfs_add_drive before guestfs_launch" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu launched and contacted daemon, but state != READY" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4173,21 +4173,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "ਨਵਾਂ XPath ਪ੍ਰਸੰਗ ਬਣਾਉਣ ਵਿੱਚ ਅਸਫਲ" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4202,47 +4202,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "" diff --git a/po/pl.po b/po/pl.po index b02bdd035..61e0a57c9 100644 --- a/po/pl.po +++ b/po/pl.po @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2022-07-31 11:55+0000\n" "Last-Translator: Piotr Drąg \n" "Language-Team: Polish bytes)" msgstr "rozmiar %s jest nierozsądnie duży (% bajtów)" @@ -4174,48 +4174,48 @@ msgstr "utworzenie woluminu fizycznego się nie powiodło: %s: %s" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "należy wywołać guestfs_add_drive przed guestfs_launch" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" "QEMU zostało uruchomione i skontaktowano się z usługą, ale stan != GOTOWY" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4225,21 +4225,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "nie można utworzyć nowego kontekstu XPath" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "nie można sprawdzić wyrażenia XPath: %s" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4254,47 +4254,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "" diff --git a/po/ru.po b/po/ru.po index bdd73aded..98e1003c1 100644 --- a/po/ru.po +++ b/po/ru.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2015-02-21 10:52+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Russian (http://www.transifex.com/projects/p/libguestfs/" @@ -102,47 +102,47 @@ msgstr "" msgid "%s mounted on %s\n" msgstr "" -#: common/options/keys.c:62 +#: common/options/keys.c:63 #, c-format msgid "Enter key or passphrase (\"%s\"): " msgstr "" -#: common/options/keys.c:144 +#: common/options/keys.c:145 #, c-format msgid "size_t overflow" msgstr "" -#: common/options/keys.c:187 +#: common/options/keys.c:192 #, c-format msgid "could not read key from user" msgstr "" -#: common/options/keys.c:226 +#: common/options/keys.c:231 #, c-format msgid "selector '%s': missing ID" msgstr "" -#: common/options/keys.c:233 +#: common/options/keys.c:238 #, c-format msgid "selector '%s': missing TYPE" msgstr "" -#: common/options/keys.c:239 +#: common/options/keys.c:244 #, c-format msgid "selector '%s': missing KEY_STRING, or too many fields" msgstr "" -#: common/options/keys.c:248 +#: common/options/keys.c:253 #, c-format msgid "selector '%s': missing FILENAME, or too many fields" msgstr "" -#: common/options/keys.c:256 +#: common/options/keys.c:261 #, c-format msgid "selector '%s': too many fields" msgstr "" -#: common/options/keys.c:258 +#: common/options/keys.c:263 #, c-format msgid "selector '%s': invalid TYPE" msgstr "" @@ -3919,7 +3919,7 @@ msgstr "" msgid "qemu-img info: unknown JSON parse error" msgstr "" -#: lib/inspect-icon.c:729 +#: lib/inspect-icon.c:730 #, c-format msgid "size of %s is unreasonably large (% bytes)" msgstr "" @@ -3957,47 +3957,47 @@ msgstr "" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4007,21 +4007,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4036,47 +4036,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "" diff --git a/po/si.po b/po/si.po index d953fbc40..a17f3b59e 100644 --- a/po/si.po +++ b/po/si.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.45.1\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -96,47 +96,47 @@ msgstr "" msgid "%s mounted on %s\n" msgstr "" -#: common/options/keys.c:62 +#: common/options/keys.c:63 #, c-format msgid "Enter key or passphrase (\"%s\"): " msgstr "" -#: common/options/keys.c:144 +#: common/options/keys.c:145 #, c-format msgid "size_t overflow" msgstr "" -#: common/options/keys.c:187 +#: common/options/keys.c:192 #, c-format msgid "could not read key from user" msgstr "" -#: common/options/keys.c:226 +#: common/options/keys.c:231 #, c-format msgid "selector '%s': missing ID" msgstr "" -#: common/options/keys.c:233 +#: common/options/keys.c:238 #, c-format msgid "selector '%s': missing TYPE" msgstr "" -#: common/options/keys.c:239 +#: common/options/keys.c:244 #, c-format msgid "selector '%s': missing KEY_STRING, or too many fields" msgstr "" -#: common/options/keys.c:248 +#: common/options/keys.c:253 #, c-format msgid "selector '%s': missing FILENAME, or too many fields" msgstr "" -#: common/options/keys.c:256 +#: common/options/keys.c:261 #, c-format msgid "selector '%s': too many fields" msgstr "" -#: common/options/keys.c:258 +#: common/options/keys.c:263 #, c-format msgid "selector '%s': invalid TYPE" msgstr "" @@ -3913,7 +3913,7 @@ msgstr "" msgid "qemu-img info: unknown JSON parse error" msgstr "" -#: lib/inspect-icon.c:729 +#: lib/inspect-icon.c:730 #, c-format msgid "size of %s is unreasonably large (% bytes)" msgstr "" @@ -3951,47 +3951,47 @@ msgstr "" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4001,21 +4001,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4030,47 +4030,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "" diff --git a/po/ta.po b/po/ta.po index ad442e221..5c21e3ec4 100644 --- a/po/ta.po +++ b/po/ta.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2015-02-21 10:53+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Tamil (http://www.transifex.com/projects/p/libguestfs/" @@ -101,47 +101,47 @@ msgstr "" msgid "%s mounted on %s\n" msgstr "" -#: common/options/keys.c:62 +#: common/options/keys.c:63 #, c-format msgid "Enter key or passphrase (\"%s\"): " msgstr "" -#: common/options/keys.c:144 +#: common/options/keys.c:145 #, c-format msgid "size_t overflow" msgstr "" -#: common/options/keys.c:187 +#: common/options/keys.c:192 #, c-format msgid "could not read key from user" msgstr "" -#: common/options/keys.c:226 +#: common/options/keys.c:231 #, c-format msgid "selector '%s': missing ID" msgstr "" -#: common/options/keys.c:233 +#: common/options/keys.c:238 #, c-format msgid "selector '%s': missing TYPE" msgstr "" -#: common/options/keys.c:239 +#: common/options/keys.c:244 #, c-format msgid "selector '%s': missing KEY_STRING, or too many fields" msgstr "" -#: common/options/keys.c:248 +#: common/options/keys.c:253 #, c-format msgid "selector '%s': missing FILENAME, or too many fields" msgstr "" -#: common/options/keys.c:256 +#: common/options/keys.c:261 #, c-format msgid "selector '%s': too many fields" msgstr "" -#: common/options/keys.c:258 +#: common/options/keys.c:263 #, c-format msgid "selector '%s': invalid TYPE" msgstr "" @@ -3928,7 +3928,7 @@ msgstr "" msgid "qemu-img info: unknown JSON parse error" msgstr "" -#: lib/inspect-icon.c:729 +#: lib/inspect-icon.c:730 #, c-format msgid "size of %s is unreasonably large (% bytes)" msgstr "" @@ -3966,47 +3966,47 @@ msgstr "" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "நீங்கள் guestfs_add_drive ஐ guestfs_launchக்கு முன் அழைக்க வேண்டும்" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu டொமைனுடன் துவக்கப்பட்டு தொடர்பு கொண்டது, ஆனால் நிலையானது != READY" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4016,21 +4016,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4045,47 +4045,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "" diff --git a/po/te.po b/po/te.po index 1ed923ac6..e56ce6efd 100644 --- a/po/te.po +++ b/po/te.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2015-02-21 10:53+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Telugu (http://www.transifex.com/projects/p/libguestfs/" @@ -101,47 +101,47 @@ msgstr "" msgid "%s mounted on %s\n" msgstr "" -#: common/options/keys.c:62 +#: common/options/keys.c:63 #, c-format msgid "Enter key or passphrase (\"%s\"): " msgstr "" -#: common/options/keys.c:144 +#: common/options/keys.c:145 #, c-format msgid "size_t overflow" msgstr "" -#: common/options/keys.c:187 +#: common/options/keys.c:192 #, c-format msgid "could not read key from user" msgstr "" -#: common/options/keys.c:226 +#: common/options/keys.c:231 #, c-format msgid "selector '%s': missing ID" msgstr "" -#: common/options/keys.c:233 +#: common/options/keys.c:238 #, c-format msgid "selector '%s': missing TYPE" msgstr "" -#: common/options/keys.c:239 +#: common/options/keys.c:244 #, c-format msgid "selector '%s': missing KEY_STRING, or too many fields" msgstr "" -#: common/options/keys.c:248 +#: common/options/keys.c:253 #, c-format msgid "selector '%s': missing FILENAME, or too many fields" msgstr "" -#: common/options/keys.c:256 +#: common/options/keys.c:261 #, c-format msgid "selector '%s': too many fields" msgstr "" -#: common/options/keys.c:258 +#: common/options/keys.c:263 #, c-format msgid "selector '%s': invalid TYPE" msgstr "" @@ -3926,7 +3926,7 @@ msgstr "" msgid "qemu-img info: unknown JSON parse error" msgstr "" -#: lib/inspect-icon.c:729 +#: lib/inspect-icon.c:730 #, c-format msgid "size of %s is unreasonably large (% bytes)" msgstr "" @@ -3964,47 +3964,47 @@ msgstr "" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "guestfs_launchకు ముందుగా మీరు guestfs_add_driveను పిలువవలెను" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu ఆరంభించబడింది మరియు డెమోన్‌ను సంప్రదించింది, అయితే state != READY" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4014,21 +4014,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4043,47 +4043,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "" diff --git a/po/tg.po b/po/tg.po index 94471096d..03271d26c 100644 --- a/po/tg.po +++ b/po/tg.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2015-02-21 10:53+0000\n" "Last-Translator: Copied by Zanata \n" "Language-Team: Tajik (http://www.transifex.com/projects/p/libguestfs/" @@ -100,47 +100,47 @@ msgstr "" msgid "%s mounted on %s\n" msgstr "" -#: common/options/keys.c:62 +#: common/options/keys.c:63 #, c-format msgid "Enter key or passphrase (\"%s\"): " msgstr "" -#: common/options/keys.c:144 +#: common/options/keys.c:145 #, c-format msgid "size_t overflow" msgstr "" -#: common/options/keys.c:187 +#: common/options/keys.c:192 #, c-format msgid "could not read key from user" msgstr "" -#: common/options/keys.c:226 +#: common/options/keys.c:231 #, c-format msgid "selector '%s': missing ID" msgstr "" -#: common/options/keys.c:233 +#: common/options/keys.c:238 #, c-format msgid "selector '%s': missing TYPE" msgstr "" -#: common/options/keys.c:239 +#: common/options/keys.c:244 #, c-format msgid "selector '%s': missing KEY_STRING, or too many fields" msgstr "" -#: common/options/keys.c:248 +#: common/options/keys.c:253 #, c-format msgid "selector '%s': missing FILENAME, or too many fields" msgstr "" -#: common/options/keys.c:256 +#: common/options/keys.c:261 #, c-format msgid "selector '%s': too many fields" msgstr "" -#: common/options/keys.c:258 +#: common/options/keys.c:263 #, c-format msgid "selector '%s': invalid TYPE" msgstr "" @@ -3917,7 +3917,7 @@ msgstr "" msgid "qemu-img info: unknown JSON parse error" msgstr "" -#: lib/inspect-icon.c:729 +#: lib/inspect-icon.c:730 #, c-format msgid "size of %s is unreasonably large (% bytes)" msgstr "" @@ -3955,47 +3955,47 @@ msgstr "" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4005,21 +4005,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4034,47 +4034,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "" diff --git a/po/uk.po b/po/uk.po index 8c60bcb50..5c786b1e0 100644 --- a/po/uk.po +++ b/po/uk.po @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2023-02-21 20:20+0000\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian bytes)" msgstr "розмір %s неймовірно великий (% байтів)" @@ -4347,18 +4347,18 @@ msgstr "не вдалося створити фізичний том: %s: %s" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "вам слід викликати guestfs_add_drive перед викликом guestfs_launch" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" "qemu запущено, встановлено зв’язок з фоновою службою, але стан процесу не " "дорівнює READY" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "%s:%d: помилка під час побудови XML для libvirt поряд з викликом «%s»" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" @@ -4370,7 +4370,7 @@ msgstr "" "параметра «--format» або за допомогою додаткового параметра аргументу " "формату до «add-drive»." -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" @@ -4383,25 +4383,25 @@ msgstr "" "параметра «--format» або за допомогою додаткового параметра аргументу " "формату до «add-drive»." -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" "у модулі libvirt ще не передбачено підтримки прапорця безпосереднього режиму" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "не вдалося встановити з’єднання з libvirt (URI = %s)" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "не вдалося визначити можливості libvirt" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "не вдалося визначити можливості домену libvirt" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4418,22 +4418,22 @@ msgstr "" "\n" "Початкове повідомлення від libvirt" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "" "не вдалося обробити запис можливостей у форматі XML, повернутий libvirt" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "не вдалося створити контекст XPath" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "не вдалося обробити вираз XPath: %s" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4461,18 +4461,18 @@ msgstr "" "guestfs(3) та списком поширених питань щодо libguestfs та відповідей\n" "на ці питання." -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" "не вдалося обробити запис можливостей домену у форматі XML, повернутий " "libvirt" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "realpath: не вдалося перетворити «%s» на абсолютний шлях" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" @@ -4480,33 +4480,33 @@ msgstr "" "у libvirt не передбачено підтримки драйверів протоколів curl qemu (ftp, http " "тощо); спробуйте встановити LIBGUESTFS_BACKEND=direct" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "не вдалося визначити реєстраційні дані libvirt" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" "реєстраційні дані протоколу rbd має бути закодовано за допомогою base64" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "base64_decode_alloc: %m" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "не вдалося встановити значення реєстраційних даних libvirt" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "не вдалося отримати UUID із реєстраційних даних libvirt" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "не вдалося знищити домен libvirt" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr "%s: внутрішня помилка формування повідомлення щодо помилки" diff --git a/po/zh_CN.po b/po/zh_CN.po index a9871ddf8..a56c6d9a2 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: libguestfs 1.39.12\n" -"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug." -"cgi?component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2023-11-16 11:22+0000\n" +"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" +"component=libguestfs&product=Virtualization+Tools\n" +"POT-Creation-Date: 2024-04-25 13:42+0100\n" "PO-Revision-Date: 2024-05-09 09:36+0000\n" "Last-Translator: zhanchun li \n" "Language-Team: Chinese (Simplified) bytes)" msgstr "" @@ -3977,47 +3977,47 @@ msgstr "" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "" -#: lib/launch-direct.c:1042 lib/launch-libvirt.c:698 +#: lib/launch-direct.c:1042 lib/launch-libvirt.c:699 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" -#: lib/launch-libvirt.c:61 +#: lib/launch-libvirt.c:62 #, c-format msgid "%s:%d: error constructing libvirt XML near call to \"%s\"" msgstr "" -#: lib/launch-libvirt.c:218 +#: lib/launch-libvirt.c:219 msgid "" "could not auto-detect the format.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:229 +#: lib/launch-libvirt.c:230 msgid "" "could not auto-detect the format when using a non-file protocol.\n" "If the format is known, pass the format to libguestfs, eg. using the\n" "‘--format’ option, or via the optional ‘format’ argument to ‘add-drive’." msgstr "" -#: lib/launch-libvirt.c:344 +#: lib/launch-libvirt.c:345 msgid "direct mode flag is not supported yet for libvirt backend" msgstr "" -#: lib/launch-libvirt.c:382 +#: lib/launch-libvirt.c:383 #, c-format msgid "could not connect to libvirt (URI = %s)" msgstr "" -#: lib/launch-libvirt.c:411 +#: lib/launch-libvirt.c:412 msgid "could not get libvirt capabilities" msgstr "" -#: lib/launch-libvirt.c:432 +#: lib/launch-libvirt.c:433 msgid "could not get libvirt domain capabilities" msgstr "" -#: lib/launch-libvirt.c:627 +#: lib/launch-libvirt.c:628 msgid "" "could not create appliance through libvirt.\n" "\n" @@ -4027,21 +4027,21 @@ msgid "" "Original error from libvirt" msgstr "" -#: lib/launch-libvirt.c:763 +#: lib/launch-libvirt.c:764 msgid "unable to parse capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:769 lib/launch-libvirt.c:871 lib/libvirt-domain.c:397 +#: lib/launch-libvirt.c:770 lib/launch-libvirt.c:872 lib/libvirt-domain.c:397 #: lib/libvirt-domain.c:481 msgid "unable to create new XPath context" msgstr "" -#: lib/launch-libvirt.c:779 lib/launch-libvirt.c:879 lib/launch-libvirt.c:895 +#: lib/launch-libvirt.c:780 lib/launch-libvirt.c:880 lib/launch-libvirt.c:896 #, c-format msgid "unable to evaluate XPath expression: %s" msgstr "" -#: lib/launch-libvirt.c:818 +#: lib/launch-libvirt.c:819 #, c-format msgid "" "libvirt hypervisor doesn’t support qemu or KVM,\n" @@ -4056,47 +4056,47 @@ msgid "" "For further help, read the guestfs(3) man page and libguestfs FAQ." msgstr "" -#: lib/launch-libvirt.c:865 +#: lib/launch-libvirt.c:866 msgid "unable to parse domain capabilities XML returned by libvirt" msgstr "" -#: lib/launch-libvirt.c:1511 lib/launch-libvirt.c:1769 lib/qemu.c:816 +#: lib/launch-libvirt.c:1512 lib/launch-libvirt.c:1770 lib/qemu.c:816 #, c-format msgid "realpath: could not convert ‘%s’ to absolute path" msgstr "" -#: lib/launch-libvirt.c:1594 +#: lib/launch-libvirt.c:1595 msgid "" "libvirt does not support the qemu curl driver protocols (ftp, http, etc.); " "try setting LIBGUESTFS_BACKEND=direct" msgstr "" -#: lib/launch-libvirt.c:1984 +#: lib/launch-libvirt.c:1985 msgid "could not define libvirt secret" msgstr "" -#: lib/launch-libvirt.c:1995 +#: lib/launch-libvirt.c:1996 msgid "rbd protocol secret must be base64 encoded" msgstr "" -#: lib/launch-libvirt.c:1999 +#: lib/launch-libvirt.c:2000 #, c-format msgid "base64_decode_alloc: %m" msgstr "" -#: lib/launch-libvirt.c:2020 +#: lib/launch-libvirt.c:2021 msgid "could not set libvirt secret value" msgstr "" -#: lib/launch-libvirt.c:2033 +#: lib/launch-libvirt.c:2034 msgid "could not get UUID from libvirt secret" msgstr "" -#: lib/launch-libvirt.c:2206 +#: lib/launch-libvirt.c:2207 msgid "could not destroy libvirt domain" msgstr "" -#: lib/launch-libvirt.c:2227 lib/launch-libvirt.c:2260 +#: lib/launch-libvirt.c:2228 lib/launch-libvirt.c:2261 #, c-format msgid "%s: internal error forming error message" msgstr ""