Version 1.21.3.

This commit is contained in:
Richard W.M. Jones
2013-01-17 09:43:59 +00:00
parent a0e9d310d1
commit a710c42f0f
20 changed files with 3215 additions and 2861 deletions

61
BUGS
View File

@@ -1,5 +1,5 @@
NOTE: This file is automatically generated from "update-bugs.sh".
Last updated: 2012-12-22
Last updated: 2013-01-17
This contains a local list of the bugs that are open against
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
@@ -182,6 +182,63 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
889089 NEW https://bugzilla.redhat.com/show_bug.cgi?id=889089
Block device /dev/sd* didn't translate to /dev/vd*
890027 NEW https://bugzilla.redhat.com/show_bug.cgi?id=890027
virt-sysprep: Setting the hostname on Fedora 18 is stupidly over-complicated
890291 NEW https://bugzilla.redhat.com/show_bug.cgi?id=890291
libguestfs fail to startup at /root directory
891909 NEW https://bugzilla.redhat.com/show_bug.cgi?id=891909
Can't make install with non-standard prefix as non-root
892271 NEW https://bugzilla.redhat.com/show_bug.cgi?id=892271
virt-format fail to format the same disk more than twice with lvm enable
892272 NEW https://bugzilla.redhat.com/show_bug.cgi?id=892272
Specify QEMU interface emulation will break libguestfs
892273 NEW https://bugzilla.redhat.com/show_bug.cgi?id=892273
libvirt monitor socket didn't show up sometimes
892274 NEW https://bugzilla.redhat.com/show_bug.cgi?id=892274
scrub-freespace didn't fill any free space
892275 NEW https://bugzilla.redhat.com/show_bug.cgi?id=892275
checksums-out fail to compute the checksums of all regular files in directory
892291 NEW https://bugzilla.redhat.com/show_bug.cgi?id=892291
guestmount: link() incorrectly returns ENOENT, when it should be EXDEV
892834 NEW https://bugzilla.redhat.com/show_bug.cgi?id=892834
guestmount: rename() incorrectly follows symbolic links
894545 NEW https://bugzilla.redhat.com/show_bug.cgi?id=894545
libguestfs FTBFS on Fedora 19 because of new ruby
895670 NEW https://bugzilla.redhat.com/show_bug.cgi?id=895670
Dependency error updating to 1.20.1
895897 NEW https://bugzilla.redhat.com/show_bug.cgi?id=895897
virt-format fail to format the same disk more than twice with lvm enable
895898 NEW https://bugzilla.redhat.com/show_bug.cgi?id=895898
Specify QEMU interface emulation will break libguestfs
895903 NEW https://bugzilla.redhat.com/show_bug.cgi?id=895903
scrub-freespace didn't fill any free space
895904 NEW https://bugzilla.redhat.com/show_bug.cgi?id=895904
checksums-out fail to compute the checksums of all regular files in directory
895905 NEW https://bugzilla.redhat.com/show_bug.cgi?id=895905
guestmount: link() incorrectly returns ENOENT, when it should be EXDEV
895910 NEW https://bugzilla.redhat.com/show_bug.cgi?id=895910
guestmount: rename() incorrectly follows symbolic links
895946 NEW https://bugzilla.redhat.com/show_bug.cgi?id=895946
Got incorrect block count number when resize ntfs file system via "ntfsresize_opts"
503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134
guestfish's list splitting does not recognize internal quoting
@@ -200,7 +257,7 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
803643 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=803643
inspect-is-multipart return false when inspection results should be true
(60 bugs)
(79 bugs)
--------------------------------------------------
Bugs in MODIFIED, POST or ON_QA state are fixed.

View File

@@ -20,7 +20,7 @@
# freeform string.
m4_define([libguestfs_major], [1])
m4_define([libguestfs_minor], [21])
m4_define([libguestfs_release], [2])
m4_define([libguestfs_release], [3])
AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
AC_CONFIG_AUX_DIR([build-aux])

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,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: 2012-12-22 18:16+0000\n"
"POT-Creation-Date: 2013-01-17 09:40+0000\n"
"PO-Revision-Date: 2012-12-11 17:09+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
@@ -3910,20 +3910,20 @@ msgstr ""
msgid "unclosed quote character (%c) in command line near: %s"
msgstr ""
#: src/launch-appliance.c:147
#: src/launch-appliance.c:151
#, c-format
msgid "cannot parse quoted string near: %s"
msgstr ""
#: src/launch-appliance.c:178
#: src/launch-appliance.c:182
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr ""
#: src/launch-appliance.c:672 src/launch-libvirt.c:438
#: src/launch-appliance.c:678 src/launch-libvirt.c:438
msgid "qemu launched and contacted daemon, but state != READY"
msgstr ""
#: src/launch-appliance.c:808
#: src/launch-appliance.c:814
msgid ""
"qemu command failed\n"
"If qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU\n"

View File

@@ -11,7 +11,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: 2012-12-22 18:16+0000\n"
"POT-Creation-Date: 2013-01-17 09:40+0000\n"
"PO-Revision-Date: 2012-12-11 17:09+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Spanish <trans-es@lists.fedoraproject.org>\n"
@@ -4085,21 +4085,21 @@ msgstr ""
msgid "unclosed quote character (%c) in command line near: %s"
msgstr ""
#: src/launch-appliance.c:147
#: src/launch-appliance.c:151
#, c-format
msgid "cannot parse quoted string near: %s"
msgstr ""
#: src/launch-appliance.c:178
#: src/launch-appliance.c:182
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "antes de guestfs_launch, debe llamar guestfs_add_drive"
#: src/launch-appliance.c:672 src/launch-libvirt.c:438
#: src/launch-appliance.c:678 src/launch-libvirt.c:438
msgid "qemu launched and contacted daemon, but state != READY"
msgstr ""
"qemu ha sido iniciado y contactado el demonio, pero es estado es != READY"
#: src/launch-appliance.c:808
#: src/launch-appliance.c:814
msgid ""
"qemu command failed\n"
"If qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU\n"

View File

@@ -10,7 +10,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: 2012-12-22 18:16+0000\n"
"POT-Creation-Date: 2013-01-17 09:40+0000\n"
"PO-Revision-Date: 2012-12-11 17:09+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Gujarati <trans-gu@lists.fedoraproject.org>\n"
@@ -3849,20 +3849,20 @@ msgstr ""
msgid "unclosed quote character (%c) in command line near: %s"
msgstr ""
#: src/launch-appliance.c:147
#: src/launch-appliance.c:151
#, c-format
msgid "cannot parse quoted string near: %s"
msgstr ""
#: src/launch-appliance.c:178
#: src/launch-appliance.c:182
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "તમારે guestfs_launch પહેલાં guestfs_add_drive ને કોલ કરવુ જ જોઇએ"
#: src/launch-appliance.c:672 src/launch-libvirt.c:438
#: src/launch-appliance.c:678 src/launch-libvirt.c:438
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu શરૂ થયેલ છે, ડિમનનો સંપર્ક થયેલ છે, પરંતુ state != READY"
#: src/launch-appliance.c:808
#: src/launch-appliance.c:814
msgid ""
"qemu command failed\n"
"If qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU\n"

View File

@@ -10,7 +10,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: 2012-12-22 18:16+0000\n"
"POT-Creation-Date: 2013-01-17 09:40+0000\n"
"PO-Revision-Date: 2012-12-11 17:09+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Hindi <indlinux-hindi@lists.sourceforge.net>\n"
@@ -3847,20 +3847,20 @@ msgstr ""
msgid "unclosed quote character (%c) in command line near: %s"
msgstr ""
#: src/launch-appliance.c:147
#: src/launch-appliance.c:151
#, c-format
msgid "cannot parse quoted string near: %s"
msgstr ""
#: src/launch-appliance.c:178
#: src/launch-appliance.c:182
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "you must call guestfs_add_drive before guestfs_launch"
#: src/launch-appliance.c:672 src/launch-libvirt.c:438
#: src/launch-appliance.c:678 src/launch-libvirt.c:438
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu launched and contacted daemon, but state != READY"
#: src/launch-appliance.c:808
#: src/launch-appliance.c:814
msgid ""
"qemu command failed\n"
"If qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU\n"

View File

@@ -9,7 +9,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: 2012-12-22 18:16+0000\n"
"POT-Creation-Date: 2013-01-17 09:40+0000\n"
"PO-Revision-Date: 2012-12-11 17:09+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Kannada (http://www.transifex.com/projects/p/fedora/language/"
@@ -3854,20 +3854,20 @@ msgstr ""
msgid "unclosed quote character (%c) in command line near: %s"
msgstr ""
#: src/launch-appliance.c:147
#: src/launch-appliance.c:151
#, c-format
msgid "cannot parse quoted string near: %s"
msgstr ""
#: src/launch-appliance.c:178
#: src/launch-appliance.c:182
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "ನೀವು guestfs_launch ನ ಮೊದಲು guestfs_add_drive ಅನ್ನು ಕರೆಯಬೇಕು"
#: src/launch-appliance.c:672 src/launch-libvirt.c:438
#: src/launch-appliance.c:678 src/launch-libvirt.c:438
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu ಆರಂಭಗೊಂಡಿದೆ ಹಾಗು ಡೀಮನ್ ಅನ್ನು ಸಂಪರ್ಕಿಸಿದೆ, ಆದರೆ != READY ಸ್ಥಿತಿಯಲ್ಲಿದೆ"
#: src/launch-appliance.c:808
#: src/launch-appliance.c:814
msgid ""
"qemu command failed\n"
"If qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU\n"

View File

@@ -6,10 +6,10 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: libguestfs 1.21.2\n"
"Project-Id-Version: libguestfs 1.21.3\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2012-12-22 18:16+0000\n"
"POT-Creation-Date: 2013-01-17 09:40+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"
@@ -3837,20 +3837,20 @@ msgstr ""
msgid "unclosed quote character (%c) in command line near: %s"
msgstr ""
#: src/launch-appliance.c:147
#: src/launch-appliance.c:151
#, c-format
msgid "cannot parse quoted string near: %s"
msgstr ""
#: src/launch-appliance.c:178
#: src/launch-appliance.c:182
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr ""
#: src/launch-appliance.c:672 src/launch-libvirt.c:438
#: src/launch-appliance.c:678 src/launch-libvirt.c:438
msgid "qemu launched and contacted daemon, but state != READY"
msgstr ""
#: src/launch-appliance.c:808
#: src/launch-appliance.c:814
msgid ""
"qemu command failed\n"
"If qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU\n"

View File

@@ -9,7 +9,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: 2012-12-22 18:16+0000\n"
"POT-Creation-Date: 2013-01-17 09:40+0000\n"
"PO-Revision-Date: 2012-12-11 17:09+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Malayalam <discuss@lists.smc.org.in>\n"
@@ -3849,20 +3849,20 @@ msgstr ""
msgid "unclosed quote character (%c) in command line near: %s"
msgstr ""
#: src/launch-appliance.c:147
#: src/launch-appliance.c:151
#, c-format
msgid "cannot parse quoted string near: %s"
msgstr ""
#: src/launch-appliance.c:178
#: src/launch-appliance.c:182
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "guestfs_launch-നു് മുമ്പു് guestfs_add_drive വിളിക്കേണ്ടതു്"
#: src/launch-appliance.c:672 src/launch-libvirt.c:438
#: src/launch-appliance.c:678 src/launch-libvirt.c:438
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu വിന്യസിച്ചു് ഡെമണുമായി ബന്ധപ്പെട്ടു, പക്ഷേ state != READY"
#: src/launch-appliance.c:808
#: src/launch-appliance.c:814
msgid ""
"qemu command failed\n"
"If qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU\n"

View File

@@ -10,7 +10,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: 2012-12-22 18:16+0000\n"
"POT-Creation-Date: 2013-01-17 09:40+0000\n"
"PO-Revision-Date: 2012-12-11 17:09+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Marathi (http://www.transifex.com/projects/p/fedora/language/"
@@ -3976,20 +3976,20 @@ msgstr ""
msgid "unclosed quote character (%c) in command line near: %s"
msgstr ""
#: src/launch-appliance.c:147
#: src/launch-appliance.c:151
#, c-format
msgid "cannot parse quoted string near: %s"
msgstr ""
#: src/launch-appliance.c:178
#: src/launch-appliance.c:182
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "guestfs_add_drive यांस guestfs_launch च्या अगोदर कॉल करा"
#: src/launch-appliance.c:672 src/launch-libvirt.c:438
#: src/launch-appliance.c:678 src/launch-libvirt.c:438
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu सुरू झाले व डिमन सुरू केले, परंतु state != READY आढळले"
#: src/launch-appliance.c:808
#: src/launch-appliance.c:814
msgid ""
"qemu command failed\n"
"If qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU\n"

View File

@@ -11,7 +11,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: 2012-12-22 18:16+0000\n"
"POT-Creation-Date: 2013-01-17 09:40+0000\n"
"PO-Revision-Date: 2012-12-11 17:09+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/fedora/language/"
@@ -4227,21 +4227,21 @@ msgid "unclosed quote character (%c) in command line near: %s"
msgstr ""
"niet afgesloten aanhalingsteken (%c) in commandoregel in de buurt van: %s"
#: src/launch-appliance.c:147
#: src/launch-appliance.c:151
#, c-format
msgid "cannot parse quoted string near: %s"
msgstr "kan string in aanhalingstekens in de buurt van: %s niet ontleden"
#: src/launch-appliance.c:178
#: src/launch-appliance.c:182
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "je moet guestfs_add_drive aanroepen voor guestfs_launch"
#: src/launch-appliance.c:672 src/launch-libvirt.c:438
#: src/launch-appliance.c:678 src/launch-libvirt.c:438
msgid "qemu launched and contacted daemon, but state != READY"
msgstr ""
"qemu gelanceerd en contact opgenomen met daemon, maar toestand != READY"
#: src/launch-appliance.c:808
#: src/launch-appliance.c:814
msgid ""
"qemu command failed\n"
"If qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU\n"

View File

@@ -9,7 +9,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: 2012-12-22 18:16+0000\n"
"POT-Creation-Date: 2013-01-17 09:40+0000\n"
"PO-Revision-Date: 2012-12-11 17:09+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Oriya (http://www.transifex.com/projects/p/fedora/language/"
@@ -3848,20 +3848,20 @@ msgstr ""
msgid "unclosed quote character (%c) in command line near: %s"
msgstr ""
#: src/launch-appliance.c:147
#: src/launch-appliance.c:151
#, c-format
msgid "cannot parse quoted string near: %s"
msgstr ""
#: src/launch-appliance.c:178
#: src/launch-appliance.c:182
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "ଆପଣ ନିଶ୍ଚିତ ଭାବରେ guestfs_add_drive କୁ guestfs_launch ପୂର୍ବରୁ ଡାକିବା ଉଚିତ"
#: src/launch-appliance.c:672 src/launch-libvirt.c:438
#: src/launch-appliance.c:678 src/launch-libvirt.c:438
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu ଆରମ୍ଭ ହୋଇଛି ଏବଂ ଡେମନ ସହିତ ଯୋଗାଯୋଗ ଆରମ୍ଭ କରିଛି, କିନ୍ତୁ ଅବସ୍ଥା != READY"
#: src/launch-appliance.c:808
#: src/launch-appliance.c:814
msgid ""
"qemu command failed\n"
"If qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU\n"

View File

@@ -10,7 +10,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: 2012-12-22 18:16+0000\n"
"POT-Creation-Date: 2013-01-17 09:40+0000\n"
"PO-Revision-Date: 2012-12-11 17:09+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Panjabi (Punjabi) <punjabi-users@lists.sf.net>\n"
@@ -3988,20 +3988,20 @@ msgstr ""
msgid "unclosed quote character (%c) in command line near: %s"
msgstr ""
#: src/launch-appliance.c:147
#: src/launch-appliance.c:151
#, c-format
msgid "cannot parse quoted string near: %s"
msgstr ""
#: src/launch-appliance.c:178
#: src/launch-appliance.c:182
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "you must call guestfs_add_drive before guestfs_launch"
#: src/launch-appliance.c:672 src/launch-libvirt.c:438
#: src/launch-appliance.c:678 src/launch-libvirt.c:438
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu launched and contacted daemon, but state != READY"
#: src/launch-appliance.c:808
#: src/launch-appliance.c:814
msgid ""
"qemu command failed\n"
"If qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU\n"

View File

@@ -11,7 +11,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: 2012-12-22 18:16+0000\n"
"POT-Creation-Date: 2013-01-17 09:40+0000\n"
"PO-Revision-Date: 2012-12-11 17:09+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Polish <trans-pl@lists.fedoraproject.org>\n"
@@ -4221,21 +4221,21 @@ msgstr ""
msgid "unclosed quote character (%c) in command line near: %s"
msgstr ""
#: src/launch-appliance.c:147
#: src/launch-appliance.c:151
#, c-format
msgid "cannot parse quoted string near: %s"
msgstr ""
#: src/launch-appliance.c:178
#: src/launch-appliance.c:182
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "należy wywołać guestfs_add_drive przed guestfs_launch"
#: src/launch-appliance.c:672 src/launch-libvirt.c:438
#: src/launch-appliance.c:678 src/launch-libvirt.c:438
msgid "qemu launched and contacted daemon, but state != READY"
msgstr ""
"QEMU zostało uruchomione i skontaktowano się z demonem, ale stan != GOTOWY"
#: src/launch-appliance.c:808
#: src/launch-appliance.c:814
msgid ""
"qemu command failed\n"
"If qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU\n"

View File

@@ -9,7 +9,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: 2012-12-22 18:16+0000\n"
"POT-Creation-Date: 2013-01-17 09:40+0000\n"
"PO-Revision-Date: 2012-12-11 17:09+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Tamil <tamil-users@lists.fedoraproject.org>\n"
@@ -3848,20 +3848,20 @@ msgstr ""
msgid "unclosed quote character (%c) in command line near: %s"
msgstr ""
#: src/launch-appliance.c:147
#: src/launch-appliance.c:151
#, c-format
msgid "cannot parse quoted string near: %s"
msgstr ""
#: src/launch-appliance.c:178
#: src/launch-appliance.c:182
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "நீங்கள் guestfs_add_drive ஐ guestfs_launchக்கு முன் அழைக்க வேண்டும்"
#: src/launch-appliance.c:672 src/launch-libvirt.c:438
#: src/launch-appliance.c:678 src/launch-libvirt.c:438
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu டொமைனுடன் துவக்கப்பட்டு தொடர்பு கொண்டது, ஆனால் நிலையானது != READY"
#: src/launch-appliance.c:808
#: src/launch-appliance.c:814
msgid ""
"qemu command failed\n"
"If qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU\n"

View File

@@ -9,7 +9,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: 2012-12-22 18:16+0000\n"
"POT-Creation-Date: 2013-01-17 09:40+0000\n"
"PO-Revision-Date: 2012-12-11 17:09+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Telugu (http://www.transifex.com/projects/p/fedora/language/"
@@ -3846,20 +3846,20 @@ msgstr ""
msgid "unclosed quote character (%c) in command line near: %s"
msgstr ""
#: src/launch-appliance.c:147
#: src/launch-appliance.c:151
#, c-format
msgid "cannot parse quoted string near: %s"
msgstr ""
#: src/launch-appliance.c:178
#: src/launch-appliance.c:182
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "guestfs_launchకు ముందుగా మీరు guestfs_add_driveను పిలువవలెను"
#: src/launch-appliance.c:672 src/launch-libvirt.c:438
#: src/launch-appliance.c:678 src/launch-libvirt.c:438
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu ఆరంభించబడింది మరియు డెమోన్‌ను సంప్రదించింది, అయితే state != READY"
#: src/launch-appliance.c:808
#: src/launch-appliance.c:814
msgid ""
"qemu command failed\n"
"If qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU\n"

View File

@@ -9,7 +9,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: 2012-12-22 18:16+0000\n"
"POT-Creation-Date: 2013-01-17 09:40+0000\n"
"PO-Revision-Date: 2012-12-11 17:09+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
@@ -4395,22 +4395,22 @@ msgstr ""
msgid "unclosed quote character (%c) in command line near: %s"
msgstr "неврівноважений символ лапки (%c) у командному рядку поблизу від %s"
#: src/launch-appliance.c:147
#: src/launch-appliance.c:151
#, c-format
msgid "cannot parse quoted string near: %s"
msgstr "не вдалося обробити рядок у лапках поблизу від %s"
#: src/launch-appliance.c:178
#: src/launch-appliance.c:182
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "вам слід викликати guestfs_add_drive перед викликом guestfs_launch"
#: src/launch-appliance.c:672 src/launch-libvirt.c:438
#: src/launch-appliance.c:678 src/launch-libvirt.c:438
msgid "qemu launched and contacted daemon, but state != READY"
msgstr ""
"qemu запущено, встановлено зв’язок з фоновою службою, але стан процесу не "
"дорівнює READY"
#: src/launch-appliance.c:808
#: src/launch-appliance.c:814
msgid ""
"qemu command failed\n"
"If qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU\n"