summaryrefslogtreecommitdiffstats
path: root/po-docs
diff options
context:
space:
mode:
Diffstat (limited to 'po-docs')
-rw-r--r--po-docs/ja.po20
-rw-r--r--po-docs/libguestfs-docs.pot24
-rw-r--r--po-docs/uk.po35
3 files changed, 44 insertions, 35 deletions
diff --git a/po-docs/ja.po b/po-docs/ja.po
index ee8ccd16..98be6be1 100644
--- a/po-docs/ja.po
+++ b/po-docs/ja.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
-"POT-Creation-Date: 2011-12-02 09:28+0000\n"
+"POT-Creation-Date: 2012-01-10 17:42+0000\n"
"PO-Revision-Date: 2011-10-27 09:15+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Japanese <trans-ja@lists.fedoraproject.org>\n"
@@ -19274,7 +19274,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
@@ -23249,7 +23249,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 ""
@@ -40788,25 +40788,25 @@ 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)."
+"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
+#: ../src/guestfs.pod:3035
msgid ""
-"Test tool for end users to test if their qemu/kernel combination will work "
-"with libguestfs."
+"Command line tools written in Perl (L<virt-win-reg(1)> and many others)."
msgstr ""
#. type: =item
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
diff --git a/po-docs/uk.po b/po-docs/uk.po
index 0ef8a806..f487bde6 100644
--- a/po-docs/uk.po
+++ b/po-docs/uk.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libguestfs\n"
"Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
-"POT-Creation-Date: 2011-12-02 09:28+0000\n"
+"POT-Creation-Date: 2012-01-10 17:42+0000\n"
"PO-Revision-Date: 2011-10-27 09:15+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
@@ -19953,7 +19953,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
@@ -23947,14 +23947,23 @@ msgstr ""
#. type: verbatim
#: ../python/examples/guestfs-python.pod:9
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| " guestfs_h *g = guestfs_create ();\n"
+#| " guestfs_add_drive_ro (g, \"disk.img\");\n"
+#| " guestfs_launch (g);\n"
+#| "\n"
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 ""
+" guestfs_h *g = guestfs_create ();\n"
+" guestfs_add_drive_ro (g, \"disk.img\");\n"
+" guestfs_launch (g);\n"
+"\n"
#. type: textblock
#: ../python/examples/guestfs-python.pod:16
@@ -42096,25 +42105,25 @@ msgstr ""
#. type: =item
#: ../src/guestfs.pod:3028
-msgid "C<tools>"
-msgstr "C<tools>"
+msgid "C<test-tool>"
+msgstr "C<test-tool>"
#. type: textblock
#: ../src/guestfs.pod:3030
msgid ""
-"Command line tools written in Perl (L<virt-win-reg(1)> and many others)."
+"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>"
-msgstr "C<test-tool>"
+#: ../src/guestfs.pod:3033
+msgid "C<tools>"
+msgstr "C<tools>"
#. type: textblock
-#: ../src/guestfs.pod:3034
+#: ../src/guestfs.pod:3035
msgid ""
-"Test tool for end users to test if their qemu/kernel combination will work "
-"with libguestfs."
+"Command line tools written in Perl (L<virt-win-reg(1)> and many others)."
msgstr ""
#. type: =item