summaryrefslogtreecommitdiffstats
path: root/po-docs/uk.po
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-01-10 17:50:01 +0000
committerRichard W.M. Jones <rjones@redhat.com>2012-01-10 17:50:01 +0000
commit3f34856f5691c72cd9dbe3f6814812d85cd73e7e (patch)
tree4d34b855e2c5b4a26f5111abe985745cf71c21c2 /po-docs/uk.po
parenta4a42881ef741caba593a297a892d9d08066ab0c (diff)
downloadlibguestfs-3f34856f5691c72cd9dbe3f6814812d85cd73e7e.tar.gz
libguestfs-3f34856f5691c72cd9dbe3f6814812d85cd73e7e.tar.xz
libguestfs-3f34856f5691c72cd9dbe3f6814812d85cd73e7e.zip
Version 1.14.9.1.14.9
Diffstat (limited to 'po-docs/uk.po')
-rw-r--r--po-docs/uk.po35
1 files changed, 22 insertions, 13 deletions
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