Version 1.54.1.

This commit is contained in:
Richard W.M. Jones
2025-02-18 16:26:03 +00:00
parent 7b8ca818a3
commit 91e8df37c1
3 changed files with 51 additions and 51 deletions

View File

@@ -20,8 +20,8 @@
# freeform string.
m4_define([libguestfs_major], [1])
m4_define([libguestfs_minor], [54])
m4_define([libguestfs_release], [0])
m4_define([release_date], [2024-10-08])
m4_define([libguestfs_release], [1])
m4_define([release_date], [2025-02-18])
AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
AC_SUBST([RELEASE_DATE],release_date)

View File

@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: libguestfs 1.55.2\n"
"Project-Id-Version: libguestfs 1.54.1\n"
"Report-Msgid-Bugs-To: guestfs@lists.libguestfs.org\n"
"POT-Creation-Date: 2025-01-08 12:09+0000\n"
"POT-Creation-Date: 2025-02-18 16:25+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2638,7 +2638,7 @@ msgstr ""
#. type: =item
#: docs/guestfs-building.pod:122
msgid "OCaml E<ge> 4.08"
msgid "OCaml E<ge> 4.07"
msgstr ""
#. type: =item
@@ -2746,7 +2746,7 @@ msgstr ""
#. type: =item
#: docs/guestfs-building.pod:188
msgid "json-c E<ge> 0.14"
msgid "Jansson E<ge> 2.7"
msgstr ""
#. type: =item
@@ -35898,7 +35898,7 @@ msgstr ""
#, no-wrap
msgid ""
" static void\n"
" parse_json (guestfs_h *g, const char *json, json_object **treep)\n"
" parse_json (guestfs_h *g, const char *json, json_t **treep)\n"
"\n"
msgstr ""

View File

@@ -6,10 +6,10 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: libguestfs 1.54.0\n"
"Project-Id-Version: libguestfs 1.54.1\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2024-10-08 14:36+0100\n"
"POT-Creation-Date: 2025-02-18 16:25+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3852,30 +3852,30 @@ msgstr ""
msgid "setting not found"
msgstr ""
#: lib/info.c:83
#: lib/info.c:78
msgid "qemu-img info: JSON output did not contain format key"
msgstr ""
#: lib/info.c:106
#: lib/info.c:101
msgid "qemu-img info: JSON output did not contain virtual-size key"
msgstr ""
#: lib/info.c:134
#: lib/info.c:129
msgid "qemu-img info: JSON output was not an object"
msgstr ""
#: lib/info.c:180
#: lib/info.c:175
msgid ""
"qemu-img info command produced no output, but didn't return an error status "
"code"
msgstr ""
#: lib/info.c:210
#: lib/info.c:205
#, c-format
msgid "qemu-img info: JSON parse error: %s"
msgstr ""
#: lib/info.c:212
#: lib/info.c:207
msgid "qemu-img info: unknown JSON parse error"
msgstr ""
@@ -3884,7 +3884,7 @@ msgstr ""
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
#: lib/launch-direct.c:151
#: lib/launch-direct.c:150
#, c-format
msgid ""
"current user is not a member of the KVM group (group ID %d). This user "
@@ -3893,31 +3893,31 @@ msgid ""
"might need to log out and log in again)."
msgstr ""
#: lib/launch-direct.c:393
#: lib/launch-direct.c:392
#, c-format
msgid "passt was killed with signal %d"
msgstr ""
#: lib/launch-direct.c:398
#: lib/launch-direct.c:397
#, c-format
msgid "internal error: unexpected exit status from passt (%d)"
msgstr ""
#: lib/launch-direct.c:405
#: lib/launch-direct.c:404
#, c-format
msgid "passt exited with status %d"
msgstr ""
#: lib/launch-direct.c:426
#: lib/launch-direct.c:425
#, c-format
msgid "failed to parse passt PID from '%s'"
msgstr ""
#: lib/launch-direct.c:475
#: lib/launch-direct.c:474
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr ""
#: lib/launch-direct.c:1042 lib/launch-libvirt.c:695
#: lib/launch-direct.c:1037 lib/launch-libvirt.c:690
msgid "qemu launched and contacted daemon, but state != READY"
msgstr ""
@@ -3926,56 +3926,56 @@ msgstr ""
msgid "%s:%d: error constructing libvirt XML near call to \"%s\""
msgstr ""
#: lib/launch-libvirt.c:219
#: lib/launch-libvirt.c:214
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:230
#: lib/launch-libvirt.c:225
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:345
#: lib/launch-libvirt.c:340
msgid "direct mode flag is not supported yet for libvirt backend"
msgstr ""
#: lib/launch-libvirt.c:383
#: lib/launch-libvirt.c:378
#, c-format
msgid "could not connect to libvirt (URI = %s)"
msgstr ""
#: lib/launch-libvirt.c:412
#: lib/launch-libvirt.c:407
msgid "could not get libvirt capabilities"
msgstr ""
#: lib/launch-libvirt.c:433
#: lib/launch-libvirt.c:428
msgid "could not get libvirt domain capabilities"
msgstr ""
#: lib/launch-libvirt.c:628
#: lib/launch-libvirt.c:623
msgid "could not create appliance through libvirt. Original error from libvirt"
msgstr ""
#: lib/launch-libvirt.c:760
#: lib/launch-libvirt.c:755
msgid "unable to parse capabilities XML returned by libvirt"
msgstr ""
#: lib/launch-libvirt.c:766 lib/launch-libvirt.c:868 lib/libvirt-domain.c:397
#: lib/launch-libvirt.c:761 lib/launch-libvirt.c:863 lib/libvirt-domain.c:397
#: lib/libvirt-domain.c:481
msgid "unable to create new XPath context"
msgstr ""
#: lib/launch-libvirt.c:776 lib/launch-libvirt.c:876 lib/launch-libvirt.c:892
#: lib/launch-libvirt.c:771 lib/launch-libvirt.c:871 lib/launch-libvirt.c:887
#, c-format
msgid "unable to evaluate XPath expression: %s"
msgstr ""
#: lib/launch-libvirt.c:815
#: lib/launch-libvirt.c:810
#, c-format
msgid ""
"libvirt hypervisor doesnt support qemu or KVM,\n"
@@ -3990,47 +3990,47 @@ msgid ""
"For further help, read the guestfs(3) man page and libguestfs FAQ."
msgstr ""
#: lib/launch-libvirt.c:862
#: lib/launch-libvirt.c:857
msgid "unable to parse domain capabilities XML returned by libvirt"
msgstr ""
#: lib/launch-libvirt.c:1508 lib/launch-libvirt.c:1761 lib/qemu.c:816
#: lib/launch-libvirt.c:1503 lib/launch-libvirt.c:1756 lib/qemu.c:763
#, c-format
msgid "realpath: could not convert %s to absolute path"
msgstr ""
#: lib/launch-libvirt.c:1586
#: lib/launch-libvirt.c:1581
msgid ""
"libvirt does not support the qemu curl driver protocols (ftp, http, etc.); "
"try setting LIBGUESTFS_BACKEND=direct"
msgstr ""
#: lib/launch-libvirt.c:1976
#: lib/launch-libvirt.c:1971
msgid "could not define libvirt secret"
msgstr ""
#: lib/launch-libvirt.c:1987
#: lib/launch-libvirt.c:1982
msgid "rbd protocol secret must be base64 encoded"
msgstr ""
#: lib/launch-libvirt.c:1991
#: lib/launch-libvirt.c:1986
#, c-format
msgid "base64_decode_alloc: %m"
msgstr ""
#: lib/launch-libvirt.c:2009
#: lib/launch-libvirt.c:2004
msgid "could not set libvirt secret value"
msgstr ""
#: lib/launch-libvirt.c:2022
#: lib/launch-libvirt.c:2017
msgid "could not get UUID from libvirt secret"
msgstr ""
#: lib/launch-libvirt.c:2192
#: lib/launch-libvirt.c:2187
msgid "could not destroy libvirt domain"
msgstr ""
#: lib/launch-libvirt.c:2213 lib/launch-libvirt.c:2246
#: lib/launch-libvirt.c:2208 lib/launch-libvirt.c:2241
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
@@ -4246,35 +4246,35 @@ msgstr ""
msgid "file receive cancelled by daemon"
msgstr ""
#: lib/qemu.c:960
#: lib/qemu.c:907
msgid "discard cannot be enabled on this drive: qemu < 1.5"
msgstr ""
#: lib/qemu.c:969
#: lib/qemu.c:916
msgid ""
"discard cannot be enabled on this drive: the drive has a read-only overlay"
msgstr ""
#: lib/qemu.c:976
#: lib/qemu.c:923
msgid ""
"discard cannot be enabled on this drive: you have to specify the format of "
"the file"
msgstr ""
#: lib/qemu.c:984
#: lib/qemu.c:931
msgid ""
"discard cannot be enabled on this drive: qemu < 1.6 cannot do discard on "
"qcow2 files"
msgstr ""
#: lib/qemu.c:992
#: lib/qemu.c:939
#, c-format
msgid ""
"discard cannot be enabled on this drive: qemu does not support discard for "
"%s format files"
msgstr ""
#: lib/qemu.c:1012
#: lib/qemu.c:959
#, c-format
msgid ""
"discard cannot be enabled on this drive: protocol %s does not support "
@@ -4314,8 +4314,8 @@ msgstr ""
msgid ""
"%s: cannot create temporary directory. It may be that $XDG_RUNTIME_DIR is "
"pointing to a directory which we cannot write to, for example if you used "
"su [user] to change to this user account (see https://bugzilla.redhat."
"com/967509). You can correct this by adjusting XDG_RUNTIME_DIR and possibly "
"su [user] to change to this user account (see https://bugzilla.redhat.com/"
"967509). You can correct this by adjusting XDG_RUNTIME_DIR and possibly "
"creating /run/user/%d with the right ownership."
msgstr ""