[Pkg-libvirt-commits] [libguestfs] 101/156: Version 1.26.6.
Hilko Bengen
bengen at moszumanska.debian.org
Sat Aug 30 08:26:03 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit f9e056dea1d2472ea5a0233c3b1fcbc14c29f696
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Sat Jul 26 21:50:09 2014 +0100
Version 1.26.6.
---
BUGS | 33 +++++--
configure.ac | 2 +-
po-docs/libguestfs-docs.pot | 4 +-
po/en_GB.po | 189 ++++++++++++++++--------------------
po/es.po | 192 +++++++++++++++++--------------------
po/gu.po | 189 ++++++++++++++++--------------------
po/hi.po | 189 ++++++++++++++++--------------------
po/kn.po | 189 ++++++++++++++++--------------------
po/libguestfs.pot | 191 ++++++++++++++++---------------------
po/ml.po | 189 ++++++++++++++++--------------------
po/mr.po | 192 +++++++++++++++++--------------------
po/nl.po | 216 +++++++++++++++++++++--------------------
po/or.po | 189 ++++++++++++++++--------------------
po/pa.po | 192 +++++++++++++++++--------------------
po/pl.po | 192 +++++++++++++++++--------------------
po/ta.po | 189 ++++++++++++++++--------------------
po/te.po | 189 ++++++++++++++++--------------------
po/uk.po | 227 ++++++++++++++++++++++----------------------
18 files changed, 1340 insertions(+), 1613 deletions(-)
diff --git a/BUGS b/BUGS
index aca49a8..ba364b5 100644
--- a/BUGS
+++ b/BUGS
@@ -1,5 +1,5 @@
NOTE: This file is automatically generated from "update-bugs.sh".
-Last updated: 2014-07-04
+Last updated: 2014-07-26
This contains a local list of the bugs that are open against
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
@@ -182,9 +182,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
1019388 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1019388
firstboot scripts (virt-builder, virt-sysprep) don't work for Debian 6 & 7 guests
-1021149 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1021149
- Rebase libguestfs to 1.28 in RHEL 7.1
-
1023630 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1023630
enable-valgrind-daemon option breaks UML
@@ -329,12 +326,21 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
1113153 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1113153
RFE: Inspection should support systemd mount units
-1113156 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1113156
- Empty fstab breaks libguestfs inspection
-
1114012 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1114012
"yum install guestfish" on fresh Fedora 20 results in broken libguestfs
+1117540 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1117540
+ Support virt-sparsify option to allow specifying temporary file or block device
+
+1118305 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1118305
+ RFE: Ability to set iSCSI-Initiator-IQN for iSCSI connections
+
+1123221 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1123221
+ make xfs faield, "mkfs.xfs: No such file or directory"
+
+1123281 NEW https://bugzilla.redhat.com/show_bug.cgi?id=1123281
+ lvm-set-filter stopped working in Rawhide
+
503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134
guestfish's list splitting does not recognize internal quoting
@@ -353,7 +359,7 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
1069966 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=1069966
RFE: let virt-builder etc build ARM guests on x86 host
-(111 bugs)
+(113 bugs)
--------------------------------------------------
Bugs in MODIFIED, POST or ON_QA state are fixed.
@@ -368,12 +374,21 @@ You can help by testing the fixes.
1091803 POST https://bugzilla.redhat.com/show_bug.cgi?id=1091803
tar-in-opts execute failed that cause libguestfs appliance crashed
+1122557 POST https://bugzilla.redhat.com/show_bug.cgi?id=1122557
+ virt-sparsify overwrites block devices if used as output files
+
+1123007 POST https://bugzilla.redhat.com/show_bug.cgi?id=1123007
+ libguestfs 'direct' backend should close file descriptors before exec-ing qemu to avoid leaking !O_CLOEXEC fds
+
1053847 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=1053847
Recommended default clock/timer settings
1020950 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1020950
CVE-2013-4419 libguestfs: insecure temporary directory handling for guestfish's network socket [epel-5]
+1021149 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1021149
+ Rebase libguestfs to 1.28 in RHEL 7.1
+
1079182 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1079182
virt-df cannot report used disk space of windows guest when updated to 6.5
@@ -383,7 +398,7 @@ You can help by testing the fixes.
1106548 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=1106548
root gets an error accessing to a non-root dir on a snapshot guestmount VMDK img
-(8 bugs)
+(11 bugs)
--------------------------------------------------
These bugs are in the VERIFIED state.
diff --git a/configure.ac b/configure.ac
index 7aa041c..d344f55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@
# freeform string.
m4_define([libguestfs_major], [1])
m4_define([libguestfs_minor], [26])
-m4_define([libguestfs_release], [5])
+m4_define([libguestfs_release], [6])
AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot
index 1c62b58..7b9e5d2 100644
--- a/po-docs/libguestfs-docs.pot
+++ b/po-docs/libguestfs-docs.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: libguestfs 1.26.5\n"
+"Project-Id-Version: libguestfs 1.26.6\n"
"Report-Msgid-Bugs-To: libguestfs at redhat.com\n"
-"POT-Creation-Date: 2014-07-04 16:21+0200\n"
+"POT-Creation-Date: 2014-07-26 21:49+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/po/en_GB.po b/po/en_GB.po
index a65a02e..f3c768b 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-07-04 12:43+0100\n"
+"POT-Creation-Date: 2014-07-26 21:49+0100\n"
"PO-Revision-Date: 2014-03-26 16:49+0000\n"
"Last-Translator: rjones <rjones at redhat.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
@@ -45,21 +45,21 @@ msgid ""
"%!"
msgstr ""
-#: ../resize/resize.ml:867
+#: ../resize/resize.ml:868
msgid " An extra partition will be created for the surplus."
msgstr ""
-#: ../resize/resize.ml:852 ../resize/resize.ml:833
+#: ../resize/resize.ml:853 ../resize/resize.ml:834
msgid " The %s on %s will be expanded using the '%s' method."
msgstr ""
-#: ../resize/resize.ml:869
+#: ../resize/resize.ml:870
msgid ""
" The surplus space is not large enough for an extra partition to be created "
"and so it will just be ignored."
msgstr ""
-#: ../resize/resize.ml:871
+#: ../resize/resize.ml:872
msgid ""
" The surplus space will be ignored. Run a partitioning program in the "
"guest to partition this extra space if you want."
@@ -127,7 +127,7 @@ msgid ""
"complete output."
msgstr ""
-#: ../resize/resize.ml:660
+#: ../resize/resize.ml:661
msgid ""
"%s: This extended partition contains logical partitions which might be "
"damaged by shrinking it. If you want to shrink this partition, you need to "
@@ -136,11 +136,11 @@ msgid ""
"line.)"
msgstr ""
-#: ../resize/resize.ml:849
+#: ../resize/resize.ml:850
msgid "%s: This logical volume will be expanded to maximum size."
msgstr ""
-#: ../resize/resize.ml:656
+#: ../resize/resize.ml:657
msgid ""
"%s: This partition contains a %s filesystem which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -149,7 +149,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:652
+#: ../resize/resize.ml:653
msgid ""
"%s: This partition contains an LVM physical volume which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -158,7 +158,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:649
+#: ../resize/resize.ml:650
msgid ""
"%s: This partition has unknown content which might be damaged by shrinking "
"it. If you want to shrink this partition, you need to use the '--resize-"
@@ -166,21 +166,21 @@ msgid ""
"error came from '%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:826
+#: ../resize/resize.ml:827
msgid ""
"%s: This partition will be created, but the contents will be ignored (ie. "
"not copied to the target)."
msgstr ""
-#: ../resize/resize.ml:828
+#: ../resize/resize.ml:829
msgid "%s: This partition will be deleted."
msgstr ""
-#: ../resize/resize.ml:824
+#: ../resize/resize.ml:825
msgid "%s: This partition will be left alone."
msgstr ""
-#: ../resize/resize.ml:830
+#: ../resize/resize.ml:831
msgid "%s: This partition will be resized from %s to %s."
msgstr ""
@@ -242,17 +242,21 @@ msgstr ""
msgid "%s: error: %s"
msgstr ""
+#: ../sysprep/main.ml:297
+msgid "%s: error: %s\n"
+msgstr ""
+
#: ../customize/customize_run.ml:183
msgid "%s: error: %s is not a regular file in the guest\n"
msgstr ""
-#: ../sparsify/sparsify.ml:52 ../resize/resize.ml:1308
-#: ../builder/builder.ml:740
+#. ../builder/builder.ml:740
+#: ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 ../resize/resize.ml:1309
msgid "%s: error: %s: %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:55 ../resize/resize.ml:1311
-#: ../builder/builder.ml:743
+#. ../builder/builder.ml:743
+#: ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 ../resize/resize.ml:1312
msgid "%s: error: %s: %s: %s\n"
msgstr ""
@@ -272,7 +276,7 @@ msgstr ""
#. ../customize/customize_main.ml:262
#. ../builder/builder.ml:761
-#: ../sparsify/sparsify.ml:74 ../resize/resize.ml:1330
+#: ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 ../resize/resize.ml:1331
msgid "%s: exception: %s\n"
msgstr ""
@@ -280,8 +284,8 @@ msgstr ""
msgid "%s: failed to download %s: HTTP status code %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:62 ../resize/resize.ml:1318
-#: ../builder/builder.ml:749
+#. ../builder/builder.ml:749
+#: ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 ../resize/resize.ml:1319
msgid "%s: failure: %s\n"
msgstr ""
@@ -307,20 +311,20 @@ msgstr ""
#. ../customize/customize_main.ml:259
#. ../builder/builder.ml:758
-#: ../sparsify/sparsify.ml:71 ../resize/resize.ml:1327
+#: ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 ../resize/resize.ml:1328
msgid "%s: internal error: Not_found exception was thrown\n"
msgstr ""
#. ../customize/customize_main.ml:255
#. ../builder/builder.ml:755
-#: ../sparsify/sparsify.ml:68 ../resize/resize.ml:1324
+#: ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 ../resize/resize.ml:1325
msgid "%s: internal error: assertion failed at %s, line %d, char %d\n"
msgstr ""
#. ../customize/customize_main.ml:252
#. ../builder/sources.ml:125
#. ../builder/builder.ml:752
-#: ../sparsify/sparsify.ml:65 ../resize/resize.ml:1321
+#: ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 ../resize/resize.ml:1322
msgid "%s: internal error: invalid argument: %s\n"
msgstr ""
@@ -336,8 +340,8 @@ msgstr ""
msgid "%s: invalid password selector '%s'; see the man page.\n"
msgstr ""
-#: ../sparsify/sparsify.ml:59 ../resize/resize.ml:1315
-#: ../builder/builder.ml:746
+#. ../builder/builder.ml:746
+#: ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 ../resize/resize.ml:1316
msgid "%s: libguestfs error: %s\n"
msgstr ""
@@ -345,18 +349,18 @@ msgstr ""
msgid "%s: log file %s: %s (ignored)\n"
msgstr ""
-#: ../resize/resize.ml:807
+#: ../resize/resize.ml:808
msgid ""
"%s: logical volume not found in the source disk image (this error came from "
"'--lv-expand' option on the command line). Try running this command: virt-"
"filesystems --logical-volumes --long -a %s"
msgstr ""
-#: ../resize/resize.ml:678
+#: ../resize/resize.ml:679
msgid "%s: missing size field in '%s' option"
msgstr ""
-#: ../resize/resize.ml:687
+#: ../resize/resize.ml:688
msgid "%s: new partition size is zero or negative"
msgstr ""
@@ -387,26 +391,26 @@ msgid ""
"output block device = %s, output block device size = %s\n"
msgstr ""
-#: ../resize/resize.ml:600
+#: ../resize/resize.ml:601
msgid "%s: partition already deleted, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:596
+#: ../resize/resize.ml:597
msgid "%s: partition already ignored, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:592
+#: ../resize/resize.ml:593
msgid ""
"%s: partition not found in the source disk image (this error came from '%s' "
"option on the command line). Try running this command: virt-filesystems --"
"partitions --long -a %s"
msgstr ""
-#: ../resize/resize.ml:503
+#: ../resize/resize.ml:504
msgid "%s: partition size %Ld < filesystem size %Ld"
msgstr ""
-#: ../resize/resize.ml:498
+#: ../resize/resize.ml:499
msgid "%s: partition size %Ld < physical volume size %Ld"
msgstr ""
@@ -471,15 +475,15 @@ msgid ""
"read the man page virt-sparsify(1).\n"
msgstr ""
-#: ../resize/resize.ml:634
+#: ../resize/resize.ml:635
msgid "%s: this partition has already been ignored or deleted"
msgstr ""
-#: ../resize/resize.ml:630
+#: ../resize/resize.ml:631
msgid "%s: this partition has already been marked for resizing"
msgstr ""
-#: ../resize/resize.ml:513
+#: ../resize/resize.ml:514
msgid "%s: this partition overlaps the previous one"
msgstr ""
@@ -647,7 +651,7 @@ msgstr ""
msgid "Copying"
msgstr ""
-#: ../resize/resize.ml:1109
+#: ../resize/resize.ml:1110
msgid ""
"Copying %s ...\n"
"%!"
@@ -875,13 +879,13 @@ msgstr ""
msgid "Expand partition"
msgstr ""
-#: ../resize/resize.ml:1271
+#: ../resize/resize.ml:1272
msgid ""
"Expanding %s using the '%s' method ...\n"
"%!"
msgstr ""
-#: ../resize/resize.ml:1252
+#: ../resize/resize.ml:1253
msgid ""
"Expanding %s%s using the '%s' method ...\n"
"%!"
@@ -903,7 +907,7 @@ msgstr ""
msgid "FILE:EXPR"
msgstr ""
-#: ../resize/resize.ml:926
+#: ../resize/resize.ml:927
msgid ""
"Failed to initialize the partition table on the target disk. You need to "
"wipe or recreate the target disk and then run virt-resize again.\n"
@@ -935,7 +939,7 @@ msgstr ""
msgid "Finishing off"
msgstr ""
-#: ../resize/resize.ml:1170
+#: ../resize/resize.ml:1171
msgid ""
"Fixing first NTFS partition boot record ...\n"
"%!"
@@ -1337,7 +1341,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
-#: ../resize/resize.ml:1298
+#: ../resize/resize.ml:1299
msgid ""
"Resize operation completed with no errors. Before deleting the old disk, "
"carefully check that the resized disk boots and works correctly.\n"
@@ -1533,7 +1537,7 @@ msgstr ""
msgid "Setting the timezone: %s"
msgstr ""
-#: ../resize/resize.ml:905
+#: ../resize/resize.ml:906
msgid ""
"Setting up initial partition table on %s ...\n"
"%!"
@@ -1650,13 +1654,13 @@ msgstr ""
msgid "There are no notes for %s\n"
msgstr ""
-#: ../resize/resize.ml:792
+#: ../resize/resize.ml:793
msgid ""
"There is a deficit of %Ld bytes (%s). You need to make the target disk "
"larger by at least this amount or adjust your resizing requests."
msgstr ""
-#: ../resize/resize.ml:864
+#: ../resize/resize.ml:865
msgid "There is a surplus of %s."
msgstr ""
@@ -1726,13 +1730,13 @@ msgstr ""
msgid "Writing: %s"
msgstr ""
-#: ../resize/resize.ml:763
+#: ../resize/resize.ml:764
msgid ""
"You cannot use --expand when there is no surplus space to expand into. You "
"need to make the target disk larger by at least %s."
msgstr ""
-#: ../resize/resize.ml:775
+#: ../resize/resize.ml:776
msgid ""
"You cannot use --shrink when there is no deficit (see 'deficit' in the virt-"
"resize(1) man page)."
@@ -1834,14 +1838,10 @@ msgstr ""
msgid "file"
msgstr ""
-#: ../resize/resize.ml:1167
+#: ../resize/resize.ml:1168
msgid "first partition is NTFS but does not contain NTFS boot loader magic"
msgstr ""
-#: ../customize/firstboot.ml:82
-msgid "firstboot: failed: "
-msgstr ""
-
#. ../resize/resize.ml:203
#. ../resize/resize.ml:191
#. ../customize/customize_main.ml:88
@@ -1857,6 +1857,14 @@ msgstr ""
msgid "gpg program is not available"
msgstr ""
+#: ../customize/firstboot.ml:114
+msgid "guest type %s is not supported"
+msgstr ""
+
+#: ../customize/firstboot.ml:168
+msgid "guest type %s/%s is not supported"
+msgstr ""
+
#: ../customize/customize_run.ml:211
msgid "hostname could not be set for this type of guest"
msgstr ""
@@ -1891,10 +1899,6 @@ msgid "opts"
msgstr ""
#: ../sparsify/cmdline.ml:167
-msgid "output '%s' cannot be a block device, it must be a regular file"
-msgstr ""
-
-#: ../sparsify/cmdline.ml:171
msgid "output '%s' cannot be a character device, it must be a regular file"
msgstr ""
@@ -1918,7 +1922,7 @@ msgstr ""
msgid "passwords could not be set for this type of guest"
msgstr ""
-#: ../resize/resize.ml:962 ../resize/resize.ml:938
+#: ../resize/resize.ml:963 ../resize/resize.ml:939
msgid "pread-device: short read"
msgstr ""
@@ -1950,30 +1954,7 @@ msgstr ""
msgid "sectors"
msgstr ""
-#: ../sysprep/main.ml:290
-msgid "sysprep operation failed: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:302
-msgid "sysprep operation failed: exception: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:299
-msgid ""
-"sysprep operation failed: internal error: Not_found exception was thrown\n"
-msgstr ""
-
-#: ../sysprep/main.ml:296
-msgid ""
-"sysprep operation failed: internal error: assertion failed at %s, line %d, "
-"char %d\n"
-msgstr ""
-
-#: ../sysprep/main.ml:293
-msgid "sysprep operation failed: internal error: invalid argument: %s\n"
-msgstr ""
-
-#: ../resize/resize.ml:444
+#: ../resize/resize.ml:445
msgid "the source disk has no partitions"
msgstr ""
@@ -2180,23 +2161,23 @@ msgstr ""
msgid "virt-sysprep: script: killed by signal (%d)\n"
msgstr ""
-#: ../sparsify/cmdline.ml:178
+#: ../sparsify/cmdline.ml:174
msgid "you cannot use --in-place and --check-tmpdir options together"
msgstr ""
-#: ../sparsify/cmdline.ml:181
+#: ../sparsify/cmdline.ml:177
msgid "you cannot use --in-place and --compress options together"
msgstr ""
-#: ../sparsify/cmdline.ml:184
+#: ../sparsify/cmdline.ml:180
msgid "you cannot use --in-place and --convert options together"
msgstr ""
-#: ../sparsify/cmdline.ml:187
+#: ../sparsify/cmdline.ml:183
msgid "you cannot use --in-place and -o options together"
msgstr ""
-#: ../resize/resize.ml:751
+#: ../resize/resize.ml:752
msgid "you cannot use options --expand and --shrink together"
msgstr ""
@@ -6000,28 +5981,28 @@ msgstr ""
msgid "%s: %s command failed\n"
msgstr ""
-#: make-fs/make-fs.c:428
+#: make-fs/make-fs.c:426
#, c-format
msgid "%s: cannot parse the output of 'du' command: %s\n"
msgstr ""
-#: make-fs/make-fs.c:464
+#: make-fs/make-fs.c:461
#, c-format
msgid ""
"%s: %s: input is not a directory, tar archive or compressed tar archive\n"
msgstr ""
-#: make-fs/make-fs.c:495
+#: make-fs/make-fs.c:492
#, c-format
msgid "%s: %s: unknown compressed input format (%s)\n"
msgstr ""
-#: make-fs/make-fs.c:618
+#: make-fs/make-fs.c:615
#, c-format
msgid "%s: %s: invalid size parameter '%s' (%s returned %d)\n"
msgstr ""
-#: make-fs/make-fs.c:818
+#: make-fs/make-fs.c:815
#, c-format
msgid "%s: subprocess failed\n"
msgstr ""
@@ -6685,16 +6666,12 @@ msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:253 src/inspect-fs-unix.c:335
-#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1579 src/inspect-fs.c:564
+#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1574 src/inspect-fs.c:564
#: src/inspect-fs.c:610 src/inspect.c:539
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect-fs-unix.c:921
-msgid "could not parse /etc/fstab or empty file"
-msgstr ""
-
#: src/inspect-fs.c:393 src/inspect-fs.c:406
#, c-format
msgid "could not parse integer in version number: %s"
@@ -6747,44 +6724,44 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr ""
-#: src/launch-direct.c:872 src/launch-libvirt.c:541
+#: src/launch-direct.c:873 src/launch-libvirt.c:541
msgid "qemu launched and contacted daemon, but state != READY"
msgstr ""
-#: src/launch-direct.c:1274 src/launch-libvirt.c:1284
+#: src/launch-direct.c:1275 src/launch-libvirt.c:1284
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
-#: src/launch-direct.c:1432
+#: src/launch-direct.c:1433
msgid "discard cannot be enabled on this drive: qemu < 1.5"
msgstr ""
-#: src/launch-direct.c:1441
+#: src/launch-direct.c:1442
msgid ""
"discard cannot be enabled on this drive: the drive has a read-only overlay"
msgstr ""
-#: src/launch-direct.c:1448
+#: src/launch-direct.c:1449
msgid ""
"discard cannot be enabled on this drive: you have to specify the format of "
"the file"
msgstr ""
-#: src/launch-direct.c:1456
+#: src/launch-direct.c:1457
msgid ""
"discard cannot be enabled on this drive: qemu < 1.6 cannot do discard on "
"qcow2 files"
msgstr ""
-#: src/launch-direct.c:1464
+#: src/launch-direct.c:1465
#, c-format
msgid ""
"discard cannot be enabled on this drive: qemu does not support discard for "
"'%s' format files"
msgstr ""
-#: src/launch-direct.c:1487
+#: src/launch-direct.c:1488
#, c-format
msgid ""
"discard cannot be enabled on this drive: protocol '%s' does not support "
@@ -6923,7 +6900,7 @@ msgid ""
"uml backend does not support drives with 'discard' parameter set to 'enable'"
msgstr ""
-#: src/launch-uml.c:476
+#: src/launch-uml.c:473
msgid "vmlinux launched and contacted daemon, but state != READY"
msgstr ""
diff --git a/po/es.po b/po/es.po
index cc0de6b..fb700ba 100644
--- a/po/es.po
+++ b/po/es.po
@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-07-04 12:43+0100\n"
+"POT-Creation-Date: 2014-07-26 21:49+0100\n"
"PO-Revision-Date: 2014-03-26 16:49+0000\n"
"Last-Translator: rjones <rjones at redhat.com>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/fedora/language/"
@@ -47,21 +47,21 @@ msgid ""
"%!"
msgstr ""
-#: ../resize/resize.ml:867
+#: ../resize/resize.ml:868
msgid " An extra partition will be created for the surplus."
msgstr ""
-#: ../resize/resize.ml:852 ../resize/resize.ml:833
+#: ../resize/resize.ml:853 ../resize/resize.ml:834
msgid " The %s on %s will be expanded using the '%s' method."
msgstr ""
-#: ../resize/resize.ml:869
+#: ../resize/resize.ml:870
msgid ""
" The surplus space is not large enough for an extra partition to be created "
"and so it will just be ignored."
msgstr ""
-#: ../resize/resize.ml:871
+#: ../resize/resize.ml:872
msgid ""
" The surplus space will be ignored. Run a partitioning program in the "
"guest to partition this extra space if you want."
@@ -129,7 +129,7 @@ msgid ""
"complete output."
msgstr ""
-#: ../resize/resize.ml:660
+#: ../resize/resize.ml:661
msgid ""
"%s: This extended partition contains logical partitions which might be "
"damaged by shrinking it. If you want to shrink this partition, you need to "
@@ -138,11 +138,11 @@ msgid ""
"line.)"
msgstr ""
-#: ../resize/resize.ml:849
+#: ../resize/resize.ml:850
msgid "%s: This logical volume will be expanded to maximum size."
msgstr ""
-#: ../resize/resize.ml:656
+#: ../resize/resize.ml:657
msgid ""
"%s: This partition contains a %s filesystem which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -151,7 +151,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:652
+#: ../resize/resize.ml:653
msgid ""
"%s: This partition contains an LVM physical volume which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -160,7 +160,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:649
+#: ../resize/resize.ml:650
msgid ""
"%s: This partition has unknown content which might be damaged by shrinking "
"it. If you want to shrink this partition, you need to use the '--resize-"
@@ -168,21 +168,21 @@ msgid ""
"error came from '%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:826
+#: ../resize/resize.ml:827
msgid ""
"%s: This partition will be created, but the contents will be ignored (ie. "
"not copied to the target)."
msgstr ""
-#: ../resize/resize.ml:828
+#: ../resize/resize.ml:829
msgid "%s: This partition will be deleted."
msgstr ""
-#: ../resize/resize.ml:824
+#: ../resize/resize.ml:825
msgid "%s: This partition will be left alone."
msgstr ""
-#: ../resize/resize.ml:830
+#: ../resize/resize.ml:831
msgid "%s: This partition will be resized from %s to %s."
msgstr ""
@@ -244,17 +244,21 @@ msgstr ""
msgid "%s: error: %s"
msgstr ""
+#: ../sysprep/main.ml:297
+msgid "%s: error: %s\n"
+msgstr ""
+
#: ../customize/customize_run.ml:183
msgid "%s: error: %s is not a regular file in the guest\n"
msgstr ""
-#: ../sparsify/sparsify.ml:52 ../resize/resize.ml:1308
-#: ../builder/builder.ml:740
+#. ../builder/builder.ml:740
+#: ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 ../resize/resize.ml:1309
msgid "%s: error: %s: %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:55 ../resize/resize.ml:1311
-#: ../builder/builder.ml:743
+#. ../builder/builder.ml:743
+#: ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 ../resize/resize.ml:1312
msgid "%s: error: %s: %s: %s\n"
msgstr ""
@@ -274,7 +278,7 @@ msgstr ""
#. ../customize/customize_main.ml:262
#. ../builder/builder.ml:761
-#: ../sparsify/sparsify.ml:74 ../resize/resize.ml:1330
+#: ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 ../resize/resize.ml:1331
msgid "%s: exception: %s\n"
msgstr ""
@@ -282,8 +286,8 @@ msgstr ""
msgid "%s: failed to download %s: HTTP status code %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:62 ../resize/resize.ml:1318
-#: ../builder/builder.ml:749
+#. ../builder/builder.ml:749
+#: ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 ../resize/resize.ml:1319
msgid "%s: failure: %s\n"
msgstr ""
@@ -309,20 +313,20 @@ msgstr ""
#. ../customize/customize_main.ml:259
#. ../builder/builder.ml:758
-#: ../sparsify/sparsify.ml:71 ../resize/resize.ml:1327
+#: ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 ../resize/resize.ml:1328
msgid "%s: internal error: Not_found exception was thrown\n"
msgstr ""
#. ../customize/customize_main.ml:255
#. ../builder/builder.ml:755
-#: ../sparsify/sparsify.ml:68 ../resize/resize.ml:1324
+#: ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 ../resize/resize.ml:1325
msgid "%s: internal error: assertion failed at %s, line %d, char %d\n"
msgstr ""
#. ../customize/customize_main.ml:252
#. ../builder/sources.ml:125
#. ../builder/builder.ml:752
-#: ../sparsify/sparsify.ml:65 ../resize/resize.ml:1321
+#: ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 ../resize/resize.ml:1322
msgid "%s: internal error: invalid argument: %s\n"
msgstr ""
@@ -338,8 +342,8 @@ msgstr ""
msgid "%s: invalid password selector '%s'; see the man page.\n"
msgstr ""
-#: ../sparsify/sparsify.ml:59 ../resize/resize.ml:1315
-#: ../builder/builder.ml:746
+#. ../builder/builder.ml:746
+#: ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 ../resize/resize.ml:1316
msgid "%s: libguestfs error: %s\n"
msgstr ""
@@ -347,18 +351,18 @@ msgstr ""
msgid "%s: log file %s: %s (ignored)\n"
msgstr ""
-#: ../resize/resize.ml:807
+#: ../resize/resize.ml:808
msgid ""
"%s: logical volume not found in the source disk image (this error came from "
"'--lv-expand' option on the command line). Try running this command: virt-"
"filesystems --logical-volumes --long -a %s"
msgstr ""
-#: ../resize/resize.ml:678
+#: ../resize/resize.ml:679
msgid "%s: missing size field in '%s' option"
msgstr ""
-#: ../resize/resize.ml:687
+#: ../resize/resize.ml:688
msgid "%s: new partition size is zero or negative"
msgstr ""
@@ -389,26 +393,26 @@ msgid ""
"output block device = %s, output block device size = %s\n"
msgstr ""
-#: ../resize/resize.ml:600
+#: ../resize/resize.ml:601
msgid "%s: partition already deleted, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:596
+#: ../resize/resize.ml:597
msgid "%s: partition already ignored, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:592
+#: ../resize/resize.ml:593
msgid ""
"%s: partition not found in the source disk image (this error came from '%s' "
"option on the command line). Try running this command: virt-filesystems --"
"partitions --long -a %s"
msgstr ""
-#: ../resize/resize.ml:503
+#: ../resize/resize.ml:504
msgid "%s: partition size %Ld < filesystem size %Ld"
msgstr ""
-#: ../resize/resize.ml:498
+#: ../resize/resize.ml:499
msgid "%s: partition size %Ld < physical volume size %Ld"
msgstr ""
@@ -473,15 +477,15 @@ msgid ""
"read the man page virt-sparsify(1).\n"
msgstr ""
-#: ../resize/resize.ml:634
+#: ../resize/resize.ml:635
msgid "%s: this partition has already been ignored or deleted"
msgstr ""
-#: ../resize/resize.ml:630
+#: ../resize/resize.ml:631
msgid "%s: this partition has already been marked for resizing"
msgstr ""
-#: ../resize/resize.ml:513
+#: ../resize/resize.ml:514
msgid "%s: this partition overlaps the previous one"
msgstr ""
@@ -649,7 +653,7 @@ msgstr ""
msgid "Copying"
msgstr ""
-#: ../resize/resize.ml:1109
+#: ../resize/resize.ml:1110
msgid ""
"Copying %s ...\n"
"%!"
@@ -877,13 +881,13 @@ msgstr ""
msgid "Expand partition"
msgstr ""
-#: ../resize/resize.ml:1271
+#: ../resize/resize.ml:1272
msgid ""
"Expanding %s using the '%s' method ...\n"
"%!"
msgstr ""
-#: ../resize/resize.ml:1252
+#: ../resize/resize.ml:1253
msgid ""
"Expanding %s%s using the '%s' method ...\n"
"%!"
@@ -905,7 +909,7 @@ msgstr ""
msgid "FILE:EXPR"
msgstr ""
-#: ../resize/resize.ml:926
+#: ../resize/resize.ml:927
msgid ""
"Failed to initialize the partition table on the target disk. You need to "
"wipe or recreate the target disk and then run virt-resize again.\n"
@@ -937,7 +941,7 @@ msgstr ""
msgid "Finishing off"
msgstr ""
-#: ../resize/resize.ml:1170
+#: ../resize/resize.ml:1171
msgid ""
"Fixing first NTFS partition boot record ...\n"
"%!"
@@ -1339,7 +1343,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
-#: ../resize/resize.ml:1298
+#: ../resize/resize.ml:1299
msgid ""
"Resize operation completed with no errors. Before deleting the old disk, "
"carefully check that the resized disk boots and works correctly.\n"
@@ -1535,7 +1539,7 @@ msgstr ""
msgid "Setting the timezone: %s"
msgstr ""
-#: ../resize/resize.ml:905
+#: ../resize/resize.ml:906
msgid ""
"Setting up initial partition table on %s ...\n"
"%!"
@@ -1652,13 +1656,13 @@ msgstr ""
msgid "There are no notes for %s\n"
msgstr ""
-#: ../resize/resize.ml:792
+#: ../resize/resize.ml:793
msgid ""
"There is a deficit of %Ld bytes (%s). You need to make the target disk "
"larger by at least this amount or adjust your resizing requests."
msgstr ""
-#: ../resize/resize.ml:864
+#: ../resize/resize.ml:865
msgid "There is a surplus of %s."
msgstr ""
@@ -1728,13 +1732,13 @@ msgstr ""
msgid "Writing: %s"
msgstr ""
-#: ../resize/resize.ml:763
+#: ../resize/resize.ml:764
msgid ""
"You cannot use --expand when there is no surplus space to expand into. You "
"need to make the target disk larger by at least %s."
msgstr ""
-#: ../resize/resize.ml:775
+#: ../resize/resize.ml:776
msgid ""
"You cannot use --shrink when there is no deficit (see 'deficit' in the virt-"
"resize(1) man page)."
@@ -1836,14 +1840,10 @@ msgstr ""
msgid "file"
msgstr ""
-#: ../resize/resize.ml:1167
+#: ../resize/resize.ml:1168
msgid "first partition is NTFS but does not contain NTFS boot loader magic"
msgstr ""
-#: ../customize/firstboot.ml:82
-msgid "firstboot: failed: "
-msgstr ""
-
#. ../resize/resize.ml:203
#. ../resize/resize.ml:191
#. ../customize/customize_main.ml:88
@@ -1859,6 +1859,14 @@ msgstr ""
msgid "gpg program is not available"
msgstr ""
+#: ../customize/firstboot.ml:114
+msgid "guest type %s is not supported"
+msgstr ""
+
+#: ../customize/firstboot.ml:168
+msgid "guest type %s/%s is not supported"
+msgstr ""
+
#: ../customize/customize_run.ml:211
msgid "hostname could not be set for this type of guest"
msgstr ""
@@ -1893,10 +1901,6 @@ msgid "opts"
msgstr ""
#: ../sparsify/cmdline.ml:167
-msgid "output '%s' cannot be a block device, it must be a regular file"
-msgstr ""
-
-#: ../sparsify/cmdline.ml:171
msgid "output '%s' cannot be a character device, it must be a regular file"
msgstr ""
@@ -1920,7 +1924,7 @@ msgstr ""
msgid "passwords could not be set for this type of guest"
msgstr ""
-#: ../resize/resize.ml:962 ../resize/resize.ml:938
+#: ../resize/resize.ml:963 ../resize/resize.ml:939
msgid "pread-device: short read"
msgstr ""
@@ -1952,30 +1956,7 @@ msgstr ""
msgid "sectors"
msgstr ""
-#: ../sysprep/main.ml:290
-msgid "sysprep operation failed: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:302
-msgid "sysprep operation failed: exception: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:299
-msgid ""
-"sysprep operation failed: internal error: Not_found exception was thrown\n"
-msgstr ""
-
-#: ../sysprep/main.ml:296
-msgid ""
-"sysprep operation failed: internal error: assertion failed at %s, line %d, "
-"char %d\n"
-msgstr ""
-
-#: ../sysprep/main.ml:293
-msgid "sysprep operation failed: internal error: invalid argument: %s\n"
-msgstr ""
-
-#: ../resize/resize.ml:444
+#: ../resize/resize.ml:445
msgid "the source disk has no partitions"
msgstr ""
@@ -2182,23 +2163,23 @@ msgstr ""
msgid "virt-sysprep: script: killed by signal (%d)\n"
msgstr ""
-#: ../sparsify/cmdline.ml:178
+#: ../sparsify/cmdline.ml:174
msgid "you cannot use --in-place and --check-tmpdir options together"
msgstr ""
-#: ../sparsify/cmdline.ml:181
+#: ../sparsify/cmdline.ml:177
msgid "you cannot use --in-place and --compress options together"
msgstr ""
-#: ../sparsify/cmdline.ml:184
+#: ../sparsify/cmdline.ml:180
msgid "you cannot use --in-place and --convert options together"
msgstr ""
-#: ../sparsify/cmdline.ml:187
+#: ../sparsify/cmdline.ml:183
msgid "you cannot use --in-place and -o options together"
msgstr ""
-#: ../resize/resize.ml:751
+#: ../resize/resize.ml:752
msgid "you cannot use options --expand and --shrink together"
msgstr ""
@@ -6121,28 +6102,28 @@ msgstr ""
msgid "%s: %s command failed\n"
msgstr ""
-#: make-fs/make-fs.c:428
+#: make-fs/make-fs.c:426
#, c-format
msgid "%s: cannot parse the output of 'du' command: %s\n"
msgstr ""
-#: make-fs/make-fs.c:464
+#: make-fs/make-fs.c:461
#, c-format
msgid ""
"%s: %s: input is not a directory, tar archive or compressed tar archive\n"
msgstr ""
-#: make-fs/make-fs.c:495
+#: make-fs/make-fs.c:492
#, c-format
msgid "%s: %s: unknown compressed input format (%s)\n"
msgstr ""
-#: make-fs/make-fs.c:618
+#: make-fs/make-fs.c:615
#, c-format
msgid "%s: %s: invalid size parameter '%s' (%s returned %d)\n"
msgstr ""
-#: make-fs/make-fs.c:818
+#: make-fs/make-fs.c:815
#, c-format
msgid "%s: subprocess failed\n"
msgstr ""
@@ -6810,16 +6791,12 @@ msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:253 src/inspect-fs-unix.c:335
-#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1579 src/inspect-fs.c:564
+#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1574 src/inspect-fs.c:564
#: src/inspect-fs.c:610 src/inspect.c:539
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr "el tamaño de %s es irracionalmente largo (%<PRIi64> bytes)"
-#: src/inspect-fs-unix.c:921
-msgid "could not parse /etc/fstab or empty file"
-msgstr "no se pudo analizar /etc/fstab o vaciar el archivo"
-
#: src/inspect-fs.c:393 src/inspect-fs.c:406
#, c-format
msgid "could not parse integer in version number: %s"
@@ -6874,45 +6851,45 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "antes de guestfs_launch, debe llamar guestfs_add_drive"
-#: src/launch-direct.c:872 src/launch-libvirt.c:541
+#: src/launch-direct.c:873 src/launch-libvirt.c:541
msgid "qemu launched and contacted daemon, but state != READY"
msgstr ""
"qemu ha sido iniciado y contactado el demonio, pero es estado es != READY"
-#: src/launch-direct.c:1274 src/launch-libvirt.c:1284
+#: src/launch-direct.c:1275 src/launch-libvirt.c:1284
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
-#: src/launch-direct.c:1432
+#: src/launch-direct.c:1433
msgid "discard cannot be enabled on this drive: qemu < 1.5"
msgstr ""
-#: src/launch-direct.c:1441
+#: src/launch-direct.c:1442
msgid ""
"discard cannot be enabled on this drive: the drive has a read-only overlay"
msgstr ""
-#: src/launch-direct.c:1448
+#: src/launch-direct.c:1449
msgid ""
"discard cannot be enabled on this drive: you have to specify the format of "
"the file"
msgstr ""
-#: src/launch-direct.c:1456
+#: src/launch-direct.c:1457
msgid ""
"discard cannot be enabled on this drive: qemu < 1.6 cannot do discard on "
"qcow2 files"
msgstr ""
-#: src/launch-direct.c:1464
+#: src/launch-direct.c:1465
#, c-format
msgid ""
"discard cannot be enabled on this drive: qemu does not support discard for "
"'%s' format files"
msgstr ""
-#: src/launch-direct.c:1487
+#: src/launch-direct.c:1488
#, c-format
msgid ""
"discard cannot be enabled on this drive: protocol '%s' does not support "
@@ -7051,7 +7028,7 @@ msgid ""
"uml backend does not support drives with 'discard' parameter set to 'enable'"
msgstr ""
-#: src/launch-uml.c:476
+#: src/launch-uml.c:473
msgid "vmlinux launched and contacted daemon, but state != READY"
msgstr ""
@@ -7551,3 +7528,6 @@ msgstr ""
msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"
msgstr ""
"virt-win-reg: {p}: no ha sido posible cargar el archivo de registro: {err}\n"
+
+#~ msgid "could not parse /etc/fstab or empty file"
+#~ msgstr "no se pudo analizar /etc/fstab o vaciar el archivo"
diff --git a/po/gu.po b/po/gu.po
index 4e87e08..c194430 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-07-04 12:43+0100\n"
+"POT-Creation-Date: 2014-07-26 21:49+0100\n"
"PO-Revision-Date: 2014-03-26 16:49+0000\n"
"Last-Translator: rjones <rjones at redhat.com>\n"
"Language-Team: Gujarati (http://www.transifex.com/projects/p/fedora/language/"
@@ -46,21 +46,21 @@ msgid ""
"%!"
msgstr ""
-#: ../resize/resize.ml:867
+#: ../resize/resize.ml:868
msgid " An extra partition will be created for the surplus."
msgstr ""
-#: ../resize/resize.ml:852 ../resize/resize.ml:833
+#: ../resize/resize.ml:853 ../resize/resize.ml:834
msgid " The %s on %s will be expanded using the '%s' method."
msgstr ""
-#: ../resize/resize.ml:869
+#: ../resize/resize.ml:870
msgid ""
" The surplus space is not large enough for an extra partition to be created "
"and so it will just be ignored."
msgstr ""
-#: ../resize/resize.ml:871
+#: ../resize/resize.ml:872
msgid ""
" The surplus space will be ignored. Run a partitioning program in the "
"guest to partition this extra space if you want."
@@ -128,7 +128,7 @@ msgid ""
"complete output."
msgstr ""
-#: ../resize/resize.ml:660
+#: ../resize/resize.ml:661
msgid ""
"%s: This extended partition contains logical partitions which might be "
"damaged by shrinking it. If you want to shrink this partition, you need to "
@@ -137,11 +137,11 @@ msgid ""
"line.)"
msgstr ""
-#: ../resize/resize.ml:849
+#: ../resize/resize.ml:850
msgid "%s: This logical volume will be expanded to maximum size."
msgstr ""
-#: ../resize/resize.ml:656
+#: ../resize/resize.ml:657
msgid ""
"%s: This partition contains a %s filesystem which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -150,7 +150,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:652
+#: ../resize/resize.ml:653
msgid ""
"%s: This partition contains an LVM physical volume which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -159,7 +159,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:649
+#: ../resize/resize.ml:650
msgid ""
"%s: This partition has unknown content which might be damaged by shrinking "
"it. If you want to shrink this partition, you need to use the '--resize-"
@@ -167,21 +167,21 @@ msgid ""
"error came from '%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:826
+#: ../resize/resize.ml:827
msgid ""
"%s: This partition will be created, but the contents will be ignored (ie. "
"not copied to the target)."
msgstr ""
-#: ../resize/resize.ml:828
+#: ../resize/resize.ml:829
msgid "%s: This partition will be deleted."
msgstr ""
-#: ../resize/resize.ml:824
+#: ../resize/resize.ml:825
msgid "%s: This partition will be left alone."
msgstr ""
-#: ../resize/resize.ml:830
+#: ../resize/resize.ml:831
msgid "%s: This partition will be resized from %s to %s."
msgstr ""
@@ -243,17 +243,21 @@ msgstr ""
msgid "%s: error: %s"
msgstr ""
+#: ../sysprep/main.ml:297
+msgid "%s: error: %s\n"
+msgstr ""
+
#: ../customize/customize_run.ml:183
msgid "%s: error: %s is not a regular file in the guest\n"
msgstr ""
-#: ../sparsify/sparsify.ml:52 ../resize/resize.ml:1308
-#: ../builder/builder.ml:740
+#. ../builder/builder.ml:740
+#: ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 ../resize/resize.ml:1309
msgid "%s: error: %s: %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:55 ../resize/resize.ml:1311
-#: ../builder/builder.ml:743
+#. ../builder/builder.ml:743
+#: ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 ../resize/resize.ml:1312
msgid "%s: error: %s: %s: %s\n"
msgstr ""
@@ -273,7 +277,7 @@ msgstr ""
#. ../customize/customize_main.ml:262
#. ../builder/builder.ml:761
-#: ../sparsify/sparsify.ml:74 ../resize/resize.ml:1330
+#: ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 ../resize/resize.ml:1331
msgid "%s: exception: %s\n"
msgstr ""
@@ -281,8 +285,8 @@ msgstr ""
msgid "%s: failed to download %s: HTTP status code %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:62 ../resize/resize.ml:1318
-#: ../builder/builder.ml:749
+#. ../builder/builder.ml:749
+#: ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 ../resize/resize.ml:1319
msgid "%s: failure: %s\n"
msgstr ""
@@ -308,20 +312,20 @@ msgstr ""
#. ../customize/customize_main.ml:259
#. ../builder/builder.ml:758
-#: ../sparsify/sparsify.ml:71 ../resize/resize.ml:1327
+#: ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 ../resize/resize.ml:1328
msgid "%s: internal error: Not_found exception was thrown\n"
msgstr ""
#. ../customize/customize_main.ml:255
#. ../builder/builder.ml:755
-#: ../sparsify/sparsify.ml:68 ../resize/resize.ml:1324
+#: ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 ../resize/resize.ml:1325
msgid "%s: internal error: assertion failed at %s, line %d, char %d\n"
msgstr ""
#. ../customize/customize_main.ml:252
#. ../builder/sources.ml:125
#. ../builder/builder.ml:752
-#: ../sparsify/sparsify.ml:65 ../resize/resize.ml:1321
+#: ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 ../resize/resize.ml:1322
msgid "%s: internal error: invalid argument: %s\n"
msgstr ""
@@ -337,8 +341,8 @@ msgstr ""
msgid "%s: invalid password selector '%s'; see the man page.\n"
msgstr ""
-#: ../sparsify/sparsify.ml:59 ../resize/resize.ml:1315
-#: ../builder/builder.ml:746
+#. ../builder/builder.ml:746
+#: ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 ../resize/resize.ml:1316
msgid "%s: libguestfs error: %s\n"
msgstr ""
@@ -346,18 +350,18 @@ msgstr ""
msgid "%s: log file %s: %s (ignored)\n"
msgstr ""
-#: ../resize/resize.ml:807
+#: ../resize/resize.ml:808
msgid ""
"%s: logical volume not found in the source disk image (this error came from "
"'--lv-expand' option on the command line). Try running this command: virt-"
"filesystems --logical-volumes --long -a %s"
msgstr ""
-#: ../resize/resize.ml:678
+#: ../resize/resize.ml:679
msgid "%s: missing size field in '%s' option"
msgstr ""
-#: ../resize/resize.ml:687
+#: ../resize/resize.ml:688
msgid "%s: new partition size is zero or negative"
msgstr ""
@@ -388,26 +392,26 @@ msgid ""
"output block device = %s, output block device size = %s\n"
msgstr ""
-#: ../resize/resize.ml:600
+#: ../resize/resize.ml:601
msgid "%s: partition already deleted, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:596
+#: ../resize/resize.ml:597
msgid "%s: partition already ignored, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:592
+#: ../resize/resize.ml:593
msgid ""
"%s: partition not found in the source disk image (this error came from '%s' "
"option on the command line). Try running this command: virt-filesystems --"
"partitions --long -a %s"
msgstr ""
-#: ../resize/resize.ml:503
+#: ../resize/resize.ml:504
msgid "%s: partition size %Ld < filesystem size %Ld"
msgstr ""
-#: ../resize/resize.ml:498
+#: ../resize/resize.ml:499
msgid "%s: partition size %Ld < physical volume size %Ld"
msgstr ""
@@ -472,15 +476,15 @@ msgid ""
"read the man page virt-sparsify(1).\n"
msgstr ""
-#: ../resize/resize.ml:634
+#: ../resize/resize.ml:635
msgid "%s: this partition has already been ignored or deleted"
msgstr ""
-#: ../resize/resize.ml:630
+#: ../resize/resize.ml:631
msgid "%s: this partition has already been marked for resizing"
msgstr ""
-#: ../resize/resize.ml:513
+#: ../resize/resize.ml:514
msgid "%s: this partition overlaps the previous one"
msgstr ""
@@ -648,7 +652,7 @@ msgstr ""
msgid "Copying"
msgstr ""
-#: ../resize/resize.ml:1109
+#: ../resize/resize.ml:1110
msgid ""
"Copying %s ...\n"
"%!"
@@ -876,13 +880,13 @@ msgstr ""
msgid "Expand partition"
msgstr ""
-#: ../resize/resize.ml:1271
+#: ../resize/resize.ml:1272
msgid ""
"Expanding %s using the '%s' method ...\n"
"%!"
msgstr ""
-#: ../resize/resize.ml:1252
+#: ../resize/resize.ml:1253
msgid ""
"Expanding %s%s using the '%s' method ...\n"
"%!"
@@ -904,7 +908,7 @@ msgstr ""
msgid "FILE:EXPR"
msgstr ""
-#: ../resize/resize.ml:926
+#: ../resize/resize.ml:927
msgid ""
"Failed to initialize the partition table on the target disk. You need to "
"wipe or recreate the target disk and then run virt-resize again.\n"
@@ -936,7 +940,7 @@ msgstr ""
msgid "Finishing off"
msgstr ""
-#: ../resize/resize.ml:1170
+#: ../resize/resize.ml:1171
msgid ""
"Fixing first NTFS partition boot record ...\n"
"%!"
@@ -1338,7 +1342,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
-#: ../resize/resize.ml:1298
+#: ../resize/resize.ml:1299
msgid ""
"Resize operation completed with no errors. Before deleting the old disk, "
"carefully check that the resized disk boots and works correctly.\n"
@@ -1534,7 +1538,7 @@ msgstr ""
msgid "Setting the timezone: %s"
msgstr ""
-#: ../resize/resize.ml:905
+#: ../resize/resize.ml:906
msgid ""
"Setting up initial partition table on %s ...\n"
"%!"
@@ -1651,13 +1655,13 @@ msgstr ""
msgid "There are no notes for %s\n"
msgstr ""
-#: ../resize/resize.ml:792
+#: ../resize/resize.ml:793
msgid ""
"There is a deficit of %Ld bytes (%s). You need to make the target disk "
"larger by at least this amount or adjust your resizing requests."
msgstr ""
-#: ../resize/resize.ml:864
+#: ../resize/resize.ml:865
msgid "There is a surplus of %s."
msgstr ""
@@ -1727,13 +1731,13 @@ msgstr ""
msgid "Writing: %s"
msgstr ""
-#: ../resize/resize.ml:763
+#: ../resize/resize.ml:764
msgid ""
"You cannot use --expand when there is no surplus space to expand into. You "
"need to make the target disk larger by at least %s."
msgstr ""
-#: ../resize/resize.ml:775
+#: ../resize/resize.ml:776
msgid ""
"You cannot use --shrink when there is no deficit (see 'deficit' in the virt-"
"resize(1) man page)."
@@ -1835,14 +1839,10 @@ msgstr ""
msgid "file"
msgstr ""
-#: ../resize/resize.ml:1167
+#: ../resize/resize.ml:1168
msgid "first partition is NTFS but does not contain NTFS boot loader magic"
msgstr ""
-#: ../customize/firstboot.ml:82
-msgid "firstboot: failed: "
-msgstr ""
-
#. ../resize/resize.ml:203
#. ../resize/resize.ml:191
#. ../customize/customize_main.ml:88
@@ -1858,6 +1858,14 @@ msgstr ""
msgid "gpg program is not available"
msgstr ""
+#: ../customize/firstboot.ml:114
+msgid "guest type %s is not supported"
+msgstr ""
+
+#: ../customize/firstboot.ml:168
+msgid "guest type %s/%s is not supported"
+msgstr ""
+
#: ../customize/customize_run.ml:211
msgid "hostname could not be set for this type of guest"
msgstr ""
@@ -1892,10 +1900,6 @@ msgid "opts"
msgstr ""
#: ../sparsify/cmdline.ml:167
-msgid "output '%s' cannot be a block device, it must be a regular file"
-msgstr ""
-
-#: ../sparsify/cmdline.ml:171
msgid "output '%s' cannot be a character device, it must be a regular file"
msgstr ""
@@ -1919,7 +1923,7 @@ msgstr ""
msgid "passwords could not be set for this type of guest"
msgstr ""
-#: ../resize/resize.ml:962 ../resize/resize.ml:938
+#: ../resize/resize.ml:963 ../resize/resize.ml:939
msgid "pread-device: short read"
msgstr ""
@@ -1951,30 +1955,7 @@ msgstr ""
msgid "sectors"
msgstr ""
-#: ../sysprep/main.ml:290
-msgid "sysprep operation failed: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:302
-msgid "sysprep operation failed: exception: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:299
-msgid ""
-"sysprep operation failed: internal error: Not_found exception was thrown\n"
-msgstr ""
-
-#: ../sysprep/main.ml:296
-msgid ""
-"sysprep operation failed: internal error: assertion failed at %s, line %d, "
-"char %d\n"
-msgstr ""
-
-#: ../sysprep/main.ml:293
-msgid "sysprep operation failed: internal error: invalid argument: %s\n"
-msgstr ""
-
-#: ../resize/resize.ml:444
+#: ../resize/resize.ml:445
msgid "the source disk has no partitions"
msgstr ""
@@ -2181,23 +2162,23 @@ msgstr ""
msgid "virt-sysprep: script: killed by signal (%d)\n"
msgstr ""
-#: ../sparsify/cmdline.ml:178
+#: ../sparsify/cmdline.ml:174
msgid "you cannot use --in-place and --check-tmpdir options together"
msgstr ""
-#: ../sparsify/cmdline.ml:181
+#: ../sparsify/cmdline.ml:177
msgid "you cannot use --in-place and --compress options together"
msgstr ""
-#: ../sparsify/cmdline.ml:184
+#: ../sparsify/cmdline.ml:180
msgid "you cannot use --in-place and --convert options together"
msgstr ""
-#: ../sparsify/cmdline.ml:187
+#: ../sparsify/cmdline.ml:183
msgid "you cannot use --in-place and -o options together"
msgstr ""
-#: ../resize/resize.ml:751
+#: ../resize/resize.ml:752
msgid "you cannot use options --expand and --shrink together"
msgstr ""
@@ -5960,28 +5941,28 @@ msgstr ""
msgid "%s: %s command failed\n"
msgstr ""
-#: make-fs/make-fs.c:428
+#: make-fs/make-fs.c:426
#, c-format
msgid "%s: cannot parse the output of 'du' command: %s\n"
msgstr ""
-#: make-fs/make-fs.c:464
+#: make-fs/make-fs.c:461
#, c-format
msgid ""
"%s: %s: input is not a directory, tar archive or compressed tar archive\n"
msgstr ""
-#: make-fs/make-fs.c:495
+#: make-fs/make-fs.c:492
#, c-format
msgid "%s: %s: unknown compressed input format (%s)\n"
msgstr ""
-#: make-fs/make-fs.c:618
+#: make-fs/make-fs.c:615
#, c-format
msgid "%s: %s: invalid size parameter '%s' (%s returned %d)\n"
msgstr ""
-#: make-fs/make-fs.c:818
+#: make-fs/make-fs.c:815
#, c-format
msgid "%s: subprocess failed\n"
msgstr ""
@@ -6645,16 +6626,12 @@ msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:253 src/inspect-fs-unix.c:335
-#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1579 src/inspect-fs.c:564
+#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1574 src/inspect-fs.c:564
#: src/inspect-fs.c:610 src/inspect.c:539
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect-fs-unix.c:921
-msgid "could not parse /etc/fstab or empty file"
-msgstr ""
-
#: src/inspect-fs.c:393 src/inspect-fs.c:406
#, c-format
msgid "could not parse integer in version number: %s"
@@ -6707,44 +6684,44 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "તમારે guestfs_launch પહેલાં guestfs_add_drive ને કોલ કરવુ જ જોઇએ"
-#: src/launch-direct.c:872 src/launch-libvirt.c:541
+#: src/launch-direct.c:873 src/launch-libvirt.c:541
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu શરૂ થયેલ છે, ડિમનનો સંપર્ક થયેલ છે, પરંતુ state != READY"
-#: src/launch-direct.c:1274 src/launch-libvirt.c:1284
+#: src/launch-direct.c:1275 src/launch-libvirt.c:1284
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
-#: src/launch-direct.c:1432
+#: src/launch-direct.c:1433
msgid "discard cannot be enabled on this drive: qemu < 1.5"
msgstr ""
-#: src/launch-direct.c:1441
+#: src/launch-direct.c:1442
msgid ""
"discard cannot be enabled on this drive: the drive has a read-only overlay"
msgstr ""
-#: src/launch-direct.c:1448
+#: src/launch-direct.c:1449
msgid ""
"discard cannot be enabled on this drive: you have to specify the format of "
"the file"
msgstr ""
-#: src/launch-direct.c:1456
+#: src/launch-direct.c:1457
msgid ""
"discard cannot be enabled on this drive: qemu < 1.6 cannot do discard on "
"qcow2 files"
msgstr ""
-#: src/launch-direct.c:1464
+#: src/launch-direct.c:1465
#, c-format
msgid ""
"discard cannot be enabled on this drive: qemu does not support discard for "
"'%s' format files"
msgstr ""
-#: src/launch-direct.c:1487
+#: src/launch-direct.c:1488
#, c-format
msgid ""
"discard cannot be enabled on this drive: protocol '%s' does not support "
@@ -6883,7 +6860,7 @@ msgid ""
"uml backend does not support drives with 'discard' parameter set to 'enable'"
msgstr ""
-#: src/launch-uml.c:476
+#: src/launch-uml.c:473
msgid "vmlinux launched and contacted daemon, but state != READY"
msgstr ""
diff --git a/po/hi.po b/po/hi.po
index 33f4ced..fea7dd1 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-07-04 12:43+0100\n"
+"POT-Creation-Date: 2014-07-26 21:49+0100\n"
"PO-Revision-Date: 2014-03-26 16:49+0000\n"
"Last-Translator: rjones <rjones at redhat.com>\n"
"Language-Team: Hindi (http://www.transifex.com/projects/p/fedora/language/"
@@ -46,21 +46,21 @@ msgid ""
"%!"
msgstr ""
-#: ../resize/resize.ml:867
+#: ../resize/resize.ml:868
msgid " An extra partition will be created for the surplus."
msgstr ""
-#: ../resize/resize.ml:852 ../resize/resize.ml:833
+#: ../resize/resize.ml:853 ../resize/resize.ml:834
msgid " The %s on %s will be expanded using the '%s' method."
msgstr ""
-#: ../resize/resize.ml:869
+#: ../resize/resize.ml:870
msgid ""
" The surplus space is not large enough for an extra partition to be created "
"and so it will just be ignored."
msgstr ""
-#: ../resize/resize.ml:871
+#: ../resize/resize.ml:872
msgid ""
" The surplus space will be ignored. Run a partitioning program in the "
"guest to partition this extra space if you want."
@@ -128,7 +128,7 @@ msgid ""
"complete output."
msgstr ""
-#: ../resize/resize.ml:660
+#: ../resize/resize.ml:661
msgid ""
"%s: This extended partition contains logical partitions which might be "
"damaged by shrinking it. If you want to shrink this partition, you need to "
@@ -137,11 +137,11 @@ msgid ""
"line.)"
msgstr ""
-#: ../resize/resize.ml:849
+#: ../resize/resize.ml:850
msgid "%s: This logical volume will be expanded to maximum size."
msgstr ""
-#: ../resize/resize.ml:656
+#: ../resize/resize.ml:657
msgid ""
"%s: This partition contains a %s filesystem which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -150,7 +150,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:652
+#: ../resize/resize.ml:653
msgid ""
"%s: This partition contains an LVM physical volume which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -159,7 +159,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:649
+#: ../resize/resize.ml:650
msgid ""
"%s: This partition has unknown content which might be damaged by shrinking "
"it. If you want to shrink this partition, you need to use the '--resize-"
@@ -167,21 +167,21 @@ msgid ""
"error came from '%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:826
+#: ../resize/resize.ml:827
msgid ""
"%s: This partition will be created, but the contents will be ignored (ie. "
"not copied to the target)."
msgstr ""
-#: ../resize/resize.ml:828
+#: ../resize/resize.ml:829
msgid "%s: This partition will be deleted."
msgstr ""
-#: ../resize/resize.ml:824
+#: ../resize/resize.ml:825
msgid "%s: This partition will be left alone."
msgstr ""
-#: ../resize/resize.ml:830
+#: ../resize/resize.ml:831
msgid "%s: This partition will be resized from %s to %s."
msgstr ""
@@ -243,17 +243,21 @@ msgstr ""
msgid "%s: error: %s"
msgstr ""
+#: ../sysprep/main.ml:297
+msgid "%s: error: %s\n"
+msgstr ""
+
#: ../customize/customize_run.ml:183
msgid "%s: error: %s is not a regular file in the guest\n"
msgstr ""
-#: ../sparsify/sparsify.ml:52 ../resize/resize.ml:1308
-#: ../builder/builder.ml:740
+#. ../builder/builder.ml:740
+#: ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 ../resize/resize.ml:1309
msgid "%s: error: %s: %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:55 ../resize/resize.ml:1311
-#: ../builder/builder.ml:743
+#. ../builder/builder.ml:743
+#: ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 ../resize/resize.ml:1312
msgid "%s: error: %s: %s: %s\n"
msgstr ""
@@ -273,7 +277,7 @@ msgstr ""
#. ../customize/customize_main.ml:262
#. ../builder/builder.ml:761
-#: ../sparsify/sparsify.ml:74 ../resize/resize.ml:1330
+#: ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 ../resize/resize.ml:1331
msgid "%s: exception: %s\n"
msgstr ""
@@ -281,8 +285,8 @@ msgstr ""
msgid "%s: failed to download %s: HTTP status code %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:62 ../resize/resize.ml:1318
-#: ../builder/builder.ml:749
+#. ../builder/builder.ml:749
+#: ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 ../resize/resize.ml:1319
msgid "%s: failure: %s\n"
msgstr ""
@@ -308,20 +312,20 @@ msgstr ""
#. ../customize/customize_main.ml:259
#. ../builder/builder.ml:758
-#: ../sparsify/sparsify.ml:71 ../resize/resize.ml:1327
+#: ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 ../resize/resize.ml:1328
msgid "%s: internal error: Not_found exception was thrown\n"
msgstr ""
#. ../customize/customize_main.ml:255
#. ../builder/builder.ml:755
-#: ../sparsify/sparsify.ml:68 ../resize/resize.ml:1324
+#: ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 ../resize/resize.ml:1325
msgid "%s: internal error: assertion failed at %s, line %d, char %d\n"
msgstr ""
#. ../customize/customize_main.ml:252
#. ../builder/sources.ml:125
#. ../builder/builder.ml:752
-#: ../sparsify/sparsify.ml:65 ../resize/resize.ml:1321
+#: ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 ../resize/resize.ml:1322
msgid "%s: internal error: invalid argument: %s\n"
msgstr ""
@@ -337,8 +341,8 @@ msgstr ""
msgid "%s: invalid password selector '%s'; see the man page.\n"
msgstr ""
-#: ../sparsify/sparsify.ml:59 ../resize/resize.ml:1315
-#: ../builder/builder.ml:746
+#. ../builder/builder.ml:746
+#: ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 ../resize/resize.ml:1316
msgid "%s: libguestfs error: %s\n"
msgstr ""
@@ -346,18 +350,18 @@ msgstr ""
msgid "%s: log file %s: %s (ignored)\n"
msgstr ""
-#: ../resize/resize.ml:807
+#: ../resize/resize.ml:808
msgid ""
"%s: logical volume not found in the source disk image (this error came from "
"'--lv-expand' option on the command line). Try running this command: virt-"
"filesystems --logical-volumes --long -a %s"
msgstr ""
-#: ../resize/resize.ml:678
+#: ../resize/resize.ml:679
msgid "%s: missing size field in '%s' option"
msgstr ""
-#: ../resize/resize.ml:687
+#: ../resize/resize.ml:688
msgid "%s: new partition size is zero or negative"
msgstr ""
@@ -388,26 +392,26 @@ msgid ""
"output block device = %s, output block device size = %s\n"
msgstr ""
-#: ../resize/resize.ml:600
+#: ../resize/resize.ml:601
msgid "%s: partition already deleted, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:596
+#: ../resize/resize.ml:597
msgid "%s: partition already ignored, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:592
+#: ../resize/resize.ml:593
msgid ""
"%s: partition not found in the source disk image (this error came from '%s' "
"option on the command line). Try running this command: virt-filesystems --"
"partitions --long -a %s"
msgstr ""
-#: ../resize/resize.ml:503
+#: ../resize/resize.ml:504
msgid "%s: partition size %Ld < filesystem size %Ld"
msgstr ""
-#: ../resize/resize.ml:498
+#: ../resize/resize.ml:499
msgid "%s: partition size %Ld < physical volume size %Ld"
msgstr ""
@@ -472,15 +476,15 @@ msgid ""
"read the man page virt-sparsify(1).\n"
msgstr ""
-#: ../resize/resize.ml:634
+#: ../resize/resize.ml:635
msgid "%s: this partition has already been ignored or deleted"
msgstr ""
-#: ../resize/resize.ml:630
+#: ../resize/resize.ml:631
msgid "%s: this partition has already been marked for resizing"
msgstr ""
-#: ../resize/resize.ml:513
+#: ../resize/resize.ml:514
msgid "%s: this partition overlaps the previous one"
msgstr ""
@@ -648,7 +652,7 @@ msgstr ""
msgid "Copying"
msgstr ""
-#: ../resize/resize.ml:1109
+#: ../resize/resize.ml:1110
msgid ""
"Copying %s ...\n"
"%!"
@@ -876,13 +880,13 @@ msgstr ""
msgid "Expand partition"
msgstr ""
-#: ../resize/resize.ml:1271
+#: ../resize/resize.ml:1272
msgid ""
"Expanding %s using the '%s' method ...\n"
"%!"
msgstr ""
-#: ../resize/resize.ml:1252
+#: ../resize/resize.ml:1253
msgid ""
"Expanding %s%s using the '%s' method ...\n"
"%!"
@@ -904,7 +908,7 @@ msgstr ""
msgid "FILE:EXPR"
msgstr ""
-#: ../resize/resize.ml:926
+#: ../resize/resize.ml:927
msgid ""
"Failed to initialize the partition table on the target disk. You need to "
"wipe or recreate the target disk and then run virt-resize again.\n"
@@ -936,7 +940,7 @@ msgstr ""
msgid "Finishing off"
msgstr ""
-#: ../resize/resize.ml:1170
+#: ../resize/resize.ml:1171
msgid ""
"Fixing first NTFS partition boot record ...\n"
"%!"
@@ -1338,7 +1342,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
-#: ../resize/resize.ml:1298
+#: ../resize/resize.ml:1299
msgid ""
"Resize operation completed with no errors. Before deleting the old disk, "
"carefully check that the resized disk boots and works correctly.\n"
@@ -1534,7 +1538,7 @@ msgstr ""
msgid "Setting the timezone: %s"
msgstr ""
-#: ../resize/resize.ml:905
+#: ../resize/resize.ml:906
msgid ""
"Setting up initial partition table on %s ...\n"
"%!"
@@ -1651,13 +1655,13 @@ msgstr ""
msgid "There are no notes for %s\n"
msgstr ""
-#: ../resize/resize.ml:792
+#: ../resize/resize.ml:793
msgid ""
"There is a deficit of %Ld bytes (%s). You need to make the target disk "
"larger by at least this amount or adjust your resizing requests."
msgstr ""
-#: ../resize/resize.ml:864
+#: ../resize/resize.ml:865
msgid "There is a surplus of %s."
msgstr ""
@@ -1727,13 +1731,13 @@ msgstr ""
msgid "Writing: %s"
msgstr ""
-#: ../resize/resize.ml:763
+#: ../resize/resize.ml:764
msgid ""
"You cannot use --expand when there is no surplus space to expand into. You "
"need to make the target disk larger by at least %s."
msgstr ""
-#: ../resize/resize.ml:775
+#: ../resize/resize.ml:776
msgid ""
"You cannot use --shrink when there is no deficit (see 'deficit' in the virt-"
"resize(1) man page)."
@@ -1835,14 +1839,10 @@ msgstr ""
msgid "file"
msgstr ""
-#: ../resize/resize.ml:1167
+#: ../resize/resize.ml:1168
msgid "first partition is NTFS but does not contain NTFS boot loader magic"
msgstr ""
-#: ../customize/firstboot.ml:82
-msgid "firstboot: failed: "
-msgstr ""
-
#. ../resize/resize.ml:203
#. ../resize/resize.ml:191
#. ../customize/customize_main.ml:88
@@ -1858,6 +1858,14 @@ msgstr ""
msgid "gpg program is not available"
msgstr ""
+#: ../customize/firstboot.ml:114
+msgid "guest type %s is not supported"
+msgstr ""
+
+#: ../customize/firstboot.ml:168
+msgid "guest type %s/%s is not supported"
+msgstr ""
+
#: ../customize/customize_run.ml:211
msgid "hostname could not be set for this type of guest"
msgstr ""
@@ -1892,10 +1900,6 @@ msgid "opts"
msgstr ""
#: ../sparsify/cmdline.ml:167
-msgid "output '%s' cannot be a block device, it must be a regular file"
-msgstr ""
-
-#: ../sparsify/cmdline.ml:171
msgid "output '%s' cannot be a character device, it must be a regular file"
msgstr ""
@@ -1919,7 +1923,7 @@ msgstr ""
msgid "passwords could not be set for this type of guest"
msgstr ""
-#: ../resize/resize.ml:962 ../resize/resize.ml:938
+#: ../resize/resize.ml:963 ../resize/resize.ml:939
msgid "pread-device: short read"
msgstr ""
@@ -1951,30 +1955,7 @@ msgstr ""
msgid "sectors"
msgstr ""
-#: ../sysprep/main.ml:290
-msgid "sysprep operation failed: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:302
-msgid "sysprep operation failed: exception: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:299
-msgid ""
-"sysprep operation failed: internal error: Not_found exception was thrown\n"
-msgstr ""
-
-#: ../sysprep/main.ml:296
-msgid ""
-"sysprep operation failed: internal error: assertion failed at %s, line %d, "
-"char %d\n"
-msgstr ""
-
-#: ../sysprep/main.ml:293
-msgid "sysprep operation failed: internal error: invalid argument: %s\n"
-msgstr ""
-
-#: ../resize/resize.ml:444
+#: ../resize/resize.ml:445
msgid "the source disk has no partitions"
msgstr ""
@@ -2181,23 +2162,23 @@ msgstr ""
msgid "virt-sysprep: script: killed by signal (%d)\n"
msgstr ""
-#: ../sparsify/cmdline.ml:178
+#: ../sparsify/cmdline.ml:174
msgid "you cannot use --in-place and --check-tmpdir options together"
msgstr ""
-#: ../sparsify/cmdline.ml:181
+#: ../sparsify/cmdline.ml:177
msgid "you cannot use --in-place and --compress options together"
msgstr ""
-#: ../sparsify/cmdline.ml:184
+#: ../sparsify/cmdline.ml:180
msgid "you cannot use --in-place and --convert options together"
msgstr ""
-#: ../sparsify/cmdline.ml:187
+#: ../sparsify/cmdline.ml:183
msgid "you cannot use --in-place and -o options together"
msgstr ""
-#: ../resize/resize.ml:751
+#: ../resize/resize.ml:752
msgid "you cannot use options --expand and --shrink together"
msgstr ""
@@ -5958,28 +5939,28 @@ msgstr ""
msgid "%s: %s command failed\n"
msgstr ""
-#: make-fs/make-fs.c:428
+#: make-fs/make-fs.c:426
#, c-format
msgid "%s: cannot parse the output of 'du' command: %s\n"
msgstr ""
-#: make-fs/make-fs.c:464
+#: make-fs/make-fs.c:461
#, c-format
msgid ""
"%s: %s: input is not a directory, tar archive or compressed tar archive\n"
msgstr ""
-#: make-fs/make-fs.c:495
+#: make-fs/make-fs.c:492
#, c-format
msgid "%s: %s: unknown compressed input format (%s)\n"
msgstr ""
-#: make-fs/make-fs.c:618
+#: make-fs/make-fs.c:615
#, c-format
msgid "%s: %s: invalid size parameter '%s' (%s returned %d)\n"
msgstr ""
-#: make-fs/make-fs.c:818
+#: make-fs/make-fs.c:815
#, c-format
msgid "%s: subprocess failed\n"
msgstr ""
@@ -6643,16 +6624,12 @@ msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:253 src/inspect-fs-unix.c:335
-#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1579 src/inspect-fs.c:564
+#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1574 src/inspect-fs.c:564
#: src/inspect-fs.c:610 src/inspect.c:539
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect-fs-unix.c:921
-msgid "could not parse /etc/fstab or empty file"
-msgstr ""
-
#: src/inspect-fs.c:393 src/inspect-fs.c:406
#, c-format
msgid "could not parse integer in version number: %s"
@@ -6705,44 +6682,44 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "you must call guestfs_add_drive before guestfs_launch"
-#: src/launch-direct.c:872 src/launch-libvirt.c:541
+#: src/launch-direct.c:873 src/launch-libvirt.c:541
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu launched and contacted daemon, but state != READY"
-#: src/launch-direct.c:1274 src/launch-libvirt.c:1284
+#: src/launch-direct.c:1275 src/launch-libvirt.c:1284
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
-#: src/launch-direct.c:1432
+#: src/launch-direct.c:1433
msgid "discard cannot be enabled on this drive: qemu < 1.5"
msgstr ""
-#: src/launch-direct.c:1441
+#: src/launch-direct.c:1442
msgid ""
"discard cannot be enabled on this drive: the drive has a read-only overlay"
msgstr ""
-#: src/launch-direct.c:1448
+#: src/launch-direct.c:1449
msgid ""
"discard cannot be enabled on this drive: you have to specify the format of "
"the file"
msgstr ""
-#: src/launch-direct.c:1456
+#: src/launch-direct.c:1457
msgid ""
"discard cannot be enabled on this drive: qemu < 1.6 cannot do discard on "
"qcow2 files"
msgstr ""
-#: src/launch-direct.c:1464
+#: src/launch-direct.c:1465
#, c-format
msgid ""
"discard cannot be enabled on this drive: qemu does not support discard for "
"'%s' format files"
msgstr ""
-#: src/launch-direct.c:1487
+#: src/launch-direct.c:1488
#, c-format
msgid ""
"discard cannot be enabled on this drive: protocol '%s' does not support "
@@ -6881,7 +6858,7 @@ msgid ""
"uml backend does not support drives with 'discard' parameter set to 'enable'"
msgstr ""
-#: src/launch-uml.c:476
+#: src/launch-uml.c:473
msgid "vmlinux launched and contacted daemon, but state != READY"
msgstr ""
diff --git a/po/kn.po b/po/kn.po
index 618d0f8..dd9af49 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-07-04 12:43+0100\n"
+"POT-Creation-Date: 2014-07-26 21:49+0100\n"
"PO-Revision-Date: 2014-03-26 16:49+0000\n"
"Last-Translator: rjones <rjones at redhat.com>\n"
"Language-Team: Kannada (http://www.transifex.com/projects/p/fedora/language/"
@@ -45,21 +45,21 @@ msgid ""
"%!"
msgstr ""
-#: ../resize/resize.ml:867
+#: ../resize/resize.ml:868
msgid " An extra partition will be created for the surplus."
msgstr ""
-#: ../resize/resize.ml:852 ../resize/resize.ml:833
+#: ../resize/resize.ml:853 ../resize/resize.ml:834
msgid " The %s on %s will be expanded using the '%s' method."
msgstr ""
-#: ../resize/resize.ml:869
+#: ../resize/resize.ml:870
msgid ""
" The surplus space is not large enough for an extra partition to be created "
"and so it will just be ignored."
msgstr ""
-#: ../resize/resize.ml:871
+#: ../resize/resize.ml:872
msgid ""
" The surplus space will be ignored. Run a partitioning program in the "
"guest to partition this extra space if you want."
@@ -127,7 +127,7 @@ msgid ""
"complete output."
msgstr ""
-#: ../resize/resize.ml:660
+#: ../resize/resize.ml:661
msgid ""
"%s: This extended partition contains logical partitions which might be "
"damaged by shrinking it. If you want to shrink this partition, you need to "
@@ -136,11 +136,11 @@ msgid ""
"line.)"
msgstr ""
-#: ../resize/resize.ml:849
+#: ../resize/resize.ml:850
msgid "%s: This logical volume will be expanded to maximum size."
msgstr ""
-#: ../resize/resize.ml:656
+#: ../resize/resize.ml:657
msgid ""
"%s: This partition contains a %s filesystem which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -149,7 +149,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:652
+#: ../resize/resize.ml:653
msgid ""
"%s: This partition contains an LVM physical volume which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -158,7 +158,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:649
+#: ../resize/resize.ml:650
msgid ""
"%s: This partition has unknown content which might be damaged by shrinking "
"it. If you want to shrink this partition, you need to use the '--resize-"
@@ -166,21 +166,21 @@ msgid ""
"error came from '%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:826
+#: ../resize/resize.ml:827
msgid ""
"%s: This partition will be created, but the contents will be ignored (ie. "
"not copied to the target)."
msgstr ""
-#: ../resize/resize.ml:828
+#: ../resize/resize.ml:829
msgid "%s: This partition will be deleted."
msgstr ""
-#: ../resize/resize.ml:824
+#: ../resize/resize.ml:825
msgid "%s: This partition will be left alone."
msgstr ""
-#: ../resize/resize.ml:830
+#: ../resize/resize.ml:831
msgid "%s: This partition will be resized from %s to %s."
msgstr ""
@@ -242,17 +242,21 @@ msgstr ""
msgid "%s: error: %s"
msgstr ""
+#: ../sysprep/main.ml:297
+msgid "%s: error: %s\n"
+msgstr ""
+
#: ../customize/customize_run.ml:183
msgid "%s: error: %s is not a regular file in the guest\n"
msgstr ""
-#: ../sparsify/sparsify.ml:52 ../resize/resize.ml:1308
-#: ../builder/builder.ml:740
+#. ../builder/builder.ml:740
+#: ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 ../resize/resize.ml:1309
msgid "%s: error: %s: %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:55 ../resize/resize.ml:1311
-#: ../builder/builder.ml:743
+#. ../builder/builder.ml:743
+#: ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 ../resize/resize.ml:1312
msgid "%s: error: %s: %s: %s\n"
msgstr ""
@@ -272,7 +276,7 @@ msgstr ""
#. ../customize/customize_main.ml:262
#. ../builder/builder.ml:761
-#: ../sparsify/sparsify.ml:74 ../resize/resize.ml:1330
+#: ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 ../resize/resize.ml:1331
msgid "%s: exception: %s\n"
msgstr ""
@@ -280,8 +284,8 @@ msgstr ""
msgid "%s: failed to download %s: HTTP status code %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:62 ../resize/resize.ml:1318
-#: ../builder/builder.ml:749
+#. ../builder/builder.ml:749
+#: ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 ../resize/resize.ml:1319
msgid "%s: failure: %s\n"
msgstr ""
@@ -307,20 +311,20 @@ msgstr ""
#. ../customize/customize_main.ml:259
#. ../builder/builder.ml:758
-#: ../sparsify/sparsify.ml:71 ../resize/resize.ml:1327
+#: ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 ../resize/resize.ml:1328
msgid "%s: internal error: Not_found exception was thrown\n"
msgstr ""
#. ../customize/customize_main.ml:255
#. ../builder/builder.ml:755
-#: ../sparsify/sparsify.ml:68 ../resize/resize.ml:1324
+#: ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 ../resize/resize.ml:1325
msgid "%s: internal error: assertion failed at %s, line %d, char %d\n"
msgstr ""
#. ../customize/customize_main.ml:252
#. ../builder/sources.ml:125
#. ../builder/builder.ml:752
-#: ../sparsify/sparsify.ml:65 ../resize/resize.ml:1321
+#: ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 ../resize/resize.ml:1322
msgid "%s: internal error: invalid argument: %s\n"
msgstr ""
@@ -336,8 +340,8 @@ msgstr ""
msgid "%s: invalid password selector '%s'; see the man page.\n"
msgstr ""
-#: ../sparsify/sparsify.ml:59 ../resize/resize.ml:1315
-#: ../builder/builder.ml:746
+#. ../builder/builder.ml:746
+#: ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 ../resize/resize.ml:1316
msgid "%s: libguestfs error: %s\n"
msgstr ""
@@ -345,18 +349,18 @@ msgstr ""
msgid "%s: log file %s: %s (ignored)\n"
msgstr ""
-#: ../resize/resize.ml:807
+#: ../resize/resize.ml:808
msgid ""
"%s: logical volume not found in the source disk image (this error came from "
"'--lv-expand' option on the command line). Try running this command: virt-"
"filesystems --logical-volumes --long -a %s"
msgstr ""
-#: ../resize/resize.ml:678
+#: ../resize/resize.ml:679
msgid "%s: missing size field in '%s' option"
msgstr ""
-#: ../resize/resize.ml:687
+#: ../resize/resize.ml:688
msgid "%s: new partition size is zero or negative"
msgstr ""
@@ -387,26 +391,26 @@ msgid ""
"output block device = %s, output block device size = %s\n"
msgstr ""
-#: ../resize/resize.ml:600
+#: ../resize/resize.ml:601
msgid "%s: partition already deleted, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:596
+#: ../resize/resize.ml:597
msgid "%s: partition already ignored, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:592
+#: ../resize/resize.ml:593
msgid ""
"%s: partition not found in the source disk image (this error came from '%s' "
"option on the command line). Try running this command: virt-filesystems --"
"partitions --long -a %s"
msgstr ""
-#: ../resize/resize.ml:503
+#: ../resize/resize.ml:504
msgid "%s: partition size %Ld < filesystem size %Ld"
msgstr ""
-#: ../resize/resize.ml:498
+#: ../resize/resize.ml:499
msgid "%s: partition size %Ld < physical volume size %Ld"
msgstr ""
@@ -471,15 +475,15 @@ msgid ""
"read the man page virt-sparsify(1).\n"
msgstr ""
-#: ../resize/resize.ml:634
+#: ../resize/resize.ml:635
msgid "%s: this partition has already been ignored or deleted"
msgstr ""
-#: ../resize/resize.ml:630
+#: ../resize/resize.ml:631
msgid "%s: this partition has already been marked for resizing"
msgstr ""
-#: ../resize/resize.ml:513
+#: ../resize/resize.ml:514
msgid "%s: this partition overlaps the previous one"
msgstr ""
@@ -647,7 +651,7 @@ msgstr ""
msgid "Copying"
msgstr ""
-#: ../resize/resize.ml:1109
+#: ../resize/resize.ml:1110
msgid ""
"Copying %s ...\n"
"%!"
@@ -875,13 +879,13 @@ msgstr ""
msgid "Expand partition"
msgstr ""
-#: ../resize/resize.ml:1271
+#: ../resize/resize.ml:1272
msgid ""
"Expanding %s using the '%s' method ...\n"
"%!"
msgstr ""
-#: ../resize/resize.ml:1252
+#: ../resize/resize.ml:1253
msgid ""
"Expanding %s%s using the '%s' method ...\n"
"%!"
@@ -903,7 +907,7 @@ msgstr ""
msgid "FILE:EXPR"
msgstr ""
-#: ../resize/resize.ml:926
+#: ../resize/resize.ml:927
msgid ""
"Failed to initialize the partition table on the target disk. You need to "
"wipe or recreate the target disk and then run virt-resize again.\n"
@@ -935,7 +939,7 @@ msgstr ""
msgid "Finishing off"
msgstr ""
-#: ../resize/resize.ml:1170
+#: ../resize/resize.ml:1171
msgid ""
"Fixing first NTFS partition boot record ...\n"
"%!"
@@ -1337,7 +1341,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
-#: ../resize/resize.ml:1298
+#: ../resize/resize.ml:1299
msgid ""
"Resize operation completed with no errors. Before deleting the old disk, "
"carefully check that the resized disk boots and works correctly.\n"
@@ -1533,7 +1537,7 @@ msgstr ""
msgid "Setting the timezone: %s"
msgstr ""
-#: ../resize/resize.ml:905
+#: ../resize/resize.ml:906
msgid ""
"Setting up initial partition table on %s ...\n"
"%!"
@@ -1650,13 +1654,13 @@ msgstr ""
msgid "There are no notes for %s\n"
msgstr ""
-#: ../resize/resize.ml:792
+#: ../resize/resize.ml:793
msgid ""
"There is a deficit of %Ld bytes (%s). You need to make the target disk "
"larger by at least this amount or adjust your resizing requests."
msgstr ""
-#: ../resize/resize.ml:864
+#: ../resize/resize.ml:865
msgid "There is a surplus of %s."
msgstr ""
@@ -1726,13 +1730,13 @@ msgstr ""
msgid "Writing: %s"
msgstr ""
-#: ../resize/resize.ml:763
+#: ../resize/resize.ml:764
msgid ""
"You cannot use --expand when there is no surplus space to expand into. You "
"need to make the target disk larger by at least %s."
msgstr ""
-#: ../resize/resize.ml:775
+#: ../resize/resize.ml:776
msgid ""
"You cannot use --shrink when there is no deficit (see 'deficit' in the virt-"
"resize(1) man page)."
@@ -1834,14 +1838,10 @@ msgstr ""
msgid "file"
msgstr ""
-#: ../resize/resize.ml:1167
+#: ../resize/resize.ml:1168
msgid "first partition is NTFS but does not contain NTFS boot loader magic"
msgstr ""
-#: ../customize/firstboot.ml:82
-msgid "firstboot: failed: "
-msgstr ""
-
#. ../resize/resize.ml:203
#. ../resize/resize.ml:191
#. ../customize/customize_main.ml:88
@@ -1857,6 +1857,14 @@ msgstr ""
msgid "gpg program is not available"
msgstr ""
+#: ../customize/firstboot.ml:114
+msgid "guest type %s is not supported"
+msgstr ""
+
+#: ../customize/firstboot.ml:168
+msgid "guest type %s/%s is not supported"
+msgstr ""
+
#: ../customize/customize_run.ml:211
msgid "hostname could not be set for this type of guest"
msgstr ""
@@ -1891,10 +1899,6 @@ msgid "opts"
msgstr ""
#: ../sparsify/cmdline.ml:167
-msgid "output '%s' cannot be a block device, it must be a regular file"
-msgstr ""
-
-#: ../sparsify/cmdline.ml:171
msgid "output '%s' cannot be a character device, it must be a regular file"
msgstr ""
@@ -1918,7 +1922,7 @@ msgstr ""
msgid "passwords could not be set for this type of guest"
msgstr ""
-#: ../resize/resize.ml:962 ../resize/resize.ml:938
+#: ../resize/resize.ml:963 ../resize/resize.ml:939
msgid "pread-device: short read"
msgstr ""
@@ -1950,30 +1954,7 @@ msgstr ""
msgid "sectors"
msgstr ""
-#: ../sysprep/main.ml:290
-msgid "sysprep operation failed: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:302
-msgid "sysprep operation failed: exception: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:299
-msgid ""
-"sysprep operation failed: internal error: Not_found exception was thrown\n"
-msgstr ""
-
-#: ../sysprep/main.ml:296
-msgid ""
-"sysprep operation failed: internal error: assertion failed at %s, line %d, "
-"char %d\n"
-msgstr ""
-
-#: ../sysprep/main.ml:293
-msgid "sysprep operation failed: internal error: invalid argument: %s\n"
-msgstr ""
-
-#: ../resize/resize.ml:444
+#: ../resize/resize.ml:445
msgid "the source disk has no partitions"
msgstr ""
@@ -2180,23 +2161,23 @@ msgstr ""
msgid "virt-sysprep: script: killed by signal (%d)\n"
msgstr ""
-#: ../sparsify/cmdline.ml:178
+#: ../sparsify/cmdline.ml:174
msgid "you cannot use --in-place and --check-tmpdir options together"
msgstr ""
-#: ../sparsify/cmdline.ml:181
+#: ../sparsify/cmdline.ml:177
msgid "you cannot use --in-place and --compress options together"
msgstr ""
-#: ../sparsify/cmdline.ml:184
+#: ../sparsify/cmdline.ml:180
msgid "you cannot use --in-place and --convert options together"
msgstr ""
-#: ../sparsify/cmdline.ml:187
+#: ../sparsify/cmdline.ml:183
msgid "you cannot use --in-place and -o options together"
msgstr ""
-#: ../resize/resize.ml:751
+#: ../resize/resize.ml:752
msgid "you cannot use options --expand and --shrink together"
msgstr ""
@@ -5962,28 +5943,28 @@ msgstr ""
msgid "%s: %s command failed\n"
msgstr ""
-#: make-fs/make-fs.c:428
+#: make-fs/make-fs.c:426
#, c-format
msgid "%s: cannot parse the output of 'du' command: %s\n"
msgstr ""
-#: make-fs/make-fs.c:464
+#: make-fs/make-fs.c:461
#, c-format
msgid ""
"%s: %s: input is not a directory, tar archive or compressed tar archive\n"
msgstr ""
-#: make-fs/make-fs.c:495
+#: make-fs/make-fs.c:492
#, c-format
msgid "%s: %s: unknown compressed input format (%s)\n"
msgstr ""
-#: make-fs/make-fs.c:618
+#: make-fs/make-fs.c:615
#, c-format
msgid "%s: %s: invalid size parameter '%s' (%s returned %d)\n"
msgstr ""
-#: make-fs/make-fs.c:818
+#: make-fs/make-fs.c:815
#, c-format
msgid "%s: subprocess failed\n"
msgstr ""
@@ -6647,16 +6628,12 @@ msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:253 src/inspect-fs-unix.c:335
-#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1579 src/inspect-fs.c:564
+#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1574 src/inspect-fs.c:564
#: src/inspect-fs.c:610 src/inspect.c:539
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect-fs-unix.c:921
-msgid "could not parse /etc/fstab or empty file"
-msgstr ""
-
#: src/inspect-fs.c:393 src/inspect-fs.c:406
#, c-format
msgid "could not parse integer in version number: %s"
@@ -6709,44 +6686,44 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "ನೀವು guestfs_launch ನ ಮೊದಲು guestfs_add_drive ಅನ್ನು ಕರೆಯಬೇಕು"
-#: src/launch-direct.c:872 src/launch-libvirt.c:541
+#: src/launch-direct.c:873 src/launch-libvirt.c:541
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu ಆರಂಭಗೊಂಡಿದೆ ಹಾಗು ಡೀಮನ್ ಅನ್ನು ಸಂಪರ್ಕಿಸಿದೆ, ಆದರೆ != READY ಸ್ಥಿತಿಯಲ್ಲಿದೆ"
-#: src/launch-direct.c:1274 src/launch-libvirt.c:1284
+#: src/launch-direct.c:1275 src/launch-libvirt.c:1284
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
-#: src/launch-direct.c:1432
+#: src/launch-direct.c:1433
msgid "discard cannot be enabled on this drive: qemu < 1.5"
msgstr ""
-#: src/launch-direct.c:1441
+#: src/launch-direct.c:1442
msgid ""
"discard cannot be enabled on this drive: the drive has a read-only overlay"
msgstr ""
-#: src/launch-direct.c:1448
+#: src/launch-direct.c:1449
msgid ""
"discard cannot be enabled on this drive: you have to specify the format of "
"the file"
msgstr ""
-#: src/launch-direct.c:1456
+#: src/launch-direct.c:1457
msgid ""
"discard cannot be enabled on this drive: qemu < 1.6 cannot do discard on "
"qcow2 files"
msgstr ""
-#: src/launch-direct.c:1464
+#: src/launch-direct.c:1465
#, c-format
msgid ""
"discard cannot be enabled on this drive: qemu does not support discard for "
"'%s' format files"
msgstr ""
-#: src/launch-direct.c:1487
+#: src/launch-direct.c:1488
#, c-format
msgid ""
"discard cannot be enabled on this drive: protocol '%s' does not support "
@@ -6885,7 +6862,7 @@ msgid ""
"uml backend does not support drives with 'discard' parameter set to 'enable'"
msgstr ""
-#: src/launch-uml.c:476
+#: src/launch-uml.c:473
msgid "vmlinux launched and contacted daemon, but state != READY"
msgstr ""
diff --git a/po/libguestfs.pot b/po/libguestfs.pot
index 135f54f..bcee3c7 100644
--- a/po/libguestfs.pot
+++ b/po/libguestfs.pot
@@ -6,10 +6,10 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: libguestfs 1.26.5\n"
+"Project-Id-Version: libguestfs 1.26.6\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-07-04 16:20+0100\n"
+"POT-Creation-Date: 2014-07-26 21:49+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -44,21 +44,21 @@ msgid ""
"%!"
msgstr ""
-#: ../resize/resize.ml:867
+#: ../resize/resize.ml:868
msgid " An extra partition will be created for the surplus."
msgstr ""
-#: ../resize/resize.ml:852 ../resize/resize.ml:833
+#: ../resize/resize.ml:853 ../resize/resize.ml:834
msgid " The %s on %s will be expanded using the '%s' method."
msgstr ""
-#: ../resize/resize.ml:869
+#: ../resize/resize.ml:870
msgid ""
" The surplus space is not large enough for an extra partition to be created "
"and so it will just be ignored."
msgstr ""
-#: ../resize/resize.ml:871
+#: ../resize/resize.ml:872
msgid ""
" The surplus space will be ignored. Run a partitioning program in the "
"guest to partition this extra space if you want."
@@ -126,7 +126,7 @@ msgid ""
"complete output."
msgstr ""
-#: ../resize/resize.ml:660
+#: ../resize/resize.ml:661
msgid ""
"%s: This extended partition contains logical partitions which might be "
"damaged by shrinking it. If you want to shrink this partition, you need to "
@@ -135,11 +135,11 @@ msgid ""
"line.)"
msgstr ""
-#: ../resize/resize.ml:849
+#: ../resize/resize.ml:850
msgid "%s: This logical volume will be expanded to maximum size."
msgstr ""
-#: ../resize/resize.ml:656
+#: ../resize/resize.ml:657
msgid ""
"%s: This partition contains a %s filesystem which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -148,7 +148,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:652
+#: ../resize/resize.ml:653
msgid ""
"%s: This partition contains an LVM physical volume which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -157,7 +157,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:649
+#: ../resize/resize.ml:650
msgid ""
"%s: This partition has unknown content which might be damaged by shrinking "
"it. If you want to shrink this partition, you need to use the '--resize-"
@@ -165,21 +165,21 @@ msgid ""
"error came from '%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:826
+#: ../resize/resize.ml:827
msgid ""
"%s: This partition will be created, but the contents will be ignored (ie. "
"not copied to the target)."
msgstr ""
-#: ../resize/resize.ml:828
+#: ../resize/resize.ml:829
msgid "%s: This partition will be deleted."
msgstr ""
-#: ../resize/resize.ml:824
+#: ../resize/resize.ml:825
msgid "%s: This partition will be left alone."
msgstr ""
-#: ../resize/resize.ml:830
+#: ../resize/resize.ml:831
msgid "%s: This partition will be resized from %s to %s."
msgstr ""
@@ -241,17 +241,21 @@ msgstr ""
msgid "%s: error: %s"
msgstr ""
+#: ../sysprep/main.ml:297
+msgid "%s: error: %s\n"
+msgstr ""
+
#: ../customize/customize_run.ml:183
msgid "%s: error: %s is not a regular file in the guest\n"
msgstr ""
-#: ../sparsify/sparsify.ml:52 ../resize/resize.ml:1308
-#: ../builder/builder.ml:740
+#. ../builder/builder.ml:740
+#: ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 ../resize/resize.ml:1309
msgid "%s: error: %s: %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:55 ../resize/resize.ml:1311
-#: ../builder/builder.ml:743
+#. ../builder/builder.ml:743
+#: ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 ../resize/resize.ml:1312
msgid "%s: error: %s: %s: %s\n"
msgstr ""
@@ -271,7 +275,7 @@ msgstr ""
#. ../customize/customize_main.ml:262
#. ../builder/builder.ml:761
-#: ../sparsify/sparsify.ml:74 ../resize/resize.ml:1330
+#: ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 ../resize/resize.ml:1331
msgid "%s: exception: %s\n"
msgstr ""
@@ -279,8 +283,8 @@ msgstr ""
msgid "%s: failed to download %s: HTTP status code %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:62 ../resize/resize.ml:1318
-#: ../builder/builder.ml:749
+#. ../builder/builder.ml:749
+#: ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 ../resize/resize.ml:1319
msgid "%s: failure: %s\n"
msgstr ""
@@ -306,20 +310,20 @@ msgstr ""
#. ../customize/customize_main.ml:259
#. ../builder/builder.ml:758
-#: ../sparsify/sparsify.ml:71 ../resize/resize.ml:1327
+#: ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 ../resize/resize.ml:1328
msgid "%s: internal error: Not_found exception was thrown\n"
msgstr ""
#. ../customize/customize_main.ml:255
#. ../builder/builder.ml:755
-#: ../sparsify/sparsify.ml:68 ../resize/resize.ml:1324
+#: ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 ../resize/resize.ml:1325
msgid "%s: internal error: assertion failed at %s, line %d, char %d\n"
msgstr ""
#. ../customize/customize_main.ml:252
#. ../builder/sources.ml:125
#. ../builder/builder.ml:752
-#: ../sparsify/sparsify.ml:65 ../resize/resize.ml:1321
+#: ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 ../resize/resize.ml:1322
msgid "%s: internal error: invalid argument: %s\n"
msgstr ""
@@ -335,8 +339,8 @@ msgstr ""
msgid "%s: invalid password selector '%s'; see the man page.\n"
msgstr ""
-#: ../sparsify/sparsify.ml:59 ../resize/resize.ml:1315
-#: ../builder/builder.ml:746
+#. ../builder/builder.ml:746
+#: ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 ../resize/resize.ml:1316
msgid "%s: libguestfs error: %s\n"
msgstr ""
@@ -344,18 +348,18 @@ msgstr ""
msgid "%s: log file %s: %s (ignored)\n"
msgstr ""
-#: ../resize/resize.ml:807
+#: ../resize/resize.ml:808
msgid ""
"%s: logical volume not found in the source disk image (this error came from "
"'--lv-expand' option on the command line). Try running this command: virt-"
"filesystems --logical-volumes --long -a %s"
msgstr ""
-#: ../resize/resize.ml:678
+#: ../resize/resize.ml:679
msgid "%s: missing size field in '%s' option"
msgstr ""
-#: ../resize/resize.ml:687
+#: ../resize/resize.ml:688
msgid "%s: new partition size is zero or negative"
msgstr ""
@@ -386,26 +390,26 @@ msgid ""
"output block device = %s, output block device size = %s\n"
msgstr ""
-#: ../resize/resize.ml:600
+#: ../resize/resize.ml:601
msgid "%s: partition already deleted, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:596
+#: ../resize/resize.ml:597
msgid "%s: partition already ignored, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:592
+#: ../resize/resize.ml:593
msgid ""
"%s: partition not found in the source disk image (this error came from '%s' "
"option on the command line). Try running this command: virt-filesystems --"
"partitions --long -a %s"
msgstr ""
-#: ../resize/resize.ml:503
+#: ../resize/resize.ml:504
msgid "%s: partition size %Ld < filesystem size %Ld"
msgstr ""
-#: ../resize/resize.ml:498
+#: ../resize/resize.ml:499
msgid "%s: partition size %Ld < physical volume size %Ld"
msgstr ""
@@ -470,15 +474,15 @@ msgid ""
"read the man page virt-sparsify(1).\n"
msgstr ""
-#: ../resize/resize.ml:634
+#: ../resize/resize.ml:635
msgid "%s: this partition has already been ignored or deleted"
msgstr ""
-#: ../resize/resize.ml:630
+#: ../resize/resize.ml:631
msgid "%s: this partition has already been marked for resizing"
msgstr ""
-#: ../resize/resize.ml:513
+#: ../resize/resize.ml:514
msgid "%s: this partition overlaps the previous one"
msgstr ""
@@ -646,7 +650,7 @@ msgstr ""
msgid "Copying"
msgstr ""
-#: ../resize/resize.ml:1109
+#: ../resize/resize.ml:1110
msgid ""
"Copying %s ...\n"
"%!"
@@ -874,13 +878,13 @@ msgstr ""
msgid "Expand partition"
msgstr ""
-#: ../resize/resize.ml:1271
+#: ../resize/resize.ml:1272
msgid ""
"Expanding %s using the '%s' method ...\n"
"%!"
msgstr ""
-#: ../resize/resize.ml:1252
+#: ../resize/resize.ml:1253
msgid ""
"Expanding %s%s using the '%s' method ...\n"
"%!"
@@ -902,7 +906,7 @@ msgstr ""
msgid "FILE:EXPR"
msgstr ""
-#: ../resize/resize.ml:926
+#: ../resize/resize.ml:927
msgid ""
"Failed to initialize the partition table on the target disk. You need to "
"wipe or recreate the target disk and then run virt-resize again.\n"
@@ -934,7 +938,7 @@ msgstr ""
msgid "Finishing off"
msgstr ""
-#: ../resize/resize.ml:1170
+#: ../resize/resize.ml:1171
msgid ""
"Fixing first NTFS partition boot record ...\n"
"%!"
@@ -1336,7 +1340,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
-#: ../resize/resize.ml:1298
+#: ../resize/resize.ml:1299
msgid ""
"Resize operation completed with no errors. Before deleting the old disk, "
"carefully check that the resized disk boots and works correctly.\n"
@@ -1532,7 +1536,7 @@ msgstr ""
msgid "Setting the timezone: %s"
msgstr ""
-#: ../resize/resize.ml:905
+#: ../resize/resize.ml:906
msgid ""
"Setting up initial partition table on %s ...\n"
"%!"
@@ -1649,13 +1653,13 @@ msgstr ""
msgid "There are no notes for %s\n"
msgstr ""
-#: ../resize/resize.ml:792
+#: ../resize/resize.ml:793
msgid ""
"There is a deficit of %Ld bytes (%s). You need to make the target disk "
"larger by at least this amount or adjust your resizing requests."
msgstr ""
-#: ../resize/resize.ml:864
+#: ../resize/resize.ml:865
msgid "There is a surplus of %s."
msgstr ""
@@ -1725,13 +1729,13 @@ msgstr ""
msgid "Writing: %s"
msgstr ""
-#: ../resize/resize.ml:763
+#: ../resize/resize.ml:764
msgid ""
"You cannot use --expand when there is no surplus space to expand into. You "
"need to make the target disk larger by at least %s."
msgstr ""
-#: ../resize/resize.ml:775
+#: ../resize/resize.ml:776
msgid ""
"You cannot use --shrink when there is no deficit (see 'deficit' in the virt-"
"resize(1) man page)."
@@ -1833,14 +1837,10 @@ msgstr ""
msgid "file"
msgstr ""
-#: ../resize/resize.ml:1167
+#: ../resize/resize.ml:1168
msgid "first partition is NTFS but does not contain NTFS boot loader magic"
msgstr ""
-#: ../customize/firstboot.ml:82
-msgid "firstboot: failed: "
-msgstr ""
-
#. ../resize/resize.ml:203
#. ../resize/resize.ml:191
#. ../customize/customize_main.ml:88
@@ -1856,6 +1856,14 @@ msgstr ""
msgid "gpg program is not available"
msgstr ""
+#: ../customize/firstboot.ml:114
+msgid "guest type %s is not supported"
+msgstr ""
+
+#: ../customize/firstboot.ml:168
+msgid "guest type %s/%s is not supported"
+msgstr ""
+
#: ../customize/customize_run.ml:211
msgid "hostname could not be set for this type of guest"
msgstr ""
@@ -1890,10 +1898,6 @@ msgid "opts"
msgstr ""
#: ../sparsify/cmdline.ml:167
-msgid "output '%s' cannot be a block device, it must be a regular file"
-msgstr ""
-
-#: ../sparsify/cmdline.ml:171
msgid "output '%s' cannot be a character device, it must be a regular file"
msgstr ""
@@ -1917,7 +1921,7 @@ msgstr ""
msgid "passwords could not be set for this type of guest"
msgstr ""
-#: ../resize/resize.ml:962 ../resize/resize.ml:938
+#: ../resize/resize.ml:963 ../resize/resize.ml:939
msgid "pread-device: short read"
msgstr ""
@@ -1949,30 +1953,7 @@ msgstr ""
msgid "sectors"
msgstr ""
-#: ../sysprep/main.ml:290
-msgid "sysprep operation failed: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:302
-msgid "sysprep operation failed: exception: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:299
-msgid ""
-"sysprep operation failed: internal error: Not_found exception was thrown\n"
-msgstr ""
-
-#: ../sysprep/main.ml:296
-msgid ""
-"sysprep operation failed: internal error: assertion failed at %s, line %d, "
-"char %d\n"
-msgstr ""
-
-#: ../sysprep/main.ml:293
-msgid "sysprep operation failed: internal error: invalid argument: %s\n"
-msgstr ""
-
-#: ../resize/resize.ml:444
+#: ../resize/resize.ml:445
msgid "the source disk has no partitions"
msgstr ""
@@ -2179,23 +2160,23 @@ msgstr ""
msgid "virt-sysprep: script: killed by signal (%d)\n"
msgstr ""
-#: ../sparsify/cmdline.ml:178
+#: ../sparsify/cmdline.ml:174
msgid "you cannot use --in-place and --check-tmpdir options together"
msgstr ""
-#: ../sparsify/cmdline.ml:181
+#: ../sparsify/cmdline.ml:177
msgid "you cannot use --in-place and --compress options together"
msgstr ""
-#: ../sparsify/cmdline.ml:184
+#: ../sparsify/cmdline.ml:180
msgid "you cannot use --in-place and --convert options together"
msgstr ""
-#: ../sparsify/cmdline.ml:187
+#: ../sparsify/cmdline.ml:183
msgid "you cannot use --in-place and -o options together"
msgstr ""
-#: ../resize/resize.ml:751
+#: ../resize/resize.ml:752
msgid "you cannot use options --expand and --shrink together"
msgstr ""
@@ -5948,28 +5929,28 @@ msgstr ""
msgid "%s: %s command failed\n"
msgstr ""
-#: make-fs/make-fs.c:428
+#: make-fs/make-fs.c:426
#, c-format
msgid "%s: cannot parse the output of 'du' command: %s\n"
msgstr ""
-#: make-fs/make-fs.c:464
+#: make-fs/make-fs.c:461
#, c-format
msgid ""
"%s: %s: input is not a directory, tar archive or compressed tar archive\n"
msgstr ""
-#: make-fs/make-fs.c:495
+#: make-fs/make-fs.c:492
#, c-format
msgid "%s: %s: unknown compressed input format (%s)\n"
msgstr ""
-#: make-fs/make-fs.c:618
+#: make-fs/make-fs.c:615
#, c-format
msgid "%s: %s: invalid size parameter '%s' (%s returned %d)\n"
msgstr ""
-#: make-fs/make-fs.c:818
+#: make-fs/make-fs.c:815
#, c-format
msgid "%s: subprocess failed\n"
msgstr ""
@@ -6633,16 +6614,12 @@ msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:253 src/inspect-fs-unix.c:335
-#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1579 src/inspect-fs.c:564
+#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1574 src/inspect-fs.c:564
#: src/inspect-fs.c:610 src/inspect.c:539
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect-fs-unix.c:921
-msgid "could not parse /etc/fstab or empty file"
-msgstr ""
-
#: src/inspect-fs.c:393 src/inspect-fs.c:406
#, c-format
msgid "could not parse integer in version number: %s"
@@ -6695,44 +6672,44 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr ""
-#: src/launch-direct.c:872 src/launch-libvirt.c:541
+#: src/launch-direct.c:873 src/launch-libvirt.c:541
msgid "qemu launched and contacted daemon, but state != READY"
msgstr ""
-#: src/launch-direct.c:1274 src/launch-libvirt.c:1284
+#: src/launch-direct.c:1275 src/launch-libvirt.c:1284
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
-#: src/launch-direct.c:1432
+#: src/launch-direct.c:1433
msgid "discard cannot be enabled on this drive: qemu < 1.5"
msgstr ""
-#: src/launch-direct.c:1441
+#: src/launch-direct.c:1442
msgid ""
"discard cannot be enabled on this drive: the drive has a read-only overlay"
msgstr ""
-#: src/launch-direct.c:1448
+#: src/launch-direct.c:1449
msgid ""
"discard cannot be enabled on this drive: you have to specify the format of "
"the file"
msgstr ""
-#: src/launch-direct.c:1456
+#: src/launch-direct.c:1457
msgid ""
"discard cannot be enabled on this drive: qemu < 1.6 cannot do discard on "
"qcow2 files"
msgstr ""
-#: src/launch-direct.c:1464
+#: src/launch-direct.c:1465
#, c-format
msgid ""
"discard cannot be enabled on this drive: qemu does not support discard for "
"'%s' format files"
msgstr ""
-#: src/launch-direct.c:1487
+#: src/launch-direct.c:1488
#, c-format
msgid ""
"discard cannot be enabled on this drive: protocol '%s' does not support "
@@ -6871,7 +6848,7 @@ msgid ""
"uml backend does not support drives with 'discard' parameter set to 'enable'"
msgstr ""
-#: src/launch-uml.c:476
+#: src/launch-uml.c:473
msgid "vmlinux launched and contacted daemon, but state != READY"
msgstr ""
diff --git a/po/ml.po b/po/ml.po
index d3a44b1..3f9c980 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-07-04 12:43+0100\n"
+"POT-Creation-Date: 2014-07-26 21:49+0100\n"
"PO-Revision-Date: 2014-03-26 16:49+0000\n"
"Last-Translator: rjones <rjones at redhat.com>\n"
"Language-Team: Malayalam (http://www.transifex.com/projects/p/fedora/"
@@ -45,21 +45,21 @@ msgid ""
"%!"
msgstr ""
-#: ../resize/resize.ml:867
+#: ../resize/resize.ml:868
msgid " An extra partition will be created for the surplus."
msgstr ""
-#: ../resize/resize.ml:852 ../resize/resize.ml:833
+#: ../resize/resize.ml:853 ../resize/resize.ml:834
msgid " The %s on %s will be expanded using the '%s' method."
msgstr ""
-#: ../resize/resize.ml:869
+#: ../resize/resize.ml:870
msgid ""
" The surplus space is not large enough for an extra partition to be created "
"and so it will just be ignored."
msgstr ""
-#: ../resize/resize.ml:871
+#: ../resize/resize.ml:872
msgid ""
" The surplus space will be ignored. Run a partitioning program in the "
"guest to partition this extra space if you want."
@@ -127,7 +127,7 @@ msgid ""
"complete output."
msgstr ""
-#: ../resize/resize.ml:660
+#: ../resize/resize.ml:661
msgid ""
"%s: This extended partition contains logical partitions which might be "
"damaged by shrinking it. If you want to shrink this partition, you need to "
@@ -136,11 +136,11 @@ msgid ""
"line.)"
msgstr ""
-#: ../resize/resize.ml:849
+#: ../resize/resize.ml:850
msgid "%s: This logical volume will be expanded to maximum size."
msgstr ""
-#: ../resize/resize.ml:656
+#: ../resize/resize.ml:657
msgid ""
"%s: This partition contains a %s filesystem which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -149,7 +149,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:652
+#: ../resize/resize.ml:653
msgid ""
"%s: This partition contains an LVM physical volume which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -158,7 +158,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:649
+#: ../resize/resize.ml:650
msgid ""
"%s: This partition has unknown content which might be damaged by shrinking "
"it. If you want to shrink this partition, you need to use the '--resize-"
@@ -166,21 +166,21 @@ msgid ""
"error came from '%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:826
+#: ../resize/resize.ml:827
msgid ""
"%s: This partition will be created, but the contents will be ignored (ie. "
"not copied to the target)."
msgstr ""
-#: ../resize/resize.ml:828
+#: ../resize/resize.ml:829
msgid "%s: This partition will be deleted."
msgstr ""
-#: ../resize/resize.ml:824
+#: ../resize/resize.ml:825
msgid "%s: This partition will be left alone."
msgstr ""
-#: ../resize/resize.ml:830
+#: ../resize/resize.ml:831
msgid "%s: This partition will be resized from %s to %s."
msgstr ""
@@ -242,17 +242,21 @@ msgstr ""
msgid "%s: error: %s"
msgstr ""
+#: ../sysprep/main.ml:297
+msgid "%s: error: %s\n"
+msgstr ""
+
#: ../customize/customize_run.ml:183
msgid "%s: error: %s is not a regular file in the guest\n"
msgstr ""
-#: ../sparsify/sparsify.ml:52 ../resize/resize.ml:1308
-#: ../builder/builder.ml:740
+#. ../builder/builder.ml:740
+#: ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 ../resize/resize.ml:1309
msgid "%s: error: %s: %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:55 ../resize/resize.ml:1311
-#: ../builder/builder.ml:743
+#. ../builder/builder.ml:743
+#: ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 ../resize/resize.ml:1312
msgid "%s: error: %s: %s: %s\n"
msgstr ""
@@ -272,7 +276,7 @@ msgstr ""
#. ../customize/customize_main.ml:262
#. ../builder/builder.ml:761
-#: ../sparsify/sparsify.ml:74 ../resize/resize.ml:1330
+#: ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 ../resize/resize.ml:1331
msgid "%s: exception: %s\n"
msgstr ""
@@ -280,8 +284,8 @@ msgstr ""
msgid "%s: failed to download %s: HTTP status code %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:62 ../resize/resize.ml:1318
-#: ../builder/builder.ml:749
+#. ../builder/builder.ml:749
+#: ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 ../resize/resize.ml:1319
msgid "%s: failure: %s\n"
msgstr ""
@@ -307,20 +311,20 @@ msgstr ""
#. ../customize/customize_main.ml:259
#. ../builder/builder.ml:758
-#: ../sparsify/sparsify.ml:71 ../resize/resize.ml:1327
+#: ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 ../resize/resize.ml:1328
msgid "%s: internal error: Not_found exception was thrown\n"
msgstr ""
#. ../customize/customize_main.ml:255
#. ../builder/builder.ml:755
-#: ../sparsify/sparsify.ml:68 ../resize/resize.ml:1324
+#: ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 ../resize/resize.ml:1325
msgid "%s: internal error: assertion failed at %s, line %d, char %d\n"
msgstr ""
#. ../customize/customize_main.ml:252
#. ../builder/sources.ml:125
#. ../builder/builder.ml:752
-#: ../sparsify/sparsify.ml:65 ../resize/resize.ml:1321
+#: ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 ../resize/resize.ml:1322
msgid "%s: internal error: invalid argument: %s\n"
msgstr ""
@@ -336,8 +340,8 @@ msgstr ""
msgid "%s: invalid password selector '%s'; see the man page.\n"
msgstr ""
-#: ../sparsify/sparsify.ml:59 ../resize/resize.ml:1315
-#: ../builder/builder.ml:746
+#. ../builder/builder.ml:746
+#: ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 ../resize/resize.ml:1316
msgid "%s: libguestfs error: %s\n"
msgstr ""
@@ -345,18 +349,18 @@ msgstr ""
msgid "%s: log file %s: %s (ignored)\n"
msgstr ""
-#: ../resize/resize.ml:807
+#: ../resize/resize.ml:808
msgid ""
"%s: logical volume not found in the source disk image (this error came from "
"'--lv-expand' option on the command line). Try running this command: virt-"
"filesystems --logical-volumes --long -a %s"
msgstr ""
-#: ../resize/resize.ml:678
+#: ../resize/resize.ml:679
msgid "%s: missing size field in '%s' option"
msgstr ""
-#: ../resize/resize.ml:687
+#: ../resize/resize.ml:688
msgid "%s: new partition size is zero or negative"
msgstr ""
@@ -387,26 +391,26 @@ msgid ""
"output block device = %s, output block device size = %s\n"
msgstr ""
-#: ../resize/resize.ml:600
+#: ../resize/resize.ml:601
msgid "%s: partition already deleted, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:596
+#: ../resize/resize.ml:597
msgid "%s: partition already ignored, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:592
+#: ../resize/resize.ml:593
msgid ""
"%s: partition not found in the source disk image (this error came from '%s' "
"option on the command line). Try running this command: virt-filesystems --"
"partitions --long -a %s"
msgstr ""
-#: ../resize/resize.ml:503
+#: ../resize/resize.ml:504
msgid "%s: partition size %Ld < filesystem size %Ld"
msgstr ""
-#: ../resize/resize.ml:498
+#: ../resize/resize.ml:499
msgid "%s: partition size %Ld < physical volume size %Ld"
msgstr ""
@@ -471,15 +475,15 @@ msgid ""
"read the man page virt-sparsify(1).\n"
msgstr ""
-#: ../resize/resize.ml:634
+#: ../resize/resize.ml:635
msgid "%s: this partition has already been ignored or deleted"
msgstr ""
-#: ../resize/resize.ml:630
+#: ../resize/resize.ml:631
msgid "%s: this partition has already been marked for resizing"
msgstr ""
-#: ../resize/resize.ml:513
+#: ../resize/resize.ml:514
msgid "%s: this partition overlaps the previous one"
msgstr ""
@@ -647,7 +651,7 @@ msgstr ""
msgid "Copying"
msgstr ""
-#: ../resize/resize.ml:1109
+#: ../resize/resize.ml:1110
msgid ""
"Copying %s ...\n"
"%!"
@@ -875,13 +879,13 @@ msgstr ""
msgid "Expand partition"
msgstr ""
-#: ../resize/resize.ml:1271
+#: ../resize/resize.ml:1272
msgid ""
"Expanding %s using the '%s' method ...\n"
"%!"
msgstr ""
-#: ../resize/resize.ml:1252
+#: ../resize/resize.ml:1253
msgid ""
"Expanding %s%s using the '%s' method ...\n"
"%!"
@@ -903,7 +907,7 @@ msgstr ""
msgid "FILE:EXPR"
msgstr ""
-#: ../resize/resize.ml:926
+#: ../resize/resize.ml:927
msgid ""
"Failed to initialize the partition table on the target disk. You need to "
"wipe or recreate the target disk and then run virt-resize again.\n"
@@ -935,7 +939,7 @@ msgstr ""
msgid "Finishing off"
msgstr ""
-#: ../resize/resize.ml:1170
+#: ../resize/resize.ml:1171
msgid ""
"Fixing first NTFS partition boot record ...\n"
"%!"
@@ -1337,7 +1341,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
-#: ../resize/resize.ml:1298
+#: ../resize/resize.ml:1299
msgid ""
"Resize operation completed with no errors. Before deleting the old disk, "
"carefully check that the resized disk boots and works correctly.\n"
@@ -1533,7 +1537,7 @@ msgstr ""
msgid "Setting the timezone: %s"
msgstr ""
-#: ../resize/resize.ml:905
+#: ../resize/resize.ml:906
msgid ""
"Setting up initial partition table on %s ...\n"
"%!"
@@ -1650,13 +1654,13 @@ msgstr ""
msgid "There are no notes for %s\n"
msgstr ""
-#: ../resize/resize.ml:792
+#: ../resize/resize.ml:793
msgid ""
"There is a deficit of %Ld bytes (%s). You need to make the target disk "
"larger by at least this amount or adjust your resizing requests."
msgstr ""
-#: ../resize/resize.ml:864
+#: ../resize/resize.ml:865
msgid "There is a surplus of %s."
msgstr ""
@@ -1726,13 +1730,13 @@ msgstr ""
msgid "Writing: %s"
msgstr ""
-#: ../resize/resize.ml:763
+#: ../resize/resize.ml:764
msgid ""
"You cannot use --expand when there is no surplus space to expand into. You "
"need to make the target disk larger by at least %s."
msgstr ""
-#: ../resize/resize.ml:775
+#: ../resize/resize.ml:776
msgid ""
"You cannot use --shrink when there is no deficit (see 'deficit' in the virt-"
"resize(1) man page)."
@@ -1834,14 +1838,10 @@ msgstr ""
msgid "file"
msgstr ""
-#: ../resize/resize.ml:1167
+#: ../resize/resize.ml:1168
msgid "first partition is NTFS but does not contain NTFS boot loader magic"
msgstr ""
-#: ../customize/firstboot.ml:82
-msgid "firstboot: failed: "
-msgstr ""
-
#. ../resize/resize.ml:203
#. ../resize/resize.ml:191
#. ../customize/customize_main.ml:88
@@ -1857,6 +1857,14 @@ msgstr ""
msgid "gpg program is not available"
msgstr ""
+#: ../customize/firstboot.ml:114
+msgid "guest type %s is not supported"
+msgstr ""
+
+#: ../customize/firstboot.ml:168
+msgid "guest type %s/%s is not supported"
+msgstr ""
+
#: ../customize/customize_run.ml:211
msgid "hostname could not be set for this type of guest"
msgstr ""
@@ -1891,10 +1899,6 @@ msgid "opts"
msgstr ""
#: ../sparsify/cmdline.ml:167
-msgid "output '%s' cannot be a block device, it must be a regular file"
-msgstr ""
-
-#: ../sparsify/cmdline.ml:171
msgid "output '%s' cannot be a character device, it must be a regular file"
msgstr ""
@@ -1918,7 +1922,7 @@ msgstr ""
msgid "passwords could not be set for this type of guest"
msgstr ""
-#: ../resize/resize.ml:962 ../resize/resize.ml:938
+#: ../resize/resize.ml:963 ../resize/resize.ml:939
msgid "pread-device: short read"
msgstr ""
@@ -1950,30 +1954,7 @@ msgstr ""
msgid "sectors"
msgstr ""
-#: ../sysprep/main.ml:290
-msgid "sysprep operation failed: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:302
-msgid "sysprep operation failed: exception: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:299
-msgid ""
-"sysprep operation failed: internal error: Not_found exception was thrown\n"
-msgstr ""
-
-#: ../sysprep/main.ml:296
-msgid ""
-"sysprep operation failed: internal error: assertion failed at %s, line %d, "
-"char %d\n"
-msgstr ""
-
-#: ../sysprep/main.ml:293
-msgid "sysprep operation failed: internal error: invalid argument: %s\n"
-msgstr ""
-
-#: ../resize/resize.ml:444
+#: ../resize/resize.ml:445
msgid "the source disk has no partitions"
msgstr ""
@@ -2180,23 +2161,23 @@ msgstr ""
msgid "virt-sysprep: script: killed by signal (%d)\n"
msgstr ""
-#: ../sparsify/cmdline.ml:178
+#: ../sparsify/cmdline.ml:174
msgid "you cannot use --in-place and --check-tmpdir options together"
msgstr ""
-#: ../sparsify/cmdline.ml:181
+#: ../sparsify/cmdline.ml:177
msgid "you cannot use --in-place and --compress options together"
msgstr ""
-#: ../sparsify/cmdline.ml:184
+#: ../sparsify/cmdline.ml:180
msgid "you cannot use --in-place and --convert options together"
msgstr ""
-#: ../sparsify/cmdline.ml:187
+#: ../sparsify/cmdline.ml:183
msgid "you cannot use --in-place and -o options together"
msgstr ""
-#: ../resize/resize.ml:751
+#: ../resize/resize.ml:752
msgid "you cannot use options --expand and --shrink together"
msgstr ""
@@ -5960,28 +5941,28 @@ msgstr ""
msgid "%s: %s command failed\n"
msgstr ""
-#: make-fs/make-fs.c:428
+#: make-fs/make-fs.c:426
#, c-format
msgid "%s: cannot parse the output of 'du' command: %s\n"
msgstr ""
-#: make-fs/make-fs.c:464
+#: make-fs/make-fs.c:461
#, c-format
msgid ""
"%s: %s: input is not a directory, tar archive or compressed tar archive\n"
msgstr ""
-#: make-fs/make-fs.c:495
+#: make-fs/make-fs.c:492
#, c-format
msgid "%s: %s: unknown compressed input format (%s)\n"
msgstr ""
-#: make-fs/make-fs.c:618
+#: make-fs/make-fs.c:615
#, c-format
msgid "%s: %s: invalid size parameter '%s' (%s returned %d)\n"
msgstr ""
-#: make-fs/make-fs.c:818
+#: make-fs/make-fs.c:815
#, c-format
msgid "%s: subprocess failed\n"
msgstr ""
@@ -6645,16 +6626,12 @@ msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:253 src/inspect-fs-unix.c:335
-#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1579 src/inspect-fs.c:564
+#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1574 src/inspect-fs.c:564
#: src/inspect-fs.c:610 src/inspect.c:539
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect-fs-unix.c:921
-msgid "could not parse /etc/fstab or empty file"
-msgstr ""
-
#: src/inspect-fs.c:393 src/inspect-fs.c:406
#, c-format
msgid "could not parse integer in version number: %s"
@@ -6707,44 +6684,44 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "guestfs_launch-നു് മുമ്പു് guestfs_add_drive വിളിക്കേണ്ടതു്"
-#: src/launch-direct.c:872 src/launch-libvirt.c:541
+#: src/launch-direct.c:873 src/launch-libvirt.c:541
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu വിന്യസിച്ചു് ഡെമണുമായി ബന്ധപ്പെട്ടു, പക്ഷേ state != READY"
-#: src/launch-direct.c:1274 src/launch-libvirt.c:1284
+#: src/launch-direct.c:1275 src/launch-libvirt.c:1284
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
-#: src/launch-direct.c:1432
+#: src/launch-direct.c:1433
msgid "discard cannot be enabled on this drive: qemu < 1.5"
msgstr ""
-#: src/launch-direct.c:1441
+#: src/launch-direct.c:1442
msgid ""
"discard cannot be enabled on this drive: the drive has a read-only overlay"
msgstr ""
-#: src/launch-direct.c:1448
+#: src/launch-direct.c:1449
msgid ""
"discard cannot be enabled on this drive: you have to specify the format of "
"the file"
msgstr ""
-#: src/launch-direct.c:1456
+#: src/launch-direct.c:1457
msgid ""
"discard cannot be enabled on this drive: qemu < 1.6 cannot do discard on "
"qcow2 files"
msgstr ""
-#: src/launch-direct.c:1464
+#: src/launch-direct.c:1465
#, c-format
msgid ""
"discard cannot be enabled on this drive: qemu does not support discard for "
"'%s' format files"
msgstr ""
-#: src/launch-direct.c:1487
+#: src/launch-direct.c:1488
#, c-format
msgid ""
"discard cannot be enabled on this drive: protocol '%s' does not support "
@@ -6883,7 +6860,7 @@ msgid ""
"uml backend does not support drives with 'discard' parameter set to 'enable'"
msgstr ""
-#: src/launch-uml.c:476
+#: src/launch-uml.c:473
msgid "vmlinux launched and contacted daemon, but state != READY"
msgstr ""
diff --git a/po/mr.po b/po/mr.po
index bf43d9a..4d5b138 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-07-04 12:43+0100\n"
+"POT-Creation-Date: 2014-07-26 21:49+0100\n"
"PO-Revision-Date: 2014-03-26 16:49+0000\n"
"Last-Translator: rjones <rjones at redhat.com>\n"
"Language-Team: Marathi (http://www.transifex.com/projects/p/fedora/language/"
@@ -46,21 +46,21 @@ msgid ""
"%!"
msgstr ""
-#: ../resize/resize.ml:867
+#: ../resize/resize.ml:868
msgid " An extra partition will be created for the surplus."
msgstr ""
-#: ../resize/resize.ml:852 ../resize/resize.ml:833
+#: ../resize/resize.ml:853 ../resize/resize.ml:834
msgid " The %s on %s will be expanded using the '%s' method."
msgstr ""
-#: ../resize/resize.ml:869
+#: ../resize/resize.ml:870
msgid ""
" The surplus space is not large enough for an extra partition to be created "
"and so it will just be ignored."
msgstr ""
-#: ../resize/resize.ml:871
+#: ../resize/resize.ml:872
msgid ""
" The surplus space will be ignored. Run a partitioning program in the "
"guest to partition this extra space if you want."
@@ -128,7 +128,7 @@ msgid ""
"complete output."
msgstr ""
-#: ../resize/resize.ml:660
+#: ../resize/resize.ml:661
msgid ""
"%s: This extended partition contains logical partitions which might be "
"damaged by shrinking it. If you want to shrink this partition, you need to "
@@ -137,11 +137,11 @@ msgid ""
"line.)"
msgstr ""
-#: ../resize/resize.ml:849
+#: ../resize/resize.ml:850
msgid "%s: This logical volume will be expanded to maximum size."
msgstr ""
-#: ../resize/resize.ml:656
+#: ../resize/resize.ml:657
msgid ""
"%s: This partition contains a %s filesystem which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -150,7 +150,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:652
+#: ../resize/resize.ml:653
msgid ""
"%s: This partition contains an LVM physical volume which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -159,7 +159,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:649
+#: ../resize/resize.ml:650
msgid ""
"%s: This partition has unknown content which might be damaged by shrinking "
"it. If you want to shrink this partition, you need to use the '--resize-"
@@ -167,21 +167,21 @@ msgid ""
"error came from '%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:826
+#: ../resize/resize.ml:827
msgid ""
"%s: This partition will be created, but the contents will be ignored (ie. "
"not copied to the target)."
msgstr ""
-#: ../resize/resize.ml:828
+#: ../resize/resize.ml:829
msgid "%s: This partition will be deleted."
msgstr ""
-#: ../resize/resize.ml:824
+#: ../resize/resize.ml:825
msgid "%s: This partition will be left alone."
msgstr ""
-#: ../resize/resize.ml:830
+#: ../resize/resize.ml:831
msgid "%s: This partition will be resized from %s to %s."
msgstr ""
@@ -243,17 +243,21 @@ msgstr ""
msgid "%s: error: %s"
msgstr ""
+#: ../sysprep/main.ml:297
+msgid "%s: error: %s\n"
+msgstr ""
+
#: ../customize/customize_run.ml:183
msgid "%s: error: %s is not a regular file in the guest\n"
msgstr ""
-#: ../sparsify/sparsify.ml:52 ../resize/resize.ml:1308
-#: ../builder/builder.ml:740
+#. ../builder/builder.ml:740
+#: ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 ../resize/resize.ml:1309
msgid "%s: error: %s: %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:55 ../resize/resize.ml:1311
-#: ../builder/builder.ml:743
+#. ../builder/builder.ml:743
+#: ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 ../resize/resize.ml:1312
msgid "%s: error: %s: %s: %s\n"
msgstr ""
@@ -273,7 +277,7 @@ msgstr ""
#. ../customize/customize_main.ml:262
#. ../builder/builder.ml:761
-#: ../sparsify/sparsify.ml:74 ../resize/resize.ml:1330
+#: ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 ../resize/resize.ml:1331
msgid "%s: exception: %s\n"
msgstr ""
@@ -281,8 +285,8 @@ msgstr ""
msgid "%s: failed to download %s: HTTP status code %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:62 ../resize/resize.ml:1318
-#: ../builder/builder.ml:749
+#. ../builder/builder.ml:749
+#: ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 ../resize/resize.ml:1319
msgid "%s: failure: %s\n"
msgstr ""
@@ -308,20 +312,20 @@ msgstr ""
#. ../customize/customize_main.ml:259
#. ../builder/builder.ml:758
-#: ../sparsify/sparsify.ml:71 ../resize/resize.ml:1327
+#: ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 ../resize/resize.ml:1328
msgid "%s: internal error: Not_found exception was thrown\n"
msgstr ""
#. ../customize/customize_main.ml:255
#. ../builder/builder.ml:755
-#: ../sparsify/sparsify.ml:68 ../resize/resize.ml:1324
+#: ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 ../resize/resize.ml:1325
msgid "%s: internal error: assertion failed at %s, line %d, char %d\n"
msgstr ""
#. ../customize/customize_main.ml:252
#. ../builder/sources.ml:125
#. ../builder/builder.ml:752
-#: ../sparsify/sparsify.ml:65 ../resize/resize.ml:1321
+#: ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 ../resize/resize.ml:1322
msgid "%s: internal error: invalid argument: %s\n"
msgstr ""
@@ -337,8 +341,8 @@ msgstr ""
msgid "%s: invalid password selector '%s'; see the man page.\n"
msgstr ""
-#: ../sparsify/sparsify.ml:59 ../resize/resize.ml:1315
-#: ../builder/builder.ml:746
+#. ../builder/builder.ml:746
+#: ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 ../resize/resize.ml:1316
msgid "%s: libguestfs error: %s\n"
msgstr ""
@@ -346,18 +350,18 @@ msgstr ""
msgid "%s: log file %s: %s (ignored)\n"
msgstr ""
-#: ../resize/resize.ml:807
+#: ../resize/resize.ml:808
msgid ""
"%s: logical volume not found in the source disk image (this error came from "
"'--lv-expand' option on the command line). Try running this command: virt-"
"filesystems --logical-volumes --long -a %s"
msgstr ""
-#: ../resize/resize.ml:678
+#: ../resize/resize.ml:679
msgid "%s: missing size field in '%s' option"
msgstr ""
-#: ../resize/resize.ml:687
+#: ../resize/resize.ml:688
msgid "%s: new partition size is zero or negative"
msgstr ""
@@ -388,26 +392,26 @@ msgid ""
"output block device = %s, output block device size = %s\n"
msgstr ""
-#: ../resize/resize.ml:600
+#: ../resize/resize.ml:601
msgid "%s: partition already deleted, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:596
+#: ../resize/resize.ml:597
msgid "%s: partition already ignored, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:592
+#: ../resize/resize.ml:593
msgid ""
"%s: partition not found in the source disk image (this error came from '%s' "
"option on the command line). Try running this command: virt-filesystems --"
"partitions --long -a %s"
msgstr ""
-#: ../resize/resize.ml:503
+#: ../resize/resize.ml:504
msgid "%s: partition size %Ld < filesystem size %Ld"
msgstr ""
-#: ../resize/resize.ml:498
+#: ../resize/resize.ml:499
msgid "%s: partition size %Ld < physical volume size %Ld"
msgstr ""
@@ -472,15 +476,15 @@ msgid ""
"read the man page virt-sparsify(1).\n"
msgstr ""
-#: ../resize/resize.ml:634
+#: ../resize/resize.ml:635
msgid "%s: this partition has already been ignored or deleted"
msgstr ""
-#: ../resize/resize.ml:630
+#: ../resize/resize.ml:631
msgid "%s: this partition has already been marked for resizing"
msgstr ""
-#: ../resize/resize.ml:513
+#: ../resize/resize.ml:514
msgid "%s: this partition overlaps the previous one"
msgstr ""
@@ -648,7 +652,7 @@ msgstr ""
msgid "Copying"
msgstr ""
-#: ../resize/resize.ml:1109
+#: ../resize/resize.ml:1110
msgid ""
"Copying %s ...\n"
"%!"
@@ -876,13 +880,13 @@ msgstr ""
msgid "Expand partition"
msgstr ""
-#: ../resize/resize.ml:1271
+#: ../resize/resize.ml:1272
msgid ""
"Expanding %s using the '%s' method ...\n"
"%!"
msgstr ""
-#: ../resize/resize.ml:1252
+#: ../resize/resize.ml:1253
msgid ""
"Expanding %s%s using the '%s' method ...\n"
"%!"
@@ -904,7 +908,7 @@ msgstr ""
msgid "FILE:EXPR"
msgstr ""
-#: ../resize/resize.ml:926
+#: ../resize/resize.ml:927
msgid ""
"Failed to initialize the partition table on the target disk. You need to "
"wipe or recreate the target disk and then run virt-resize again.\n"
@@ -936,7 +940,7 @@ msgstr ""
msgid "Finishing off"
msgstr ""
-#: ../resize/resize.ml:1170
+#: ../resize/resize.ml:1171
msgid ""
"Fixing first NTFS partition boot record ...\n"
"%!"
@@ -1338,7 +1342,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
-#: ../resize/resize.ml:1298
+#: ../resize/resize.ml:1299
msgid ""
"Resize operation completed with no errors. Before deleting the old disk, "
"carefully check that the resized disk boots and works correctly.\n"
@@ -1534,7 +1538,7 @@ msgstr ""
msgid "Setting the timezone: %s"
msgstr ""
-#: ../resize/resize.ml:905
+#: ../resize/resize.ml:906
msgid ""
"Setting up initial partition table on %s ...\n"
"%!"
@@ -1651,13 +1655,13 @@ msgstr ""
msgid "There are no notes for %s\n"
msgstr ""
-#: ../resize/resize.ml:792
+#: ../resize/resize.ml:793
msgid ""
"There is a deficit of %Ld bytes (%s). You need to make the target disk "
"larger by at least this amount or adjust your resizing requests."
msgstr ""
-#: ../resize/resize.ml:864
+#: ../resize/resize.ml:865
msgid "There is a surplus of %s."
msgstr ""
@@ -1727,13 +1731,13 @@ msgstr ""
msgid "Writing: %s"
msgstr ""
-#: ../resize/resize.ml:763
+#: ../resize/resize.ml:764
msgid ""
"You cannot use --expand when there is no surplus space to expand into. You "
"need to make the target disk larger by at least %s."
msgstr ""
-#: ../resize/resize.ml:775
+#: ../resize/resize.ml:776
msgid ""
"You cannot use --shrink when there is no deficit (see 'deficit' in the virt-"
"resize(1) man page)."
@@ -1835,14 +1839,10 @@ msgstr ""
msgid "file"
msgstr ""
-#: ../resize/resize.ml:1167
+#: ../resize/resize.ml:1168
msgid "first partition is NTFS but does not contain NTFS boot loader magic"
msgstr ""
-#: ../customize/firstboot.ml:82
-msgid "firstboot: failed: "
-msgstr ""
-
#. ../resize/resize.ml:203
#. ../resize/resize.ml:191
#. ../customize/customize_main.ml:88
@@ -1858,6 +1858,14 @@ msgstr ""
msgid "gpg program is not available"
msgstr ""
+#: ../customize/firstboot.ml:114
+msgid "guest type %s is not supported"
+msgstr ""
+
+#: ../customize/firstboot.ml:168
+msgid "guest type %s/%s is not supported"
+msgstr ""
+
#: ../customize/customize_run.ml:211
msgid "hostname could not be set for this type of guest"
msgstr ""
@@ -1892,10 +1900,6 @@ msgid "opts"
msgstr ""
#: ../sparsify/cmdline.ml:167
-msgid "output '%s' cannot be a block device, it must be a regular file"
-msgstr ""
-
-#: ../sparsify/cmdline.ml:171
msgid "output '%s' cannot be a character device, it must be a regular file"
msgstr ""
@@ -1919,7 +1923,7 @@ msgstr ""
msgid "passwords could not be set for this type of guest"
msgstr ""
-#: ../resize/resize.ml:962 ../resize/resize.ml:938
+#: ../resize/resize.ml:963 ../resize/resize.ml:939
msgid "pread-device: short read"
msgstr ""
@@ -1951,30 +1955,7 @@ msgstr ""
msgid "sectors"
msgstr ""
-#: ../sysprep/main.ml:290
-msgid "sysprep operation failed: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:302
-msgid "sysprep operation failed: exception: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:299
-msgid ""
-"sysprep operation failed: internal error: Not_found exception was thrown\n"
-msgstr ""
-
-#: ../sysprep/main.ml:296
-msgid ""
-"sysprep operation failed: internal error: assertion failed at %s, line %d, "
-"char %d\n"
-msgstr ""
-
-#: ../sysprep/main.ml:293
-msgid "sysprep operation failed: internal error: invalid argument: %s\n"
-msgstr ""
-
-#: ../resize/resize.ml:444
+#: ../resize/resize.ml:445
msgid "the source disk has no partitions"
msgstr ""
@@ -2181,23 +2162,23 @@ msgstr ""
msgid "virt-sysprep: script: killed by signal (%d)\n"
msgstr ""
-#: ../sparsify/cmdline.ml:178
+#: ../sparsify/cmdline.ml:174
msgid "you cannot use --in-place and --check-tmpdir options together"
msgstr ""
-#: ../sparsify/cmdline.ml:181
+#: ../sparsify/cmdline.ml:177
msgid "you cannot use --in-place and --compress options together"
msgstr ""
-#: ../sparsify/cmdline.ml:184
+#: ../sparsify/cmdline.ml:180
msgid "you cannot use --in-place and --convert options together"
msgstr ""
-#: ../sparsify/cmdline.ml:187
+#: ../sparsify/cmdline.ml:183
msgid "you cannot use --in-place and -o options together"
msgstr ""
-#: ../resize/resize.ml:751
+#: ../resize/resize.ml:752
msgid "you cannot use options --expand and --shrink together"
msgstr ""
@@ -6044,28 +6025,28 @@ msgstr ""
msgid "%s: %s command failed\n"
msgstr ""
-#: make-fs/make-fs.c:428
+#: make-fs/make-fs.c:426
#, c-format
msgid "%s: cannot parse the output of 'du' command: %s\n"
msgstr ""
-#: make-fs/make-fs.c:464
+#: make-fs/make-fs.c:461
#, c-format
msgid ""
"%s: %s: input is not a directory, tar archive or compressed tar archive\n"
msgstr ""
-#: make-fs/make-fs.c:495
+#: make-fs/make-fs.c:492
#, c-format
msgid "%s: %s: unknown compressed input format (%s)\n"
msgstr ""
-#: make-fs/make-fs.c:618
+#: make-fs/make-fs.c:615
#, c-format
msgid "%s: %s: invalid size parameter '%s' (%s returned %d)\n"
msgstr ""
-#: make-fs/make-fs.c:818
+#: make-fs/make-fs.c:815
#, c-format
msgid "%s: subprocess failed\n"
msgstr ""
@@ -6729,16 +6710,12 @@ msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:253 src/inspect-fs-unix.c:335
-#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1579 src/inspect-fs.c:564
+#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1574 src/inspect-fs.c:564
#: src/inspect-fs.c:610 src/inspect.c:539
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr "%s चे आकार असमंजसपणे मोठे आहे (%<PRIi64> बाईट्स्)"
-#: src/inspect-fs-unix.c:921
-msgid "could not parse /etc/fstab or empty file"
-msgstr "/etc/fstab किंवा रिकामी फाइल वाचणे अशक्य"
-
#: src/inspect-fs.c:393 src/inspect-fs.c:406
#, c-format
msgid "could not parse integer in version number: %s"
@@ -6793,44 +6770,44 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "guestfs_add_drive यांस guestfs_launch च्या अगोदर कॉल करा"
-#: src/launch-direct.c:872 src/launch-libvirt.c:541
+#: src/launch-direct.c:873 src/launch-libvirt.c:541
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu सुरू झाले व डिमन सुरू केले, परंतु state != READY आढळले"
-#: src/launch-direct.c:1274 src/launch-libvirt.c:1284
+#: src/launch-direct.c:1275 src/launch-libvirt.c:1284
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
-#: src/launch-direct.c:1432
+#: src/launch-direct.c:1433
msgid "discard cannot be enabled on this drive: qemu < 1.5"
msgstr ""
-#: src/launch-direct.c:1441
+#: src/launch-direct.c:1442
msgid ""
"discard cannot be enabled on this drive: the drive has a read-only overlay"
msgstr ""
-#: src/launch-direct.c:1448
+#: src/launch-direct.c:1449
msgid ""
"discard cannot be enabled on this drive: you have to specify the format of "
"the file"
msgstr ""
-#: src/launch-direct.c:1456
+#: src/launch-direct.c:1457
msgid ""
"discard cannot be enabled on this drive: qemu < 1.6 cannot do discard on "
"qcow2 files"
msgstr ""
-#: src/launch-direct.c:1464
+#: src/launch-direct.c:1465
#, c-format
msgid ""
"discard cannot be enabled on this drive: qemu does not support discard for "
"'%s' format files"
msgstr ""
-#: src/launch-direct.c:1487
+#: src/launch-direct.c:1488
#, c-format
msgid ""
"discard cannot be enabled on this drive: protocol '%s' does not support "
@@ -6969,7 +6946,7 @@ msgid ""
"uml backend does not support drives with 'discard' parameter set to 'enable'"
msgstr ""
-#: src/launch-uml.c:476
+#: src/launch-uml.c:473
msgid "vmlinux launched and contacted daemon, but state != READY"
msgstr ""
@@ -7444,3 +7421,6 @@ msgstr "virt-win-reg: {p}: रेजिस्ट्री फाइल डाउ
#, perl-brace-format
msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"
msgstr "virt-win-reg: {p}: रेजिस्ट्री फाइल अपलोड करणे शक्य नाही: {err}\n"
+
+#~ msgid "could not parse /etc/fstab or empty file"
+#~ msgstr "/etc/fstab किंवा रिकामी फाइल वाचणे अशक्य"
diff --git a/po/nl.po b/po/nl.po
index 52c6350..741fa57 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-07-04 12:43+0100\n"
+"POT-Creation-Date: 2014-07-26 21:49+0100\n"
"PO-Revision-Date: 2014-03-26 16:49+0000\n"
"Last-Translator: rjones <rjones at redhat.com>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/fedora/language/"
@@ -47,15 +47,15 @@ msgid ""
"%!"
msgstr ""
-#: ../resize/resize.ml:867
+#: ../resize/resize.ml:868
msgid " An extra partition will be created for the surplus."
msgstr " Voor de surplus zal een extra partitie aangemaakt worden."
-#: ../resize/resize.ml:852 ../resize/resize.ml:833
+#: ../resize/resize.ml:853 ../resize/resize.ml:834
msgid " The %s on %s will be expanded using the '%s' method."
msgstr " De %s op %s zal geëxpandeerd worden met de '%s' methode."
-#: ../resize/resize.ml:869
+#: ../resize/resize.ml:870
msgid ""
" The surplus space is not large enough for an extra partition to be created "
"and so it will just be ignored."
@@ -63,7 +63,7 @@ msgstr ""
"De surplus ruimte is niet groot genoeg om een extra partitie aan te maken en "
"wordt daarom genegeerd."
-#: ../resize/resize.ml:871
+#: ../resize/resize.ml:872
msgid ""
" The surplus space will be ignored. Run a partitioning program in the "
"guest to partition this extra space if you want."
@@ -133,7 +133,7 @@ msgid ""
"complete output."
msgstr ""
-#: ../resize/resize.ml:660
+#: ../resize/resize.ml:661
msgid ""
"%s: This extended partition contains logical partitions which might be "
"damaged by shrinking it. If you want to shrink this partition, you need to "
@@ -147,11 +147,11 @@ msgstr ""
"deze partitie vernietigen. (Deze fout kwam van de '%s' optie op de "
"commandoregel.)"
-#: ../resize/resize.ml:849
+#: ../resize/resize.ml:850
msgid "%s: This logical volume will be expanded to maximum size."
msgstr "%s: Dit logische volume zal vergroot worden tot de maximale grootte."
-#: ../resize/resize.ml:656
+#: ../resize/resize.ml:657
msgid ""
"%s: This partition contains a %s filesystem which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -160,7 +160,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:652
+#: ../resize/resize.ml:653
msgid ""
"%s: This partition contains an LVM physical volume which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -169,7 +169,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:649
+#: ../resize/resize.ml:650
msgid ""
"%s: This partition has unknown content which might be damaged by shrinking "
"it. If you want to shrink this partition, you need to use the '--resize-"
@@ -181,7 +181,7 @@ msgstr ""
"resize-force' optie gebruiken, maar deze kan data op deze partitie "
"vernietigen. (Deze fout kwam van de '%s' optie op de commandoregel.)"
-#: ../resize/resize.ml:826
+#: ../resize/resize.ml:827
msgid ""
"%s: This partition will be created, but the contents will be ignored (ie. "
"not copied to the target)."
@@ -189,15 +189,15 @@ msgstr ""
"%s: Deze partitie zal aangemaakt worden, maar de inhoud zal genegeerd worden "
"(bijv. niet gekopieerd naar het doel)."
-#: ../resize/resize.ml:828
+#: ../resize/resize.ml:829
msgid "%s: This partition will be deleted."
msgstr "%s: Deze partitie zal verwijderd worden."
-#: ../resize/resize.ml:824
+#: ../resize/resize.ml:825
msgid "%s: This partition will be left alone."
msgstr "%s: Deze partitie wordt met rust gelaten."
-#: ../resize/resize.ml:830
+#: ../resize/resize.ml:831
msgid "%s: This partition will be resized from %s to %s."
msgstr "%s: De grootte van deze partitie wordt veranderd van %s naar %s."
@@ -259,17 +259,21 @@ msgstr "%s: lege --expand optie"
msgid "%s: error: %s"
msgstr ""
+#: ../sysprep/main.ml:297
+msgid "%s: error: %s\n"
+msgstr ""
+
#: ../customize/customize_run.ml:183
msgid "%s: error: %s is not a regular file in the guest\n"
msgstr ""
-#: ../sparsify/sparsify.ml:52 ../resize/resize.ml:1308
-#: ../builder/builder.ml:740
+#. ../builder/builder.ml:740
+#: ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 ../resize/resize.ml:1309
msgid "%s: error: %s: %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:55 ../resize/resize.ml:1311
-#: ../builder/builder.ml:743
+#. ../builder/builder.ml:743
+#: ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 ../resize/resize.ml:1312
msgid "%s: error: %s: %s: %s\n"
msgstr ""
@@ -289,7 +293,7 @@ msgstr ""
#. ../customize/customize_main.ml:262
#. ../builder/builder.ml:761
-#: ../sparsify/sparsify.ml:74 ../resize/resize.ml:1330
+#: ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 ../resize/resize.ml:1331
msgid "%s: exception: %s\n"
msgstr ""
@@ -297,8 +301,8 @@ msgstr ""
msgid "%s: failed to download %s: HTTP status code %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:62 ../resize/resize.ml:1318
-#: ../builder/builder.ml:749
+#. ../builder/builder.ml:749
+#: ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 ../resize/resize.ml:1319
msgid "%s: failure: %s\n"
msgstr ""
@@ -324,20 +328,20 @@ msgstr ""
#. ../customize/customize_main.ml:259
#. ../builder/builder.ml:758
-#: ../sparsify/sparsify.ml:71 ../resize/resize.ml:1327
+#: ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 ../resize/resize.ml:1328
msgid "%s: internal error: Not_found exception was thrown\n"
msgstr ""
#. ../customize/customize_main.ml:255
#. ../builder/builder.ml:755
-#: ../sparsify/sparsify.ml:68 ../resize/resize.ml:1324
+#: ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 ../resize/resize.ml:1325
msgid "%s: internal error: assertion failed at %s, line %d, char %d\n"
msgstr ""
#. ../customize/customize_main.ml:252
#. ../builder/sources.ml:125
#. ../builder/builder.ml:752
-#: ../sparsify/sparsify.ml:65 ../resize/resize.ml:1321
+#: ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 ../resize/resize.ml:1322
msgid "%s: internal error: invalid argument: %s\n"
msgstr ""
@@ -353,8 +357,8 @@ msgstr ""
msgid "%s: invalid password selector '%s'; see the man page.\n"
msgstr ""
-#: ../sparsify/sparsify.ml:59 ../resize/resize.ml:1315
-#: ../builder/builder.ml:746
+#. ../builder/builder.ml:746
+#: ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 ../resize/resize.ml:1316
msgid "%s: libguestfs error: %s\n"
msgstr ""
@@ -362,7 +366,7 @@ msgstr ""
msgid "%s: log file %s: %s (ignored)\n"
msgstr ""
-#: ../resize/resize.ml:807
+#: ../resize/resize.ml:808
msgid ""
"%s: logical volume not found in the source disk image (this error came from "
"'--lv-expand' option on the command line). Try running this command: virt-"
@@ -372,11 +376,11 @@ msgstr ""
"kwam van de '--lv-expand' optie op de commandoregel). Probeer dit commando "
"uit te voeren: virt-filesystems --logical-volumes --long -a %s"
-#: ../resize/resize.ml:678
+#: ../resize/resize.ml:679
msgid "%s: missing size field in '%s' option"
msgstr "%s: ontbrekend grootte veld in '%s' optie"
-#: ../resize/resize.ml:687
+#: ../resize/resize.ml:688
msgid "%s: new partition size is zero or negative"
msgstr "%s: nieuwe partitie grootte is nul of negatief"
@@ -407,17 +411,17 @@ msgid ""
"output block device = %s, output block device size = %s\n"
msgstr ""
-#: ../resize/resize.ml:600
+#: ../resize/resize.ml:601
msgid "%s: partition already deleted, you cannot use it in '%s' option"
msgstr ""
"%s: partitie is al verwijderd, je kunt het niet in de '%s' optie gebruiken"
-#: ../resize/resize.ml:596
+#: ../resize/resize.ml:597
msgid "%s: partition already ignored, you cannot use it in '%s' option"
msgstr ""
"%s: partitie wordt al genegeerd, je kunt het niet in de '%s' optie gebruiken"
-#: ../resize/resize.ml:592
+#: ../resize/resize.ml:593
msgid ""
"%s: partition not found in the source disk image (this error came from '%s' "
"option on the command line). Try running this command: virt-filesystems --"
@@ -427,11 +431,11 @@ msgstr ""
"de '%s' optie op de commandoregel). Probeer dit commando uit te voeren: "
"virt-filesystems --partitions --long -a %s"
-#: ../resize/resize.ml:503
+#: ../resize/resize.ml:504
msgid "%s: partition size %Ld < filesystem size %Ld"
msgstr "%s: partitie grootte %Ld < bestandssysteem grootte %Ld"
-#: ../resize/resize.ml:498
+#: ../resize/resize.ml:499
msgid "%s: partition size %Ld < physical volume size %Ld"
msgstr "%s: partitie grootte %Ld < fysieke volume grootte %Ld"
@@ -511,15 +515,15 @@ msgid ""
"read the man page virt-sparsify(1).\n"
msgstr ""
-#: ../resize/resize.ml:634
+#: ../resize/resize.ml:635
msgid "%s: this partition has already been ignored or deleted"
msgstr "%s: deze partitie wordt al genegeerd of is al verwijderd"
-#: ../resize/resize.ml:630
+#: ../resize/resize.ml:631
msgid "%s: this partition has already been marked for resizing"
msgstr "%s: deze partitie is als gemarkeerd om in grootte veranderd te worden"
-#: ../resize/resize.ml:513
+#: ../resize/resize.ml:514
msgid "%s: this partition overlaps the previous one"
msgstr "%s: deze partitie overlapt de vorige"
@@ -695,7 +699,7 @@ msgstr ""
msgid "Copying"
msgstr ""
-#: ../resize/resize.ml:1109
+#: ../resize/resize.ml:1110
msgid ""
"Copying %s ...\n"
"%!"
@@ -929,7 +933,7 @@ msgstr "Expandeer logische volume"
msgid "Expand partition"
msgstr "Expandeer partitie"
-#: ../resize/resize.ml:1271
+#: ../resize/resize.ml:1272
msgid ""
"Expanding %s using the '%s' method ...\n"
"%!"
@@ -937,7 +941,7 @@ msgstr ""
"%s wordt geëxpandeerd met de '%s' methode ...\n"
"%!"
-#: ../resize/resize.ml:1252
+#: ../resize/resize.ml:1253
msgid ""
"Expanding %s%s using the '%s' method ...\n"
"%!"
@@ -961,7 +965,7 @@ msgstr ""
msgid "FILE:EXPR"
msgstr ""
-#: ../resize/resize.ml:926
+#: ../resize/resize.ml:927
msgid ""
"Failed to initialize the partition table on the target disk. You need to "
"wipe or recreate the target disk and then run virt-resize again.\n"
@@ -1002,7 +1006,7 @@ msgstr ""
msgid "Finishing off"
msgstr ""
-#: ../resize/resize.ml:1170
+#: ../resize/resize.ml:1171
msgid ""
"Fixing first NTFS partition boot record ...\n"
"%!"
@@ -1436,7 +1440,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr "Verwijder at-jobs en cron-jobs van gebruiker"
-#: ../resize/resize.ml:1298
+#: ../resize/resize.ml:1299
msgid ""
"Resize operation completed with no errors. Before deleting the old disk, "
"carefully check that the resized disk boots and works correctly.\n"
@@ -1635,7 +1639,7 @@ msgstr ""
msgid "Setting the timezone: %s"
msgstr ""
-#: ../resize/resize.ml:905
+#: ../resize/resize.ml:906
msgid ""
"Setting up initial partition table on %s ...\n"
"%!"
@@ -1800,7 +1804,7 @@ msgstr ""
msgid "There are no notes for %s\n"
msgstr ""
-#: ../resize/resize.ml:792
+#: ../resize/resize.ml:793
msgid ""
"There is a deficit of %Ld bytes (%s). You need to make the target disk "
"larger by at least this amount or adjust your resizing requests."
@@ -1809,7 +1813,7 @@ msgstr ""
"die hoeveelheid groter maken of je verzoek om de grootte te veranderen "
"aanpassen."
-#: ../resize/resize.ml:864
+#: ../resize/resize.ml:865
msgid "There is a surplus of %s."
msgstr "Er is een overschot van %s."
@@ -1885,7 +1889,7 @@ msgstr ""
msgid "Writing: %s"
msgstr ""
-#: ../resize/resize.ml:763
+#: ../resize/resize.ml:764
msgid ""
"You cannot use --expand when there is no surplus space to expand into. You "
"need to make the target disk larger by at least %s."
@@ -1893,7 +1897,7 @@ msgstr ""
"Je kunt --expand niet gebruiken als er geen surplus ruimte voor expansie "
"is. Je moet de doel schijf tenminste %s groter maken."
-#: ../resize/resize.ml:775
+#: ../resize/resize.ml:776
msgid ""
"You cannot use --shrink when there is no deficit (see 'deficit' in the virt-"
"resize(1) man page)."
@@ -2002,14 +2006,10 @@ msgstr "extra parameter op de commandoregel"
msgid "file"
msgstr "bestand"
-#: ../resize/resize.ml:1167
+#: ../resize/resize.ml:1168
msgid "first partition is NTFS but does not contain NTFS boot loader magic"
msgstr ""
-#: ../customize/firstboot.ml:82
-msgid "firstboot: failed: "
-msgstr ""
-
#. ../resize/resize.ml:203
#. ../resize/resize.ml:191
#. ../customize/customize_main.ml:88
@@ -2025,6 +2025,14 @@ msgstr "bs"
msgid "gpg program is not available"
msgstr ""
+#: ../customize/firstboot.ml:114
+msgid "guest type %s is not supported"
+msgstr ""
+
+#: ../customize/firstboot.ml:168
+msgid "guest type %s/%s is not supported"
+msgstr ""
+
#: ../customize/customize_run.ml:211
msgid "hostname could not be set for this type of guest"
msgstr ""
@@ -2059,10 +2067,6 @@ msgid "opts"
msgstr ""
#: ../sparsify/cmdline.ml:167
-msgid "output '%s' cannot be a block device, it must be a regular file"
-msgstr ""
-
-#: ../sparsify/cmdline.ml:171
msgid "output '%s' cannot be a character device, it must be a regular file"
msgstr ""
@@ -2086,7 +2090,7 @@ msgstr ""
msgid "passwords could not be set for this type of guest"
msgstr ""
-#: ../resize/resize.ml:962 ../resize/resize.ml:938
+#: ../resize/resize.ml:963 ../resize/resize.ml:939
msgid "pread-device: short read"
msgstr "pread-device: kort lezen"
@@ -2118,33 +2122,7 @@ msgstr "script mislukte"
msgid "sectors"
msgstr "sectoren"
-#: ../sysprep/main.ml:290
-msgid "sysprep operation failed: %s\n"
-msgstr "sysprep bewerking faalde: %s\n"
-
-#: ../sysprep/main.ml:302
-msgid "sysprep operation failed: exception: %s\n"
-msgstr "sysprep bewerking faalde: uitzondering: %s\n"
-
-#: ../sysprep/main.ml:299
-msgid ""
-"sysprep operation failed: internal error: Not_found exception was thrown\n"
-msgstr ""
-"sysprep bewerking faalde: interne fout: Not_found uitzondering trad op\n"
-
-#: ../sysprep/main.ml:296
-msgid ""
-"sysprep operation failed: internal error: assertion failed at %s, line %d, "
-"char %d\n"
-msgstr ""
-"sysprep bewerking faalde: interne fout: stelling faalde op %s, regel %d, "
-"karakter %d\n"
-
-#: ../sysprep/main.ml:293
-msgid "sysprep operation failed: internal error: invalid argument: %s\n"
-msgstr "sysprep bewerking faalde: interne fout: ongeldig argument: %s\n"
-
-#: ../resize/resize.ml:444
+#: ../resize/resize.ml:445
msgid "the source disk has no partitions"
msgstr "de bron schijf heeft geen partities"
@@ -2353,23 +2331,23 @@ msgstr "virt-sysprep: script: faalde (code %d)\n"
msgid "virt-sysprep: script: killed by signal (%d)\n"
msgstr "virt-sysprep: script: afgeschoten door signaal (%d)\n"
-#: ../sparsify/cmdline.ml:178
+#: ../sparsify/cmdline.ml:174
msgid "you cannot use --in-place and --check-tmpdir options together"
msgstr ""
-#: ../sparsify/cmdline.ml:181
+#: ../sparsify/cmdline.ml:177
msgid "you cannot use --in-place and --compress options together"
msgstr ""
-#: ../sparsify/cmdline.ml:184
+#: ../sparsify/cmdline.ml:180
msgid "you cannot use --in-place and --convert options together"
msgstr ""
-#: ../sparsify/cmdline.ml:187
+#: ../sparsify/cmdline.ml:183
msgid "you cannot use --in-place and -o options together"
msgstr ""
-#: ../resize/resize.ml:751
+#: ../resize/resize.ml:752
msgid "you cannot use options --expand and --shrink together"
msgstr "je kunt de opties --expand en --shrink niet tezamen gebruiken"
@@ -6353,28 +6331,28 @@ msgstr ""
msgid "%s: %s command failed\n"
msgstr ""
-#: make-fs/make-fs.c:428
+#: make-fs/make-fs.c:426
#, c-format
msgid "%s: cannot parse the output of 'du' command: %s\n"
msgstr ""
-#: make-fs/make-fs.c:464
+#: make-fs/make-fs.c:461
#, c-format
msgid ""
"%s: %s: input is not a directory, tar archive or compressed tar archive\n"
msgstr ""
-#: make-fs/make-fs.c:495
+#: make-fs/make-fs.c:492
#, c-format
msgid "%s: %s: unknown compressed input format (%s)\n"
msgstr ""
-#: make-fs/make-fs.c:618
+#: make-fs/make-fs.c:615
#, c-format
msgid "%s: %s: invalid size parameter '%s' (%s returned %d)\n"
msgstr ""
-#: make-fs/make-fs.c:818
+#: make-fs/make-fs.c:815
#, c-format
msgid "%s: subprocess failed\n"
msgstr ""
@@ -7059,16 +7037,12 @@ msgid "release file %s is empty or malformed"
msgstr "release bestand %s is leeg of misvormd"
#: src/inspect-fs-unix.c:253 src/inspect-fs-unix.c:335
-#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1579 src/inspect-fs.c:564
+#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1574 src/inspect-fs.c:564
#: src/inspect-fs.c:610 src/inspect.c:539
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr "groote van %s is buitensporig groot (%<PRIi64> bytes)"
-#: src/inspect-fs-unix.c:921
-msgid "could not parse /etc/fstab or empty file"
-msgstr "kan /etc/fstab niet ontleden of leeg bestand"
-
#: src/inspect-fs.c:393 src/inspect-fs.c:406
#, c-format
msgid "could not parse integer in version number: %s"
@@ -7124,45 +7098,45 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "je moet guestfs_add_drive aanroepen voor guestfs_launch"
-#: src/launch-direct.c:872 src/launch-libvirt.c:541
+#: src/launch-direct.c:873 src/launch-libvirt.c:541
msgid "qemu launched and contacted daemon, but state != READY"
msgstr ""
"qemu gelanceerd en contact opgenomen met daemon, maar toestand != READY"
-#: src/launch-direct.c:1274 src/launch-libvirt.c:1284
+#: src/launch-direct.c:1275 src/launch-libvirt.c:1284
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr "realpath: kon '%s' niet converteren naar een absoluut pad"
-#: src/launch-direct.c:1432
+#: src/launch-direct.c:1433
msgid "discard cannot be enabled on this drive: qemu < 1.5"
msgstr ""
-#: src/launch-direct.c:1441
+#: src/launch-direct.c:1442
msgid ""
"discard cannot be enabled on this drive: the drive has a read-only overlay"
msgstr ""
-#: src/launch-direct.c:1448
+#: src/launch-direct.c:1449
msgid ""
"discard cannot be enabled on this drive: you have to specify the format of "
"the file"
msgstr ""
-#: src/launch-direct.c:1456
+#: src/launch-direct.c:1457
msgid ""
"discard cannot be enabled on this drive: qemu < 1.6 cannot do discard on "
"qcow2 files"
msgstr ""
-#: src/launch-direct.c:1464
+#: src/launch-direct.c:1465
#, c-format
msgid ""
"discard cannot be enabled on this drive: qemu does not support discard for "
"'%s' format files"
msgstr ""
-#: src/launch-direct.c:1487
+#: src/launch-direct.c:1488
#, c-format
msgid ""
"discard cannot be enabled on this drive: protocol '%s' does not support "
@@ -7301,7 +7275,7 @@ msgid ""
"uml backend does not support drives with 'discard' parameter set to 'enable'"
msgstr ""
-#: src/launch-uml.c:476
+#: src/launch-uml.c:473
msgid "vmlinux launched and contacted daemon, but state != READY"
msgstr ""
@@ -7792,6 +7766,30 @@ msgstr "virt-win-reg: {p}: kon registry bestand niet downloaden: {err}\n"
msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"
msgstr "virt-win-reg: {p}: kon registry bestand niet uploaden: {err}\n"
+#~ msgid "sysprep operation failed: %s\n"
+#~ msgstr "sysprep bewerking faalde: %s\n"
+
+#~ msgid "sysprep operation failed: exception: %s\n"
+#~ msgstr "sysprep bewerking faalde: uitzondering: %s\n"
+
+#~ msgid ""
+#~ "sysprep operation failed: internal error: Not_found exception was thrown\n"
+#~ msgstr ""
+#~ "sysprep bewerking faalde: interne fout: Not_found uitzondering trad op\n"
+
+#~ msgid ""
+#~ "sysprep operation failed: internal error: assertion failed at %s, line "
+#~ "%d, char %d\n"
+#~ msgstr ""
+#~ "sysprep bewerking faalde: interne fout: stelling faalde op %s, regel %d, "
+#~ "karakter %d\n"
+
+#~ msgid "sysprep operation failed: internal error: invalid argument: %s\n"
+#~ msgstr "sysprep bewerking faalde: interne fout: ongeldig argument: %s\n"
+
+#~ msgid "could not parse /etc/fstab or empty file"
+#~ msgstr "kan /etc/fstab niet ontleden of leeg bestand"
+
#~ msgid ""
#~ "warning: first partition is NTFS but does not contain NTFS boot loader "
#~ "magic\n"
diff --git a/po/or.po b/po/or.po
index 90eaef9..ac33309 100644
--- a/po/or.po
+++ b/po/or.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-07-04 12:43+0100\n"
+"POT-Creation-Date: 2014-07-26 21:49+0100\n"
"PO-Revision-Date: 2014-03-26 16:49+0000\n"
"Last-Translator: rjones <rjones at redhat.com>\n"
"Language-Team: Oriya (http://www.transifex.com/projects/p/fedora/language/"
@@ -45,21 +45,21 @@ msgid ""
"%!"
msgstr ""
-#: ../resize/resize.ml:867
+#: ../resize/resize.ml:868
msgid " An extra partition will be created for the surplus."
msgstr ""
-#: ../resize/resize.ml:852 ../resize/resize.ml:833
+#: ../resize/resize.ml:853 ../resize/resize.ml:834
msgid " The %s on %s will be expanded using the '%s' method."
msgstr ""
-#: ../resize/resize.ml:869
+#: ../resize/resize.ml:870
msgid ""
" The surplus space is not large enough for an extra partition to be created "
"and so it will just be ignored."
msgstr ""
-#: ../resize/resize.ml:871
+#: ../resize/resize.ml:872
msgid ""
" The surplus space will be ignored. Run a partitioning program in the "
"guest to partition this extra space if you want."
@@ -127,7 +127,7 @@ msgid ""
"complete output."
msgstr ""
-#: ../resize/resize.ml:660
+#: ../resize/resize.ml:661
msgid ""
"%s: This extended partition contains logical partitions which might be "
"damaged by shrinking it. If you want to shrink this partition, you need to "
@@ -136,11 +136,11 @@ msgid ""
"line.)"
msgstr ""
-#: ../resize/resize.ml:849
+#: ../resize/resize.ml:850
msgid "%s: This logical volume will be expanded to maximum size."
msgstr ""
-#: ../resize/resize.ml:656
+#: ../resize/resize.ml:657
msgid ""
"%s: This partition contains a %s filesystem which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -149,7 +149,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:652
+#: ../resize/resize.ml:653
msgid ""
"%s: This partition contains an LVM physical volume which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -158,7 +158,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:649
+#: ../resize/resize.ml:650
msgid ""
"%s: This partition has unknown content which might be damaged by shrinking "
"it. If you want to shrink this partition, you need to use the '--resize-"
@@ -166,21 +166,21 @@ msgid ""
"error came from '%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:826
+#: ../resize/resize.ml:827
msgid ""
"%s: This partition will be created, but the contents will be ignored (ie. "
"not copied to the target)."
msgstr ""
-#: ../resize/resize.ml:828
+#: ../resize/resize.ml:829
msgid "%s: This partition will be deleted."
msgstr ""
-#: ../resize/resize.ml:824
+#: ../resize/resize.ml:825
msgid "%s: This partition will be left alone."
msgstr ""
-#: ../resize/resize.ml:830
+#: ../resize/resize.ml:831
msgid "%s: This partition will be resized from %s to %s."
msgstr ""
@@ -242,17 +242,21 @@ msgstr ""
msgid "%s: error: %s"
msgstr ""
+#: ../sysprep/main.ml:297
+msgid "%s: error: %s\n"
+msgstr ""
+
#: ../customize/customize_run.ml:183
msgid "%s: error: %s is not a regular file in the guest\n"
msgstr ""
-#: ../sparsify/sparsify.ml:52 ../resize/resize.ml:1308
-#: ../builder/builder.ml:740
+#. ../builder/builder.ml:740
+#: ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 ../resize/resize.ml:1309
msgid "%s: error: %s: %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:55 ../resize/resize.ml:1311
-#: ../builder/builder.ml:743
+#. ../builder/builder.ml:743
+#: ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 ../resize/resize.ml:1312
msgid "%s: error: %s: %s: %s\n"
msgstr ""
@@ -272,7 +276,7 @@ msgstr ""
#. ../customize/customize_main.ml:262
#. ../builder/builder.ml:761
-#: ../sparsify/sparsify.ml:74 ../resize/resize.ml:1330
+#: ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 ../resize/resize.ml:1331
msgid "%s: exception: %s\n"
msgstr ""
@@ -280,8 +284,8 @@ msgstr ""
msgid "%s: failed to download %s: HTTP status code %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:62 ../resize/resize.ml:1318
-#: ../builder/builder.ml:749
+#. ../builder/builder.ml:749
+#: ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 ../resize/resize.ml:1319
msgid "%s: failure: %s\n"
msgstr ""
@@ -307,20 +311,20 @@ msgstr ""
#. ../customize/customize_main.ml:259
#. ../builder/builder.ml:758
-#: ../sparsify/sparsify.ml:71 ../resize/resize.ml:1327
+#: ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 ../resize/resize.ml:1328
msgid "%s: internal error: Not_found exception was thrown\n"
msgstr ""
#. ../customize/customize_main.ml:255
#. ../builder/builder.ml:755
-#: ../sparsify/sparsify.ml:68 ../resize/resize.ml:1324
+#: ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 ../resize/resize.ml:1325
msgid "%s: internal error: assertion failed at %s, line %d, char %d\n"
msgstr ""
#. ../customize/customize_main.ml:252
#. ../builder/sources.ml:125
#. ../builder/builder.ml:752
-#: ../sparsify/sparsify.ml:65 ../resize/resize.ml:1321
+#: ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 ../resize/resize.ml:1322
msgid "%s: internal error: invalid argument: %s\n"
msgstr ""
@@ -336,8 +340,8 @@ msgstr ""
msgid "%s: invalid password selector '%s'; see the man page.\n"
msgstr ""
-#: ../sparsify/sparsify.ml:59 ../resize/resize.ml:1315
-#: ../builder/builder.ml:746
+#. ../builder/builder.ml:746
+#: ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 ../resize/resize.ml:1316
msgid "%s: libguestfs error: %s\n"
msgstr ""
@@ -345,18 +349,18 @@ msgstr ""
msgid "%s: log file %s: %s (ignored)\n"
msgstr ""
-#: ../resize/resize.ml:807
+#: ../resize/resize.ml:808
msgid ""
"%s: logical volume not found in the source disk image (this error came from "
"'--lv-expand' option on the command line). Try running this command: virt-"
"filesystems --logical-volumes --long -a %s"
msgstr ""
-#: ../resize/resize.ml:678
+#: ../resize/resize.ml:679
msgid "%s: missing size field in '%s' option"
msgstr ""
-#: ../resize/resize.ml:687
+#: ../resize/resize.ml:688
msgid "%s: new partition size is zero or negative"
msgstr ""
@@ -387,26 +391,26 @@ msgid ""
"output block device = %s, output block device size = %s\n"
msgstr ""
-#: ../resize/resize.ml:600
+#: ../resize/resize.ml:601
msgid "%s: partition already deleted, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:596
+#: ../resize/resize.ml:597
msgid "%s: partition already ignored, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:592
+#: ../resize/resize.ml:593
msgid ""
"%s: partition not found in the source disk image (this error came from '%s' "
"option on the command line). Try running this command: virt-filesystems --"
"partitions --long -a %s"
msgstr ""
-#: ../resize/resize.ml:503
+#: ../resize/resize.ml:504
msgid "%s: partition size %Ld < filesystem size %Ld"
msgstr ""
-#: ../resize/resize.ml:498
+#: ../resize/resize.ml:499
msgid "%s: partition size %Ld < physical volume size %Ld"
msgstr ""
@@ -471,15 +475,15 @@ msgid ""
"read the man page virt-sparsify(1).\n"
msgstr ""
-#: ../resize/resize.ml:634
+#: ../resize/resize.ml:635
msgid "%s: this partition has already been ignored or deleted"
msgstr ""
-#: ../resize/resize.ml:630
+#: ../resize/resize.ml:631
msgid "%s: this partition has already been marked for resizing"
msgstr ""
-#: ../resize/resize.ml:513
+#: ../resize/resize.ml:514
msgid "%s: this partition overlaps the previous one"
msgstr ""
@@ -647,7 +651,7 @@ msgstr ""
msgid "Copying"
msgstr ""
-#: ../resize/resize.ml:1109
+#: ../resize/resize.ml:1110
msgid ""
"Copying %s ...\n"
"%!"
@@ -875,13 +879,13 @@ msgstr ""
msgid "Expand partition"
msgstr ""
-#: ../resize/resize.ml:1271
+#: ../resize/resize.ml:1272
msgid ""
"Expanding %s using the '%s' method ...\n"
"%!"
msgstr ""
-#: ../resize/resize.ml:1252
+#: ../resize/resize.ml:1253
msgid ""
"Expanding %s%s using the '%s' method ...\n"
"%!"
@@ -903,7 +907,7 @@ msgstr ""
msgid "FILE:EXPR"
msgstr ""
-#: ../resize/resize.ml:926
+#: ../resize/resize.ml:927
msgid ""
"Failed to initialize the partition table on the target disk. You need to "
"wipe or recreate the target disk and then run virt-resize again.\n"
@@ -935,7 +939,7 @@ msgstr ""
msgid "Finishing off"
msgstr ""
-#: ../resize/resize.ml:1170
+#: ../resize/resize.ml:1171
msgid ""
"Fixing first NTFS partition boot record ...\n"
"%!"
@@ -1337,7 +1341,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
-#: ../resize/resize.ml:1298
+#: ../resize/resize.ml:1299
msgid ""
"Resize operation completed with no errors. Before deleting the old disk, "
"carefully check that the resized disk boots and works correctly.\n"
@@ -1533,7 +1537,7 @@ msgstr ""
msgid "Setting the timezone: %s"
msgstr ""
-#: ../resize/resize.ml:905
+#: ../resize/resize.ml:906
msgid ""
"Setting up initial partition table on %s ...\n"
"%!"
@@ -1650,13 +1654,13 @@ msgstr ""
msgid "There are no notes for %s\n"
msgstr ""
-#: ../resize/resize.ml:792
+#: ../resize/resize.ml:793
msgid ""
"There is a deficit of %Ld bytes (%s). You need to make the target disk "
"larger by at least this amount or adjust your resizing requests."
msgstr ""
-#: ../resize/resize.ml:864
+#: ../resize/resize.ml:865
msgid "There is a surplus of %s."
msgstr ""
@@ -1726,13 +1730,13 @@ msgstr ""
msgid "Writing: %s"
msgstr ""
-#: ../resize/resize.ml:763
+#: ../resize/resize.ml:764
msgid ""
"You cannot use --expand when there is no surplus space to expand into. You "
"need to make the target disk larger by at least %s."
msgstr ""
-#: ../resize/resize.ml:775
+#: ../resize/resize.ml:776
msgid ""
"You cannot use --shrink when there is no deficit (see 'deficit' in the virt-"
"resize(1) man page)."
@@ -1834,14 +1838,10 @@ msgstr ""
msgid "file"
msgstr ""
-#: ../resize/resize.ml:1167
+#: ../resize/resize.ml:1168
msgid "first partition is NTFS but does not contain NTFS boot loader magic"
msgstr ""
-#: ../customize/firstboot.ml:82
-msgid "firstboot: failed: "
-msgstr ""
-
#. ../resize/resize.ml:203
#. ../resize/resize.ml:191
#. ../customize/customize_main.ml:88
@@ -1857,6 +1857,14 @@ msgstr ""
msgid "gpg program is not available"
msgstr ""
+#: ../customize/firstboot.ml:114
+msgid "guest type %s is not supported"
+msgstr ""
+
+#: ../customize/firstboot.ml:168
+msgid "guest type %s/%s is not supported"
+msgstr ""
+
#: ../customize/customize_run.ml:211
msgid "hostname could not be set for this type of guest"
msgstr ""
@@ -1891,10 +1899,6 @@ msgid "opts"
msgstr ""
#: ../sparsify/cmdline.ml:167
-msgid "output '%s' cannot be a block device, it must be a regular file"
-msgstr ""
-
-#: ../sparsify/cmdline.ml:171
msgid "output '%s' cannot be a character device, it must be a regular file"
msgstr ""
@@ -1918,7 +1922,7 @@ msgstr ""
msgid "passwords could not be set for this type of guest"
msgstr ""
-#: ../resize/resize.ml:962 ../resize/resize.ml:938
+#: ../resize/resize.ml:963 ../resize/resize.ml:939
msgid "pread-device: short read"
msgstr ""
@@ -1950,30 +1954,7 @@ msgstr ""
msgid "sectors"
msgstr ""
-#: ../sysprep/main.ml:290
-msgid "sysprep operation failed: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:302
-msgid "sysprep operation failed: exception: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:299
-msgid ""
-"sysprep operation failed: internal error: Not_found exception was thrown\n"
-msgstr ""
-
-#: ../sysprep/main.ml:296
-msgid ""
-"sysprep operation failed: internal error: assertion failed at %s, line %d, "
-"char %d\n"
-msgstr ""
-
-#: ../sysprep/main.ml:293
-msgid "sysprep operation failed: internal error: invalid argument: %s\n"
-msgstr ""
-
-#: ../resize/resize.ml:444
+#: ../resize/resize.ml:445
msgid "the source disk has no partitions"
msgstr ""
@@ -2180,23 +2161,23 @@ msgstr ""
msgid "virt-sysprep: script: killed by signal (%d)\n"
msgstr ""
-#: ../sparsify/cmdline.ml:178
+#: ../sparsify/cmdline.ml:174
msgid "you cannot use --in-place and --check-tmpdir options together"
msgstr ""
-#: ../sparsify/cmdline.ml:181
+#: ../sparsify/cmdline.ml:177
msgid "you cannot use --in-place and --compress options together"
msgstr ""
-#: ../sparsify/cmdline.ml:184
+#: ../sparsify/cmdline.ml:180
msgid "you cannot use --in-place and --convert options together"
msgstr ""
-#: ../sparsify/cmdline.ml:187
+#: ../sparsify/cmdline.ml:183
msgid "you cannot use --in-place and -o options together"
msgstr ""
-#: ../resize/resize.ml:751
+#: ../resize/resize.ml:752
msgid "you cannot use options --expand and --shrink together"
msgstr ""
@@ -5958,28 +5939,28 @@ msgstr ""
msgid "%s: %s command failed\n"
msgstr ""
-#: make-fs/make-fs.c:428
+#: make-fs/make-fs.c:426
#, c-format
msgid "%s: cannot parse the output of 'du' command: %s\n"
msgstr ""
-#: make-fs/make-fs.c:464
+#: make-fs/make-fs.c:461
#, c-format
msgid ""
"%s: %s: input is not a directory, tar archive or compressed tar archive\n"
msgstr ""
-#: make-fs/make-fs.c:495
+#: make-fs/make-fs.c:492
#, c-format
msgid "%s: %s: unknown compressed input format (%s)\n"
msgstr ""
-#: make-fs/make-fs.c:618
+#: make-fs/make-fs.c:615
#, c-format
msgid "%s: %s: invalid size parameter '%s' (%s returned %d)\n"
msgstr ""
-#: make-fs/make-fs.c:818
+#: make-fs/make-fs.c:815
#, c-format
msgid "%s: subprocess failed\n"
msgstr ""
@@ -6643,16 +6624,12 @@ msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:253 src/inspect-fs-unix.c:335
-#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1579 src/inspect-fs.c:564
+#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1574 src/inspect-fs.c:564
#: src/inspect-fs.c:610 src/inspect.c:539
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect-fs-unix.c:921
-msgid "could not parse /etc/fstab or empty file"
-msgstr ""
-
#: src/inspect-fs.c:393 src/inspect-fs.c:406
#, c-format
msgid "could not parse integer in version number: %s"
@@ -6705,44 +6682,44 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "ଆପଣ ନିଶ୍ଚିତ ଭାବରେ guestfs_add_drive କୁ guestfs_launch ପୂର୍ବରୁ ଡାକିବା ଉଚିତ"
-#: src/launch-direct.c:872 src/launch-libvirt.c:541
+#: src/launch-direct.c:873 src/launch-libvirt.c:541
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu ଆରମ୍ଭ ହୋଇଛି ଏବଂ ଡେମନ ସହିତ ଯୋଗାଯୋଗ ଆରମ୍ଭ କରିଛି, କିନ୍ତୁ ଅବସ୍ଥା != READY"
-#: src/launch-direct.c:1274 src/launch-libvirt.c:1284
+#: src/launch-direct.c:1275 src/launch-libvirt.c:1284
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
-#: src/launch-direct.c:1432
+#: src/launch-direct.c:1433
msgid "discard cannot be enabled on this drive: qemu < 1.5"
msgstr ""
-#: src/launch-direct.c:1441
+#: src/launch-direct.c:1442
msgid ""
"discard cannot be enabled on this drive: the drive has a read-only overlay"
msgstr ""
-#: src/launch-direct.c:1448
+#: src/launch-direct.c:1449
msgid ""
"discard cannot be enabled on this drive: you have to specify the format of "
"the file"
msgstr ""
-#: src/launch-direct.c:1456
+#: src/launch-direct.c:1457
msgid ""
"discard cannot be enabled on this drive: qemu < 1.6 cannot do discard on "
"qcow2 files"
msgstr ""
-#: src/launch-direct.c:1464
+#: src/launch-direct.c:1465
#, c-format
msgid ""
"discard cannot be enabled on this drive: qemu does not support discard for "
"'%s' format files"
msgstr ""
-#: src/launch-direct.c:1487
+#: src/launch-direct.c:1488
#, c-format
msgid ""
"discard cannot be enabled on this drive: protocol '%s' does not support "
@@ -6881,7 +6858,7 @@ msgid ""
"uml backend does not support drives with 'discard' parameter set to 'enable'"
msgstr ""
-#: src/launch-uml.c:476
+#: src/launch-uml.c:473
msgid "vmlinux launched and contacted daemon, but state != READY"
msgstr ""
diff --git a/po/pa.po b/po/pa.po
index aca2274..e2aea02 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-07-04 12:43+0100\n"
+"POT-Creation-Date: 2014-07-26 21:49+0100\n"
"PO-Revision-Date: 2014-03-26 16:49+0000\n"
"Last-Translator: rjones <rjones at redhat.com>\n"
"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/fedora/"
@@ -46,21 +46,21 @@ msgid ""
"%!"
msgstr ""
-#: ../resize/resize.ml:867
+#: ../resize/resize.ml:868
msgid " An extra partition will be created for the surplus."
msgstr ""
-#: ../resize/resize.ml:852 ../resize/resize.ml:833
+#: ../resize/resize.ml:853 ../resize/resize.ml:834
msgid " The %s on %s will be expanded using the '%s' method."
msgstr ""
-#: ../resize/resize.ml:869
+#: ../resize/resize.ml:870
msgid ""
" The surplus space is not large enough for an extra partition to be created "
"and so it will just be ignored."
msgstr ""
-#: ../resize/resize.ml:871
+#: ../resize/resize.ml:872
msgid ""
" The surplus space will be ignored. Run a partitioning program in the "
"guest to partition this extra space if you want."
@@ -128,7 +128,7 @@ msgid ""
"complete output."
msgstr ""
-#: ../resize/resize.ml:660
+#: ../resize/resize.ml:661
msgid ""
"%s: This extended partition contains logical partitions which might be "
"damaged by shrinking it. If you want to shrink this partition, you need to "
@@ -137,11 +137,11 @@ msgid ""
"line.)"
msgstr ""
-#: ../resize/resize.ml:849
+#: ../resize/resize.ml:850
msgid "%s: This logical volume will be expanded to maximum size."
msgstr ""
-#: ../resize/resize.ml:656
+#: ../resize/resize.ml:657
msgid ""
"%s: This partition contains a %s filesystem which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -150,7 +150,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:652
+#: ../resize/resize.ml:653
msgid ""
"%s: This partition contains an LVM physical volume which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -159,7 +159,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:649
+#: ../resize/resize.ml:650
msgid ""
"%s: This partition has unknown content which might be damaged by shrinking "
"it. If you want to shrink this partition, you need to use the '--resize-"
@@ -167,21 +167,21 @@ msgid ""
"error came from '%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:826
+#: ../resize/resize.ml:827
msgid ""
"%s: This partition will be created, but the contents will be ignored (ie. "
"not copied to the target)."
msgstr ""
-#: ../resize/resize.ml:828
+#: ../resize/resize.ml:829
msgid "%s: This partition will be deleted."
msgstr ""
-#: ../resize/resize.ml:824
+#: ../resize/resize.ml:825
msgid "%s: This partition will be left alone."
msgstr ""
-#: ../resize/resize.ml:830
+#: ../resize/resize.ml:831
msgid "%s: This partition will be resized from %s to %s."
msgstr ""
@@ -243,17 +243,21 @@ msgstr ""
msgid "%s: error: %s"
msgstr ""
+#: ../sysprep/main.ml:297
+msgid "%s: error: %s\n"
+msgstr ""
+
#: ../customize/customize_run.ml:183
msgid "%s: error: %s is not a regular file in the guest\n"
msgstr ""
-#: ../sparsify/sparsify.ml:52 ../resize/resize.ml:1308
-#: ../builder/builder.ml:740
+#. ../builder/builder.ml:740
+#: ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 ../resize/resize.ml:1309
msgid "%s: error: %s: %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:55 ../resize/resize.ml:1311
-#: ../builder/builder.ml:743
+#. ../builder/builder.ml:743
+#: ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 ../resize/resize.ml:1312
msgid "%s: error: %s: %s: %s\n"
msgstr ""
@@ -273,7 +277,7 @@ msgstr ""
#. ../customize/customize_main.ml:262
#. ../builder/builder.ml:761
-#: ../sparsify/sparsify.ml:74 ../resize/resize.ml:1330
+#: ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 ../resize/resize.ml:1331
msgid "%s: exception: %s\n"
msgstr ""
@@ -281,8 +285,8 @@ msgstr ""
msgid "%s: failed to download %s: HTTP status code %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:62 ../resize/resize.ml:1318
-#: ../builder/builder.ml:749
+#. ../builder/builder.ml:749
+#: ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 ../resize/resize.ml:1319
msgid "%s: failure: %s\n"
msgstr ""
@@ -308,20 +312,20 @@ msgstr ""
#. ../customize/customize_main.ml:259
#. ../builder/builder.ml:758
-#: ../sparsify/sparsify.ml:71 ../resize/resize.ml:1327
+#: ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 ../resize/resize.ml:1328
msgid "%s: internal error: Not_found exception was thrown\n"
msgstr ""
#. ../customize/customize_main.ml:255
#. ../builder/builder.ml:755
-#: ../sparsify/sparsify.ml:68 ../resize/resize.ml:1324
+#: ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 ../resize/resize.ml:1325
msgid "%s: internal error: assertion failed at %s, line %d, char %d\n"
msgstr ""
#. ../customize/customize_main.ml:252
#. ../builder/sources.ml:125
#. ../builder/builder.ml:752
-#: ../sparsify/sparsify.ml:65 ../resize/resize.ml:1321
+#: ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 ../resize/resize.ml:1322
msgid "%s: internal error: invalid argument: %s\n"
msgstr ""
@@ -337,8 +341,8 @@ msgstr ""
msgid "%s: invalid password selector '%s'; see the man page.\n"
msgstr ""
-#: ../sparsify/sparsify.ml:59 ../resize/resize.ml:1315
-#: ../builder/builder.ml:746
+#. ../builder/builder.ml:746
+#: ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 ../resize/resize.ml:1316
msgid "%s: libguestfs error: %s\n"
msgstr ""
@@ -346,18 +350,18 @@ msgstr ""
msgid "%s: log file %s: %s (ignored)\n"
msgstr ""
-#: ../resize/resize.ml:807
+#: ../resize/resize.ml:808
msgid ""
"%s: logical volume not found in the source disk image (this error came from "
"'--lv-expand' option on the command line). Try running this command: virt-"
"filesystems --logical-volumes --long -a %s"
msgstr ""
-#: ../resize/resize.ml:678
+#: ../resize/resize.ml:679
msgid "%s: missing size field in '%s' option"
msgstr ""
-#: ../resize/resize.ml:687
+#: ../resize/resize.ml:688
msgid "%s: new partition size is zero or negative"
msgstr ""
@@ -388,26 +392,26 @@ msgid ""
"output block device = %s, output block device size = %s\n"
msgstr ""
-#: ../resize/resize.ml:600
+#: ../resize/resize.ml:601
msgid "%s: partition already deleted, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:596
+#: ../resize/resize.ml:597
msgid "%s: partition already ignored, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:592
+#: ../resize/resize.ml:593
msgid ""
"%s: partition not found in the source disk image (this error came from '%s' "
"option on the command line). Try running this command: virt-filesystems --"
"partitions --long -a %s"
msgstr ""
-#: ../resize/resize.ml:503
+#: ../resize/resize.ml:504
msgid "%s: partition size %Ld < filesystem size %Ld"
msgstr ""
-#: ../resize/resize.ml:498
+#: ../resize/resize.ml:499
msgid "%s: partition size %Ld < physical volume size %Ld"
msgstr ""
@@ -472,15 +476,15 @@ msgid ""
"read the man page virt-sparsify(1).\n"
msgstr ""
-#: ../resize/resize.ml:634
+#: ../resize/resize.ml:635
msgid "%s: this partition has already been ignored or deleted"
msgstr ""
-#: ../resize/resize.ml:630
+#: ../resize/resize.ml:631
msgid "%s: this partition has already been marked for resizing"
msgstr ""
-#: ../resize/resize.ml:513
+#: ../resize/resize.ml:514
msgid "%s: this partition overlaps the previous one"
msgstr ""
@@ -648,7 +652,7 @@ msgstr ""
msgid "Copying"
msgstr ""
-#: ../resize/resize.ml:1109
+#: ../resize/resize.ml:1110
msgid ""
"Copying %s ...\n"
"%!"
@@ -876,13 +880,13 @@ msgstr ""
msgid "Expand partition"
msgstr ""
-#: ../resize/resize.ml:1271
+#: ../resize/resize.ml:1272
msgid ""
"Expanding %s using the '%s' method ...\n"
"%!"
msgstr ""
-#: ../resize/resize.ml:1252
+#: ../resize/resize.ml:1253
msgid ""
"Expanding %s%s using the '%s' method ...\n"
"%!"
@@ -904,7 +908,7 @@ msgstr ""
msgid "FILE:EXPR"
msgstr ""
-#: ../resize/resize.ml:926
+#: ../resize/resize.ml:927
msgid ""
"Failed to initialize the partition table on the target disk. You need to "
"wipe or recreate the target disk and then run virt-resize again.\n"
@@ -936,7 +940,7 @@ msgstr ""
msgid "Finishing off"
msgstr ""
-#: ../resize/resize.ml:1170
+#: ../resize/resize.ml:1171
msgid ""
"Fixing first NTFS partition boot record ...\n"
"%!"
@@ -1338,7 +1342,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
-#: ../resize/resize.ml:1298
+#: ../resize/resize.ml:1299
msgid ""
"Resize operation completed with no errors. Before deleting the old disk, "
"carefully check that the resized disk boots and works correctly.\n"
@@ -1534,7 +1538,7 @@ msgstr ""
msgid "Setting the timezone: %s"
msgstr ""
-#: ../resize/resize.ml:905
+#: ../resize/resize.ml:906
msgid ""
"Setting up initial partition table on %s ...\n"
"%!"
@@ -1651,13 +1655,13 @@ msgstr ""
msgid "There are no notes for %s\n"
msgstr ""
-#: ../resize/resize.ml:792
+#: ../resize/resize.ml:793
msgid ""
"There is a deficit of %Ld bytes (%s). You need to make the target disk "
"larger by at least this amount or adjust your resizing requests."
msgstr ""
-#: ../resize/resize.ml:864
+#: ../resize/resize.ml:865
msgid "There is a surplus of %s."
msgstr ""
@@ -1727,13 +1731,13 @@ msgstr ""
msgid "Writing: %s"
msgstr ""
-#: ../resize/resize.ml:763
+#: ../resize/resize.ml:764
msgid ""
"You cannot use --expand when there is no surplus space to expand into. You "
"need to make the target disk larger by at least %s."
msgstr ""
-#: ../resize/resize.ml:775
+#: ../resize/resize.ml:776
msgid ""
"You cannot use --shrink when there is no deficit (see 'deficit' in the virt-"
"resize(1) man page)."
@@ -1835,14 +1839,10 @@ msgstr ""
msgid "file"
msgstr ""
-#: ../resize/resize.ml:1167
+#: ../resize/resize.ml:1168
msgid "first partition is NTFS but does not contain NTFS boot loader magic"
msgstr ""
-#: ../customize/firstboot.ml:82
-msgid "firstboot: failed: "
-msgstr ""
-
#. ../resize/resize.ml:203
#. ../resize/resize.ml:191
#. ../customize/customize_main.ml:88
@@ -1858,6 +1858,14 @@ msgstr ""
msgid "gpg program is not available"
msgstr ""
+#: ../customize/firstboot.ml:114
+msgid "guest type %s is not supported"
+msgstr ""
+
+#: ../customize/firstboot.ml:168
+msgid "guest type %s/%s is not supported"
+msgstr ""
+
#: ../customize/customize_run.ml:211
msgid "hostname could not be set for this type of guest"
msgstr ""
@@ -1892,10 +1900,6 @@ msgid "opts"
msgstr ""
#: ../sparsify/cmdline.ml:167
-msgid "output '%s' cannot be a block device, it must be a regular file"
-msgstr ""
-
-#: ../sparsify/cmdline.ml:171
msgid "output '%s' cannot be a character device, it must be a regular file"
msgstr ""
@@ -1919,7 +1923,7 @@ msgstr ""
msgid "passwords could not be set for this type of guest"
msgstr ""
-#: ../resize/resize.ml:962 ../resize/resize.ml:938
+#: ../resize/resize.ml:963 ../resize/resize.ml:939
msgid "pread-device: short read"
msgstr ""
@@ -1951,30 +1955,7 @@ msgstr ""
msgid "sectors"
msgstr ""
-#: ../sysprep/main.ml:290
-msgid "sysprep operation failed: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:302
-msgid "sysprep operation failed: exception: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:299
-msgid ""
-"sysprep operation failed: internal error: Not_found exception was thrown\n"
-msgstr ""
-
-#: ../sysprep/main.ml:296
-msgid ""
-"sysprep operation failed: internal error: assertion failed at %s, line %d, "
-"char %d\n"
-msgstr ""
-
-#: ../sysprep/main.ml:293
-msgid "sysprep operation failed: internal error: invalid argument: %s\n"
-msgstr ""
-
-#: ../resize/resize.ml:444
+#: ../resize/resize.ml:445
msgid "the source disk has no partitions"
msgstr ""
@@ -2181,23 +2162,23 @@ msgstr ""
msgid "virt-sysprep: script: killed by signal (%d)\n"
msgstr ""
-#: ../sparsify/cmdline.ml:178
+#: ../sparsify/cmdline.ml:174
msgid "you cannot use --in-place and --check-tmpdir options together"
msgstr ""
-#: ../sparsify/cmdline.ml:181
+#: ../sparsify/cmdline.ml:177
msgid "you cannot use --in-place and --compress options together"
msgstr ""
-#: ../sparsify/cmdline.ml:184
+#: ../sparsify/cmdline.ml:180
msgid "you cannot use --in-place and --convert options together"
msgstr ""
-#: ../sparsify/cmdline.ml:187
+#: ../sparsify/cmdline.ml:183
msgid "you cannot use --in-place and -o options together"
msgstr ""
-#: ../resize/resize.ml:751
+#: ../resize/resize.ml:752
msgid "you cannot use options --expand and --shrink together"
msgstr ""
@@ -6041,28 +6022,28 @@ msgstr ""
msgid "%s: %s command failed\n"
msgstr ""
-#: make-fs/make-fs.c:428
+#: make-fs/make-fs.c:426
#, c-format
msgid "%s: cannot parse the output of 'du' command: %s\n"
msgstr ""
-#: make-fs/make-fs.c:464
+#: make-fs/make-fs.c:461
#, c-format
msgid ""
"%s: %s: input is not a directory, tar archive or compressed tar archive\n"
msgstr ""
-#: make-fs/make-fs.c:495
+#: make-fs/make-fs.c:492
#, c-format
msgid "%s: %s: unknown compressed input format (%s)\n"
msgstr ""
-#: make-fs/make-fs.c:618
+#: make-fs/make-fs.c:615
#, c-format
msgid "%s: %s: invalid size parameter '%s' (%s returned %d)\n"
msgstr ""
-#: make-fs/make-fs.c:818
+#: make-fs/make-fs.c:815
#, c-format
msgid "%s: subprocess failed\n"
msgstr ""
@@ -6726,16 +6707,12 @@ msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:253 src/inspect-fs-unix.c:335
-#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1579 src/inspect-fs.c:564
+#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1574 src/inspect-fs.c:564
#: src/inspect-fs.c:610 src/inspect.c:539
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr "%s ਦਾ ਅਕਾਰ ਬੇਲੋੜਾ ਹੈ (%<PRIi64> ਬਾਈਟਾਂ)"
-#: src/inspect-fs-unix.c:921
-msgid "could not parse /etc/fstab or empty file"
-msgstr "/etc/fstab ਜਾਂ ਖਾਲੀ ਫਾਇਲ ਨੂੰ ਪਾਰਸ ਨਹੀਂ ਕਰ ਸਕਦਾ"
-
#: src/inspect-fs.c:393 src/inspect-fs.c:406
#, c-format
msgid "could not parse integer in version number: %s"
@@ -6790,44 +6767,44 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "you must call guestfs_add_drive before guestfs_launch"
-#: src/launch-direct.c:872 src/launch-libvirt.c:541
+#: src/launch-direct.c:873 src/launch-libvirt.c:541
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu launched and contacted daemon, but state != READY"
-#: src/launch-direct.c:1274 src/launch-libvirt.c:1284
+#: src/launch-direct.c:1275 src/launch-libvirt.c:1284
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
-#: src/launch-direct.c:1432
+#: src/launch-direct.c:1433
msgid "discard cannot be enabled on this drive: qemu < 1.5"
msgstr ""
-#: src/launch-direct.c:1441
+#: src/launch-direct.c:1442
msgid ""
"discard cannot be enabled on this drive: the drive has a read-only overlay"
msgstr ""
-#: src/launch-direct.c:1448
+#: src/launch-direct.c:1449
msgid ""
"discard cannot be enabled on this drive: you have to specify the format of "
"the file"
msgstr ""
-#: src/launch-direct.c:1456
+#: src/launch-direct.c:1457
msgid ""
"discard cannot be enabled on this drive: qemu < 1.6 cannot do discard on "
"qcow2 files"
msgstr ""
-#: src/launch-direct.c:1464
+#: src/launch-direct.c:1465
#, c-format
msgid ""
"discard cannot be enabled on this drive: qemu does not support discard for "
"'%s' format files"
msgstr ""
-#: src/launch-direct.c:1487
+#: src/launch-direct.c:1488
#, c-format
msgid ""
"discard cannot be enabled on this drive: protocol '%s' does not support "
@@ -6966,7 +6943,7 @@ msgid ""
"uml backend does not support drives with 'discard' parameter set to 'enable'"
msgstr ""
-#: src/launch-uml.c:476
+#: src/launch-uml.c:473
msgid "vmlinux launched and contacted daemon, but state != READY"
msgstr ""
@@ -7442,3 +7419,6 @@ msgstr "virt-win-reg: {p}: ਰਜਿਸਟਰੀ ਫਾਇਲ ਡਾਊਨਲੋ
#, perl-brace-format
msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"
msgstr "virt-win-reg: {p}: ਰਜਿਸਟਰੀ ਫਾਇਲ ਨੂੰ ਅੱਪਲੋਡ ਨਹੀਂ ਕਰ ਸਕਦਾ: {err}\n"
+
+#~ msgid "could not parse /etc/fstab or empty file"
+#~ msgstr "/etc/fstab ਜਾਂ ਖਾਲੀ ਫਾਇਲ ਨੂੰ ਪਾਰਸ ਨਹੀਂ ਕਰ ਸਕਦਾ"
diff --git a/po/pl.po b/po/pl.po
index 7ba6a4d..a8d1e7f 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -12,7 +12,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-07-04 12:43+0100\n"
+"POT-Creation-Date: 2014-07-26 21:49+0100\n"
"PO-Revision-Date: 2014-03-26 16:49+0000\n"
"Last-Translator: rjones <rjones at redhat.com>\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/fedora/language/"
@@ -49,21 +49,21 @@ msgid ""
"%!"
msgstr ""
-#: ../resize/resize.ml:867
+#: ../resize/resize.ml:868
msgid " An extra partition will be created for the surplus."
msgstr ""
-#: ../resize/resize.ml:852 ../resize/resize.ml:833
+#: ../resize/resize.ml:853 ../resize/resize.ml:834
msgid " The %s on %s will be expanded using the '%s' method."
msgstr ""
-#: ../resize/resize.ml:869
+#: ../resize/resize.ml:870
msgid ""
" The surplus space is not large enough for an extra partition to be created "
"and so it will just be ignored."
msgstr ""
-#: ../resize/resize.ml:871
+#: ../resize/resize.ml:872
msgid ""
" The surplus space will be ignored. Run a partitioning program in the "
"guest to partition this extra space if you want."
@@ -131,7 +131,7 @@ msgid ""
"complete output."
msgstr ""
-#: ../resize/resize.ml:660
+#: ../resize/resize.ml:661
msgid ""
"%s: This extended partition contains logical partitions which might be "
"damaged by shrinking it. If you want to shrink this partition, you need to "
@@ -140,12 +140,12 @@ msgid ""
"line.)"
msgstr ""
-#: ../resize/resize.ml:849
+#: ../resize/resize.ml:850
msgid "%s: This logical volume will be expanded to maximum size."
msgstr ""
"%s: ten wolumin logiczny zostanie rozszerzony do maksymalnego rozmiaru."
-#: ../resize/resize.ml:656
+#: ../resize/resize.ml:657
msgid ""
"%s: This partition contains a %s filesystem which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -154,7 +154,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:652
+#: ../resize/resize.ml:653
msgid ""
"%s: This partition contains an LVM physical volume which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -163,7 +163,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:649
+#: ../resize/resize.ml:650
msgid ""
"%s: This partition has unknown content which might be damaged by shrinking "
"it. If you want to shrink this partition, you need to use the '--resize-"
@@ -171,21 +171,21 @@ msgid ""
"error came from '%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:826
+#: ../resize/resize.ml:827
msgid ""
"%s: This partition will be created, but the contents will be ignored (ie. "
"not copied to the target)."
msgstr ""
-#: ../resize/resize.ml:828
+#: ../resize/resize.ml:829
msgid "%s: This partition will be deleted."
msgstr "%s: partycja zostanie usunięta"
-#: ../resize/resize.ml:824
+#: ../resize/resize.ml:825
msgid "%s: This partition will be left alone."
msgstr ""
-#: ../resize/resize.ml:830
+#: ../resize/resize.ml:831
msgid "%s: This partition will be resized from %s to %s."
msgstr "%s: Rrozmiar partycji zostanie zmieniony z %s na %s."
@@ -247,17 +247,21 @@ msgstr ""
msgid "%s: error: %s"
msgstr ""
+#: ../sysprep/main.ml:297
+msgid "%s: error: %s\n"
+msgstr ""
+
#: ../customize/customize_run.ml:183
msgid "%s: error: %s is not a regular file in the guest\n"
msgstr ""
-#: ../sparsify/sparsify.ml:52 ../resize/resize.ml:1308
-#: ../builder/builder.ml:740
+#. ../builder/builder.ml:740
+#: ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 ../resize/resize.ml:1309
msgid "%s: error: %s: %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:55 ../resize/resize.ml:1311
-#: ../builder/builder.ml:743
+#. ../builder/builder.ml:743
+#: ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 ../resize/resize.ml:1312
msgid "%s: error: %s: %s: %s\n"
msgstr ""
@@ -277,7 +281,7 @@ msgstr ""
#. ../customize/customize_main.ml:262
#. ../builder/builder.ml:761
-#: ../sparsify/sparsify.ml:74 ../resize/resize.ml:1330
+#: ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 ../resize/resize.ml:1331
msgid "%s: exception: %s\n"
msgstr ""
@@ -285,8 +289,8 @@ msgstr ""
msgid "%s: failed to download %s: HTTP status code %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:62 ../resize/resize.ml:1318
-#: ../builder/builder.ml:749
+#. ../builder/builder.ml:749
+#: ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 ../resize/resize.ml:1319
msgid "%s: failure: %s\n"
msgstr ""
@@ -312,20 +316,20 @@ msgstr ""
#. ../customize/customize_main.ml:259
#. ../builder/builder.ml:758
-#: ../sparsify/sparsify.ml:71 ../resize/resize.ml:1327
+#: ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 ../resize/resize.ml:1328
msgid "%s: internal error: Not_found exception was thrown\n"
msgstr ""
#. ../customize/customize_main.ml:255
#. ../builder/builder.ml:755
-#: ../sparsify/sparsify.ml:68 ../resize/resize.ml:1324
+#: ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 ../resize/resize.ml:1325
msgid "%s: internal error: assertion failed at %s, line %d, char %d\n"
msgstr ""
#. ../customize/customize_main.ml:252
#. ../builder/sources.ml:125
#. ../builder/builder.ml:752
-#: ../sparsify/sparsify.ml:65 ../resize/resize.ml:1321
+#: ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 ../resize/resize.ml:1322
msgid "%s: internal error: invalid argument: %s\n"
msgstr ""
@@ -341,8 +345,8 @@ msgstr ""
msgid "%s: invalid password selector '%s'; see the man page.\n"
msgstr ""
-#: ../sparsify/sparsify.ml:59 ../resize/resize.ml:1315
-#: ../builder/builder.ml:746
+#. ../builder/builder.ml:746
+#: ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 ../resize/resize.ml:1316
msgid "%s: libguestfs error: %s\n"
msgstr ""
@@ -350,18 +354,18 @@ msgstr ""
msgid "%s: log file %s: %s (ignored)\n"
msgstr ""
-#: ../resize/resize.ml:807
+#: ../resize/resize.ml:808
msgid ""
"%s: logical volume not found in the source disk image (this error came from "
"'--lv-expand' option on the command line). Try running this command: virt-"
"filesystems --logical-volumes --long -a %s"
msgstr ""
-#: ../resize/resize.ml:678
+#: ../resize/resize.ml:679
msgid "%s: missing size field in '%s' option"
msgstr ""
-#: ../resize/resize.ml:687
+#: ../resize/resize.ml:688
msgid "%s: new partition size is zero or negative"
msgstr "%s: nowy rozmiar partycji wynosi zero lub jest ujemny"
@@ -392,26 +396,26 @@ msgid ""
"output block device = %s, output block device size = %s\n"
msgstr ""
-#: ../resize/resize.ml:600
+#: ../resize/resize.ml:601
msgid "%s: partition already deleted, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:596
+#: ../resize/resize.ml:597
msgid "%s: partition already ignored, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:592
+#: ../resize/resize.ml:593
msgid ""
"%s: partition not found in the source disk image (this error came from '%s' "
"option on the command line). Try running this command: virt-filesystems --"
"partitions --long -a %s"
msgstr ""
-#: ../resize/resize.ml:503
+#: ../resize/resize.ml:504
msgid "%s: partition size %Ld < filesystem size %Ld"
msgstr "%s: rozmiar partycji %Ld < rozmiar systemu plików %Ld"
-#: ../resize/resize.ml:498
+#: ../resize/resize.ml:499
msgid "%s: partition size %Ld < physical volume size %Ld"
msgstr ""
@@ -476,15 +480,15 @@ msgid ""
"read the man page virt-sparsify(1).\n"
msgstr ""
-#: ../resize/resize.ml:634
+#: ../resize/resize.ml:635
msgid "%s: this partition has already been ignored or deleted"
msgstr ""
-#: ../resize/resize.ml:630
+#: ../resize/resize.ml:631
msgid "%s: this partition has already been marked for resizing"
msgstr ""
-#: ../resize/resize.ml:513
+#: ../resize/resize.ml:514
msgid "%s: this partition overlaps the previous one"
msgstr ""
@@ -652,7 +656,7 @@ msgstr ""
msgid "Copying"
msgstr ""
-#: ../resize/resize.ml:1109
+#: ../resize/resize.ml:1110
msgid ""
"Copying %s ...\n"
"%!"
@@ -884,13 +888,13 @@ msgstr "Rozszerza wolumin logiczny"
msgid "Expand partition"
msgstr "Rozszerza partycję"
-#: ../resize/resize.ml:1271
+#: ../resize/resize.ml:1272
msgid ""
"Expanding %s using the '%s' method ...\n"
"%!"
msgstr ""
-#: ../resize/resize.ml:1252
+#: ../resize/resize.ml:1253
msgid ""
"Expanding %s%s using the '%s' method ...\n"
"%!"
@@ -912,7 +916,7 @@ msgstr ""
msgid "FILE:EXPR"
msgstr ""
-#: ../resize/resize.ml:926
+#: ../resize/resize.ml:927
msgid ""
"Failed to initialize the partition table on the target disk. You need to "
"wipe or recreate the target disk and then run virt-resize again.\n"
@@ -946,7 +950,7 @@ msgstr ""
msgid "Finishing off"
msgstr ""
-#: ../resize/resize.ml:1170
+#: ../resize/resize.ml:1171
msgid ""
"Fixing first NTFS partition boot record ...\n"
"%!"
@@ -1350,7 +1354,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
-#: ../resize/resize.ml:1298
+#: ../resize/resize.ml:1299
msgid ""
"Resize operation completed with no errors. Before deleting the old disk, "
"carefully check that the resized disk boots and works correctly.\n"
@@ -1546,7 +1550,7 @@ msgstr ""
msgid "Setting the timezone: %s"
msgstr ""
-#: ../resize/resize.ml:905
+#: ../resize/resize.ml:906
msgid ""
"Setting up initial partition table on %s ...\n"
"%!"
@@ -1663,13 +1667,13 @@ msgstr ""
msgid "There are no notes for %s\n"
msgstr ""
-#: ../resize/resize.ml:792
+#: ../resize/resize.ml:793
msgid ""
"There is a deficit of %Ld bytes (%s). You need to make the target disk "
"larger by at least this amount or adjust your resizing requests."
msgstr ""
-#: ../resize/resize.ml:864
+#: ../resize/resize.ml:865
msgid "There is a surplus of %s."
msgstr ""
@@ -1739,13 +1743,13 @@ msgstr ""
msgid "Writing: %s"
msgstr ""
-#: ../resize/resize.ml:763
+#: ../resize/resize.ml:764
msgid ""
"You cannot use --expand when there is no surplus space to expand into. You "
"need to make the target disk larger by at least %s."
msgstr ""
-#: ../resize/resize.ml:775
+#: ../resize/resize.ml:776
msgid ""
"You cannot use --shrink when there is no deficit (see 'deficit' in the virt-"
"resize(1) man page)."
@@ -1849,14 +1853,10 @@ msgstr ""
msgid "file"
msgstr "plik"
-#: ../resize/resize.ml:1167
+#: ../resize/resize.ml:1168
msgid "first partition is NTFS but does not contain NTFS boot loader magic"
msgstr ""
-#: ../customize/firstboot.ml:82
-msgid "firstboot: failed: "
-msgstr ""
-
#. ../resize/resize.ml:203
#. ../resize/resize.ml:191
#. ../customize/customize_main.ml:88
@@ -1872,6 +1872,14 @@ msgstr ""
msgid "gpg program is not available"
msgstr ""
+#: ../customize/firstboot.ml:114
+msgid "guest type %s is not supported"
+msgstr ""
+
+#: ../customize/firstboot.ml:168
+msgid "guest type %s/%s is not supported"
+msgstr ""
+
#: ../customize/customize_run.ml:211
msgid "hostname could not be set for this type of guest"
msgstr ""
@@ -1906,10 +1914,6 @@ msgid "opts"
msgstr ""
#: ../sparsify/cmdline.ml:167
-msgid "output '%s' cannot be a block device, it must be a regular file"
-msgstr ""
-
-#: ../sparsify/cmdline.ml:171
msgid "output '%s' cannot be a character device, it must be a regular file"
msgstr ""
@@ -1933,7 +1937,7 @@ msgstr ""
msgid "passwords could not be set for this type of guest"
msgstr ""
-#: ../resize/resize.ml:962 ../resize/resize.ml:938
+#: ../resize/resize.ml:963 ../resize/resize.ml:939
msgid "pread-device: short read"
msgstr ""
@@ -1965,30 +1969,7 @@ msgstr ""
msgid "sectors"
msgstr "sektory"
-#: ../sysprep/main.ml:290
-msgid "sysprep operation failed: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:302
-msgid "sysprep operation failed: exception: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:299
-msgid ""
-"sysprep operation failed: internal error: Not_found exception was thrown\n"
-msgstr ""
-
-#: ../sysprep/main.ml:296
-msgid ""
-"sysprep operation failed: internal error: assertion failed at %s, line %d, "
-"char %d\n"
-msgstr ""
-
-#: ../sysprep/main.ml:293
-msgid "sysprep operation failed: internal error: invalid argument: %s\n"
-msgstr ""
-
-#: ../resize/resize.ml:444
+#: ../resize/resize.ml:445
msgid "the source disk has no partitions"
msgstr ""
@@ -2195,23 +2176,23 @@ msgstr ""
msgid "virt-sysprep: script: killed by signal (%d)\n"
msgstr ""
-#: ../sparsify/cmdline.ml:178
+#: ../sparsify/cmdline.ml:174
msgid "you cannot use --in-place and --check-tmpdir options together"
msgstr ""
-#: ../sparsify/cmdline.ml:181
+#: ../sparsify/cmdline.ml:177
msgid "you cannot use --in-place and --compress options together"
msgstr ""
-#: ../sparsify/cmdline.ml:184
+#: ../sparsify/cmdline.ml:180
msgid "you cannot use --in-place and --convert options together"
msgstr ""
-#: ../sparsify/cmdline.ml:187
+#: ../sparsify/cmdline.ml:183
msgid "you cannot use --in-place and -o options together"
msgstr ""
-#: ../resize/resize.ml:751
+#: ../resize/resize.ml:752
msgid "you cannot use options --expand and --shrink together"
msgstr ""
@@ -6211,28 +6192,28 @@ msgstr ""
msgid "%s: %s command failed\n"
msgstr ""
-#: make-fs/make-fs.c:428
+#: make-fs/make-fs.c:426
#, c-format
msgid "%s: cannot parse the output of 'du' command: %s\n"
msgstr ""
-#: make-fs/make-fs.c:464
+#: make-fs/make-fs.c:461
#, c-format
msgid ""
"%s: %s: input is not a directory, tar archive or compressed tar archive\n"
msgstr ""
-#: make-fs/make-fs.c:495
+#: make-fs/make-fs.c:492
#, c-format
msgid "%s: %s: unknown compressed input format (%s)\n"
msgstr ""
-#: make-fs/make-fs.c:618
+#: make-fs/make-fs.c:615
#, c-format
msgid "%s: %s: invalid size parameter '%s' (%s returned %d)\n"
msgstr ""
-#: make-fs/make-fs.c:818
+#: make-fs/make-fs.c:815
#, c-format
msgid "%s: subprocess failed\n"
msgstr ""
@@ -6923,16 +6904,12 @@ msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:253 src/inspect-fs-unix.c:335
-#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1579 src/inspect-fs.c:564
+#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1574 src/inspect-fs.c:564
#: src/inspect-fs.c:610 src/inspect.c:539
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr "rozmiar %s jest nierozsądnie duży (%<PRIi64> bajtów)"
-#: src/inspect-fs-unix.c:921
-msgid "could not parse /etc/fstab or empty file"
-msgstr "nie można przetworzyć pliku /etc/fstab lub pustego pliku"
-
#: src/inspect-fs.c:393 src/inspect-fs.c:406
#, c-format
msgid "could not parse integer in version number: %s"
@@ -6989,45 +6966,45 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "należy wywołać guestfs_add_drive przed guestfs_launch"
-#: src/launch-direct.c:872 src/launch-libvirt.c:541
+#: src/launch-direct.c:873 src/launch-libvirt.c:541
msgid "qemu launched and contacted daemon, but state != READY"
msgstr ""
"QEMU zostało uruchomione i skontaktowano się z demonem, ale stan != GOTOWY"
-#: src/launch-direct.c:1274 src/launch-libvirt.c:1284
+#: src/launch-direct.c:1275 src/launch-libvirt.c:1284
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
-#: src/launch-direct.c:1432
+#: src/launch-direct.c:1433
msgid "discard cannot be enabled on this drive: qemu < 1.5"
msgstr ""
-#: src/launch-direct.c:1441
+#: src/launch-direct.c:1442
msgid ""
"discard cannot be enabled on this drive: the drive has a read-only overlay"
msgstr ""
-#: src/launch-direct.c:1448
+#: src/launch-direct.c:1449
msgid ""
"discard cannot be enabled on this drive: you have to specify the format of "
"the file"
msgstr ""
-#: src/launch-direct.c:1456
+#: src/launch-direct.c:1457
msgid ""
"discard cannot be enabled on this drive: qemu < 1.6 cannot do discard on "
"qcow2 files"
msgstr ""
-#: src/launch-direct.c:1464
+#: src/launch-direct.c:1465
#, c-format
msgid ""
"discard cannot be enabled on this drive: qemu does not support discard for "
"'%s' format files"
msgstr ""
-#: src/launch-direct.c:1487
+#: src/launch-direct.c:1488
#, c-format
msgid ""
"discard cannot be enabled on this drive: protocol '%s' does not support "
@@ -7166,7 +7143,7 @@ msgid ""
"uml backend does not support drives with 'discard' parameter set to 'enable'"
msgstr ""
-#: src/launch-uml.c:476
+#: src/launch-uml.c:473
msgid "vmlinux launched and contacted daemon, but state != READY"
msgstr ""
@@ -7659,3 +7636,6 @@ msgstr "virt-win-reg: {p}: nie można pobrać pliku rejestru: {err}\n"
#, perl-brace-format
msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"
msgstr "virt-win-reg: {p}: nie można wysłać pliku rejestru: {err}\n"
+
+#~ msgid "could not parse /etc/fstab or empty file"
+#~ msgstr "nie można przetworzyć pliku /etc/fstab lub pustego pliku"
diff --git a/po/ta.po b/po/ta.po
index 006bee9..5e48b87 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-07-04 12:43+0100\n"
+"POT-Creation-Date: 2014-07-26 21:49+0100\n"
"PO-Revision-Date: 2014-03-26 16:49+0000\n"
"Last-Translator: rjones <rjones at redhat.com>\n"
"Language-Team: Tamil (http://www.transifex.com/projects/p/fedora/language/"
@@ -45,21 +45,21 @@ msgid ""
"%!"
msgstr ""
-#: ../resize/resize.ml:867
+#: ../resize/resize.ml:868
msgid " An extra partition will be created for the surplus."
msgstr ""
-#: ../resize/resize.ml:852 ../resize/resize.ml:833
+#: ../resize/resize.ml:853 ../resize/resize.ml:834
msgid " The %s on %s will be expanded using the '%s' method."
msgstr ""
-#: ../resize/resize.ml:869
+#: ../resize/resize.ml:870
msgid ""
" The surplus space is not large enough for an extra partition to be created "
"and so it will just be ignored."
msgstr ""
-#: ../resize/resize.ml:871
+#: ../resize/resize.ml:872
msgid ""
" The surplus space will be ignored. Run a partitioning program in the "
"guest to partition this extra space if you want."
@@ -127,7 +127,7 @@ msgid ""
"complete output."
msgstr ""
-#: ../resize/resize.ml:660
+#: ../resize/resize.ml:661
msgid ""
"%s: This extended partition contains logical partitions which might be "
"damaged by shrinking it. If you want to shrink this partition, you need to "
@@ -136,11 +136,11 @@ msgid ""
"line.)"
msgstr ""
-#: ../resize/resize.ml:849
+#: ../resize/resize.ml:850
msgid "%s: This logical volume will be expanded to maximum size."
msgstr ""
-#: ../resize/resize.ml:656
+#: ../resize/resize.ml:657
msgid ""
"%s: This partition contains a %s filesystem which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -149,7 +149,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:652
+#: ../resize/resize.ml:653
msgid ""
"%s: This partition contains an LVM physical volume which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -158,7 +158,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:649
+#: ../resize/resize.ml:650
msgid ""
"%s: This partition has unknown content which might be damaged by shrinking "
"it. If you want to shrink this partition, you need to use the '--resize-"
@@ -166,21 +166,21 @@ msgid ""
"error came from '%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:826
+#: ../resize/resize.ml:827
msgid ""
"%s: This partition will be created, but the contents will be ignored (ie. "
"not copied to the target)."
msgstr ""
-#: ../resize/resize.ml:828
+#: ../resize/resize.ml:829
msgid "%s: This partition will be deleted."
msgstr ""
-#: ../resize/resize.ml:824
+#: ../resize/resize.ml:825
msgid "%s: This partition will be left alone."
msgstr ""
-#: ../resize/resize.ml:830
+#: ../resize/resize.ml:831
msgid "%s: This partition will be resized from %s to %s."
msgstr ""
@@ -242,17 +242,21 @@ msgstr ""
msgid "%s: error: %s"
msgstr ""
+#: ../sysprep/main.ml:297
+msgid "%s: error: %s\n"
+msgstr ""
+
#: ../customize/customize_run.ml:183
msgid "%s: error: %s is not a regular file in the guest\n"
msgstr ""
-#: ../sparsify/sparsify.ml:52 ../resize/resize.ml:1308
-#: ../builder/builder.ml:740
+#. ../builder/builder.ml:740
+#: ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 ../resize/resize.ml:1309
msgid "%s: error: %s: %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:55 ../resize/resize.ml:1311
-#: ../builder/builder.ml:743
+#. ../builder/builder.ml:743
+#: ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 ../resize/resize.ml:1312
msgid "%s: error: %s: %s: %s\n"
msgstr ""
@@ -272,7 +276,7 @@ msgstr ""
#. ../customize/customize_main.ml:262
#. ../builder/builder.ml:761
-#: ../sparsify/sparsify.ml:74 ../resize/resize.ml:1330
+#: ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 ../resize/resize.ml:1331
msgid "%s: exception: %s\n"
msgstr ""
@@ -280,8 +284,8 @@ msgstr ""
msgid "%s: failed to download %s: HTTP status code %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:62 ../resize/resize.ml:1318
-#: ../builder/builder.ml:749
+#. ../builder/builder.ml:749
+#: ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 ../resize/resize.ml:1319
msgid "%s: failure: %s\n"
msgstr ""
@@ -307,20 +311,20 @@ msgstr ""
#. ../customize/customize_main.ml:259
#. ../builder/builder.ml:758
-#: ../sparsify/sparsify.ml:71 ../resize/resize.ml:1327
+#: ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 ../resize/resize.ml:1328
msgid "%s: internal error: Not_found exception was thrown\n"
msgstr ""
#. ../customize/customize_main.ml:255
#. ../builder/builder.ml:755
-#: ../sparsify/sparsify.ml:68 ../resize/resize.ml:1324
+#: ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 ../resize/resize.ml:1325
msgid "%s: internal error: assertion failed at %s, line %d, char %d\n"
msgstr ""
#. ../customize/customize_main.ml:252
#. ../builder/sources.ml:125
#. ../builder/builder.ml:752
-#: ../sparsify/sparsify.ml:65 ../resize/resize.ml:1321
+#: ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 ../resize/resize.ml:1322
msgid "%s: internal error: invalid argument: %s\n"
msgstr ""
@@ -336,8 +340,8 @@ msgstr ""
msgid "%s: invalid password selector '%s'; see the man page.\n"
msgstr ""
-#: ../sparsify/sparsify.ml:59 ../resize/resize.ml:1315
-#: ../builder/builder.ml:746
+#. ../builder/builder.ml:746
+#: ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 ../resize/resize.ml:1316
msgid "%s: libguestfs error: %s\n"
msgstr ""
@@ -345,18 +349,18 @@ msgstr ""
msgid "%s: log file %s: %s (ignored)\n"
msgstr ""
-#: ../resize/resize.ml:807
+#: ../resize/resize.ml:808
msgid ""
"%s: logical volume not found in the source disk image (this error came from "
"'--lv-expand' option on the command line). Try running this command: virt-"
"filesystems --logical-volumes --long -a %s"
msgstr ""
-#: ../resize/resize.ml:678
+#: ../resize/resize.ml:679
msgid "%s: missing size field in '%s' option"
msgstr ""
-#: ../resize/resize.ml:687
+#: ../resize/resize.ml:688
msgid "%s: new partition size is zero or negative"
msgstr ""
@@ -387,26 +391,26 @@ msgid ""
"output block device = %s, output block device size = %s\n"
msgstr ""
-#: ../resize/resize.ml:600
+#: ../resize/resize.ml:601
msgid "%s: partition already deleted, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:596
+#: ../resize/resize.ml:597
msgid "%s: partition already ignored, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:592
+#: ../resize/resize.ml:593
msgid ""
"%s: partition not found in the source disk image (this error came from '%s' "
"option on the command line). Try running this command: virt-filesystems --"
"partitions --long -a %s"
msgstr ""
-#: ../resize/resize.ml:503
+#: ../resize/resize.ml:504
msgid "%s: partition size %Ld < filesystem size %Ld"
msgstr ""
-#: ../resize/resize.ml:498
+#: ../resize/resize.ml:499
msgid "%s: partition size %Ld < physical volume size %Ld"
msgstr ""
@@ -471,15 +475,15 @@ msgid ""
"read the man page virt-sparsify(1).\n"
msgstr ""
-#: ../resize/resize.ml:634
+#: ../resize/resize.ml:635
msgid "%s: this partition has already been ignored or deleted"
msgstr ""
-#: ../resize/resize.ml:630
+#: ../resize/resize.ml:631
msgid "%s: this partition has already been marked for resizing"
msgstr ""
-#: ../resize/resize.ml:513
+#: ../resize/resize.ml:514
msgid "%s: this partition overlaps the previous one"
msgstr ""
@@ -647,7 +651,7 @@ msgstr ""
msgid "Copying"
msgstr ""
-#: ../resize/resize.ml:1109
+#: ../resize/resize.ml:1110
msgid ""
"Copying %s ...\n"
"%!"
@@ -875,13 +879,13 @@ msgstr ""
msgid "Expand partition"
msgstr ""
-#: ../resize/resize.ml:1271
+#: ../resize/resize.ml:1272
msgid ""
"Expanding %s using the '%s' method ...\n"
"%!"
msgstr ""
-#: ../resize/resize.ml:1252
+#: ../resize/resize.ml:1253
msgid ""
"Expanding %s%s using the '%s' method ...\n"
"%!"
@@ -903,7 +907,7 @@ msgstr ""
msgid "FILE:EXPR"
msgstr ""
-#: ../resize/resize.ml:926
+#: ../resize/resize.ml:927
msgid ""
"Failed to initialize the partition table on the target disk. You need to "
"wipe or recreate the target disk and then run virt-resize again.\n"
@@ -935,7 +939,7 @@ msgstr ""
msgid "Finishing off"
msgstr ""
-#: ../resize/resize.ml:1170
+#: ../resize/resize.ml:1171
msgid ""
"Fixing first NTFS partition boot record ...\n"
"%!"
@@ -1337,7 +1341,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
-#: ../resize/resize.ml:1298
+#: ../resize/resize.ml:1299
msgid ""
"Resize operation completed with no errors. Before deleting the old disk, "
"carefully check that the resized disk boots and works correctly.\n"
@@ -1533,7 +1537,7 @@ msgstr ""
msgid "Setting the timezone: %s"
msgstr ""
-#: ../resize/resize.ml:905
+#: ../resize/resize.ml:906
msgid ""
"Setting up initial partition table on %s ...\n"
"%!"
@@ -1650,13 +1654,13 @@ msgstr ""
msgid "There are no notes for %s\n"
msgstr ""
-#: ../resize/resize.ml:792
+#: ../resize/resize.ml:793
msgid ""
"There is a deficit of %Ld bytes (%s). You need to make the target disk "
"larger by at least this amount or adjust your resizing requests."
msgstr ""
-#: ../resize/resize.ml:864
+#: ../resize/resize.ml:865
msgid "There is a surplus of %s."
msgstr ""
@@ -1726,13 +1730,13 @@ msgstr ""
msgid "Writing: %s"
msgstr ""
-#: ../resize/resize.ml:763
+#: ../resize/resize.ml:764
msgid ""
"You cannot use --expand when there is no surplus space to expand into. You "
"need to make the target disk larger by at least %s."
msgstr ""
-#: ../resize/resize.ml:775
+#: ../resize/resize.ml:776
msgid ""
"You cannot use --shrink when there is no deficit (see 'deficit' in the virt-"
"resize(1) man page)."
@@ -1834,14 +1838,10 @@ msgstr ""
msgid "file"
msgstr ""
-#: ../resize/resize.ml:1167
+#: ../resize/resize.ml:1168
msgid "first partition is NTFS but does not contain NTFS boot loader magic"
msgstr ""
-#: ../customize/firstboot.ml:82
-msgid "firstboot: failed: "
-msgstr ""
-
#. ../resize/resize.ml:203
#. ../resize/resize.ml:191
#. ../customize/customize_main.ml:88
@@ -1857,6 +1857,14 @@ msgstr ""
msgid "gpg program is not available"
msgstr ""
+#: ../customize/firstboot.ml:114
+msgid "guest type %s is not supported"
+msgstr ""
+
+#: ../customize/firstboot.ml:168
+msgid "guest type %s/%s is not supported"
+msgstr ""
+
#: ../customize/customize_run.ml:211
msgid "hostname could not be set for this type of guest"
msgstr ""
@@ -1891,10 +1899,6 @@ msgid "opts"
msgstr ""
#: ../sparsify/cmdline.ml:167
-msgid "output '%s' cannot be a block device, it must be a regular file"
-msgstr ""
-
-#: ../sparsify/cmdline.ml:171
msgid "output '%s' cannot be a character device, it must be a regular file"
msgstr ""
@@ -1918,7 +1922,7 @@ msgstr ""
msgid "passwords could not be set for this type of guest"
msgstr ""
-#: ../resize/resize.ml:962 ../resize/resize.ml:938
+#: ../resize/resize.ml:963 ../resize/resize.ml:939
msgid "pread-device: short read"
msgstr ""
@@ -1950,30 +1954,7 @@ msgstr ""
msgid "sectors"
msgstr ""
-#: ../sysprep/main.ml:290
-msgid "sysprep operation failed: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:302
-msgid "sysprep operation failed: exception: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:299
-msgid ""
-"sysprep operation failed: internal error: Not_found exception was thrown\n"
-msgstr ""
-
-#: ../sysprep/main.ml:296
-msgid ""
-"sysprep operation failed: internal error: assertion failed at %s, line %d, "
-"char %d\n"
-msgstr ""
-
-#: ../sysprep/main.ml:293
-msgid "sysprep operation failed: internal error: invalid argument: %s\n"
-msgstr ""
-
-#: ../resize/resize.ml:444
+#: ../resize/resize.ml:445
msgid "the source disk has no partitions"
msgstr ""
@@ -2180,23 +2161,23 @@ msgstr ""
msgid "virt-sysprep: script: killed by signal (%d)\n"
msgstr ""
-#: ../sparsify/cmdline.ml:178
+#: ../sparsify/cmdline.ml:174
msgid "you cannot use --in-place and --check-tmpdir options together"
msgstr ""
-#: ../sparsify/cmdline.ml:181
+#: ../sparsify/cmdline.ml:177
msgid "you cannot use --in-place and --compress options together"
msgstr ""
-#: ../sparsify/cmdline.ml:184
+#: ../sparsify/cmdline.ml:180
msgid "you cannot use --in-place and --convert options together"
msgstr ""
-#: ../sparsify/cmdline.ml:187
+#: ../sparsify/cmdline.ml:183
msgid "you cannot use --in-place and -o options together"
msgstr ""
-#: ../resize/resize.ml:751
+#: ../resize/resize.ml:752
msgid "you cannot use options --expand and --shrink together"
msgstr ""
@@ -5959,28 +5940,28 @@ msgstr ""
msgid "%s: %s command failed\n"
msgstr ""
-#: make-fs/make-fs.c:428
+#: make-fs/make-fs.c:426
#, c-format
msgid "%s: cannot parse the output of 'du' command: %s\n"
msgstr ""
-#: make-fs/make-fs.c:464
+#: make-fs/make-fs.c:461
#, c-format
msgid ""
"%s: %s: input is not a directory, tar archive or compressed tar archive\n"
msgstr ""
-#: make-fs/make-fs.c:495
+#: make-fs/make-fs.c:492
#, c-format
msgid "%s: %s: unknown compressed input format (%s)\n"
msgstr ""
-#: make-fs/make-fs.c:618
+#: make-fs/make-fs.c:615
#, c-format
msgid "%s: %s: invalid size parameter '%s' (%s returned %d)\n"
msgstr ""
-#: make-fs/make-fs.c:818
+#: make-fs/make-fs.c:815
#, c-format
msgid "%s: subprocess failed\n"
msgstr ""
@@ -6644,16 +6625,12 @@ msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:253 src/inspect-fs-unix.c:335
-#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1579 src/inspect-fs.c:564
+#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1574 src/inspect-fs.c:564
#: src/inspect-fs.c:610 src/inspect.c:539
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect-fs-unix.c:921
-msgid "could not parse /etc/fstab or empty file"
-msgstr ""
-
#: src/inspect-fs.c:393 src/inspect-fs.c:406
#, c-format
msgid "could not parse integer in version number: %s"
@@ -6706,44 +6683,44 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "நீங்கள் guestfs_add_drive ஐ guestfs_launchக்கு முன் அழைக்க வேண்டும்"
-#: src/launch-direct.c:872 src/launch-libvirt.c:541
+#: src/launch-direct.c:873 src/launch-libvirt.c:541
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu டொமைனுடன் துவக்கப்பட்டு தொடர்பு கொண்டது, ஆனால் நிலையானது != READY"
-#: src/launch-direct.c:1274 src/launch-libvirt.c:1284
+#: src/launch-direct.c:1275 src/launch-libvirt.c:1284
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
-#: src/launch-direct.c:1432
+#: src/launch-direct.c:1433
msgid "discard cannot be enabled on this drive: qemu < 1.5"
msgstr ""
-#: src/launch-direct.c:1441
+#: src/launch-direct.c:1442
msgid ""
"discard cannot be enabled on this drive: the drive has a read-only overlay"
msgstr ""
-#: src/launch-direct.c:1448
+#: src/launch-direct.c:1449
msgid ""
"discard cannot be enabled on this drive: you have to specify the format of "
"the file"
msgstr ""
-#: src/launch-direct.c:1456
+#: src/launch-direct.c:1457
msgid ""
"discard cannot be enabled on this drive: qemu < 1.6 cannot do discard on "
"qcow2 files"
msgstr ""
-#: src/launch-direct.c:1464
+#: src/launch-direct.c:1465
#, c-format
msgid ""
"discard cannot be enabled on this drive: qemu does not support discard for "
"'%s' format files"
msgstr ""
-#: src/launch-direct.c:1487
+#: src/launch-direct.c:1488
#, c-format
msgid ""
"discard cannot be enabled on this drive: protocol '%s' does not support "
@@ -6882,7 +6859,7 @@ msgid ""
"uml backend does not support drives with 'discard' parameter set to 'enable'"
msgstr ""
-#: src/launch-uml.c:476
+#: src/launch-uml.c:473
msgid "vmlinux launched and contacted daemon, but state != READY"
msgstr ""
diff --git a/po/te.po b/po/te.po
index 04bbbe3..86b7458 100644
--- a/po/te.po
+++ b/po/te.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-07-04 12:43+0100\n"
+"POT-Creation-Date: 2014-07-26 21:49+0100\n"
"PO-Revision-Date: 2014-03-26 16:49+0000\n"
"Last-Translator: rjones <rjones at redhat.com>\n"
"Language-Team: Telugu (http://www.transifex.com/projects/p/fedora/language/"
@@ -45,21 +45,21 @@ msgid ""
"%!"
msgstr ""
-#: ../resize/resize.ml:867
+#: ../resize/resize.ml:868
msgid " An extra partition will be created for the surplus."
msgstr ""
-#: ../resize/resize.ml:852 ../resize/resize.ml:833
+#: ../resize/resize.ml:853 ../resize/resize.ml:834
msgid " The %s on %s will be expanded using the '%s' method."
msgstr ""
-#: ../resize/resize.ml:869
+#: ../resize/resize.ml:870
msgid ""
" The surplus space is not large enough for an extra partition to be created "
"and so it will just be ignored."
msgstr ""
-#: ../resize/resize.ml:871
+#: ../resize/resize.ml:872
msgid ""
" The surplus space will be ignored. Run a partitioning program in the "
"guest to partition this extra space if you want."
@@ -127,7 +127,7 @@ msgid ""
"complete output."
msgstr ""
-#: ../resize/resize.ml:660
+#: ../resize/resize.ml:661
msgid ""
"%s: This extended partition contains logical partitions which might be "
"damaged by shrinking it. If you want to shrink this partition, you need to "
@@ -136,11 +136,11 @@ msgid ""
"line.)"
msgstr ""
-#: ../resize/resize.ml:849
+#: ../resize/resize.ml:850
msgid "%s: This logical volume will be expanded to maximum size."
msgstr ""
-#: ../resize/resize.ml:656
+#: ../resize/resize.ml:657
msgid ""
"%s: This partition contains a %s filesystem which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -149,7 +149,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:652
+#: ../resize/resize.ml:653
msgid ""
"%s: This partition contains an LVM physical volume which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -158,7 +158,7 @@ msgid ""
"'%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:649
+#: ../resize/resize.ml:650
msgid ""
"%s: This partition has unknown content which might be damaged by shrinking "
"it. If you want to shrink this partition, you need to use the '--resize-"
@@ -166,21 +166,21 @@ msgid ""
"error came from '%s' option on the command line.)"
msgstr ""
-#: ../resize/resize.ml:826
+#: ../resize/resize.ml:827
msgid ""
"%s: This partition will be created, but the contents will be ignored (ie. "
"not copied to the target)."
msgstr ""
-#: ../resize/resize.ml:828
+#: ../resize/resize.ml:829
msgid "%s: This partition will be deleted."
msgstr ""
-#: ../resize/resize.ml:824
+#: ../resize/resize.ml:825
msgid "%s: This partition will be left alone."
msgstr ""
-#: ../resize/resize.ml:830
+#: ../resize/resize.ml:831
msgid "%s: This partition will be resized from %s to %s."
msgstr ""
@@ -242,17 +242,21 @@ msgstr ""
msgid "%s: error: %s"
msgstr ""
+#: ../sysprep/main.ml:297
+msgid "%s: error: %s\n"
+msgstr ""
+
#: ../customize/customize_run.ml:183
msgid "%s: error: %s is not a regular file in the guest\n"
msgstr ""
-#: ../sparsify/sparsify.ml:52 ../resize/resize.ml:1308
-#: ../builder/builder.ml:740
+#. ../builder/builder.ml:740
+#: ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 ../resize/resize.ml:1309
msgid "%s: error: %s: %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:55 ../resize/resize.ml:1311
-#: ../builder/builder.ml:743
+#. ../builder/builder.ml:743
+#: ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 ../resize/resize.ml:1312
msgid "%s: error: %s: %s: %s\n"
msgstr ""
@@ -272,7 +276,7 @@ msgstr ""
#. ../customize/customize_main.ml:262
#. ../builder/builder.ml:761
-#: ../sparsify/sparsify.ml:74 ../resize/resize.ml:1330
+#: ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 ../resize/resize.ml:1331
msgid "%s: exception: %s\n"
msgstr ""
@@ -280,8 +284,8 @@ msgstr ""
msgid "%s: failed to download %s: HTTP status code %s\n"
msgstr ""
-#: ../sparsify/sparsify.ml:62 ../resize/resize.ml:1318
-#: ../builder/builder.ml:749
+#. ../builder/builder.ml:749
+#: ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 ../resize/resize.ml:1319
msgid "%s: failure: %s\n"
msgstr ""
@@ -307,20 +311,20 @@ msgstr ""
#. ../customize/customize_main.ml:259
#. ../builder/builder.ml:758
-#: ../sparsify/sparsify.ml:71 ../resize/resize.ml:1327
+#: ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 ../resize/resize.ml:1328
msgid "%s: internal error: Not_found exception was thrown\n"
msgstr ""
#. ../customize/customize_main.ml:255
#. ../builder/builder.ml:755
-#: ../sparsify/sparsify.ml:68 ../resize/resize.ml:1324
+#: ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 ../resize/resize.ml:1325
msgid "%s: internal error: assertion failed at %s, line %d, char %d\n"
msgstr ""
#. ../customize/customize_main.ml:252
#. ../builder/sources.ml:125
#. ../builder/builder.ml:752
-#: ../sparsify/sparsify.ml:65 ../resize/resize.ml:1321
+#: ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 ../resize/resize.ml:1322
msgid "%s: internal error: invalid argument: %s\n"
msgstr ""
@@ -336,8 +340,8 @@ msgstr ""
msgid "%s: invalid password selector '%s'; see the man page.\n"
msgstr ""
-#: ../sparsify/sparsify.ml:59 ../resize/resize.ml:1315
-#: ../builder/builder.ml:746
+#. ../builder/builder.ml:746
+#: ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 ../resize/resize.ml:1316
msgid "%s: libguestfs error: %s\n"
msgstr ""
@@ -345,18 +349,18 @@ msgstr ""
msgid "%s: log file %s: %s (ignored)\n"
msgstr ""
-#: ../resize/resize.ml:807
+#: ../resize/resize.ml:808
msgid ""
"%s: logical volume not found in the source disk image (this error came from "
"'--lv-expand' option on the command line). Try running this command: virt-"
"filesystems --logical-volumes --long -a %s"
msgstr ""
-#: ../resize/resize.ml:678
+#: ../resize/resize.ml:679
msgid "%s: missing size field in '%s' option"
msgstr ""
-#: ../resize/resize.ml:687
+#: ../resize/resize.ml:688
msgid "%s: new partition size is zero or negative"
msgstr ""
@@ -387,26 +391,26 @@ msgid ""
"output block device = %s, output block device size = %s\n"
msgstr ""
-#: ../resize/resize.ml:600
+#: ../resize/resize.ml:601
msgid "%s: partition already deleted, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:596
+#: ../resize/resize.ml:597
msgid "%s: partition already ignored, you cannot use it in '%s' option"
msgstr ""
-#: ../resize/resize.ml:592
+#: ../resize/resize.ml:593
msgid ""
"%s: partition not found in the source disk image (this error came from '%s' "
"option on the command line). Try running this command: virt-filesystems --"
"partitions --long -a %s"
msgstr ""
-#: ../resize/resize.ml:503
+#: ../resize/resize.ml:504
msgid "%s: partition size %Ld < filesystem size %Ld"
msgstr ""
-#: ../resize/resize.ml:498
+#: ../resize/resize.ml:499
msgid "%s: partition size %Ld < physical volume size %Ld"
msgstr ""
@@ -471,15 +475,15 @@ msgid ""
"read the man page virt-sparsify(1).\n"
msgstr ""
-#: ../resize/resize.ml:634
+#: ../resize/resize.ml:635
msgid "%s: this partition has already been ignored or deleted"
msgstr ""
-#: ../resize/resize.ml:630
+#: ../resize/resize.ml:631
msgid "%s: this partition has already been marked for resizing"
msgstr ""
-#: ../resize/resize.ml:513
+#: ../resize/resize.ml:514
msgid "%s: this partition overlaps the previous one"
msgstr ""
@@ -647,7 +651,7 @@ msgstr ""
msgid "Copying"
msgstr ""
-#: ../resize/resize.ml:1109
+#: ../resize/resize.ml:1110
msgid ""
"Copying %s ...\n"
"%!"
@@ -875,13 +879,13 @@ msgstr ""
msgid "Expand partition"
msgstr ""
-#: ../resize/resize.ml:1271
+#: ../resize/resize.ml:1272
msgid ""
"Expanding %s using the '%s' method ...\n"
"%!"
msgstr ""
-#: ../resize/resize.ml:1252
+#: ../resize/resize.ml:1253
msgid ""
"Expanding %s%s using the '%s' method ...\n"
"%!"
@@ -903,7 +907,7 @@ msgstr ""
msgid "FILE:EXPR"
msgstr ""
-#: ../resize/resize.ml:926
+#: ../resize/resize.ml:927
msgid ""
"Failed to initialize the partition table on the target disk. You need to "
"wipe or recreate the target disk and then run virt-resize again.\n"
@@ -935,7 +939,7 @@ msgstr ""
msgid "Finishing off"
msgstr ""
-#: ../resize/resize.ml:1170
+#: ../resize/resize.ml:1171
msgid ""
"Fixing first NTFS partition boot record ...\n"
"%!"
@@ -1337,7 +1341,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr ""
-#: ../resize/resize.ml:1298
+#: ../resize/resize.ml:1299
msgid ""
"Resize operation completed with no errors. Before deleting the old disk, "
"carefully check that the resized disk boots and works correctly.\n"
@@ -1533,7 +1537,7 @@ msgstr ""
msgid "Setting the timezone: %s"
msgstr ""
-#: ../resize/resize.ml:905
+#: ../resize/resize.ml:906
msgid ""
"Setting up initial partition table on %s ...\n"
"%!"
@@ -1650,13 +1654,13 @@ msgstr ""
msgid "There are no notes for %s\n"
msgstr ""
-#: ../resize/resize.ml:792
+#: ../resize/resize.ml:793
msgid ""
"There is a deficit of %Ld bytes (%s). You need to make the target disk "
"larger by at least this amount or adjust your resizing requests."
msgstr ""
-#: ../resize/resize.ml:864
+#: ../resize/resize.ml:865
msgid "There is a surplus of %s."
msgstr ""
@@ -1726,13 +1730,13 @@ msgstr ""
msgid "Writing: %s"
msgstr ""
-#: ../resize/resize.ml:763
+#: ../resize/resize.ml:764
msgid ""
"You cannot use --expand when there is no surplus space to expand into. You "
"need to make the target disk larger by at least %s."
msgstr ""
-#: ../resize/resize.ml:775
+#: ../resize/resize.ml:776
msgid ""
"You cannot use --shrink when there is no deficit (see 'deficit' in the virt-"
"resize(1) man page)."
@@ -1834,14 +1838,10 @@ msgstr ""
msgid "file"
msgstr ""
-#: ../resize/resize.ml:1167
+#: ../resize/resize.ml:1168
msgid "first partition is NTFS but does not contain NTFS boot loader magic"
msgstr ""
-#: ../customize/firstboot.ml:82
-msgid "firstboot: failed: "
-msgstr ""
-
#. ../resize/resize.ml:203
#. ../resize/resize.ml:191
#. ../customize/customize_main.ml:88
@@ -1857,6 +1857,14 @@ msgstr ""
msgid "gpg program is not available"
msgstr ""
+#: ../customize/firstboot.ml:114
+msgid "guest type %s is not supported"
+msgstr ""
+
+#: ../customize/firstboot.ml:168
+msgid "guest type %s/%s is not supported"
+msgstr ""
+
#: ../customize/customize_run.ml:211
msgid "hostname could not be set for this type of guest"
msgstr ""
@@ -1891,10 +1899,6 @@ msgid "opts"
msgstr ""
#: ../sparsify/cmdline.ml:167
-msgid "output '%s' cannot be a block device, it must be a regular file"
-msgstr ""
-
-#: ../sparsify/cmdline.ml:171
msgid "output '%s' cannot be a character device, it must be a regular file"
msgstr ""
@@ -1918,7 +1922,7 @@ msgstr ""
msgid "passwords could not be set for this type of guest"
msgstr ""
-#: ../resize/resize.ml:962 ../resize/resize.ml:938
+#: ../resize/resize.ml:963 ../resize/resize.ml:939
msgid "pread-device: short read"
msgstr ""
@@ -1950,30 +1954,7 @@ msgstr ""
msgid "sectors"
msgstr ""
-#: ../sysprep/main.ml:290
-msgid "sysprep operation failed: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:302
-msgid "sysprep operation failed: exception: %s\n"
-msgstr ""
-
-#: ../sysprep/main.ml:299
-msgid ""
-"sysprep operation failed: internal error: Not_found exception was thrown\n"
-msgstr ""
-
-#: ../sysprep/main.ml:296
-msgid ""
-"sysprep operation failed: internal error: assertion failed at %s, line %d, "
-"char %d\n"
-msgstr ""
-
-#: ../sysprep/main.ml:293
-msgid "sysprep operation failed: internal error: invalid argument: %s\n"
-msgstr ""
-
-#: ../resize/resize.ml:444
+#: ../resize/resize.ml:445
msgid "the source disk has no partitions"
msgstr ""
@@ -2180,23 +2161,23 @@ msgstr ""
msgid "virt-sysprep: script: killed by signal (%d)\n"
msgstr ""
-#: ../sparsify/cmdline.ml:178
+#: ../sparsify/cmdline.ml:174
msgid "you cannot use --in-place and --check-tmpdir options together"
msgstr ""
-#: ../sparsify/cmdline.ml:181
+#: ../sparsify/cmdline.ml:177
msgid "you cannot use --in-place and --compress options together"
msgstr ""
-#: ../sparsify/cmdline.ml:184
+#: ../sparsify/cmdline.ml:180
msgid "you cannot use --in-place and --convert options together"
msgstr ""
-#: ../sparsify/cmdline.ml:187
+#: ../sparsify/cmdline.ml:183
msgid "you cannot use --in-place and -o options together"
msgstr ""
-#: ../resize/resize.ml:751
+#: ../resize/resize.ml:752
msgid "you cannot use options --expand and --shrink together"
msgstr ""
@@ -5956,28 +5937,28 @@ msgstr ""
msgid "%s: %s command failed\n"
msgstr ""
-#: make-fs/make-fs.c:428
+#: make-fs/make-fs.c:426
#, c-format
msgid "%s: cannot parse the output of 'du' command: %s\n"
msgstr ""
-#: make-fs/make-fs.c:464
+#: make-fs/make-fs.c:461
#, c-format
msgid ""
"%s: %s: input is not a directory, tar archive or compressed tar archive\n"
msgstr ""
-#: make-fs/make-fs.c:495
+#: make-fs/make-fs.c:492
#, c-format
msgid "%s: %s: unknown compressed input format (%s)\n"
msgstr ""
-#: make-fs/make-fs.c:618
+#: make-fs/make-fs.c:615
#, c-format
msgid "%s: %s: invalid size parameter '%s' (%s returned %d)\n"
msgstr ""
-#: make-fs/make-fs.c:818
+#: make-fs/make-fs.c:815
#, c-format
msgid "%s: subprocess failed\n"
msgstr ""
@@ -6641,16 +6622,12 @@ msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:253 src/inspect-fs-unix.c:335
-#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1579 src/inspect-fs.c:564
+#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1574 src/inspect-fs.c:564
#: src/inspect-fs.c:610 src/inspect.c:539
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect-fs-unix.c:921
-msgid "could not parse /etc/fstab or empty file"
-msgstr ""
-
#: src/inspect-fs.c:393 src/inspect-fs.c:406
#, c-format
msgid "could not parse integer in version number: %s"
@@ -6703,44 +6680,44 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "guestfs_launchకు ముందుగా మీరు guestfs_add_driveను పిలువవలెను"
-#: src/launch-direct.c:872 src/launch-libvirt.c:541
+#: src/launch-direct.c:873 src/launch-libvirt.c:541
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu ఆరంభించబడింది మరియు డెమోన్ను సంప్రదించింది, అయితే state != READY"
-#: src/launch-direct.c:1274 src/launch-libvirt.c:1284
+#: src/launch-direct.c:1275 src/launch-libvirt.c:1284
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr ""
-#: src/launch-direct.c:1432
+#: src/launch-direct.c:1433
msgid "discard cannot be enabled on this drive: qemu < 1.5"
msgstr ""
-#: src/launch-direct.c:1441
+#: src/launch-direct.c:1442
msgid ""
"discard cannot be enabled on this drive: the drive has a read-only overlay"
msgstr ""
-#: src/launch-direct.c:1448
+#: src/launch-direct.c:1449
msgid ""
"discard cannot be enabled on this drive: you have to specify the format of "
"the file"
msgstr ""
-#: src/launch-direct.c:1456
+#: src/launch-direct.c:1457
msgid ""
"discard cannot be enabled on this drive: qemu < 1.6 cannot do discard on "
"qcow2 files"
msgstr ""
-#: src/launch-direct.c:1464
+#: src/launch-direct.c:1465
#, c-format
msgid ""
"discard cannot be enabled on this drive: qemu does not support discard for "
"'%s' format files"
msgstr ""
-#: src/launch-direct.c:1487
+#: src/launch-direct.c:1488
#, c-format
msgid ""
"discard cannot be enabled on this drive: protocol '%s' does not support "
@@ -6879,7 +6856,7 @@ msgid ""
"uml backend does not support drives with 'discard' parameter set to 'enable'"
msgstr ""
-#: src/launch-uml.c:476
+#: src/launch-uml.c:473
msgid "vmlinux launched and contacted daemon, but state != READY"
msgstr ""
diff --git a/po/uk.po b/po/uk.po
index f3a8c0a..a6ee941 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2014-07-04 12:43+0100\n"
+"POT-Creation-Date: 2014-07-26 21:49+0100\n"
"PO-Revision-Date: 2014-03-26 16:49+0000\n"
"Last-Translator: rjones <rjones at redhat.com>\n"
"Language-Team: Ukrainian (http://www.transifex.com/projects/p/fedora/"
@@ -68,15 +68,15 @@ msgstr ""
"\n"
"%!"
-#: ../resize/resize.ml:867
+#: ../resize/resize.ml:868
msgid " An extra partition will be created for the surplus."
msgstr " На решті простору сховища буде створено додатковий розділ."
-#: ../resize/resize.ml:852 ../resize/resize.ml:833
+#: ../resize/resize.ml:853 ../resize/resize.ml:834
msgid " The %s on %s will be expanded using the '%s' method."
msgstr " %s на %s буде розширено за допомогою методу «%s»."
-#: ../resize/resize.ml:869
+#: ../resize/resize.ml:870
msgid ""
" The surplus space is not large enough for an extra partition to be created "
"and so it will just be ignored."
@@ -84,7 +84,7 @@ msgstr ""
" Залишок місця недостатньо великий для створення нового розділу, отже його "
"буде просто проігноровано."
-#: ../resize/resize.ml:871
+#: ../resize/resize.ml:872
msgid ""
" The surplus space will be ignored. Run a partitioning program in the "
"guest to partition this extra space if you want."
@@ -154,7 +154,7 @@ msgid ""
"complete output."
msgstr ""
-#: ../resize/resize.ml:660
+#: ../resize/resize.ml:661
msgid ""
"%s: This extended partition contains logical partitions which might be "
"damaged by shrinking it. If you want to shrink this partition, you need to "
@@ -169,11 +169,11 @@ msgstr ""
"(Це повідомлення про помилку є наслідком використання параметра «%s» у рядку "
"команди.)"
-#: ../resize/resize.ml:849
+#: ../resize/resize.ml:850
msgid "%s: This logical volume will be expanded to maximum size."
msgstr "%s: цей логічний том буде розширено до максимального розміру."
-#: ../resize/resize.ml:656
+#: ../resize/resize.ml:657
msgid ""
"%s: This partition contains a %s filesystem which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -189,7 +189,7 @@ msgstr ""
"повідомлення про помилку є наслідком використання параметра «%s» у рядку "
"команди.)"
-#: ../resize/resize.ml:652
+#: ../resize/resize.ml:653
msgid ""
"%s: This partition contains an LVM physical volume which will be damaged by "
"shrinking it below %Ld bytes (user asked to shrink it to %Ld bytes). If you "
@@ -205,7 +205,7 @@ msgstr ""
"повідомлення про помилку є наслідком використання параметра «%s» у рядку "
"команди.)"
-#: ../resize/resize.ml:649
+#: ../resize/resize.ml:650
msgid ""
"%s: This partition has unknown content which might be damaged by shrinking "
"it. If you want to shrink this partition, you need to use the '--resize-"
@@ -218,7 +218,7 @@ msgstr ""
"бути знищення всіх даних на розділі. (Це повідомлення про помилку є "
"наслідком використання параметра «%s» у рядку команди.)"
-#: ../resize/resize.ml:826
+#: ../resize/resize.ml:827
msgid ""
"%s: This partition will be created, but the contents will be ignored (ie. "
"not copied to the target)."
@@ -226,15 +226,15 @@ msgstr ""
"%s: цей розділ буде створено, але дані буде проігноровано (тобто дані не "
"буде скопійовано на отриманий у результаті розділ)."
-#: ../resize/resize.ml:828
+#: ../resize/resize.ml:829
msgid "%s: This partition will be deleted."
msgstr "%s: цей розділ буде вилучено."
-#: ../resize/resize.ml:824
+#: ../resize/resize.ml:825
msgid "%s: This partition will be left alone."
msgstr "%s: цей розділ не буде змінено."
-#: ../resize/resize.ml:830
+#: ../resize/resize.ml:831
msgid "%s: This partition will be resized from %s to %s."
msgstr "%s: розмір цього розділу буде змінено з %s на %s."
@@ -315,17 +315,21 @@ msgstr "%s: порожній аргумент параметра --expand"
msgid "%s: error: %s"
msgstr "%s: помилка: %s"
+#: ../sysprep/main.ml:297
+msgid "%s: error: %s\n"
+msgstr ""
+
#: ../customize/customize_run.ml:183
msgid "%s: error: %s is not a regular file in the guest\n"
msgstr ""
-#: ../sparsify/sparsify.ml:52 ../resize/resize.ml:1308
-#: ../builder/builder.ml:740
+#. ../builder/builder.ml:740
+#: ../sysprep/main.ml:290 ../sparsify/sparsify.ml:52 ../resize/resize.ml:1309
msgid "%s: error: %s: %s\n"
msgstr "%s: помилка: %s: %s\n"
-#: ../sparsify/sparsify.ml:55 ../resize/resize.ml:1311
-#: ../builder/builder.ml:743
+#. ../builder/builder.ml:743
+#: ../sysprep/main.ml:293 ../sparsify/sparsify.ml:55 ../resize/resize.ml:1312
msgid "%s: error: %s: %s: %s\n"
msgstr "%s: помилка: %s: %s: %s\n"
@@ -347,7 +351,7 @@ msgstr "%s: помилка: немає каталогу кешування\n"
#. ../customize/customize_main.ml:262
#. ../builder/builder.ml:761
-#: ../sparsify/sparsify.ml:74 ../resize/resize.ml:1330
+#: ../sysprep/main.ml:316 ../sparsify/sparsify.ml:74 ../resize/resize.ml:1331
msgid "%s: exception: %s\n"
msgstr "%s: виключення: %s\n"
@@ -355,8 +359,8 @@ msgstr "%s: виключення: %s\n"
msgid "%s: failed to download %s: HTTP status code %s\n"
msgstr "%s: не вдалося отримати %s: код стану HTTP %s\n"
-#: ../sparsify/sparsify.ml:62 ../resize/resize.ml:1318
-#: ../builder/builder.ml:749
+#. ../builder/builder.ml:749
+#: ../sysprep/main.ml:303 ../sparsify/sparsify.ml:62 ../resize/resize.ml:1319
msgid "%s: failure: %s\n"
msgstr "%s: помилка: %s\n"
@@ -387,20 +391,20 @@ msgstr ""
#. ../customize/customize_main.ml:259
#. ../builder/builder.ml:758
-#: ../sparsify/sparsify.ml:71 ../resize/resize.ml:1327
+#: ../sysprep/main.ml:313 ../sparsify/sparsify.ml:71 ../resize/resize.ml:1328
msgid "%s: internal error: Not_found exception was thrown\n"
msgstr "%s: внутрішня помилка: сталося виключення Not_found\n"
#. ../customize/customize_main.ml:255
#. ../builder/builder.ml:755
-#: ../sparsify/sparsify.ml:68 ../resize/resize.ml:1324
+#: ../sysprep/main.ml:309 ../sparsify/sparsify.ml:68 ../resize/resize.ml:1325
msgid "%s: internal error: assertion failed at %s, line %d, char %d\n"
msgstr "%s: внутрішня помилка: помилка твердження у %s, рядок %d, символ %d\n"
#. ../customize/customize_main.ml:252
#. ../builder/sources.ml:125
#. ../builder/builder.ml:752
-#: ../sparsify/sparsify.ml:65 ../resize/resize.ml:1321
+#: ../sysprep/main.ml:306 ../sparsify/sparsify.ml:65 ../resize/resize.ml:1322
msgid "%s: internal error: invalid argument: %s\n"
msgstr "%s: внутрішня помилка: некоректний аргумент: %s\n"
@@ -417,8 +421,8 @@ msgstr ""
msgid "%s: invalid password selector '%s'; see the man page.\n"
msgstr ""
-#: ../sparsify/sparsify.ml:59 ../resize/resize.ml:1315
-#: ../builder/builder.ml:746
+#. ../builder/builder.ml:746
+#: ../sysprep/main.ml:300 ../sparsify/sparsify.ml:59 ../resize/resize.ml:1316
msgid "%s: libguestfs error: %s\n"
msgstr "%s: помилка libguestfs: %s\n"
@@ -426,7 +430,7 @@ msgstr "%s: помилка libguestfs: %s\n"
msgid "%s: log file %s: %s (ignored)\n"
msgstr ""
-#: ../resize/resize.ml:807
+#: ../resize/resize.ml:808
msgid ""
"%s: logical volume not found in the source disk image (this error came from "
"'--lv-expand' option on the command line). Try running this command: virt-"
@@ -437,11 +441,11 @@ msgstr ""
"Спробуйте віддати таку команду: virt-filesystems --logical-volumes --long -a "
"%s"
-#: ../resize/resize.ml:678
+#: ../resize/resize.ml:679
msgid "%s: missing size field in '%s' option"
msgstr "%s: не вказано аргумент розміру у параметрі «%s»"
-#: ../resize/resize.ml:687
+#: ../resize/resize.ml:688
msgid "%s: new partition size is zero or negative"
msgstr "%s: розмір нового розділу є нульовим або від’ємним"
@@ -483,19 +487,19 @@ msgstr ""
"блоковому пристрої. Потрібний розмір = %s, блоковий пристрій результату = "
"%s, розмір блокового пристрою = %s\n"
-#: ../resize/resize.ml:600
+#: ../resize/resize.ml:601
msgid "%s: partition already deleted, you cannot use it in '%s' option"
msgstr ""
"%s: розділ вже вилучено, ви не можете використовувати його у аргументах "
"параметра «%s»"
-#: ../resize/resize.ml:596
+#: ../resize/resize.ml:597
msgid "%s: partition already ignored, you cannot use it in '%s' option"
msgstr ""
"%s: розділ вже пропущено, ви не можете використовувати його у аргументах "
"параметра «%s»"
-#: ../resize/resize.ml:592
+#: ../resize/resize.ml:593
msgid ""
"%s: partition not found in the source disk image (this error came from '%s' "
"option on the command line). Try running this command: virt-filesystems --"
@@ -505,11 +509,11 @@ msgstr ""
"повідомлення є використання параметра «%s» у командному рядку). Спробуйте "
"віддати таку команду: virt-filesystems --partitions --long -a %s"
-#: ../resize/resize.ml:503
+#: ../resize/resize.ml:504
msgid "%s: partition size %Ld < filesystem size %Ld"
msgstr "%s: розмір розділу, %Ld < розміру файлової системи, %Ld"
-#: ../resize/resize.ml:498
+#: ../resize/resize.ml:499
msgid "%s: partition size %Ld < physical volume size %Ld"
msgstr "%s: розмір розділу, %Ld < розмір фізичного тому, %Ld"
@@ -597,15 +601,15 @@ msgstr ""
"Коротке резюме параметрів наведено нижче. Щоб отримати докладну довідку,\n"
"будь ласка, ознайомтеся зі сторінкою підручника (man) virt-resize()\n"
-#: ../resize/resize.ml:634
+#: ../resize/resize.ml:635
msgid "%s: this partition has already been ignored or deleted"
msgstr "%s: цей розділ вже проігноровано або вилучено"
-#: ../resize/resize.ml:630
+#: ../resize/resize.ml:631
msgid "%s: this partition has already been marked for resizing"
msgstr "%s: цей розділ вже було позначено для зміни розміру"
-#: ../resize/resize.ml:513
+#: ../resize/resize.ml:514
msgid "%s: this partition overlaps the previous one"
msgstr "%s: цей розділ перекривається з попереднім"
@@ -795,7 +799,7 @@ msgstr ""
msgid "Copying"
msgstr "Копіювання"
-#: ../resize/resize.ml:1109
+#: ../resize/resize.ml:1110
msgid ""
"Copying %s ...\n"
"%!"
@@ -1045,7 +1049,7 @@ msgstr "Розширити логічний том"
msgid "Expand partition"
msgstr "Розширити розділ"
-#: ../resize/resize.ml:1271
+#: ../resize/resize.ml:1272
msgid ""
"Expanding %s using the '%s' method ...\n"
"%!"
@@ -1053,7 +1057,7 @@ msgstr ""
"Розширення %s за допомогою методу «%s»…\n"
"%!"
-#: ../resize/resize.ml:1252
+#: ../resize/resize.ml:1253
msgid ""
"Expanding %s%s using the '%s' method ...\n"
"%!"
@@ -1077,7 +1081,7 @@ msgstr ""
msgid "FILE:EXPR"
msgstr ""
-#: ../resize/resize.ml:926
+#: ../resize/resize.ml:927
msgid ""
"Failed to initialize the partition table on the target disk. You need to "
"wipe or recreate the target disk and then run virt-resize again.\n"
@@ -1118,7 +1122,7 @@ msgstr "Відбиток: %s\n"
msgid "Finishing off"
msgstr "Остаточне коригування"
-#: ../resize/resize.ml:1170
+#: ../resize/resize.ml:1171
msgid ""
"Fixing first NTFS partition boot record ...\n"
"%!"
@@ -1564,7 +1568,7 @@ msgstr ""
msgid "Remove user at-jobs and cron-jobs"
msgstr "Вилучити завдання at та cron користувачів"
-#: ../resize/resize.ml:1298
+#: ../resize/resize.ml:1299
msgid ""
"Resize operation completed with no errors. Before deleting the old disk, "
"carefully check that the resized disk boots and works correctly.\n"
@@ -1772,7 +1776,7 @@ msgstr ""
msgid "Setting the timezone: %s"
msgstr ""
-#: ../resize/resize.ml:905
+#: ../resize/resize.ml:906
msgid ""
"Setting up initial partition table on %s ...\n"
"%!"
@@ -1952,7 +1956,7 @@ msgstr ""
msgid "There are no notes for %s\n"
msgstr "Немає нотаток щодо %s\n"
-#: ../resize/resize.ml:792
+#: ../resize/resize.ml:793
msgid ""
"There is a deficit of %Ld bytes (%s). You need to make the target disk "
"larger by at least this amount or adjust your resizing requests."
@@ -1960,7 +1964,7 @@ msgstr ""
"Не вистачає %Ld байтів (%s). Вам слід збільшити розмір диска призначення "
"принаймні на цей об’єм або скоригувати ваші запити щодо зміни розмірів."
-#: ../resize/resize.ml:864
+#: ../resize/resize.ml:865
msgid "There is a surplus of %s."
msgstr "Маємо надлишок у %s."
@@ -2042,7 +2046,7 @@ msgstr ""
msgid "Writing: %s"
msgstr ""
-#: ../resize/resize.ml:763
+#: ../resize/resize.ml:764
msgid ""
"You cannot use --expand when there is no surplus space to expand into. You "
"need to make the target disk larger by at least %s."
@@ -2050,7 +2054,7 @@ msgstr ""
"Не можна використовувати --expand, якщо немає залишку місця для розширення. "
"Вам слід зробити диск призначення більшим, принаймні на %s."
-#: ../resize/resize.ml:775
+#: ../resize/resize.ml:776
msgid ""
"You cannot use --shrink when there is no deficit (see 'deficit' in the virt-"
"resize(1) man page)."
@@ -2164,14 +2168,10 @@ msgstr "зайвий параметр у командному рядку"
msgid "file"
msgstr "файл"
-#: ../resize/resize.ml:1167
+#: ../resize/resize.ml:1168
msgid "first partition is NTFS but does not contain NTFS boot loader magic"
msgstr ""
-#: ../customize/firstboot.ml:82
-msgid "firstboot: failed: "
-msgstr ""
-
#. ../resize/resize.ml:203
#. ../resize/resize.ml:191
#. ../customize/customize_main.ml:88
@@ -2187,6 +2187,14 @@ msgstr "файлова система"
msgid "gpg program is not available"
msgstr ""
+#: ../customize/firstboot.ml:114
+msgid "guest type %s is not supported"
+msgstr ""
+
+#: ../customize/firstboot.ml:168
+msgid "guest type %s/%s is not supported"
+msgstr ""
+
#: ../customize/customize_run.ml:211
msgid "hostname could not be set for this type of guest"
msgstr ""
@@ -2221,12 +2229,6 @@ msgid "opts"
msgstr "параметри"
#: ../sparsify/cmdline.ml:167
-msgid "output '%s' cannot be a block device, it must be a regular file"
-msgstr ""
-"результатом «%s» не може бути блоковий пристрій, результатом має бути "
-"звичайний файл"
-
-#: ../sparsify/cmdline.ml:171
msgid "output '%s' cannot be a character device, it must be a regular file"
msgstr ""
"результатом «%s» не може бути символьний пристрій, результатом має бути "
@@ -2252,7 +2254,7 @@ msgstr ""
msgid "passwords could not be set for this type of guest"
msgstr ""
-#: ../resize/resize.ml:962 ../resize/resize.ml:938
+#: ../resize/resize.ml:963 ../resize/resize.ml:939
msgid "pread-device: short read"
msgstr "pread-device: коротке читання"
@@ -2286,35 +2288,7 @@ msgstr "помилка скрипту"
msgid "sectors"
msgstr "сектори"
-#: ../sysprep/main.ml:290
-msgid "sysprep operation failed: %s\n"
-msgstr "помилка під час дії sysprep: %s\n"
-
-#: ../sysprep/main.ml:302
-msgid "sysprep operation failed: exception: %s\n"
-msgstr "помилка під час дії sysprep: виключення: %s\n"
-
-#: ../sysprep/main.ml:299
-msgid ""
-"sysprep operation failed: internal error: Not_found exception was thrown\n"
-msgstr ""
-"помилка під час дії sysprep: внутрішня помилка: сталося виключення "
-"Not_found\n"
-
-#: ../sysprep/main.ml:296
-msgid ""
-"sysprep operation failed: internal error: assertion failed at %s, line %d, "
-"char %d\n"
-msgstr ""
-"помилка під час дії sysprep: внутрішня помилка: помилка твердження у %s, "
-"рядок %d, символ %d\n"
-
-#: ../sysprep/main.ml:293
-msgid "sysprep operation failed: internal error: invalid argument: %s\n"
-msgstr ""
-"помилка під час дії sysprep: внутрішня помилка: некоректний аргумент: %s\n"
-
-#: ../resize/resize.ml:444
+#: ../resize/resize.ml:445
msgid "the source disk has no partitions"
msgstr "на початковому диску немає розділів"
@@ -2571,24 +2545,24 @@ msgstr "virt-sysprep: скрипт: помилка (код %d)\n"
msgid "virt-sysprep: script: killed by signal (%d)\n"
msgstr "virt-sysprep: скрипт: перервано сигналом (%d)\n"
-#: ../sparsify/cmdline.ml:178
+#: ../sparsify/cmdline.ml:174
msgid "you cannot use --in-place and --check-tmpdir options together"
msgstr ""
"параметри --in-place і --check-tmpdir не можна використовувати одночасно"
-#: ../sparsify/cmdline.ml:181
+#: ../sparsify/cmdline.ml:177
msgid "you cannot use --in-place and --compress options together"
msgstr "параметри --in-place і --compress не можна використовувати одночасно"
-#: ../sparsify/cmdline.ml:184
+#: ../sparsify/cmdline.ml:180
msgid "you cannot use --in-place and --convert options together"
msgstr "параметри --in-place і --convert не можна використовувати одночасно"
-#: ../sparsify/cmdline.ml:187
+#: ../sparsify/cmdline.ml:183
msgid "you cannot use --in-place and -o options together"
msgstr "параметри --in-place і --o не можна використовувати одночасно"
-#: ../resize/resize.ml:751
+#: ../resize/resize.ml:752
msgid "you cannot use options --expand and --shrink together"
msgstr "не можна одночасно використовувати параметри --expand і --shrink"
@@ -6917,12 +6891,12 @@ msgstr "%s: підтримку NTFS було вимкнено під час зб
msgid "%s: %s command failed\n"
msgstr "%s: не вдалося виконати команду %s\n"
-#: make-fs/make-fs.c:428
+#: make-fs/make-fs.c:426
#, c-format
msgid "%s: cannot parse the output of 'du' command: %s\n"
msgstr "%s: не вдалося виконати обробку результатів виконання команди du: %s\n"
-#: make-fs/make-fs.c:464
+#: make-fs/make-fs.c:461
#, c-format
msgid ""
"%s: %s: input is not a directory, tar archive or compressed tar archive\n"
@@ -6930,17 +6904,17 @@ msgstr ""
"%s: %s: вхідний об’єкт не є каталогом, архівом tar або стисненим архівом "
"tar\n"
-#: make-fs/make-fs.c:495
+#: make-fs/make-fs.c:492
#, c-format
msgid "%s: %s: unknown compressed input format (%s)\n"
msgstr "%s: %s: невідомий формат стискання вхідних даних (%s)\n"
-#: make-fs/make-fs.c:618
+#: make-fs/make-fs.c:615
#, c-format
msgid "%s: %s: invalid size parameter '%s' (%s returned %d)\n"
msgstr "%s: %s: некоректний параметр розміру «%s» (%s повернуто %d)\n"
-#: make-fs/make-fs.c:818
+#: make-fs/make-fs.c:815
#, c-format
msgid "%s: subprocess failed\n"
msgstr "%s: помилка підпроцесу\n"
@@ -7731,16 +7705,12 @@ msgid "release file %s is empty or malformed"
msgstr "файл випуску %s є порожнім або форматованим з помилками"
#: src/inspect-fs-unix.c:253 src/inspect-fs-unix.c:335
-#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1579 src/inspect-fs.c:564
+#: src/inspect-fs-unix.c:879 src/inspect-fs-unix.c:1574 src/inspect-fs.c:564
#: src/inspect-fs.c:610 src/inspect.c:539
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr "розмір %s неймовірно великий (%<PRIi64> байтів)"
-#: src/inspect-fs-unix.c:921
-msgid "could not parse /etc/fstab or empty file"
-msgstr "не вдалося обробити /etc/fstab або порожній файл"
-
#: src/inspect-fs.c:393 src/inspect-fs.c:406
#, c-format
msgid "could not parse integer in version number: %s"
@@ -7802,36 +7772,36 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "вам слід викликати guestfs_add_drive перед викликом guestfs_launch"
-#: src/launch-direct.c:872 src/launch-libvirt.c:541
+#: src/launch-direct.c:873 src/launch-libvirt.c:541
msgid "qemu launched and contacted daemon, but state != READY"
msgstr ""
"qemu запущено, встановлено зв’язок з фоновою службою, але стан процесу не "
"дорівнює READY"
-#: src/launch-direct.c:1274 src/launch-libvirt.c:1284
+#: src/launch-direct.c:1275 src/launch-libvirt.c:1284
#, c-format
msgid "realpath: could not convert '%s' to absolute path"
msgstr "realpath: не вдалося перетворити «%s» на абсолютний шлях"
-#: src/launch-direct.c:1432
+#: src/launch-direct.c:1433
msgid "discard cannot be enabled on this drive: qemu < 1.5"
msgstr "не можна вмикати discard для цього диска: qemu < 1.5"
-#: src/launch-direct.c:1441
+#: src/launch-direct.c:1442
msgid ""
"discard cannot be enabled on this drive: the drive has a read-only overlay"
msgstr ""
"не можна вмикати discard для цього диска: на диску є призначена лише для "
"читання накладка"
-#: src/launch-direct.c:1448
+#: src/launch-direct.c:1449
msgid ""
"discard cannot be enabled on this drive: you have to specify the format of "
"the file"
msgstr ""
"не можна вмикати discard для цього диска: вам слід вказати формат файла"
-#: src/launch-direct.c:1456
+#: src/launch-direct.c:1457
msgid ""
"discard cannot be enabled on this drive: qemu < 1.6 cannot do discard on "
"qcow2 files"
@@ -7839,7 +7809,7 @@ msgstr ""
"не можна вмикати discard для цього диска: у qemu < 1.6 не передбачено "
"підтримки discard для файлів qcow2"
-#: src/launch-direct.c:1464
+#: src/launch-direct.c:1465
#, c-format
msgid ""
"discard cannot be enabled on this drive: qemu does not support discard for "
@@ -7848,7 +7818,7 @@ msgstr ""
"не можна вмикати discard для цього диска: у qemu не передбачено підтримки "
"discard для файлів у форматі «%s»"
-#: src/launch-direct.c:1487
+#: src/launch-direct.c:1488
#, c-format
msgid ""
"discard cannot be enabled on this drive: protocol '%s' does not support "
@@ -8029,7 +7999,7 @@ msgstr ""
"у модулі uml не передбачено підтримки дисків зі значенням параметра discard "
"рівним enable"
-#: src/launch-uml.c:476
+#: src/launch-uml.c:473
msgid "vmlinux launched and contacted daemon, but state != READY"
msgstr ""
"vmlinux запущено, встановлено зв’язок з фоновою службою, але стан процесу не "
@@ -8555,6 +8525,37 @@ msgstr "virt-win-reg: {p}: не вдалося отримати файл рег
msgid "virt-win-reg: {p}: could not upload registry file: {err}\n"
msgstr "virt-win-reg: {p}: не вдалося вивантажити файл регістра: {err}\n"
+#~ msgid "output '%s' cannot be a block device, it must be a regular file"
+#~ msgstr ""
+#~ "результатом «%s» не може бути блоковий пристрій, результатом має бути "
+#~ "звичайний файл"
+
+#~ msgid "sysprep operation failed: %s\n"
+#~ msgstr "помилка під час дії sysprep: %s\n"
+
+#~ msgid "sysprep operation failed: exception: %s\n"
+#~ msgstr "помилка під час дії sysprep: виключення: %s\n"
+
+#~ msgid ""
+#~ "sysprep operation failed: internal error: Not_found exception was thrown\n"
+#~ msgstr ""
+#~ "помилка під час дії sysprep: внутрішня помилка: сталося виключення "
+#~ "Not_found\n"
+
+#~ msgid ""
+#~ "sysprep operation failed: internal error: assertion failed at %s, line "
+#~ "%d, char %d\n"
+#~ msgstr ""
+#~ "помилка під час дії sysprep: внутрішня помилка: помилка твердження у %s, "
+#~ "рядок %d, символ %d\n"
+
+#~ msgid "sysprep operation failed: internal error: invalid argument: %s\n"
+#~ msgstr ""
+#~ "помилка під час дії sysprep: внутрішня помилка: некоректний аргумент: %s\n"
+
+#~ msgid "could not parse /etc/fstab or empty file"
+#~ msgstr "не вдалося обробити /etc/fstab або порожній файл"
+
#~ msgid ""
#~ "%s: If reporting bugs, run %s with debugging enabled (-v) and include the "
#~ "complete output."
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list