diff options
Diffstat (limited to 'po-docs/libguestfs-docs.pot')
-rw-r--r-- | po-docs/libguestfs-docs.pot | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot index 31d48088..e8fc48bb 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.14.8\n" +"Project-Id-Version: libguestfs 1.14.9\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2011-12-22 19:22+0000\n" +"POT-Creation-Date: 2012-01-10 17:42+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -18584,7 +18584,7 @@ msgstr "" msgid "" "Using this flag is mostly equivalent to using the C<add-domain> command, " "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> " -"if the I<--format:...> flag was given." +"if the I<--format=...> flag was given." msgstr "" #. type: =item @@ -22532,7 +22532,7 @@ msgid "" " import guestfs\n" " g = guestfs.GuestFS ()\n" " g.add_drive_opts (\"disk.img\", format=\"raw\", readonly=1)\n" -" g.launch\n" +" g.launch ()\n" "\n" msgstr "" @@ -39735,24 +39735,24 @@ msgstr "" #. type: =item #: ../src/guestfs.pod:3028 -msgid "C<tools>" +msgid "C<test-tool>" msgstr "" #. type: textblock #: ../src/guestfs.pod:3030 -msgid "Command line tools written in Perl (L<virt-win-reg(1)> and many others)." +msgid "" +"Test tool for end users to test if their qemu/kernel combination will work " +"with libguestfs." msgstr "" #. type: =item -#: ../src/guestfs.pod:3032 -msgid "C<test-tool>" +#: ../src/guestfs.pod:3033 +msgid "C<tools>" msgstr "" #. type: textblock -#: ../src/guestfs.pod:3034 -msgid "" -"Test tool for end users to test if their qemu/kernel combination will work " -"with libguestfs." +#: ../src/guestfs.pod:3035 +msgid "Command line tools written in Perl (L<virt-win-reg(1)> and many others)." msgstr "" #. type: =item |