Skip to content

Commit

Permalink
Version 2.3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwmjones committed Jul 14, 2023
1 parent dcfea1b commit 451153f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 18 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# freeform string.
m4_define([v2v_major], [2])
m4_define([v2v_minor], [3])
m4_define([v2v_release], [4])
m4_define([v2v_release], [5])

AC_INIT([virt-v2v],v2v_major.v2v_minor.v2v_release)

Expand Down
42 changes: 25 additions & 17 deletions po/virt-v2v.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: virt-v2v 2.3.4\n"
"Project-Id-Version: virt-v2v 2.3.5\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2023-04-19 12:15+0100\n"
"POT-Creation-Date: 2023-07-14 13:52+0100\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"
Expand All @@ -29,7 +29,7 @@ msgid ""
"Options:\n"
msgstr ""

#: common/mltools/tools_utils.ml:686
#: common/mltools/tools_utils.ml:695
msgid "%s (ignored)"
msgstr ""

Expand Down Expand Up @@ -129,7 +129,7 @@ msgid ""
"read the man page virt-v2v-inspector(1).\n"
msgstr ""

#: common/mltools/tools_utils.ml:717
#: common/mltools/tools_utils.ml:726
msgid "%s: operation timed out"
msgstr ""

Expand Down Expand Up @@ -211,7 +211,7 @@ msgstr ""
msgid "-i vmx: expecting a VMX file or ssh:// URI"
msgstr ""

#: input/vCenter.ml:155
#: input/vCenter.ml:154
msgid ""
"-ip PASSWORD_FILE parameter ignored because 'user@' was not given in the URL"
msgstr ""
Expand Down Expand Up @@ -1270,6 +1270,10 @@ msgstr ""
msgid "don’t know how to remove packages using %s: packages: %s"
msgstr ""

#: common/mltools/curl.ml:82
msgid "downloading %s"
msgstr ""

#: lib/networks.ml:84
msgid ""
"duplicate --mac parameter. Duplicate mappings specified for MAC address %s."
Expand Down Expand Up @@ -1310,6 +1314,10 @@ msgstr ""
msgid "exception: %s"
msgstr ""

#: common/mltools/tools_utils.ml:455
msgid "exited with error %d"
msgstr ""

#: input/input_disk.ml:145
msgid "expected >= 1 disk name on the command line"
msgstr ""
Expand All @@ -1320,16 +1328,8 @@ msgid ""
"string: %s)"
msgstr ""

#: common/mltools/tools_utils.ml:451
msgid "external command ‘%s’ exited with error %d"
msgstr ""

#: common/mltools/tools_utils.ml:532 common/mltools/tools_utils.ml:453
msgid "external command ‘%s’ killed by signal %d"
msgstr ""

#: common/mltools/tools_utils.ml:534 common/mltools/tools_utils.ml:455
msgid "external command ‘%s’ stopped by signal %d"
#: common/mltools/tools_utils.ml:440
msgid "external command"
msgstr ""

#: output/output_rhv_upload.ml:275
Expand Down Expand Up @@ -1538,6 +1538,10 @@ msgstr ""
msgid "kernel %s is not under grub tree %s"
msgstr ""

#: common/mltools/tools_utils.ml:539 common/mltools/tools_utils.ml:458
msgid "killed by signal %d"
msgstr ""

#: common/mltools/tools_utils.ml:237
msgid "libguestfs error: %s"
msgstr ""
Expand Down Expand Up @@ -1900,13 +1904,17 @@ msgid ""
"options instead (described in the virt-customize(1) manual)."
msgstr ""

#: lib/utils.ml:201
#: lib/utils.ml:196
msgid ""
"ssh-agent authentication has not been set up ($SSH_AUTH_SOCK is not set). "
"This is required by qemu to do passwordless ssh access. See the virt-v2v(1) "
"man page for more information."
msgstr ""

#: common/mltools/tools_utils.ml:542 common/mltools/tools_utils.ml:461
msgid "stopped by signal %d"
msgstr ""

#: output/changeuid.ml:58
msgid "subprocess exited with non-zero error code %d"
msgstr ""
Expand Down Expand Up @@ -2139,7 +2147,7 @@ msgstr ""
msgid "vcenter: invalid response from server: %s"
msgstr ""

#: input/vCenter.ml:190
#: input/vCenter.ml:189
msgid "vcenter: no status code in output of ‘curl’ command."
msgstr ""

Expand Down

0 comments on commit 451153f

Please sign in to comment.