From 50e5821f467ac28d426f6964a592b1eb530ddbed Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" <rjones@redhat.com> Date: Sun, 7 Aug 2011 23:20:28 +0100 Subject: [PATCH] Version 1.10.7. --- BUGS | 11 +++- configure.ac | 2 +- po-docs/ja.po | 140 ++++++++++++++++++++++++++++++++------------ po-docs/libguestfs-docs.pot | 138 +++++++++++++++++++++++++++++++++---------- po-docs/uk.po | 132 ++++++++++++++++++++++++++++++++--------- po/es.po | 8 +-- po/gu.po | 8 +-- po/hi.po | 8 +-- po/kn.po | 8 +-- po/libguestfs.pot | 10 ++-- po/ml.po | 8 +-- po/mr.po | 8 +-- po/nl.po | 8 +-- po/or.po | 8 +-- po/pa.po | 8 +-- po/pl.po | 8 +-- po/ta.po | 8 +-- po/te.po | 8 +-- po/uk.po | 8 +-- 19 files changed, 381 insertions(+), 156 deletions(-) diff --git a/BUGS b/BUGS index 642dce2..67a671f 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 58f9042..617a57a 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], [10]) -m4_define([libguestfs_release], [6]) +m4_define([libguestfs_release], [7]) # extra can be any string m4_define([libguestfs_extra], []) diff --git a/po-docs/ja.po b/po-docs/ja.po index fbf60d4..987ee9c 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-27 15:55+0200\n" +"POT-Creation-Date: 2011-08-07 23:15+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" @@ -3203,14 +3203,13 @@ msgstr "" msgid "guestfs_set_out_of_memory_handler" msgstr "" -# type: verbatim #. type: verbatim #: ../src/guestfs.pod:1454 #, 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 "" @@ -6480,14 +6479,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:248 -#: ../src/guestfs-actions.pod:269 ../fish/guestfish-actions.pod:28 -#: ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172 +#: ../src/guestfs-actions.pod:269 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 @@ -9453,12 +9450,11 @@ msgid "" "allocates a file in the host and attaches it as a device." msgstr "" -# type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:953 +#: ../src/guestfs-actions.pod:1445 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 @@ -10388,11 +10384,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:1938 ../fish/guestfish-actions.pod:1313 +#: ../src/guestfs-actions.pod:1938 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 @@ -10426,11 +10422,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:1959 ../fish/guestfish-actions.pod:1327 +#: ../src/guestfs-actions.pod:1959 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 @@ -15024,11 +15020,11 @@ msgid "" "cluster size." msgstr "" -# type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:4423 ../fish/guestfish-actions.pod:3002 +#: ../src/guestfs-actions.pod:4423 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 @@ -15580,10 +15576,10 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4730 ../fish/guestfish-actions.pod:3199 +#: ../src/guestfs-actions.pod:4730 msgid "" -"This function is deprecated. In new code, use the C<mount_options> call " -"instead." +"This function is deprecated. In new code, use the L</guestfs_mount_options> " +"call instead." msgstr "" # type: =head2 @@ -18328,10 +18324,10 @@ msgstr "" #. type: textblock #: ../src/guestfs-actions.pod:6165 ../src/guestfs-actions.pod:6195 -#: ../src/guestfs-actions.pod:6228 ../fish/guestfish-actions.pod:4180 -#: ../fish/guestfish-actions.pod:4203 ../fish/guestfish-actions.pod:4225 +#: ../src/guestfs-actions.pod:6228 msgid "" -"This function is deprecated. In new code, use the C<part_add> call instead." +"This function is deprecated. In new code, use the L</guestfs_part_add> call " +"instead." msgstr "" # type: =head2 @@ -18503,9 +18499,10 @@ msgid "See also: C<guestfs_part_list>" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6287 ../fish/guestfish-actions.pod:4263 +#: ../src/guestfs-actions.pod:6287 msgid "" -"This function is deprecated. In new code, use the C<part_list> call instead." +"This function is deprecated. In new code, use the L</guestfs_part_list> " +"call instead." msgstr "" # type: =head2 @@ -20283,7 +20280,8 @@ msgstr "" #. type: textblock #: ../src/guestfs-actions.pod:7229 msgid "" -"This function is deprecated. In new code, use the C<launch> call instead." +"This function is deprecated. In new code, use the L</guestfs_launch> call " +"instead." msgstr "" # type: =head2 @@ -20429,11 +20427,11 @@ msgid "" "I<not> work, even if the length is specified." msgstr "" -# type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:7319 ../fish/guestfish-actions.pod:4904 +#: ../src/guestfs-actions.pod:7319 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 @@ -20684,11 +20682,11 @@ msgid "" "files." msgstr "" -# type: textblock #. type: textblock -#: ../src/guestfs-actions.pod:7488 ../fish/guestfish-actions.pod:5001 +#: ../src/guestfs-actions.pod:7488 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 @@ -24472,6 +24470,14 @@ msgid "" "drive-ro> instead." msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:158 +#: ../fish/guestfish-actions.pod:172 +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 @@ -25777,6 +25783,13 @@ msgid "" "\n" msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:953 +msgid "" +"This function is deprecated. In new code, use the L</fallocate64> call " +"instead." +msgstr "" + # type: =head2 #. type: =head2 #: ../fish/guestfish-actions.pod:960 @@ -26132,6 +26145,13 @@ msgid "" "\n" msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:1313 +msgid "" +"This function is deprecated. In new code, use the L</vfs_label> call " +"instead." +msgstr "" + # type: =head2 #. type: =head2 #: ../fish/guestfish-actions.pod:1320 @@ -26147,6 +26167,12 @@ msgid "" "\n" msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:1327 +msgid "" +"This function is deprecated. In new code, use the L</vfs_uuid> call instead." +msgstr "" + # type: =head2 #. type: =head2 #: ../fish/guestfish-actions.pod:1334 @@ -28386,6 +28412,13 @@ msgid "" "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only." msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:3002 +msgid "" +"This function is deprecated. In new code, use the L</mkfs_opts> call " +"instead." +msgstr "" + # type: =head2 #. type: =head2 #: ../fish/guestfish-actions.pod:3009 @@ -28635,6 +28668,13 @@ msgid "" "string for the first parameter if you don't want any options)." msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:3199 +msgid "" +"This function is deprecated. In new code, use the L</mount_options> call " +"instead." +msgstr "" + # type: =head2 #. type: =head2 #: ../fish/guestfish-actions.pod:3206 @@ -30056,6 +30096,13 @@ msgstr "" msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>" msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:4180 ../fish/guestfish-actions.pod:4203 +#: ../fish/guestfish-actions.pod:4225 +msgid "" +"This function is deprecated. In new code, use the L</part_add> call instead." +msgstr "" + # type: =head2 #. type: =head2 #: ../fish/guestfish-actions.pod:4187 @@ -30177,6 +30224,13 @@ msgstr "" msgid "See also: L</part-list>" msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:4263 +msgid "" +"This function is deprecated. In new code, use the L</part_list> call " +"instead." +msgstr "" + # type: =head2 #. type: =head2 #: ../fish/guestfish-actions.pod:4270 @@ -31196,6 +31250,12 @@ msgid "" "\n" msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:4904 +msgid "" +"This function is deprecated. In new code, use the L</write> call instead." +msgstr "" + # type: =head2 #. type: =head2 #: ../fish/guestfish-actions.pod:4911 @@ -31337,6 +31397,12 @@ msgid "" "Since 1.0.63, use L</file> instead which can now process compressed files." msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:5001 +msgid "" +"This function is deprecated. In new code, use the L</file> call instead." +msgstr "" + # type: =head2 #. type: =head2 #: ../fish/guestfish-actions.pod:5008 diff --git a/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot index 647ace8..7498d4c 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.10.6\n" +"Project-Id-Version: libguestfs 1.10.7\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2011-07-27 15:55+0200\n" +"POT-Creation-Date: 2011-08-07 23:15+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" @@ -2816,8 +2816,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 "" @@ -5796,10 +5796,10 @@ msgid "This function returns 0 on success or -1 on error." msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:248 ../src/guestfs-actions.pod:269 ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172 +#: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:248 ../src/guestfs-actions.pod:269 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 @@ -8207,10 +8207,10 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:953 +#: ../src/guestfs-actions.pod:1445 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 @@ -9007,10 +9007,10 @@ msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device> msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1938 ../fish/guestfish-actions.pod:1313 +#: ../src/guestfs-actions.pod:1938 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 @@ -9039,8 +9039,10 @@ msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>. msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1959 ../fish/guestfish-actions.pod:1327 -msgid "This function is deprecated. In new code, use the C<vfs_uuid> call instead." +#: ../src/guestfs-actions.pod:1959 +msgid "" +"This function is deprecated. In new code, use the L</guestfs_vfs_uuid> call " +"instead." msgstr "" #. type: =head2 @@ -13024,10 +13026,10 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4423 ../fish/guestfish-actions.pod:3002 +#: ../src/guestfs-actions.pod:4423 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 @@ -13521,10 +13523,10 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4730 ../fish/guestfish-actions.pod:3199 +#: ../src/guestfs-actions.pod:4730 msgid "" -"This function is deprecated. In new code, use the C<mount_options> call " -"instead." +"This function is deprecated. In new code, use the L</guestfs_mount_options> " +"call instead." msgstr "" #. type: =head2 @@ -15931,8 +15933,10 @@ msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6165 ../src/guestfs-actions.pod:6195 ../src/guestfs-actions.pod:6228 ../fish/guestfish-actions.pod:4180 ../fish/guestfish-actions.pod:4203 ../fish/guestfish-actions.pod:4225 -msgid "This function is deprecated. In new code, use the C<part_add> call instead." +#: ../src/guestfs-actions.pod:6165 ../src/guestfs-actions.pod:6195 ../src/guestfs-actions.pod:6228 +msgid "" +"This function is deprecated. In new code, use the L</guestfs_part_add> call " +"instead." msgstr "" #. type: =head2 @@ -16083,10 +16087,10 @@ msgid "See also: C<guestfs_part_list>" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6287 ../fish/guestfish-actions.pod:4263 +#: ../src/guestfs-actions.pod:6287 msgid "" -"This function is deprecated. In new code, use the C<part_list> call " -"instead." +"This function is deprecated. In new code, use the L</guestfs_part_list> " +"call instead." msgstr "" #. type: =head2 @@ -17635,7 +17639,9 @@ msgstr "" #. type: textblock #: ../src/guestfs-actions.pod:7229 -msgid "This function is deprecated. In new code, use the C<launch> call instead." +msgid "" +"This function is deprecated. In new code, use the L</guestfs_launch> call " +"instead." msgstr "" #. type: =head2 @@ -17767,8 +17773,10 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7319 ../fish/guestfish-actions.pod:4904 -msgid "This function is deprecated. In new code, use the C<write> call instead." +#: ../src/guestfs-actions.pod:7319 +msgid "" +"This function is deprecated. In new code, use the L</guestfs_write> call " +"instead." msgstr "" #. type: =head2 @@ -17984,8 +17992,10 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7488 ../fish/guestfish-actions.pod:5001 -msgid "This function is deprecated. In new code, use the C<file> call instead." +#: ../src/guestfs-actions.pod:7488 +msgid "" +"This function is deprecated. In new code, use the L</guestfs_file> call " +"instead." msgstr "" #. type: =head2 @@ -21310,6 +21320,13 @@ msgid "" "L</add-drive-ro> instead." msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172 +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" @@ -22436,6 +22453,13 @@ msgid "" "\n" msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:953 +msgid "" +"This function is deprecated. In new code, use the L</fallocate64> call " +"instead." +msgstr "" + #. type: =head2 #: ../fish/guestfish-actions.pod:960 msgid "fallocate64" @@ -22747,6 +22771,13 @@ msgid "" "\n" msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:1313 +msgid "" +"This function is deprecated. In new code, use the L</vfs_label> call " +"instead." +msgstr "" + #. type: =head2 #: ../fish/guestfish-actions.pod:1320 msgid "get-e2uuid" @@ -22760,6 +22791,13 @@ msgid "" "\n" msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:1327 +msgid "" +"This function is deprecated. In new code, use the L</vfs_uuid> call " +"instead." +msgstr "" + #. type: =head2 #: ../fish/guestfish-actions.pod:1334 msgid "get-memsize" @@ -24712,6 +24750,13 @@ msgid "" "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only." msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:3002 +msgid "" +"This function is deprecated. In new code, use the L</mkfs_opts> call " +"instead." +msgstr "" + #. type: =head2 #: ../fish/guestfish-actions.pod:3009 msgid "mkfs-opts" @@ -24932,6 +24977,13 @@ msgid "" "string for the first parameter if you don't want any options)." msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:3199 +msgid "" +"This function is deprecated. In new code, use the L</mount_options> call " +"instead." +msgstr "" + #. type: =head2 #: ../fish/guestfish-actions.pod:3206 msgid "mount-loop" @@ -26170,6 +26222,13 @@ msgstr "" msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>" msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:4180 ../fish/guestfish-actions.pod:4203 ../fish/guestfish-actions.pod:4225 +msgid "" +"This function is deprecated. In new code, use the L</part_add> call " +"instead." +msgstr "" + #. type: =head2 #: ../fish/guestfish-actions.pod:4187 msgid "sfdiskM" @@ -26275,6 +26334,13 @@ msgstr "" msgid "See also: L</part-list>" msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:4263 +msgid "" +"This function is deprecated. In new code, use the L</part_list> call " +"instead." +msgstr "" + #. type: =head2 #: ../fish/guestfish-actions.pod:4270 msgid "sh" @@ -27155,6 +27221,11 @@ msgid "" "\n" msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:4904 +msgid "This function is deprecated. In new code, use the L</write> call instead." +msgstr "" + #. type: =head2 #: ../fish/guestfish-actions.pod:4911 msgid "zegrep" @@ -27276,6 +27347,11 @@ msgstr "" msgid "Since 1.0.63, use L</file> instead which can now process compressed files." msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:5001 +msgid "This function is deprecated. In new code, use the L</file> call instead." +msgstr "" + #. type: =head2 #: ../fish/guestfish-actions.pod:5008 msgid "zgrep" diff --git a/po-docs/uk.po b/po-docs/uk.po index 70d1e11..909d813 100644 --- a/po-docs/uk.po +++ b/po-docs/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: libguestfs\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2011-07-27 15:55+0200\n" +"POT-Creation-Date: 2011-08-07 23:15+0200\n" "PO-Revision-Date: 2011-04-01 15:39+0000\n" "Last-Translator: yurchor <yurchor@ukr.net>\n" "Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n" @@ -2909,8 +2909,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 "" @@ -6012,11 +6012,10 @@ msgstr "" #. type: textblock #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:248 -#: ../src/guestfs-actions.pod:269 ../fish/guestfish-actions.pod:28 -#: ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172 +#: ../src/guestfs-actions.pod:269 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 @@ -8639,10 +8638,10 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:953 +#: ../src/guestfs-actions.pod:1445 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 @@ -9455,9 +9454,10 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1938 ../fish/guestfish-actions.pod:1313 +#: ../src/guestfs-actions.pod:1938 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 @@ -9488,9 +9488,10 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:1959 ../fish/guestfish-actions.pod:1327 +#: ../src/guestfs-actions.pod:1959 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 @@ -13571,9 +13572,10 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4423 ../fish/guestfish-actions.pod:3002 +#: ../src/guestfs-actions.pod:4423 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 @@ -14068,10 +14070,10 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:4730 ../fish/guestfish-actions.pod:3199 +#: ../src/guestfs-actions.pod:4730 msgid "" -"This function is deprecated. In new code, use the C<mount_options> call " -"instead." +"This function is deprecated. In new code, use the L</guestfs_mount_options> " +"call instead." msgstr "" #. type: =head2 @@ -16492,10 +16494,10 @@ msgstr "" #. type: textblock #: ../src/guestfs-actions.pod:6165 ../src/guestfs-actions.pod:6195 -#: ../src/guestfs-actions.pod:6228 ../fish/guestfish-actions.pod:4180 -#: ../fish/guestfish-actions.pod:4203 ../fish/guestfish-actions.pod:4225 +#: ../src/guestfs-actions.pod:6228 msgid "" -"This function is deprecated. In new code, use the C<part_add> call instead." +"This function is deprecated. In new code, use the L</guestfs_part_add> call " +"instead." msgstr "" #. type: =head2 @@ -16647,9 +16649,10 @@ msgid "See also: C<guestfs_part_list>" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:6287 ../fish/guestfish-actions.pod:4263 +#: ../src/guestfs-actions.pod:6287 msgid "" -"This function is deprecated. In new code, use the C<part_list> call instead." +"This function is deprecated. In new code, use the L</guestfs_part_list> " +"call instead." msgstr "" #. type: =head2 @@ -18205,7 +18208,8 @@ msgstr "" #. type: textblock #: ../src/guestfs-actions.pod:7229 msgid "" -"This function is deprecated. In new code, use the C<launch> call instead." +"This function is deprecated. In new code, use the L</guestfs_launch> call " +"instead." msgstr "" #. type: =head2 @@ -18335,9 +18339,10 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7319 ../fish/guestfish-actions.pod:4904 +#: ../src/guestfs-actions.pod:7319 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 @@ -18558,9 +18563,10 @@ msgid "" msgstr "" #. type: textblock -#: ../src/guestfs-actions.pod:7488 ../fish/guestfish-actions.pod:5001 +#: ../src/guestfs-actions.pod:7488 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 @@ -21907,6 +21913,14 @@ msgid "" "drive-ro> instead." msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:158 +#: ../fish/guestfish-actions.pod:172 +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" @@ -23041,6 +23055,13 @@ msgid "" "\n" msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:953 +msgid "" +"This function is deprecated. In new code, use the L</fallocate64> call " +"instead." +msgstr "" + #. type: =head2 #: ../fish/guestfish-actions.pod:960 msgid "fallocate64" @@ -23352,6 +23373,13 @@ msgid "" "\n" msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:1313 +msgid "" +"This function is deprecated. In new code, use the L</vfs_label> call " +"instead." +msgstr "" + #. type: =head2 #: ../fish/guestfish-actions.pod:1320 msgid "get-e2uuid" @@ -23365,6 +23393,12 @@ msgid "" "\n" msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:1327 +msgid "" +"This function is deprecated. In new code, use the L</vfs_uuid> call instead." +msgstr "" + #. type: =head2 #: ../fish/guestfish-actions.pod:1334 msgid "get-memsize" @@ -25331,6 +25365,13 @@ msgid "" "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only." msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:3002 +msgid "" +"This function is deprecated. In new code, use the L</mkfs_opts> call " +"instead." +msgstr "" + #. type: =head2 #: ../fish/guestfish-actions.pod:3009 msgid "mkfs-opts" @@ -25551,6 +25592,13 @@ msgid "" "string for the first parameter if you don't want any options)." msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:3199 +msgid "" +"This function is deprecated. In new code, use the L</mount_options> call " +"instead." +msgstr "" + #. type: =head2 #: ../fish/guestfish-actions.pod:3206 msgid "mount-loop" @@ -26790,6 +26838,13 @@ msgstr "" msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>" msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:4180 ../fish/guestfish-actions.pod:4203 +#: ../fish/guestfish-actions.pod:4225 +msgid "" +"This function is deprecated. In new code, use the L</part_add> call instead." +msgstr "" + #. type: =head2 #: ../fish/guestfish-actions.pod:4187 msgid "sfdiskM" @@ -26895,6 +26950,13 @@ msgstr "" msgid "See also: L</part-list>" msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:4263 +msgid "" +"This function is deprecated. In new code, use the L</part_list> call " +"instead." +msgstr "" + #. type: =head2 #: ../fish/guestfish-actions.pod:4270 msgid "sh" @@ -27776,6 +27838,12 @@ msgid "" "\n" msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:4904 +msgid "" +"This function is deprecated. In new code, use the L</write> call instead." +msgstr "" + #. type: =head2 #: ../fish/guestfish-actions.pod:4911 msgid "zegrep" @@ -27898,6 +27966,12 @@ msgid "" "Since 1.0.63, use L</file> instead which can now process compressed files." msgstr "" +#. type: textblock +#: ../fish/guestfish-actions.pod:5001 +msgid "" +"This function is deprecated. In new code, use the L</file> call instead." +msgstr "" + #. type: =head2 #: ../fish/guestfish-actions.pod:5008 msgid "zgrep" diff --git a/po/es.po b/po/es.po index 67b7667..9c812d7 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:54+0100\n" +"POT-Creation-Date: 2011-08-07 23:13+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" @@ -3022,8 +3022,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined" msgstr "" #: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518 -#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579 -#: src/inspect_fs_unix.c:821 +#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586 +#: src/inspect_fs_unix.c:828 #, c-format msgid "size of %s is unreasonably large (%<PRIi64> bytes)" msgstr "" @@ -3057,7 +3057,7 @@ msgstr "no se pudo analizar el tamaño de arranque" msgid "%s: file is empty" msgstr "" -#: src/inspect_fs_unix.c:613 +#: src/inspect_fs_unix.c:620 #, fuzzy msgid "could not parse /etc/fstab or empty file" msgstr "no se pudo analizar el tamaño de arranque" diff --git a/po/gu.po b/po/gu.po index 26c7cbe..d0d01a0 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:54+0100\n" +"POT-Creation-Date: 2011-08-07 23:13+0100\n" "PO-Revision-Date: 2010-02-02 13:45+0530\n" "Last-Translator: Sweta Kothari <swkothar@redhat.com>\n" "Language-Team: Gujarati\n" @@ -2940,8 +2940,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined" msgstr "" #: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518 -#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579 -#: src/inspect_fs_unix.c:821 +#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586 +#: src/inspect_fs_unix.c:828 #, c-format msgid "size of %s is unreasonably large (%<PRIi64> bytes)" msgstr "" @@ -2973,7 +2973,7 @@ msgstr "વિશિષà«àª માપ '%s' નà«àª પદàªà«àªà«àª¦àª¨ msgid "%s: file is empty" msgstr "" -#: src/inspect_fs_unix.c:613 +#: src/inspect_fs_unix.c:620 #, fuzzy msgid "could not parse /etc/fstab or empty file" msgstr "વિશિષà«àª માપ '%s' નà«àª પદàªà«àªà«àª¦àª¨ àªàª°à« શàªàª¾àª¤à« નથà«\n" diff --git a/po/hi.po b/po/hi.po index 97648fa..163fad8 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:54+0100\n" +"POT-Creation-Date: 2011-08-07 23:13+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" @@ -2943,8 +2943,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined" msgstr "" #: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518 -#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579 -#: src/inspect_fs_unix.c:821 +#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586 +#: src/inspect_fs_unix.c:828 #, c-format msgid "size of %s is unreasonably large (%<PRIi64> bytes)" msgstr "" @@ -2976,7 +2976,7 @@ msgstr "à¤à¤à¤¾à¤° विशिषà¥à¤à¤¤à¤¾ '%s' विशà¥à¤²à¥à¤·à¤¿ msgid "%s: file is empty" msgstr "" -#: src/inspect_fs_unix.c:613 +#: src/inspect_fs_unix.c:620 #, fuzzy msgid "could not parse /etc/fstab or empty file" msgstr "à¤à¤à¤¾à¤° विशिषà¥à¤à¤¤à¤¾ '%s' विशà¥à¤²à¥à¤·à¤¿à¤¤ नहà¥à¤ à¤à¤° सà¤à¤¾\n" diff --git a/po/kn.po b/po/kn.po index 76fae8c..2020871 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:54+0100\n" +"POT-Creation-Date: 2011-08-07 23:13+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" @@ -2953,8 +2953,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined" msgstr "" #: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518 -#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579 -#: src/inspect_fs_unix.c:821 +#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586 +#: src/inspect_fs_unix.c:828 #, c-format msgid "size of %s is unreasonably large (%<PRIi64> bytes)" msgstr "" @@ -2986,7 +2986,7 @@ msgstr "à²à²¾à²¤à³à²°à²¦ ವಿಶಿಷà³à²à²¤à³ '%s' ಠನà³à²¨à³ ಪ msgid "%s: file is empty" msgstr "" -#: src/inspect_fs_unix.c:613 +#: src/inspect_fs_unix.c:620 #, fuzzy msgid "could not parse /etc/fstab or empty file" msgstr "à²à²¾à²¤à³à²°à²¦ ವಿಶಿಷà³à²à²¤à³ '%s' ಠನà³à²¨à³ ಪಾರà³à²¸à³ ಮಾಡಲೠಸಾಧà³à²¯à²µà²¾à²à²¿à²²à³à²² \n" diff --git a/po/libguestfs.pot b/po/libguestfs.pot index e275861..64fb08b 100644 --- a/po/libguestfs.pot +++ b/po/libguestfs.pot @@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.10.6\n" +"Project-Id-Version: libguestfs 1.10.7\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:54+0100\n" +"POT-Creation-Date: 2011-08-07 23:13+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" @@ -2701,8 +2701,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined" msgstr "" #: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518 -#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579 -#: src/inspect_fs_unix.c:821 +#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586 +#: src/inspect_fs_unix.c:828 #, c-format msgid "size of %s is unreasonably large (%<PRIi64> bytes)" msgstr "" @@ -2734,7 +2734,7 @@ msgstr "" msgid "%s: file is empty" msgstr "" -#: src/inspect_fs_unix.c:613 +#: src/inspect_fs_unix.c:620 msgid "could not parse /etc/fstab or empty file" msgstr "" diff --git a/po/ml.po b/po/ml.po index 1902ac7..bd51c44 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:54+0100\n" +"POT-Creation-Date: 2011-08-07 23:13+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-" @@ -2945,8 +2945,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined" msgstr "" #: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518 -#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579 -#: src/inspect_fs_unix.c:821 +#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586 +#: src/inspect_fs_unix.c:828 #, c-format msgid "size of %s is unreasonably large (%<PRIi64> bytes)" msgstr "" @@ -2978,7 +2978,7 @@ msgstr "à´µàµà´¯à´¾à´ªàµà´¤à´¿à´¯àµà´àµ വിവരണഠ'%s' പാഴ msgid "%s: file is empty" msgstr "" -#: src/inspect_fs_unix.c:613 +#: src/inspect_fs_unix.c:620 #, fuzzy msgid "could not parse /etc/fstab or empty file" msgstr "à´µàµà´¯à´¾à´ªàµà´¤à´¿à´¯àµà´àµ വിവരണഠ'%s' പാഴàµà´¸àµ à´àµà´¯àµà´¯àµà´µà´¾à´¨àµâ സാധàµà´¯à´®à´¾à´¯à´¿à´²àµà´²\n" diff --git a/po/mr.po b/po/mr.po index 123d427..436d6c8 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:54+0100\n" +"POT-Creation-Date: 2011-08-07 23:13+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" @@ -2940,8 +2940,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined" msgstr "" #: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518 -#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579 -#: src/inspect_fs_unix.c:821 +#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586 +#: src/inspect_fs_unix.c:828 #, c-format msgid "size of %s is unreasonably large (%<PRIi64> bytes)" msgstr "" @@ -2973,7 +2973,7 @@ msgstr "à¤à¤à¤¾à¤° सà¤à¤°à¤à¤¨à¤¾ '%s' वाà¤à¤£à¥ ठशà¤à¥à¤¯\n" msgid "%s: file is empty" msgstr "" -#: src/inspect_fs_unix.c:613 +#: src/inspect_fs_unix.c:620 #, fuzzy msgid "could not parse /etc/fstab or empty file" msgstr "à¤à¤à¤¾à¤° सà¤à¤°à¤à¤¨à¤¾ '%s' वाà¤à¤£à¥ ठशà¤à¥à¤¯\n" diff --git a/po/nl.po b/po/nl.po index 6c4a44c..3b2cfc7 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:54+0100\n" +"POT-Creation-Date: 2011-08-07 23:13+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" @@ -2978,8 +2978,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined" msgstr "" #: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518 -#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579 -#: src/inspect_fs_unix.c:821 +#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586 +#: src/inspect_fs_unix.c:828 #, c-format msgid "size of %s is unreasonably large (%<PRIi64> bytes)" msgstr "" @@ -3013,7 +3013,7 @@ msgstr "" msgid "%s: file is empty" msgstr "" -#: src/inspect_fs_unix.c:613 +#: src/inspect_fs_unix.c:620 msgid "could not parse /etc/fstab or empty file" msgstr "" diff --git a/po/or.po b/po/or.po index 37efc27..a6390bc 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:54+0100\n" +"POT-Creation-Date: 2011-08-07 23:13+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" @@ -2945,8 +2945,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined" msgstr "" #: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518 -#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579 -#: src/inspect_fs_unix.c:821 +#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586 +#: src/inspect_fs_unix.c:828 #, c-format msgid "size of %s is unreasonably large (%<PRIi64> bytes)" msgstr "" @@ -2978,7 +2978,7 @@ msgstr "à¬à¬à¬¾à¬° ବିଶàଷ ଦàରଷàà¬à¬¬àà '%s' à¬à ବ msgid "%s: file is empty" msgstr "" -#: src/inspect_fs_unix.c:613 +#: src/inspect_fs_unix.c:620 #, fuzzy msgid "could not parse /etc/fstab or empty file" msgstr "à¬à¬à¬¾à¬° ବିଶàଷ ଦàରଷàà¬à¬¬àà '%s' à¬à ବିଶàଳàଷଣ à¬à¬°à¬¿à¬ªà¬¾à¬°à¬¿à¬²à¬¾ ନାହିà¬\n" diff --git a/po/pa.po b/po/pa.po index fc00051..b19fe45 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:54+0100\n" +"POT-Creation-Date: 2011-08-07 23:13+0100\n" "PO-Revision-Date: 2010-12-23 17:40+0530\n" "Last-Translator: Jaswinder Singh <j.phulewala@gmail.com>\n" "Language-Team: PLTG\n" @@ -2972,8 +2972,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined" msgstr "à¨à©±à¨ Windows à¨à¨¿à¨¸à¨ ਨਹà©à¨ ਹà©, à¨à¨¾à¨ systemroot ਦਾ ਪਤਾ ਨਹà©à¨ ਲਾà¨à¨ à¨à¨¾ ਸà¨à¨¦à¨¾" #: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518 -#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579 -#: src/inspect_fs_unix.c:821 +#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586 +#: src/inspect_fs_unix.c:828 #, c-format msgid "size of %s is unreasonably large (%<PRIi64> bytes)" msgstr "%s ਦਾ ਠà¨à¨¾à¨° ਬà©à¨²à©à©à¨¾ ਹ੠(%<PRIi64> ਬਾà¨à¨à¨¾à¨)" @@ -3009,7 +3009,7 @@ msgstr "ਵਰà¨à¨¨ ਨੰਬਰ ਵਿੱਠਪà©à¨°à¨¨à¨ ੰਠਨà©à©° msgid "%s: file is empty" msgstr "%s: ਫਾà¨à¨² à¨à¨¾à¨²à© ਹà©" -#: src/inspect_fs_unix.c:613 +#: src/inspect_fs_unix.c:620 msgid "could not parse /etc/fstab or empty file" msgstr "/etc/fstab à¨à¨¾à¨ à¨à¨¾à¨²à© ਫਾà¨à¨² ਨà©à©° ਪਾਰਸ ਨਹà©à¨ à¨à¨° ਸà¨à¨¦à¨¾" diff --git a/po/pl.po b/po/pl.po index f4814f1..4615938 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:54+0100\n" +"POT-Creation-Date: 2011-08-07 23:13+0100\n" "PO-Revision-Date: 2010-12-21 14:12+0100\n" "Last-Translator: Piotr DrÄ g <piotrdrag@gmail.com>\n" "Language-Team: Polish <trans-pl@lists.fedoraproject.org>\n" @@ -3039,8 +3039,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined" msgstr "nie jest goÅciem systemu Windows lub nie można okreÅliÄ systemroot" #: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518 -#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579 -#: src/inspect_fs_unix.c:821 +#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586 +#: src/inspect_fs_unix.c:828 #, c-format msgid "size of %s is unreasonably large (%<PRIi64> bytes)" msgstr "rozmiar %s jest nierozsÄ dnie duży (%<PRIi64> bajtów)" @@ -3076,7 +3076,7 @@ msgstr "nie można przetworzyÄ liczby caÅkowitej w numerze wersji: %s" msgid "%s: file is empty" msgstr "%s: plik jest pusty" -#: src/inspect_fs_unix.c:613 +#: src/inspect_fs_unix.c:620 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 8239825..cbbf79c 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:54+0100\n" +"POT-Creation-Date: 2011-08-07 23:13+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" @@ -2946,8 +2946,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined" msgstr "" #: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518 -#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579 -#: src/inspect_fs_unix.c:821 +#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586 +#: src/inspect_fs_unix.c:828 #, c-format msgid "size of %s is unreasonably large (%<PRIi64> bytes)" msgstr "" @@ -2979,7 +2979,7 @@ msgstr "'%s'à®à¯à®à®¾à®© பà®à¯à®ªà¯à®ªà¯ ஠ளவ௠à®à¯à®±à®¿à®ª msgid "%s: file is empty" msgstr "" -#: src/inspect_fs_unix.c:613 +#: src/inspect_fs_unix.c:620 #, fuzzy msgid "could not parse /etc/fstab or empty file" msgstr "'%s'à®à¯à®à®¾à®© பà®à¯à®ªà¯à®ªà¯ ஠ளவ௠à®à¯à®±à®¿à®ªà¯à®ªà®¿à® à®®à¯à®à®¿à®¯à®µà®¿à®²à¯à®²à¯\n" diff --git a/po/te.po b/po/te.po index 5f7d89c..c230519 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:54+0100\n" +"POT-Creation-Date: 2011-08-07 23:13+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" @@ -2944,8 +2944,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined" msgstr "" #: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518 -#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579 -#: src/inspect_fs_unix.c:821 +#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586 +#: src/inspect_fs_unix.c:828 #, c-format msgid "size of %s is unreasonably large (%<PRIi64> bytes)" msgstr "" @@ -2977,7 +2977,7 @@ msgstr "పరిమాణ వివరణలనౠపారà±à°¶à± à°à±à°¯ msgid "%s: file is empty" msgstr "" -#: src/inspect_fs_unix.c:613 +#: src/inspect_fs_unix.c:620 #, fuzzy msgid "could not parse /etc/fstab or empty file" msgstr "పరిమాణ వివరణలనౠపారà±à°¶à± à°à±à°¯à°²à±à°à°ªà±à°¯à°¿à°à°¦à°¿ '%s'\n" diff --git a/po/uk.po b/po/uk.po index dabb726..b96a531 100644 --- a/po/uk.po +++ b/po/uk.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:54+0100\n" +"POT-Creation-Date: 2011-08-07 23:13+0100\n" "PO-Revision-Date: 2011-03-22 15:28+0000\n" "Last-Translator: yurchor <yurchor@ukr.net>\n" "Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n" @@ -3066,8 +3066,8 @@ msgid "not a Windows guest, or CurrentControlSet could not be determined" msgstr "не Ñ Ð³Ð¾ÑÑÑÐ¾Ð²Ð¾Ñ ÑиÑÑÐµÐ¼Ð¾Ñ Windows або не вдалоÑÑ Ð²Ð¸Ð·Ð½Ð°ÑиÑи systemroot" #: src/inspect.c:541 src/inspect_fs.c:474 src/inspect_fs.c:518 -#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:579 -#: src/inspect_fs_unix.c:821 +#: src/inspect_fs_unix.c:194 src/inspect_fs_unix.c:586 +#: src/inspect_fs_unix.c:828 #, c-format msgid "size of %s is unreasonably large (%<PRIi64> bytes)" msgstr "ÑозмÑÑ %s неймовÑÑно великий (%<PRIi64> байÑÑв)" @@ -3104,7 +3104,7 @@ msgstr "не вдалоÑÑ Ð¾Ð±ÑобиÑи ÑÑле ÑиÑло Ñ Ð½Ð¾Ð¼ÐµÑÑ msgid "%s: file is empty" msgstr "%s: Ñайл поÑожнÑй" -#: src/inspect_fs_unix.c:613 +#: src/inspect_fs_unix.c:620 msgid "could not parse /etc/fstab or empty file" msgstr "не вдалоÑÑ Ð¾Ð±ÑобиÑи /etc/fstab або поÑожнÑй Ñайл" -- 1.8.3.1