summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BUGS11
-rw-r--r--configure.ac2
-rw-r--r--po-docs/ja.po99
-rw-r--r--po-docs/libguestfs-docs.pot95
-rw-r--r--po/es.po24
-rw-r--r--po/gu.po24
-rw-r--r--po/hi.po24
-rw-r--r--po/kn.po24
-rw-r--r--po/libguestfs.pot26
-rw-r--r--po/ml.po24
-rw-r--r--po/mr.po24
-rw-r--r--po/nl.po24
-rw-r--r--po/or.po24
-rw-r--r--po/pa.po24
-rw-r--r--po/pl.po24
-rw-r--r--po/ta.po24
-rw-r--r--po/te.po24
17 files changed, 312 insertions, 209 deletions
diff --git a/BUGS b/BUGS
index 642dce29..67a671f6 100644
--- a/BUGS
+++ b/BUGS
@@ -1,5 +1,5 @@
NOTE: This file is automatically generated from "update-bugs.sh".
-Last updated: 2011-07-27
+Last updated: 2011-08-07
This contains a local list of the bugs that are open against
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
@@ -50,6 +50,15 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
723474 NEW https://bugzilla.redhat.com/show_bug.cgi?id=723474
If hivex and/or pcre not installed, libguestfs fails to compile
+727178 NEW https://bugzilla.redhat.com/show_bug.cgi?id=727178
+ error: luks_open: cryptsetup: error while loading shared libraries: libfipscheck.so.1: cannot open shared object file: No such file or directory
+
+727247 NEW https://bugzilla.redhat.com/show_bug.cgi?id=727247
+ should not depend on MAKEDEV
+
+728224 NEW https://bugzilla.redhat.com/show_bug.cgi?id=728224
+ configure can't find qemu on PPC
+
563450 NEW https://bugzilla.redhat.com/show_bug.cgi?id=563450
list-devices returns devices of different types out of order
diff --git a/configure.ac b/configure.ac
index 13aedfd6..89190125 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
# major/minor/release must be numbers
m4_define([libguestfs_major], [1])
m4_define([libguestfs_minor], [8])
-m4_define([libguestfs_release], [10])
+m4_define([libguestfs_release], [11])
# extra can be any string
m4_define([libguestfs_extra], [])
diff --git a/po-docs/ja.po b/po-docs/ja.po
index e2f9b154..bbc10825 100644
--- a/po-docs/ja.po
+++ b/po-docs/ja.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
-"POT-Creation-Date: 2011-07-16 10:13+0200\n"
+"POT-Creation-Date: 2011-08-07 23:12+0200\n"
"PO-Revision-Date: 2010-09-02 14:46+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3099,14 +3099,13 @@ msgstr ""
msgid "guestfs_set_out_of_memory_handler"
msgstr ""
-# type: verbatim
#. type: verbatim
#: ../src/guestfs.pod:1394
#, no-wrap
msgid ""
" typedef void (*guestfs_abort_cb) (void);\n"
-" int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
-" guestfs_abort_cb);\n"
+" void guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
+" guestfs_abort_cb);\n"
"\n"
msgstr ""
@@ -5751,14 +5750,12 @@ msgstr ""
msgid "This function returns 0 on success or -1 on error."
msgstr ""
-# type: textblock
#. type: textblock
#: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:240
-#: ../src/guestfs-actions.pod:261 ../fish/guestfish-actions.pod:28
-#: ../fish/guestfish-actions.pod:151 ../fish/guestfish-actions.pod:165
+#: ../src/guestfs-actions.pod:261
msgid ""
-"This function is deprecated. In new code, use the C<add_drive_opts> call "
-"instead."
+"This function is deprecated. In new code, use the L</"
+"guestfs_add_drive_opts> call instead."
msgstr ""
# type: textblock
@@ -8707,12 +8704,11 @@ msgid ""
"allocates a file in the host and attaches it as a device."
msgstr ""
-# type: textblock
#. type: textblock
-#: ../src/guestfs-actions.pod:1432 ../fish/guestfish-actions.pod:946
+#: ../src/guestfs-actions.pod:1432
msgid ""
-"This function is deprecated. In new code, use the C<fallocate64> call "
-"instead."
+"This function is deprecated. In new code, use the L</guestfs_fallocate64> "
+"call instead."
msgstr ""
# type: =head2
@@ -9624,11 +9620,11 @@ msgid ""
"This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
msgstr ""
-# type: textblock
#. type: textblock
-#: ../src/guestfs-actions.pod:1915 ../fish/guestfish-actions.pod:1300
+#: ../src/guestfs-actions.pod:1915
msgid ""
-"This function is deprecated. In new code, use the C<vfs_label> call instead."
+"This function is deprecated. In new code, use the L</guestfs_vfs_label> "
+"call instead."
msgstr ""
# type: textblock
@@ -9662,11 +9658,11 @@ msgid ""
"This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
msgstr ""
-# type: textblock
#. type: textblock
-#: ../src/guestfs-actions.pod:1936 ../fish/guestfish-actions.pod:1314
+#: ../src/guestfs-actions.pod:1936
msgid ""
-"This function is deprecated. In new code, use the C<vfs_uuid> call instead."
+"This function is deprecated. In new code, use the L</guestfs_vfs_uuid> call "
+"instead."
msgstr ""
# type: =head2
@@ -13936,11 +13932,11 @@ msgid ""
"cluster size."
msgstr ""
-# type: textblock
#. type: textblock
-#: ../src/guestfs-actions.pod:4185 ../fish/guestfish-actions.pod:2814
+#: ../src/guestfs-actions.pod:4185
msgid ""
-"This function is deprecated. In new code, use the C<mkfs_opts> call instead."
+"This function is deprecated. In new code, use the L</guestfs_mkfs_opts> "
+"call instead."
msgstr ""
# type: =head2
@@ -19204,11 +19200,11 @@ msgid ""
"I<not> work, even if the length is specified."
msgstr ""
-# type: textblock
#. type: textblock
-#: ../src/guestfs-actions.pod:6978 ../fish/guestfish-actions.pod:4627
+#: ../src/guestfs-actions.pod:6978
msgid ""
-"This function is deprecated. In new code, use the C<write> call instead."
+"This function is deprecated. In new code, use the L</guestfs_write> call "
+"instead."
msgstr ""
# type: =head2
@@ -19459,11 +19455,11 @@ msgid ""
"files."
msgstr ""
-# type: textblock
#. type: textblock
-#: ../src/guestfs-actions.pod:7147 ../fish/guestfish-actions.pod:4724
+#: ../src/guestfs-actions.pod:7147
msgid ""
-"This function is deprecated. In new code, use the C<file> call instead."
+"This function is deprecated. In new code, use the L</guestfs_file> call "
+"instead."
msgstr ""
# type: =head2
@@ -23136,6 +23132,14 @@ msgid ""
"drive-ro> instead."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:151
+#: ../fish/guestfish-actions.pod:165
+msgid ""
+"This function is deprecated. In new code, use the L</add_drive_opts> call "
+"instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:35
@@ -24442,6 +24446,13 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:946
+msgid ""
+"This function is deprecated. In new code, use the L</fallocate64> call "
+"instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:953
@@ -24779,6 +24790,13 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:1300
+msgid ""
+"This function is deprecated. In new code, use the L</vfs_label> call "
+"instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:1307
@@ -24794,6 +24812,12 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:1314
+msgid ""
+"This function is deprecated. In new code, use the L</vfs_uuid> call instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:1321
@@ -26893,6 +26917,13 @@ msgid ""
"filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:2814
+msgid ""
+"This function is deprecated. In new code, use the L</mkfs_opts> call "
+"instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:2821
@@ -29652,6 +29683,12 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:4627
+msgid ""
+"This function is deprecated. In new code, use the L</write> call instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:4634
@@ -29793,6 +29830,12 @@ msgid ""
"Since 1.0.63, use L</file> instead which can now process compressed files."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:4724
+msgid ""
+"This function is deprecated. In new code, use the L</file> call instead."
+msgstr ""
+
# type: =head2
#. type: =head2
#: ../fish/guestfish-actions.pod:4731
diff --git a/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot
index 19168e97..f13fd1c0 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.8.10\n"
+"Project-Id-Version: libguestfs 1.8.11\n"
"Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
-"POT-Creation-Date: 2011-07-27 15:47+0200\n"
+"POT-Creation-Date: 2011-08-07 23:12+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2696,8 +2696,8 @@ msgstr ""
#, no-wrap
msgid ""
" typedef void (*guestfs_abort_cb) (void);\n"
-" int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
-" guestfs_abort_cb);\n"
+" void guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
+" guestfs_abort_cb);\n"
"\n"
msgstr ""
@@ -5026,10 +5026,10 @@ msgid "This function returns 0 on success or -1 on error."
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:240 ../src/guestfs-actions.pod:261 ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:151 ../fish/guestfish-actions.pod:165
+#: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:240 ../src/guestfs-actions.pod:261
msgid ""
-"This function is deprecated. In new code, use the C<add_drive_opts> call "
-"instead."
+"This function is deprecated. In new code, use the "
+"L</guestfs_add_drive_opts> call instead."
msgstr ""
#. type: textblock
@@ -7426,10 +7426,10 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1432 ../fish/guestfish-actions.pod:946
+#: ../src/guestfs-actions.pod:1432
msgid ""
-"This function is deprecated. In new code, use the C<fallocate64> call "
-"instead."
+"This function is deprecated. In new code, use the L</guestfs_fallocate64> "
+"call instead."
msgstr ""
#. type: =head2
@@ -8207,10 +8207,10 @@ msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device>
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1915 ../fish/guestfish-actions.pod:1300
+#: ../src/guestfs-actions.pod:1915
msgid ""
-"This function is deprecated. In new code, use the C<vfs_label> call "
-"instead."
+"This function is deprecated. In new code, use the L</guestfs_vfs_label> "
+"call instead."
msgstr ""
#. type: textblock
@@ -8239,8 +8239,10 @@ msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>.
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:1936 ../fish/guestfish-actions.pod:1314
-msgid "This function is deprecated. In new code, use the C<vfs_uuid> call instead."
+#: ../src/guestfs-actions.pod:1936
+msgid ""
+"This function is deprecated. In new code, use the L</guestfs_vfs_uuid> call "
+"instead."
msgstr ""
#. type: =head2
@@ -11908,10 +11910,10 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:4185 ../fish/guestfish-actions.pod:2814
+#: ../src/guestfs-actions.pod:4185
msgid ""
-"This function is deprecated. In new code, use the C<mkfs_opts> call "
-"instead."
+"This function is deprecated. In new code, use the L</guestfs_mkfs_opts> "
+"call instead."
msgstr ""
#. type: =head2
@@ -16512,8 +16514,10 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:6978 ../fish/guestfish-actions.pod:4627
-msgid "This function is deprecated. In new code, use the C<write> call instead."
+#: ../src/guestfs-actions.pod:6978
+msgid ""
+"This function is deprecated. In new code, use the L</guestfs_write> call "
+"instead."
msgstr ""
#. type: =head2
@@ -16729,8 +16733,10 @@ msgid ""
msgstr ""
#. type: textblock
-#: ../src/guestfs-actions.pod:7147 ../fish/guestfish-actions.pod:4724
-msgid "This function is deprecated. In new code, use the C<file> call instead."
+#: ../src/guestfs-actions.pod:7147
+msgid ""
+"This function is deprecated. In new code, use the L</guestfs_file> call "
+"instead."
msgstr ""
#. type: =head2
@@ -19929,6 +19935,13 @@ msgid ""
"L</add-drive-ro> instead."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:151 ../fish/guestfish-actions.pod:165
+msgid ""
+"This function is deprecated. In new code, use the L</add_drive_opts> call "
+"instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:35
msgid "add-domain"
@@ -21055,6 +21068,13 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:946
+msgid ""
+"This function is deprecated. In new code, use the L</fallocate64> call "
+"instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:953
msgid "fallocate64"
@@ -21348,6 +21368,13 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:1300
+msgid ""
+"This function is deprecated. In new code, use the L</vfs_label> call "
+"instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:1307
msgid "get-e2uuid"
@@ -21361,6 +21388,13 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:1314
+msgid ""
+"This function is deprecated. In new code, use the L</vfs_uuid> call "
+"instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:1321
msgid "get-memsize"
@@ -23176,6 +23210,13 @@ msgid ""
"filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:2814
+msgid ""
+"This function is deprecated. In new code, use the L</mkfs_opts> call "
+"instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:2821
msgid "mkfs-opts"
@@ -25565,6 +25606,11 @@ msgid ""
"\n"
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:4627
+msgid "This function is deprecated. In new code, use the L</write> call instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:4634
msgid "zegrep"
@@ -25686,6 +25732,11 @@ msgstr ""
msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
msgstr ""
+#. type: textblock
+#: ../fish/guestfish-actions.pod:4724
+msgid "This function is deprecated. In new code, use the L</file> call instead."
+msgstr ""
+
#. type: =head2
#: ../fish/guestfish-actions.pod:4731
msgid "zgrep"
diff --git a/po/es.po b/po/es.po
index 3233e8f4..99c77f16 100644
--- a/po/es.po
+++ b/po/es.po
@@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: libguestfs.master\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:46+0100\n"
+"POT-Creation-Date: 2011-08-07 23:09+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: Héctor Daniel Cabrera <logan@fedoraproject.org>\n"
"Language-Team: Fedora Spanish <trans-es@lists.fedoraproject.org>\n"
@@ -2892,32 +2892,32 @@ msgstr "libguestfs: error: %s\n"
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:455 src/inspect.c:791 src/inspect.c:2194 src/inspect.c:2237
-#: src/inspect.c:2287
+#: src/inspect.c:455 src/inspect.c:798 src/inspect.c:2201 src/inspect.c:2244
+#: src/inspect.c:2294
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect.c:825
+#: src/inspect.c:832
#, fuzzy
msgid "could not parse /etc/fstab or empty file"
msgstr "no se pudo analizar el tamaño de arranque"
-#: src/inspect.c:1041
+#: src/inspect.c:1048
#, c-format
msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr "no es posible resolver %%SYSTEMROOT%% de Windows"
-#: src/inspect.c:1350
+#: src/inspect.c:1357
#, fuzzy, c-format
msgid "could not parse integer in version number: %s"
msgstr "no se pudo analizar el tamaño de arranque"
-#: src/inspect.c:1444
+#: src/inspect.c:1451
msgid "no inspection data: call guestfs_inspect_os first"
msgstr "no existen datos de inspección: invoque primero a guestfs_inspect_os"
-#: src/inspect.c:1456
+#: src/inspect.c:1463
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -2926,21 +2926,21 @@ msgstr ""
"%s: no se ha encontrado un dispositivo raíz: sólo invoque esta función con "
"un dispositivo raíz previamente obtenido mediante guestfs_inspect_os"
-#: src/inspect.c:1585
+#: src/inspect.c:1592
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1825 src/inspect.c:1847 src/inspect.c:1872
+#: src/inspect.c:1832 src/inspect.c:1854 src/inspect.c:1879
#, fuzzy
msgid "unexpected end of output from db_dump command"
msgstr "salida inesperada del comando 'du'"
-#: src/inspect.c:2296
+#: src/inspect.c:2303
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:2313
+#: src/inspect.c:2320
msgid ""
"inspection API not available since this version of libguestfs was compiled "
"without PCRE or hivex libraries"
diff --git a/po/gu.po b/po/gu.po
index ced61106..7e4b0872 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -8,7 +8,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: 2011-07-27 15:46+0100\n"
+"POT-Creation-Date: 2011-08-07 23:09+0100\n"
"PO-Revision-Date: 2010-02-02 13:45+0530\n"
"Last-Translator: Sweta Kothari <swkothar@redhat.com>\n"
"Language-Team: Gujarati\n"
@@ -2815,53 +2815,53 @@ msgstr "libguestfs: ભૂલ: %s\n"
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:455 src/inspect.c:791 src/inspect.c:2194 src/inspect.c:2237
-#: src/inspect.c:2287
+#: src/inspect.c:455 src/inspect.c:798 src/inspect.c:2201 src/inspect.c:2244
+#: src/inspect.c:2294
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect.c:825
+#: src/inspect.c:832
#, fuzzy
msgid "could not parse /etc/fstab or empty file"
msgstr "વિશિષ્ટ માપ '%s' નું પદચ્છેદન કરી શકાતુ નથી\n"
-#: src/inspect.c:1041
+#: src/inspect.c:1048
#, c-format
msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr ""
-#: src/inspect.c:1350
+#: src/inspect.c:1357
#, fuzzy, c-format
msgid "could not parse integer in version number: %s"
msgstr "વિશિષ્ટ માપ '%s' નું પદચ્છેદન કરી શકાતુ નથી\n"
-#: src/inspect.c:1444
+#: src/inspect.c:1451
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
-#: src/inspect.c:1456
+#: src/inspect.c:1463
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
"previously returned by guestfs_inspect_os"
msgstr ""
-#: src/inspect.c:1585
+#: src/inspect.c:1592
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1825 src/inspect.c:1847 src/inspect.c:1872
+#: src/inspect.c:1832 src/inspect.c:1854 src/inspect.c:1879
#, fuzzy
msgid "unexpected end of output from db_dump command"
msgstr "ફાઇલનો અનિચ્છનીય અંત જ્યારે ડિમન માંથી વાંચી રહ્યા હોય"
-#: src/inspect.c:2296
+#: src/inspect.c:2303
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:2313
+#: src/inspect.c:2320
msgid ""
"inspection API not available since this version of libguestfs was compiled "
"without PCRE or hivex libraries"
diff --git a/po/hi.po b/po/hi.po
index 23c50184..6f164bac 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: libguestfs.master.libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:46+0100\n"
+"POT-Creation-Date: 2011-08-07 23:09+0100\n"
"PO-Revision-Date: 2010-02-16 12:57+0530\n"
"Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n"
"Language-Team: Hindi <Red Hat>\n"
@@ -2818,53 +2818,53 @@ msgstr "libguestfs: error: %s\n"
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:455 src/inspect.c:791 src/inspect.c:2194 src/inspect.c:2237
-#: src/inspect.c:2287
+#: src/inspect.c:455 src/inspect.c:798 src/inspect.c:2201 src/inspect.c:2244
+#: src/inspect.c:2294
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect.c:825
+#: src/inspect.c:832
#, fuzzy
msgid "could not parse /etc/fstab or empty file"
msgstr "आकार विशिष्टता '%s' विश्लेषित नहीं कर सका\n"
-#: src/inspect.c:1041
+#: src/inspect.c:1048
#, c-format
msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr ""
-#: src/inspect.c:1350
+#: src/inspect.c:1357
#, fuzzy, c-format
msgid "could not parse integer in version number: %s"
msgstr "आकार विशिष्टता '%s' विश्लेषित नहीं कर सका\n"
-#: src/inspect.c:1444
+#: src/inspect.c:1451
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
-#: src/inspect.c:1456
+#: src/inspect.c:1463
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
"previously returned by guestfs_inspect_os"
msgstr ""
-#: src/inspect.c:1585
+#: src/inspect.c:1592
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1825 src/inspect.c:1847 src/inspect.c:1872
+#: src/inspect.c:1832 src/inspect.c:1854 src/inspect.c:1879
#, fuzzy
msgid "unexpected end of output from db_dump command"
msgstr "डेमॉन से पढ़ने के दौरान फाइल का अप्रत्याशित अंत"
-#: src/inspect.c:2296
+#: src/inspect.c:2303
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:2313
+#: src/inspect.c:2320
msgid ""
"inspection API not available since this version of libguestfs was compiled "
"without PCRE or hivex libraries"
diff --git a/po/kn.po b/po/kn.po
index df40d83b..36108dd9 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: libguestfs 1.0.83\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:46+0100\n"
+"POT-Creation-Date: 2011-08-07 23:09+0100\n"
"PO-Revision-Date: 2010-02-24 11:56+0530\n"
"Last-Translator: Shankar Prasad <svenkate@redhat.com>\n"
"Language-Team: kn-IN <>\n"
@@ -2828,53 +2828,53 @@ msgstr "libguestfs: ದೋಷ: %s\n"
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:455 src/inspect.c:791 src/inspect.c:2194 src/inspect.c:2237
-#: src/inspect.c:2287
+#: src/inspect.c:455 src/inspect.c:798 src/inspect.c:2201 src/inspect.c:2244
+#: src/inspect.c:2294
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect.c:825
+#: src/inspect.c:832
#, fuzzy
msgid "could not parse /etc/fstab or empty file"
msgstr "ಗಾತ್ರದ ವಿಶಿಷ್ಟತೆ '%s' ಅನ್ನು ಪಾರ್ಸ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ \n"
-#: src/inspect.c:1041
+#: src/inspect.c:1048
#, c-format
msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr ""
-#: src/inspect.c:1350
+#: src/inspect.c:1357
#, fuzzy, c-format
msgid "could not parse integer in version number: %s"
msgstr "ಗಾತ್ರದ ವಿಶಿಷ್ಟತೆ '%s' ಅನ್ನು ಪಾರ್ಸ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ \n"
-#: src/inspect.c:1444
+#: src/inspect.c:1451
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
-#: src/inspect.c:1456
+#: src/inspect.c:1463
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
"previously returned by guestfs_inspect_os"
msgstr ""
-#: src/inspect.c:1585
+#: src/inspect.c:1592
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1825 src/inspect.c:1847 src/inspect.c:1872
+#: src/inspect.c:1832 src/inspect.c:1854 src/inspect.c:1879
#, fuzzy
msgid "unexpected end of output from db_dump command"
msgstr "ಡೀಮನ್‌ನಿಂದ ಓದುವಾಗ ಕಡತದ ಅನಿರೀಕ್ಷಿತ ಅಂತ್ಯವು ಕಂಡುಬಂದಿಲ್ಲ"
-#: src/inspect.c:2296
+#: src/inspect.c:2303
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:2313
+#: src/inspect.c:2320
msgid ""
"inspection API not available since this version of libguestfs was compiled "
"without PCRE or hivex libraries"
diff --git a/po/libguestfs.pot b/po/libguestfs.pot
index 728b321d..10343a02 100644
--- a/po/libguestfs.pot
+++ b/po/libguestfs.pot
@@ -6,10 +6,10 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: libguestfs 1.8.10\n"
+"Project-Id-Version: libguestfs 1.8.11\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:46+0100\n"
+"POT-Creation-Date: 2011-08-07 23:09+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -2583,51 +2583,51 @@ msgstr ""
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:455 src/inspect.c:791 src/inspect.c:2194 src/inspect.c:2237
-#: src/inspect.c:2287
+#: src/inspect.c:455 src/inspect.c:798 src/inspect.c:2201 src/inspect.c:2244
+#: src/inspect.c:2294
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect.c:825
+#: src/inspect.c:832
msgid "could not parse /etc/fstab or empty file"
msgstr ""
-#: src/inspect.c:1041
+#: src/inspect.c:1048
#, c-format
msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr ""
-#: src/inspect.c:1350
+#: src/inspect.c:1357
#, c-format
msgid "could not parse integer in version number: %s"
msgstr ""
-#: src/inspect.c:1444
+#: src/inspect.c:1451
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
-#: src/inspect.c:1456
+#: src/inspect.c:1463
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
"previously returned by guestfs_inspect_os"
msgstr ""
-#: src/inspect.c:1585
+#: src/inspect.c:1592
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1825 src/inspect.c:1847 src/inspect.c:1872
+#: src/inspect.c:1832 src/inspect.c:1854 src/inspect.c:1879
msgid "unexpected end of output from db_dump command"
msgstr ""
-#: src/inspect.c:2296
+#: src/inspect.c:2303
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:2313
+#: src/inspect.c:2320
msgid ""
"inspection API not available since this version of libguestfs was compiled "
"without PCRE or hivex libraries"
diff --git a/po/ml.po b/po/ml.po
index 9d719e5c..28b3bee1 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: libguestfs.master.libguestfs.ml\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:46+0100\n"
+"POT-Creation-Date: 2011-08-07 23:09+0100\n"
"PO-Revision-Date: 2010-02-02 18:35+0530\n"
"Last-Translator: Ani Peter | അനി പീറ്റര്‍ <apeter@redhat.com>\n"
"Language-Team: Swathanthra Malayalam Computing | സ്വതന്ത്ര മലയാളം കമ്പ്യൂട്ടിങ് <smc-"
@@ -2820,53 +2820,53 @@ msgstr "libguestfs: പിശക്: %s\n"
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:455 src/inspect.c:791 src/inspect.c:2194 src/inspect.c:2237
-#: src/inspect.c:2287
+#: src/inspect.c:455 src/inspect.c:798 src/inspect.c:2201 src/inspect.c:2244
+#: src/inspect.c:2294
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect.c:825
+#: src/inspect.c:832
#, fuzzy
msgid "could not parse /etc/fstab or empty file"
msgstr "വ്യാപ്തിയുടെ വിവരണം '%s' പാഴ്സ് ചെയ്യുവാന്‍ സാധ്യമായില്ല\n"
-#: src/inspect.c:1041
+#: src/inspect.c:1048
#, c-format
msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr ""
-#: src/inspect.c:1350
+#: src/inspect.c:1357
#, fuzzy, c-format
msgid "could not parse integer in version number: %s"
msgstr "വ്യാപ്തിയുടെ വിവരണം '%s' പാഴ്സ് ചെയ്യുവാന്‍ സാധ്യമായില്ല\n"
-#: src/inspect.c:1444
+#: src/inspect.c:1451
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
-#: src/inspect.c:1456
+#: src/inspect.c:1463
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
"previously returned by guestfs_inspect_os"
msgstr ""
-#: src/inspect.c:1585
+#: src/inspect.c:1592
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1825 src/inspect.c:1847 src/inspect.c:1872
+#: src/inspect.c:1832 src/inspect.c:1854 src/inspect.c:1879
#, fuzzy
msgid "unexpected end of output from db_dump command"
msgstr "ഡെമണില്‍ നിന്നും വായിക്കുമ്പോള്‍ അപ്രതീക്ഷിതമായി ഫയല്‍ അവസാനിച്ചിരിക്കുന്നു"
-#: src/inspect.c:2296
+#: src/inspect.c:2303
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:2313
+#: src/inspect.c:2320
msgid ""
"inspection API not available since this version of libguestfs was compiled "
"without PCRE or hivex libraries"
diff --git a/po/mr.po b/po/mr.po
index 55f491e5..dcd2cfa7 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: mr\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:46+0100\n"
+"POT-Creation-Date: 2011-08-07 23:09+0100\n"
"PO-Revision-Date: 2010-02-03 19:10+0530\n"
"Last-Translator: Sandeep Shedmake <sshedmak@redhat.com>\n"
"Language-Team: Marathi <fedora-trans-mr@redhat.com>\n"
@@ -2815,53 +2815,53 @@ msgstr "libguestfs: त्रुटी: %s\n"
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:455 src/inspect.c:791 src/inspect.c:2194 src/inspect.c:2237
-#: src/inspect.c:2287
+#: src/inspect.c:455 src/inspect.c:798 src/inspect.c:2201 src/inspect.c:2244
+#: src/inspect.c:2294
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect.c:825
+#: src/inspect.c:832
#, fuzzy
msgid "could not parse /etc/fstab or empty file"
msgstr "आकार संरचना '%s' वाचणे अशक्य\n"
-#: src/inspect.c:1041
+#: src/inspect.c:1048
#, c-format
msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr ""
-#: src/inspect.c:1350
+#: src/inspect.c:1357
#, fuzzy, c-format
msgid "could not parse integer in version number: %s"
msgstr "आकार संरचना '%s' वाचणे अशक्य\n"
-#: src/inspect.c:1444
+#: src/inspect.c:1451
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
-#: src/inspect.c:1456
+#: src/inspect.c:1463
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
"previously returned by guestfs_inspect_os"
msgstr ""
-#: src/inspect.c:1585
+#: src/inspect.c:1592
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1825 src/inspect.c:1847 src/inspect.c:1872
+#: src/inspect.c:1832 src/inspect.c:1854 src/inspect.c:1879
#, fuzzy
msgid "unexpected end of output from db_dump command"
msgstr "डिमन पासून वाचतेवेळी फाइल अनपेक्षीतपणे समाप्त झाले"
-#: src/inspect.c:2296
+#: src/inspect.c:2303
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:2313
+#: src/inspect.c:2320
msgid ""
"inspection API not available since this version of libguestfs was compiled "
"without PCRE or hivex libraries"
diff --git a/po/nl.po b/po/nl.po
index f452f52a..12f43f05 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: libguestfs 1.5.4\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:46+0100\n"
+"POT-Creation-Date: 2011-08-07 23:09+0100\n"
"PO-Revision-Date: 2010-09-02 15:28+0200\n"
"Last-Translator: Geert Warrink <geert.warrink@onsnet.nu>\n"
"Language-Team: Fedora\n"
@@ -2849,31 +2849,31 @@ msgstr "libguestfs: foutr: %s\n"
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:455 src/inspect.c:791 src/inspect.c:2194 src/inspect.c:2237
-#: src/inspect.c:2287
+#: src/inspect.c:455 src/inspect.c:798 src/inspect.c:2201 src/inspect.c:2244
+#: src/inspect.c:2294
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect.c:825
+#: src/inspect.c:832
msgid "could not parse /etc/fstab or empty file"
msgstr ""
-#: src/inspect.c:1041
+#: src/inspect.c:1048
#, c-format
msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr "Kan Windows %%SYSTEMROOT%% niet oplossen"
-#: src/inspect.c:1350
+#: src/inspect.c:1357
#, c-format
msgid "could not parse integer in version number: %s"
msgstr ""
-#: src/inspect.c:1444
+#: src/inspect.c:1451
msgid "no inspection data: call guestfs_inspect_os first"
msgstr "geen inspectie data: roep eerst guestfs_inspect_os aan"
-#: src/inspect.c:1456
+#: src/inspect.c:1463
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -2882,21 +2882,21 @@ msgstr ""
"%s: root apparaat niet gevonden: roep deze functie alleen aan met een root "
"apparaat eerder teruggegeven door guestfs_inspect_os"
-#: src/inspect.c:1585
+#: src/inspect.c:1592
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1825 src/inspect.c:1847 src/inspect.c:1872
+#: src/inspect.c:1832 src/inspect.c:1854 src/inspect.c:1879
#, fuzzy
msgid "unexpected end of output from db_dump command"
msgstr "onverwachte output van 'du' commando"
-#: src/inspect.c:2296
+#: src/inspect.c:2303
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:2313
+#: src/inspect.c:2320
msgid ""
"inspection API not available since this version of libguestfs was compiled "
"without PCRE or hivex libraries"
diff --git a/po/or.po b/po/or.po
index 689d23e3..232726db 100644
--- a/po/or.po
+++ b/po/or.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: libguestfs.master.or\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:46+0100\n"
+"POT-Creation-Date: 2011-08-07 23:09+0100\n"
"PO-Revision-Date: 2010-02-01 18:17+0530\n"
"Last-Translator: Manoj Kumar Giri <mgiri@redhat.com>\n"
"Language-Team: Oriya <oriya-it@googlegroups.com>\n"
@@ -2820,53 +2820,53 @@ msgstr "libguestfs: ତ୍ରୁଟି: %s\n"
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:455 src/inspect.c:791 src/inspect.c:2194 src/inspect.c:2237
-#: src/inspect.c:2287
+#: src/inspect.c:455 src/inspect.c:798 src/inspect.c:2201 src/inspect.c:2244
+#: src/inspect.c:2294
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect.c:825
+#: src/inspect.c:832
#, fuzzy
msgid "could not parse /etc/fstab or empty file"
msgstr "ଆକାର ବିଶେଷ ଦ୍ରଷ୍ଟବ୍ୟ '%s' କୁ ବିଶ୍ଳେଷଣ କରିପାରିଲା ନାହିଁ\n"
-#: src/inspect.c:1041
+#: src/inspect.c:1048
#, c-format
msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr ""
-#: src/inspect.c:1350
+#: src/inspect.c:1357
#, fuzzy, c-format
msgid "could not parse integer in version number: %s"
msgstr "ଆକାର ବିଶେଷ ଦ୍ରଷ୍ଟବ୍ୟ '%s' କୁ ବିଶ୍ଳେଷଣ କରିପାରିଲା ନାହିଁ\n"
-#: src/inspect.c:1444
+#: src/inspect.c:1451
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
-#: src/inspect.c:1456
+#: src/inspect.c:1463
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
"previously returned by guestfs_inspect_os"
msgstr ""
-#: src/inspect.c:1585
+#: src/inspect.c:1592
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1825 src/inspect.c:1847 src/inspect.c:1872
+#: src/inspect.c:1832 src/inspect.c:1854 src/inspect.c:1879
#, fuzzy
msgid "unexpected end of output from db_dump command"
msgstr "ଫାଇଲର ଅପ୍ରତ୍ୟାଶିତ ସମାପ୍ତି ଯେତେବେଳେ ଡେମନରୁ ପଢ଼ୁଅଛି"
-#: src/inspect.c:2296
+#: src/inspect.c:2303
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:2313
+#: src/inspect.c:2320
msgid ""
"inspection API not available since this version of libguestfs was compiled "
"without PCRE or hivex libraries"
diff --git a/po/pa.po b/po/pa.po
index e1c9e7a7..4f1f8342 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: libguestfs 1.0.81\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:46+0100\n"
+"POT-Creation-Date: 2011-08-07 23:09+0100\n"
"PO-Revision-Date: 2010-01-29 12:50+0530\n"
"Last-Translator: Jaswinder Singh <jsingh@redhat.com>\n"
"Language-Team: Punjabi/Panjabi <kde-i18n-doc@kde.org>\n"
@@ -2818,53 +2818,53 @@ msgstr "libguestfs: error: %s\n"
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:455 src/inspect.c:791 src/inspect.c:2194 src/inspect.c:2237
-#: src/inspect.c:2287
+#: src/inspect.c:455 src/inspect.c:798 src/inspect.c:2201 src/inspect.c:2244
+#: src/inspect.c:2294
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect.c:825
+#: src/inspect.c:832
#, fuzzy
msgid "could not parse /etc/fstab or empty file"
msgstr "ਅਕਾਰ ਨਿਰਧਾਰਨ '%s' ਨੂੰ ਪਾਰਸ ਨਹੀਂ ਕਰ ਸਕਦਾ\n"
-#: src/inspect.c:1041
+#: src/inspect.c:1048
#, c-format
msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr ""
-#: src/inspect.c:1350
+#: src/inspect.c:1357
#, fuzzy, c-format
msgid "could not parse integer in version number: %s"
msgstr "ਅਕਾਰ ਨਿਰਧਾਰਨ '%s' ਨੂੰ ਪਾਰਸ ਨਹੀਂ ਕਰ ਸਕਦਾ\n"
-#: src/inspect.c:1444
+#: src/inspect.c:1451
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
-#: src/inspect.c:1456
+#: src/inspect.c:1463
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
"previously returned by guestfs_inspect_os"
msgstr ""
-#: src/inspect.c:1585
+#: src/inspect.c:1592
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1825 src/inspect.c:1847 src/inspect.c:1872
+#: src/inspect.c:1832 src/inspect.c:1854 src/inspect.c:1879
#, fuzzy
msgid "unexpected end of output from db_dump command"
msgstr "ਡੈਮਨ ਤੋਂ ਪੜਨ ਸਮੇਂ ਅਚਾਨਕ ਫਾਇਲ ਅੰਤ"
-#: src/inspect.c:2296
+#: src/inspect.c:2303
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:2313
+#: src/inspect.c:2320
msgid ""
"inspection API not available since this version of libguestfs was compiled "
"without PCRE or hivex libraries"
diff --git a/po/pl.po b/po/pl.po
index 6191f29d..63e9cd7c 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: pl\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:46+0100\n"
+"POT-Creation-Date: 2011-08-07 23:09+0100\n"
"PO-Revision-Date: 2010-10-23 13:41+0200\n"
"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
"Language-Team: Polish <trans-pl@lists.fedoraproject.org>\n"
@@ -2887,32 +2887,32 @@ msgstr "libguestfs: błąd: %s\n"
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:455 src/inspect.c:791 src/inspect.c:2194 src/inspect.c:2237
-#: src/inspect.c:2287
+#: src/inspect.c:455 src/inspect.c:798 src/inspect.c:2201 src/inspect.c:2244
+#: src/inspect.c:2294
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect.c:825
+#: src/inspect.c:832
#, fuzzy
msgid "could not parse /etc/fstab or empty file"
msgstr "nie można przetworzyć rozmiaru partycji startowej"
-#: src/inspect.c:1041
+#: src/inspect.c:1048
#, c-format
msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr "nie można rozwiązać %%SYSTEMROOT%% systemu Windows"
-#: src/inspect.c:1350
+#: src/inspect.c:1357
#, fuzzy, c-format
msgid "could not parse integer in version number: %s"
msgstr "nie można przetworzyć rozmiaru partycji startowej"
-#: src/inspect.c:1444
+#: src/inspect.c:1451
msgid "no inspection data: call guestfs_inspect_os first"
msgstr "brak danych badania: najpierw należy wywołać guestfs_inspect_os"
-#: src/inspect.c:1456
+#: src/inspect.c:1463
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -2921,21 +2921,21 @@ msgstr ""
"%s: nie odnaleziono urządzenia root: należy wywoływać tę funkcję tylko z "
"urządzeniem root poprzednio zwróconym przez guestfs_inspect_os"
-#: src/inspect.c:1585
+#: src/inspect.c:1592
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1825 src/inspect.c:1847 src/inspect.c:1872
+#: src/inspect.c:1832 src/inspect.c:1854 src/inspect.c:1879
#, fuzzy
msgid "unexpected end of output from db_dump command"
msgstr "nieoczekiwane wyjście polecenia \"du\""
-#: src/inspect.c:2296
+#: src/inspect.c:2303
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:2313
+#: src/inspect.c:2320
msgid ""
"inspection API not available since this version of libguestfs was compiled "
"without PCRE or hivex libraries"
diff --git a/po/ta.po b/po/ta.po
index 7b191e5a..47f7ef4f 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: libguestfs 1.0.81\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:46+0100\n"
+"POT-Creation-Date: 2011-08-07 23:09+0100\n"
"PO-Revision-Date: 2010-01-29 13:38+0530\n"
"Last-Translator: I. Felix <ifelix@redhat.com>\n"
"Language-Team: ta_IN <kde-i18n-doc@kde.org>\n"
@@ -2821,53 +2821,53 @@ msgstr "libguestfs: error: %s\n"
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:455 src/inspect.c:791 src/inspect.c:2194 src/inspect.c:2237
-#: src/inspect.c:2287
+#: src/inspect.c:455 src/inspect.c:798 src/inspect.c:2201 src/inspect.c:2244
+#: src/inspect.c:2294
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect.c:825
+#: src/inspect.c:832
#, fuzzy
msgid "could not parse /etc/fstab or empty file"
msgstr "'%s'க்கான பகுப்பு அளவை குறிப்பிட முடியவில்லை\n"
-#: src/inspect.c:1041
+#: src/inspect.c:1048
#, c-format
msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr ""
-#: src/inspect.c:1350
+#: src/inspect.c:1357
#, fuzzy, c-format
msgid "could not parse integer in version number: %s"
msgstr "'%s'க்கான பகுப்பு அளவை குறிப்பிட முடியவில்லை\n"
-#: src/inspect.c:1444
+#: src/inspect.c:1451
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
-#: src/inspect.c:1456
+#: src/inspect.c:1463
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
"previously returned by guestfs_inspect_os"
msgstr ""
-#: src/inspect.c:1585
+#: src/inspect.c:1592
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1825 src/inspect.c:1847 src/inspect.c:1872
+#: src/inspect.c:1832 src/inspect.c:1854 src/inspect.c:1879
#, fuzzy
msgid "unexpected end of output from db_dump command"
msgstr "unexpected end of file when reading from daemon"
-#: src/inspect.c:2296
+#: src/inspect.c:2303
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:2313
+#: src/inspect.c:2320
msgid ""
"inspection API not available since this version of libguestfs was compiled "
"without PCRE or hivex libraries"
diff --git a/po/te.po b/po/te.po
index 7aaa06ef..c4b42763 100644
--- a/po/te.po
+++ b/po/te.po
@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: libguestfs.master.libguestfs\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
-"POT-Creation-Date: 2011-07-27 15:46+0100\n"
+"POT-Creation-Date: 2011-08-07 23:09+0100\n"
"PO-Revision-Date: 2010-01-27 20:03+0530\n"
"Last-Translator: Krishna Babu K <kkrothap@redhat.com>\n"
"Language-Team: Telugu <en@li.org>\n"
@@ -2819,53 +2819,53 @@ msgstr "libguestfs: దోషము: %s\n"
msgid "<truncated, original size %zu bytes>"
msgstr ""
-#: src/inspect.c:455 src/inspect.c:791 src/inspect.c:2194 src/inspect.c:2237
-#: src/inspect.c:2287
+#: src/inspect.c:455 src/inspect.c:798 src/inspect.c:2201 src/inspect.c:2244
+#: src/inspect.c:2294
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
-#: src/inspect.c:825
+#: src/inspect.c:832
#, fuzzy
msgid "could not parse /etc/fstab or empty file"
msgstr "పరిమాణ వివరణలను పార్శ్ చేయలేకపోయింది '%s'\n"
-#: src/inspect.c:1041
+#: src/inspect.c:1048
#, c-format
msgid "cannot resolve Windows %%SYSTEMROOT%%"
msgstr ""
-#: src/inspect.c:1350
+#: src/inspect.c:1357
#, fuzzy, c-format
msgid "could not parse integer in version number: %s"
msgstr "పరిమాణ వివరణలను పార్శ్ చేయలేకపోయింది '%s'\n"
-#: src/inspect.c:1444
+#: src/inspect.c:1451
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
-#: src/inspect.c:1456
+#: src/inspect.c:1463
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
"previously returned by guestfs_inspect_os"
msgstr ""
-#: src/inspect.c:1585
+#: src/inspect.c:1592
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
-#: src/inspect.c:1825 src/inspect.c:1847 src/inspect.c:1872
+#: src/inspect.c:1832 src/inspect.c:1854 src/inspect.c:1879
#, fuzzy
msgid "unexpected end of output from db_dump command"
msgstr "డెమోన్‌నుండి చదువునప్పుడు అనుకోని ఫైలు ముగింపు"
-#: src/inspect.c:2296
+#: src/inspect.c:2303
#, c-format
msgid "%s: file is empty"
msgstr ""
-#: src/inspect.c:2313
+#: src/inspect.c:2320
msgid ""
"inspection API not available since this version of libguestfs was compiled "
"without PCRE or hivex libraries"