Version 1.19.43.

This commit is contained in:
Richard W.M. Jones
2012-09-21 16:31:05 +01:00
parent 0e7d3de002
commit ab0610d752
20 changed files with 12662 additions and 12243 deletions

13
BUGS
View File

@@ -1,5 +1,5 @@
NOTE: This file is automatically generated from "update-bugs.sh".
Last updated: 2012-09-17
Last updated: 2012-09-21
This contains a local list of the bugs that are open against
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
@@ -230,6 +230,15 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
857763 NEW https://bugzilla.redhat.com/show_bug.cgi?id=857763
libguestfs 'file-architecture' returns 'ARM' for arm binaries
858126 NEW https://bugzilla.redhat.com/show_bug.cgi?id=858126
virt-inspector fail to work with some windows guests
858128 NEW https://bugzilla.redhat.com/show_bug.cgi?id=858128
libguestfs fail to list devices added by add-drive-ro-with-if twice
858648 NEW https://bugzilla.redhat.com/show_bug.cgi?id=858648
libguestfs can not be installed with recent iptables
503134 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=503134
guestfish's list splitting does not recognize internal quoting
@@ -248,7 +257,7 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
713678 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=713678
Not all febootstrap messages are redirected to log callbacks
(76 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], [19])
m4_define([libguestfs_release], [42])
m4_define([libguestfs_release], [43])
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-09-17 23:04+0100\n"
"POT-Creation-Date: 2012-09-21 15:43+0100\n"
"PO-Revision-Date: 2012-07-10 17:13+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
@@ -3703,19 +3703,19 @@ msgstr ""
msgid "cannot parse output of qemu-img info: '%s'"
msgstr ""
#: src/inspect-fs-unix.c:188
#: src/inspect-fs-unix.c:206
#, c-format
msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:233 src/inspect-fs-unix.c:760
#: src/inspect-fs-unix.c:1444 src/inspect-fs.c:526 src/inspect-fs.c:571
#: src/inspect.c:620
#: src/inspect-fs-unix.c:251 src/inspect-fs-unix.c:338
#: src/inspect-fs-unix.c:852 src/inspect-fs-unix.c:1536 src/inspect-fs.c:530
#: src/inspect-fs.c:575 src/inspect.c:622
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
#: src/inspect-fs-unix.c:803
#: src/inspect-fs-unix.c:895
msgid "could not parse /etc/fstab or empty file"
msgstr ""
@@ -3729,24 +3729,24 @@ msgstr ""
msgid "could not parse integer in version number: %s"
msgstr ""
#: src/inspect-icon.c:581
#: src/inspect-icon.c:583
#, c-format
msgid "read: %s: unexpected end of file"
msgstr ""
#: src/inspect.c:292
#: src/inspect.c:294
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
#: src/inspect.c:308
#: src/inspect.c:310
msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:656
#: src/inspect.c:658
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
#: src/inspect.c:668
#: src/inspect.c:670
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -3767,11 +3767,6 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr ""
#: src/launch-appliance.c:644 src/launch-appliance.c:649
#: src/launch-libvirt.c:350 src/launch-libvirt.c:355
msgid "guestfs_launch failed, see earlier error messages"
msgstr ""
#: src/launch-appliance.c:662 src/launch-libvirt.c:368
msgid "qemu launched and contacted daemon, but state != READY"
msgstr ""
@@ -3826,16 +3821,16 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1181
#: src/launch-libvirt.c:1183
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1212
#: src/launch-libvirt.c:1214
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1237
#: src/launch-libvirt.c:1239
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "
@@ -3881,24 +3876,35 @@ msgstr ""
msgid "the libguestfs handle has already been launched"
msgstr ""
#: src/launch.c:520
#: src/launch.c:480
msgid "guestfs_launch failed, see earlier error messages"
msgstr ""
#: src/launch.c:482
msgid ""
"guestfs_launch failed.\n"
"See http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs\n"
"and/or run 'libguestfs-test-tool'."
msgstr ""
#: src/launch.c:536
#, c-format
msgid "%s: cannot create temporary directory"
msgstr ""
#: src/launch.c:559
#: src/launch.c:575
msgid "get-pid can only be called after launch"
msgstr ""
#: src/launch.c:565
#: src/launch.c:581
msgid "the current attach-method does not support 'get-pid'"
msgstr ""
#: src/launch.c:580
#: src/launch.c:596
msgid "the current attach-method does not allow max disks to be queried"
msgstr ""
#: src/launch.c:594
#: src/launch.c:610
msgid "qemu has not been launched yet"
msgstr ""
@@ -4522,11 +4528,11 @@ msgstr ""
msgid "Change LVM2 PV and VG UUIDs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:57
#: ../sysprep/sysprep_operation_hostname.ml:70
msgid "Change the hostname of the guest"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:66
#: ../sysprep/sysprep_operation_hostname.ml:79
msgid ""
"Change the hostname. If not given, defaults to C<localhost.localdomain>."
msgstr ""
@@ -4720,7 +4726,7 @@ msgstr ""
msgid "Format of output disk (default: same as input)"
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:50
#: ../sysprep/sysprep_operation_random_seed.ml:51
msgid "Generate random seed for guest"
msgstr ""
@@ -4760,7 +4766,7 @@ msgstr ""
msgid "Never do SELinux relabel"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "New hostname"
msgstr ""
@@ -4777,7 +4783,7 @@ msgid ""
"new random UUIDs are generated and assigned to those PVs and VGs."
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:86
#: ../sysprep/sysprep_operation_logfiles.ml:90
msgid ""
"On Linux the following files are removed:\n"
"\n"
@@ -4842,11 +4848,11 @@ msgstr ""
msgid "Remove email from the local mail spool directory"
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:84
#: ../sysprep/sysprep_operation_logfiles.ml:88
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:40
#: ../sysprep/sysprep_operation_package_manager_cache.ml:42
msgid "Remove package manager cache"
msgstr ""
@@ -5108,7 +5114,7 @@ msgid ""
"virtual machine's disk, but it was stored on disk in older distros."
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:58
#: ../sysprep/sysprep_operation_hostname.ml:71
msgid ""
"This operation changes the hostname of the guest to the value\n"
"given in the I<--hostname> parameter.\n"
@@ -5117,7 +5123,7 @@ msgid ""
"to C<localhost.localdomain>."
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:51
#: ../sysprep/sysprep_operation_random_seed.ml:52
msgid ""
"Write some random bytes from the host into the random seed file of the\n"
"guest.\n"
@@ -5212,7 +5218,7 @@ msgstr ""
msgid "fs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "hostname"
msgstr ""

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-09-17 23:04+0100\n"
"POT-Creation-Date: 2012-09-21 15:43+0100\n"
"PO-Revision-Date: 2012-07-10 17:13+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Spanish (Castilian) <trans-es@lists.fedoraproject.org>\n"
@@ -3880,19 +3880,19 @@ msgstr ""
msgid "cannot parse output of qemu-img info: '%s'"
msgstr ""
#: src/inspect-fs-unix.c:188
#: src/inspect-fs-unix.c:206
#, c-format
msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:233 src/inspect-fs-unix.c:760
#: src/inspect-fs-unix.c:1444 src/inspect-fs.c:526 src/inspect-fs.c:571
#: src/inspect.c:620
#: src/inspect-fs-unix.c:251 src/inspect-fs-unix.c:338
#: src/inspect-fs-unix.c:852 src/inspect-fs-unix.c:1536 src/inspect-fs.c:530
#: src/inspect-fs.c:575 src/inspect.c:622
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr "el tamaño de %s es irracionalmente largo (%<PRIi64> bytes)"
#: src/inspect-fs-unix.c:803
#: src/inspect-fs-unix.c:895
msgid "could not parse /etc/fstab or empty file"
msgstr "no se pudo analizar /etc/fstab o vaciar el archivo"
@@ -3906,24 +3906,24 @@ msgstr "no es posible resolver %%SYSTEMROOT%% de Windows"
msgid "could not parse integer in version number: %s"
msgstr "no se pudo analizar el entero en el número de la versión: %s"
#: src/inspect-icon.c:581
#: src/inspect-icon.c:583
#, c-format
msgid "read: %s: unexpected end of file"
msgstr "read: %s: fin de archivo no esperado"
#: src/inspect.c:292
#: src/inspect.c:294
msgid "not a Windows guest, or systemroot could not be determined"
msgstr "no es un huésped Windows, o systemroot no pudo ser determinado"
#: src/inspect.c:308
#: src/inspect.c:310
msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr "no es un huésped Wndows, o no pudo determinarse CurrentControlSet"
#: src/inspect.c:656
#: src/inspect.c:658
msgid "no inspection data: call guestfs_inspect_os first"
msgstr "no existen datos de inspección: invoque primero a guestfs_inspect_os"
#: src/inspect.c:668
#: src/inspect.c:670
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -3946,11 +3946,6 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "antes de guestfs_launch, debe llamar guestfs_add_drive"
#: src/launch-appliance.c:644 src/launch-appliance.c:649
#: src/launch-libvirt.c:350 src/launch-libvirt.c:355
msgid "guestfs_launch failed, see earlier error messages"
msgstr "falló guestfs_launch, vea mensajes de errores anteriores"
#: src/launch-appliance.c:662 src/launch-libvirt.c:368
msgid "qemu launched and contacted daemon, but state != READY"
msgstr ""
@@ -4006,16 +4001,16 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1181
#: src/launch-libvirt.c:1183
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1212
#: src/launch-libvirt.c:1214
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1237
#: src/launch-libvirt.c:1239
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "
@@ -4062,24 +4057,35 @@ msgstr ""
msgid "the libguestfs handle has already been launched"
msgstr "el manipulador libguestfs ya ha sido iniciado"
#: src/launch.c:520
#: src/launch.c:480
msgid "guestfs_launch failed, see earlier error messages"
msgstr "falló guestfs_launch, vea mensajes de errores anteriores"
#: src/launch.c:482
msgid ""
"guestfs_launch failed.\n"
"See http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs\n"
"and/or run 'libguestfs-test-tool'."
msgstr ""
#: src/launch.c:536
#, c-format
msgid "%s: cannot create temporary directory"
msgstr "%s: no es posible crear directorio temporal"
#: src/launch.c:559
#: src/launch.c:575
msgid "get-pid can only be called after launch"
msgstr ""
#: src/launch.c:565
#: src/launch.c:581
msgid "the current attach-method does not support 'get-pid'"
msgstr ""
#: src/launch.c:580
#: src/launch.c:596
msgid "the current attach-method does not allow max disks to be queried"
msgstr ""
#: src/launch.c:594
#: src/launch.c:610
msgid "qemu has not been launched yet"
msgstr "todavía qemu no ha sido iniciado "
@@ -4762,11 +4768,11 @@ msgstr ""
msgid "Change LVM2 PV and VG UUIDs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:57
#: ../sysprep/sysprep_operation_hostname.ml:70
msgid "Change the hostname of the guest"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:66
#: ../sysprep/sysprep_operation_hostname.ml:79
msgid ""
"Change the hostname. If not given, defaults to C<localhost.localdomain>."
msgstr ""
@@ -4960,7 +4966,7 @@ msgstr ""
msgid "Format of output disk (default: same as input)"
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:50
#: ../sysprep/sysprep_operation_random_seed.ml:51
msgid "Generate random seed for guest"
msgstr ""
@@ -5000,7 +5006,7 @@ msgstr ""
msgid "Never do SELinux relabel"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "New hostname"
msgstr ""
@@ -5017,7 +5023,7 @@ msgid ""
"new random UUIDs are generated and assigned to those PVs and VGs."
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:86
#: ../sysprep/sysprep_operation_logfiles.ml:90
msgid ""
"On Linux the following files are removed:\n"
"\n"
@@ -5082,11 +5088,11 @@ msgstr ""
msgid "Remove email from the local mail spool directory"
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:84
#: ../sysprep/sysprep_operation_logfiles.ml:88
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:40
#: ../sysprep/sysprep_operation_package_manager_cache.ml:42
msgid "Remove package manager cache"
msgstr ""
@@ -5348,7 +5354,7 @@ msgid ""
"virtual machine's disk, but it was stored on disk in older distros."
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:58
#: ../sysprep/sysprep_operation_hostname.ml:71
msgid ""
"This operation changes the hostname of the guest to the value\n"
"given in the I<--hostname> parameter.\n"
@@ -5357,7 +5363,7 @@ msgid ""
"to C<localhost.localdomain>."
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:51
#: ../sysprep/sysprep_operation_random_seed.ml:52
msgid ""
"Write some random bytes from the host into the random seed file of the\n"
"guest.\n"
@@ -5452,7 +5458,7 @@ msgstr ""
msgid "fs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "hostname"
msgstr ""

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-09-17 23:04+0100\n"
"POT-Creation-Date: 2012-09-21 15:43+0100\n"
"PO-Revision-Date: 2012-07-10 17:13+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Gujarati <trans-gu@lists.fedoraproject.org>\n"
@@ -3642,19 +3642,19 @@ msgstr ""
msgid "cannot parse output of qemu-img info: '%s'"
msgstr ""
#: src/inspect-fs-unix.c:188
#: src/inspect-fs-unix.c:206
#, c-format
msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:233 src/inspect-fs-unix.c:760
#: src/inspect-fs-unix.c:1444 src/inspect-fs.c:526 src/inspect-fs.c:571
#: src/inspect.c:620
#: src/inspect-fs-unix.c:251 src/inspect-fs-unix.c:338
#: src/inspect-fs-unix.c:852 src/inspect-fs-unix.c:1536 src/inspect-fs.c:530
#: src/inspect-fs.c:575 src/inspect.c:622
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
#: src/inspect-fs-unix.c:803
#: src/inspect-fs-unix.c:895
msgid "could not parse /etc/fstab or empty file"
msgstr ""
@@ -3668,24 +3668,24 @@ msgstr ""
msgid "could not parse integer in version number: %s"
msgstr ""
#: src/inspect-icon.c:581
#: src/inspect-icon.c:583
#, c-format
msgid "read: %s: unexpected end of file"
msgstr ""
#: src/inspect.c:292
#: src/inspect.c:294
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
#: src/inspect.c:308
#: src/inspect.c:310
msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:656
#: src/inspect.c:658
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
#: src/inspect.c:668
#: src/inspect.c:670
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -3706,11 +3706,6 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "તમારે guestfs_launch પહેલાં guestfs_add_drive ને કોલ કરવુ જ જોઇએ"
#: src/launch-appliance.c:644 src/launch-appliance.c:649
#: src/launch-libvirt.c:350 src/launch-libvirt.c:355
msgid "guestfs_launch failed, see earlier error messages"
msgstr "guestfs_launch નિષ્ફળ, પહેલાનાં ભૂલ સંદેશાઓને જૂઓ"
#: src/launch-appliance.c:662 src/launch-libvirt.c:368
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu શરૂ થયેલ છે, ડિમનનો સંપર્ક થયેલ છે, પરંતુ state != READY"
@@ -3765,16 +3760,16 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1181
#: src/launch-libvirt.c:1183
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1212
#: src/launch-libvirt.c:1214
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1237
#: src/launch-libvirt.c:1239
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "
@@ -3820,24 +3815,35 @@ msgstr ""
msgid "the libguestfs handle has already been launched"
msgstr ""
#: src/launch.c:520
#: src/launch.c:480
msgid "guestfs_launch failed, see earlier error messages"
msgstr "guestfs_launch નિષ્ફળ, પહેલાનાં ભૂલ સંદેશાઓને જૂઓ"
#: src/launch.c:482
msgid ""
"guestfs_launch failed.\n"
"See http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs\n"
"and/or run 'libguestfs-test-tool'."
msgstr ""
#: src/launch.c:536
#, c-format
msgid "%s: cannot create temporary directory"
msgstr "%s: કામચલાઉ ડિરેક્ટરીને બનાવી શકાતી નથી"
#: src/launch.c:559
#: src/launch.c:575
msgid "get-pid can only be called after launch"
msgstr ""
#: src/launch.c:565
#: src/launch.c:581
msgid "the current attach-method does not support 'get-pid'"
msgstr ""
#: src/launch.c:580
#: src/launch.c:596
msgid "the current attach-method does not allow max disks to be queried"
msgstr ""
#: src/launch.c:594
#: src/launch.c:610
msgid "qemu has not been launched yet"
msgstr "qemu એ હજુ શરૂ કરવામાં આવ્યુ નથી"
@@ -4464,11 +4470,11 @@ msgstr ""
msgid "Change LVM2 PV and VG UUIDs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:57
#: ../sysprep/sysprep_operation_hostname.ml:70
msgid "Change the hostname of the guest"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:66
#: ../sysprep/sysprep_operation_hostname.ml:79
msgid ""
"Change the hostname. If not given, defaults to C<localhost.localdomain>."
msgstr ""
@@ -4662,7 +4668,7 @@ msgstr ""
msgid "Format of output disk (default: same as input)"
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:50
#: ../sysprep/sysprep_operation_random_seed.ml:51
msgid "Generate random seed for guest"
msgstr ""
@@ -4702,7 +4708,7 @@ msgstr ""
msgid "Never do SELinux relabel"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "New hostname"
msgstr ""
@@ -4719,7 +4725,7 @@ msgid ""
"new random UUIDs are generated and assigned to those PVs and VGs."
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:86
#: ../sysprep/sysprep_operation_logfiles.ml:90
msgid ""
"On Linux the following files are removed:\n"
"\n"
@@ -4784,11 +4790,11 @@ msgstr ""
msgid "Remove email from the local mail spool directory"
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:84
#: ../sysprep/sysprep_operation_logfiles.ml:88
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:40
#: ../sysprep/sysprep_operation_package_manager_cache.ml:42
msgid "Remove package manager cache"
msgstr ""
@@ -5050,7 +5056,7 @@ msgid ""
"virtual machine's disk, but it was stored on disk in older distros."
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:58
#: ../sysprep/sysprep_operation_hostname.ml:71
msgid ""
"This operation changes the hostname of the guest to the value\n"
"given in the I<--hostname> parameter.\n"
@@ -5059,7 +5065,7 @@ msgid ""
"to C<localhost.localdomain>."
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:51
#: ../sysprep/sysprep_operation_random_seed.ml:52
msgid ""
"Write some random bytes from the host into the random seed file of the\n"
"guest.\n"
@@ -5154,7 +5160,7 @@ msgstr ""
msgid "fs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "hostname"
msgstr ""

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-09-17 23:04+0100\n"
"POT-Creation-Date: 2012-09-21 15:43+0100\n"
"PO-Revision-Date: 2012-07-10 17:13+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Hindi <indlinux-hindi@lists.sourceforge.net>\n"
@@ -3640,19 +3640,19 @@ msgstr ""
msgid "cannot parse output of qemu-img info: '%s'"
msgstr ""
#: src/inspect-fs-unix.c:188
#: src/inspect-fs-unix.c:206
#, c-format
msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:233 src/inspect-fs-unix.c:760
#: src/inspect-fs-unix.c:1444 src/inspect-fs.c:526 src/inspect-fs.c:571
#: src/inspect.c:620
#: src/inspect-fs-unix.c:251 src/inspect-fs-unix.c:338
#: src/inspect-fs-unix.c:852 src/inspect-fs-unix.c:1536 src/inspect-fs.c:530
#: src/inspect-fs.c:575 src/inspect.c:622
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
#: src/inspect-fs-unix.c:803
#: src/inspect-fs-unix.c:895
msgid "could not parse /etc/fstab or empty file"
msgstr ""
@@ -3666,24 +3666,24 @@ msgstr ""
msgid "could not parse integer in version number: %s"
msgstr ""
#: src/inspect-icon.c:581
#: src/inspect-icon.c:583
#, c-format
msgid "read: %s: unexpected end of file"
msgstr ""
#: src/inspect.c:292
#: src/inspect.c:294
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
#: src/inspect.c:308
#: src/inspect.c:310
msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:656
#: src/inspect.c:658
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
#: src/inspect.c:668
#: src/inspect.c:670
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -3704,11 +3704,6 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "you must call guestfs_add_drive before guestfs_launch"
#: src/launch-appliance.c:644 src/launch-appliance.c:649
#: src/launch-libvirt.c:350 src/launch-libvirt.c:355
msgid "guestfs_launch failed, see earlier error messages"
msgstr "guestfs_launch विफल, पहले की त्रुटि संदेश देखें"
#: src/launch-appliance.c:662 src/launch-libvirt.c:368
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu launched and contacted daemon, but state != READY"
@@ -3763,16 +3758,16 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1181
#: src/launch-libvirt.c:1183
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1212
#: src/launch-libvirt.c:1214
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1237
#: src/launch-libvirt.c:1239
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "
@@ -3818,24 +3813,35 @@ msgstr ""
msgid "the libguestfs handle has already been launched"
msgstr ""
#: src/launch.c:520
#: src/launch.c:480
msgid "guestfs_launch failed, see earlier error messages"
msgstr "guestfs_launch विफल, पहले की त्रुटि संदेश देखें"
#: src/launch.c:482
msgid ""
"guestfs_launch failed.\n"
"See http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs\n"
"and/or run 'libguestfs-test-tool'."
msgstr ""
#: src/launch.c:536
#, c-format
msgid "%s: cannot create temporary directory"
msgstr "%s: को अस्थायी निर्देशिका नहीं बना सकता है"
#: src/launch.c:559
#: src/launch.c:575
msgid "get-pid can only be called after launch"
msgstr ""
#: src/launch.c:565
#: src/launch.c:581
msgid "the current attach-method does not support 'get-pid'"
msgstr ""
#: src/launch.c:580
#: src/launch.c:596
msgid "the current attach-method does not allow max disks to be queried"
msgstr ""
#: src/launch.c:594
#: src/launch.c:610
msgid "qemu has not been launched yet"
msgstr "qemu को अबतक लॉन्च नहीं किया गया है"
@@ -4462,11 +4468,11 @@ msgstr ""
msgid "Change LVM2 PV and VG UUIDs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:57
#: ../sysprep/sysprep_operation_hostname.ml:70
msgid "Change the hostname of the guest"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:66
#: ../sysprep/sysprep_operation_hostname.ml:79
msgid ""
"Change the hostname. If not given, defaults to C<localhost.localdomain>."
msgstr ""
@@ -4660,7 +4666,7 @@ msgstr ""
msgid "Format of output disk (default: same as input)"
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:50
#: ../sysprep/sysprep_operation_random_seed.ml:51
msgid "Generate random seed for guest"
msgstr ""
@@ -4700,7 +4706,7 @@ msgstr ""
msgid "Never do SELinux relabel"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "New hostname"
msgstr ""
@@ -4717,7 +4723,7 @@ msgid ""
"new random UUIDs are generated and assigned to those PVs and VGs."
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:86
#: ../sysprep/sysprep_operation_logfiles.ml:90
msgid ""
"On Linux the following files are removed:\n"
"\n"
@@ -4782,11 +4788,11 @@ msgstr ""
msgid "Remove email from the local mail spool directory"
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:84
#: ../sysprep/sysprep_operation_logfiles.ml:88
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:40
#: ../sysprep/sysprep_operation_package_manager_cache.ml:42
msgid "Remove package manager cache"
msgstr ""
@@ -5048,7 +5054,7 @@ msgid ""
"virtual machine's disk, but it was stored on disk in older distros."
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:58
#: ../sysprep/sysprep_operation_hostname.ml:71
msgid ""
"This operation changes the hostname of the guest to the value\n"
"given in the I<--hostname> parameter.\n"
@@ -5057,7 +5063,7 @@ msgid ""
"to C<localhost.localdomain>."
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:51
#: ../sysprep/sysprep_operation_random_seed.ml:52
msgid ""
"Write some random bytes from the host into the random seed file of the\n"
"guest.\n"
@@ -5152,7 +5158,7 @@ msgstr ""
msgid "fs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "hostname"
msgstr ""

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-09-17 23:04+0100\n"
"POT-Creation-Date: 2012-09-21 15:43+0100\n"
"PO-Revision-Date: 2012-07-10 17:13+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Kannada (http://www.transifex.com/projects/p/fedora/language/"
@@ -3647,19 +3647,19 @@ msgstr ""
msgid "cannot parse output of qemu-img info: '%s'"
msgstr ""
#: src/inspect-fs-unix.c:188
#: src/inspect-fs-unix.c:206
#, c-format
msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:233 src/inspect-fs-unix.c:760
#: src/inspect-fs-unix.c:1444 src/inspect-fs.c:526 src/inspect-fs.c:571
#: src/inspect.c:620
#: src/inspect-fs-unix.c:251 src/inspect-fs-unix.c:338
#: src/inspect-fs-unix.c:852 src/inspect-fs-unix.c:1536 src/inspect-fs.c:530
#: src/inspect-fs.c:575 src/inspect.c:622
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
#: src/inspect-fs-unix.c:803
#: src/inspect-fs-unix.c:895
msgid "could not parse /etc/fstab or empty file"
msgstr ""
@@ -3673,24 +3673,24 @@ msgstr ""
msgid "could not parse integer in version number: %s"
msgstr ""
#: src/inspect-icon.c:581
#: src/inspect-icon.c:583
#, c-format
msgid "read: %s: unexpected end of file"
msgstr ""
#: src/inspect.c:292
#: src/inspect.c:294
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
#: src/inspect.c:308
#: src/inspect.c:310
msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:656
#: src/inspect.c:658
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
#: src/inspect.c:668
#: src/inspect.c:670
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -3711,11 +3711,6 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "ನೀವು guestfs_launch ನ ಮೊದಲು guestfs_add_drive ಅನ್ನು ಕರೆಯಬೇಕು"
#: src/launch-appliance.c:644 src/launch-appliance.c:649
#: src/launch-libvirt.c:350 src/launch-libvirt.c:355
msgid "guestfs_launch failed, see earlier error messages"
msgstr "guestfs_launch ವಿಫಲಗೊಂಡಿದೆ, ಹಿಂದಿನ ದೋಷ ಸಂದೇಶಗಳನ್ನು ನೋಡಿ"
#: src/launch-appliance.c:662 src/launch-libvirt.c:368
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu ಆರಂಭಗೊಂಡಿದೆ ಹಾಗು ಡೀಮನ್ ಅನ್ನು ಸಂಪರ್ಕಿಸಿದೆ, ಆದರೆ != READY ಸ್ಥಿತಿಯಲ್ಲಿದೆ"
@@ -3770,16 +3765,16 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1181
#: src/launch-libvirt.c:1183
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1212
#: src/launch-libvirt.c:1214
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1237
#: src/launch-libvirt.c:1239
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "
@@ -3825,24 +3820,35 @@ msgstr ""
msgid "the libguestfs handle has already been launched"
msgstr ""
#: src/launch.c:520
#: src/launch.c:480
msgid "guestfs_launch failed, see earlier error messages"
msgstr "guestfs_launch ವಿಫಲಗೊಂಡಿದೆ, ಹಿಂದಿನ ದೋಷ ಸಂದೇಶಗಳನ್ನು ನೋಡಿ"
#: src/launch.c:482
msgid ""
"guestfs_launch failed.\n"
"See http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs\n"
"and/or run 'libguestfs-test-tool'."
msgstr ""
#: src/launch.c:536
#, c-format
msgid "%s: cannot create temporary directory"
msgstr "%s: ಒಂದು ತಾತ್ಕಾಲಿಕ ಕೋಶವನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ"
#: src/launch.c:559
#: src/launch.c:575
msgid "get-pid can only be called after launch"
msgstr ""
#: src/launch.c:565
#: src/launch.c:581
msgid "the current attach-method does not support 'get-pid'"
msgstr ""
#: src/launch.c:580
#: src/launch.c:596
msgid "the current attach-method does not allow max disks to be queried"
msgstr ""
#: src/launch.c:594
#: src/launch.c:610
msgid "qemu has not been launched yet"
msgstr "qemu ಅನ್ನು ಇನ್ನೂ ಸಹ ಆರಂಭಿಸಲಾಗಿಲ್ಲ"
@@ -4470,11 +4476,11 @@ msgstr ""
msgid "Change LVM2 PV and VG UUIDs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:57
#: ../sysprep/sysprep_operation_hostname.ml:70
msgid "Change the hostname of the guest"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:66
#: ../sysprep/sysprep_operation_hostname.ml:79
msgid ""
"Change the hostname. If not given, defaults to C<localhost.localdomain>."
msgstr ""
@@ -4668,7 +4674,7 @@ msgstr ""
msgid "Format of output disk (default: same as input)"
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:50
#: ../sysprep/sysprep_operation_random_seed.ml:51
msgid "Generate random seed for guest"
msgstr ""
@@ -4708,7 +4714,7 @@ msgstr ""
msgid "Never do SELinux relabel"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "New hostname"
msgstr ""
@@ -4725,7 +4731,7 @@ msgid ""
"new random UUIDs are generated and assigned to those PVs and VGs."
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:86
#: ../sysprep/sysprep_operation_logfiles.ml:90
msgid ""
"On Linux the following files are removed:\n"
"\n"
@@ -4790,11 +4796,11 @@ msgstr ""
msgid "Remove email from the local mail spool directory"
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:84
#: ../sysprep/sysprep_operation_logfiles.ml:88
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:40
#: ../sysprep/sysprep_operation_package_manager_cache.ml:42
msgid "Remove package manager cache"
msgstr ""
@@ -5056,7 +5062,7 @@ msgid ""
"virtual machine's disk, but it was stored on disk in older distros."
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:58
#: ../sysprep/sysprep_operation_hostname.ml:71
msgid ""
"This operation changes the hostname of the guest to the value\n"
"given in the I<--hostname> parameter.\n"
@@ -5065,7 +5071,7 @@ msgid ""
"to C<localhost.localdomain>."
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:51
#: ../sysprep/sysprep_operation_random_seed.ml:52
msgid ""
"Write some random bytes from the host into the random seed file of the\n"
"guest.\n"
@@ -5160,7 +5166,7 @@ msgstr ""
msgid "fs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "hostname"
msgstr ""

View File

@@ -6,10 +6,10 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: libguestfs 1.19.42\n"
"Project-Id-Version: libguestfs 1.19.43\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2012-09-17 23:04+0100\n"
"POT-Creation-Date: 2012-09-21 15:43+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"
@@ -3630,19 +3630,19 @@ msgstr ""
msgid "cannot parse output of qemu-img info: '%s'"
msgstr ""
#: src/inspect-fs-unix.c:188
#: src/inspect-fs-unix.c:206
#, c-format
msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:233 src/inspect-fs-unix.c:760
#: src/inspect-fs-unix.c:1444 src/inspect-fs.c:526 src/inspect-fs.c:571
#: src/inspect.c:620
#: src/inspect-fs-unix.c:251 src/inspect-fs-unix.c:338
#: src/inspect-fs-unix.c:852 src/inspect-fs-unix.c:1536 src/inspect-fs.c:530
#: src/inspect-fs.c:575 src/inspect.c:622
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
#: src/inspect-fs-unix.c:803
#: src/inspect-fs-unix.c:895
msgid "could not parse /etc/fstab or empty file"
msgstr ""
@@ -3656,24 +3656,24 @@ msgstr ""
msgid "could not parse integer in version number: %s"
msgstr ""
#: src/inspect-icon.c:581
#: src/inspect-icon.c:583
#, c-format
msgid "read: %s: unexpected end of file"
msgstr ""
#: src/inspect.c:292
#: src/inspect.c:294
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
#: src/inspect.c:308
#: src/inspect.c:310
msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:656
#: src/inspect.c:658
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
#: src/inspect.c:668
#: src/inspect.c:670
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -3694,11 +3694,6 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr ""
#: src/launch-appliance.c:644 src/launch-appliance.c:649
#: src/launch-libvirt.c:350 src/launch-libvirt.c:355
msgid "guestfs_launch failed, see earlier error messages"
msgstr ""
#: src/launch-appliance.c:662 src/launch-libvirt.c:368
msgid "qemu launched and contacted daemon, but state != READY"
msgstr ""
@@ -3753,16 +3748,16 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1181
#: src/launch-libvirt.c:1183
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1212
#: src/launch-libvirt.c:1214
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1237
#: src/launch-libvirt.c:1239
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "
@@ -3808,24 +3803,35 @@ msgstr ""
msgid "the libguestfs handle has already been launched"
msgstr ""
#: src/launch.c:520
#: src/launch.c:480
msgid "guestfs_launch failed, see earlier error messages"
msgstr ""
#: src/launch.c:482
msgid ""
"guestfs_launch failed.\n"
"See http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs\n"
"and/or run 'libguestfs-test-tool'."
msgstr ""
#: src/launch.c:536
#, c-format
msgid "%s: cannot create temporary directory"
msgstr ""
#: src/launch.c:559
#: src/launch.c:575
msgid "get-pid can only be called after launch"
msgstr ""
#: src/launch.c:565
#: src/launch.c:581
msgid "the current attach-method does not support 'get-pid'"
msgstr ""
#: src/launch.c:580
#: src/launch.c:596
msgid "the current attach-method does not allow max disks to be queried"
msgstr ""
#: src/launch.c:594
#: src/launch.c:610
msgid "qemu has not been launched yet"
msgstr ""
@@ -4398,11 +4404,11 @@ msgstr ""
msgid "Change LVM2 PV and VG UUIDs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:57
#: ../sysprep/sysprep_operation_hostname.ml:70
msgid "Change the hostname of the guest"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:66
#: ../sysprep/sysprep_operation_hostname.ml:79
msgid "Change the hostname. If not given, defaults to C<localhost.localdomain>."
msgstr ""
@@ -4565,7 +4571,7 @@ msgstr ""
msgid "Format of output disk (default: same as input)"
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:50
#: ../sysprep/sysprep_operation_random_seed.ml:51
msgid "Generate random seed for guest"
msgstr ""
@@ -4601,7 +4607,7 @@ msgstr ""
msgid "Never do SELinux relabel"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "New hostname"
msgstr ""
@@ -4613,7 +4619,7 @@ msgstr ""
msgid "On Linux guests that have LVM2 physical volumes (PVs) or volume groups (VGs),\nnew random UUIDs are generated and assigned to those PVs and VGs."
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:86
#: ../sysprep/sysprep_operation_logfiles.ml:90
msgid "On Linux the following files are removed:\n\n%s"
msgstr ""
@@ -4673,11 +4679,11 @@ msgstr ""
msgid "Remove email from the local mail spool directory"
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:84
#: ../sysprep/sysprep_operation_logfiles.ml:88
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:40
#: ../sysprep/sysprep_operation_package_manager_cache.ml:42
msgid "Remove package manager cache"
msgstr ""
@@ -4849,11 +4855,11 @@ msgstr ""
msgid "This file records who is currently logged in on a machine. In modern\nLinux distros it is stored in a ramdisk and hence not part of the\nvirtual machine's disk, but it was stored on disk in older distros."
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:58
#: ../sysprep/sysprep_operation_hostname.ml:71
msgid "This operation changes the hostname of the guest to the value\ngiven in the I<--hostname> parameter.\n\nIf the I<--hostname> parameter is not given, then the hostname is changed\nto C<localhost.localdomain>."
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:51
#: ../sysprep/sysprep_operation_random_seed.ml:52
msgid "Write some random bytes from the host into the random seed file of the\nguest.\n\nSee L</RANDOM SEED> below."
msgstr ""
@@ -4935,7 +4941,7 @@ msgstr ""
msgid "fs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "hostname"
msgstr ""

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-09-17 23:04+0100\n"
"POT-Creation-Date: 2012-09-21 15:43+0100\n"
"PO-Revision-Date: 2012-07-10 17:13+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Malayalam <discuss@lists.smc.org.in>\n"
@@ -3642,19 +3642,19 @@ msgstr ""
msgid "cannot parse output of qemu-img info: '%s'"
msgstr ""
#: src/inspect-fs-unix.c:188
#: src/inspect-fs-unix.c:206
#, c-format
msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:233 src/inspect-fs-unix.c:760
#: src/inspect-fs-unix.c:1444 src/inspect-fs.c:526 src/inspect-fs.c:571
#: src/inspect.c:620
#: src/inspect-fs-unix.c:251 src/inspect-fs-unix.c:338
#: src/inspect-fs-unix.c:852 src/inspect-fs-unix.c:1536 src/inspect-fs.c:530
#: src/inspect-fs.c:575 src/inspect.c:622
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
#: src/inspect-fs-unix.c:803
#: src/inspect-fs-unix.c:895
msgid "could not parse /etc/fstab or empty file"
msgstr ""
@@ -3668,24 +3668,24 @@ msgstr ""
msgid "could not parse integer in version number: %s"
msgstr ""
#: src/inspect-icon.c:581
#: src/inspect-icon.c:583
#, c-format
msgid "read: %s: unexpected end of file"
msgstr ""
#: src/inspect.c:292
#: src/inspect.c:294
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
#: src/inspect.c:308
#: src/inspect.c:310
msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:656
#: src/inspect.c:658
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
#: src/inspect.c:668
#: src/inspect.c:670
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -3706,11 +3706,6 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "guestfs_launch-നു് മുമ്പു് guestfs_add_drive വിളിക്കേണ്ടതു്"
#: src/launch-appliance.c:644 src/launch-appliance.c:649
#: src/launch-libvirt.c:350 src/launch-libvirt.c:355
msgid "guestfs_launch failed, see earlier error messages"
msgstr "guestfs_launch പരാജയപ്പെട്ടു, മുമ്പുള്ള പിശക് സന്ദേശങ്ങള്‍ കാണുക"
#: src/launch-appliance.c:662 src/launch-libvirt.c:368
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu വിന്യസിച്ചു് ഡെമണുമായി ബന്ധപ്പെട്ടു, പക്ഷേ state != READY"
@@ -3765,16 +3760,16 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1181
#: src/launch-libvirt.c:1183
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1212
#: src/launch-libvirt.c:1214
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1237
#: src/launch-libvirt.c:1239
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "
@@ -3820,24 +3815,35 @@ msgstr ""
msgid "the libguestfs handle has already been launched"
msgstr ""
#: src/launch.c:520
#: src/launch.c:480
msgid "guestfs_launch failed, see earlier error messages"
msgstr "guestfs_launch പരാജയപ്പെട്ടു, മുമ്പുള്ള പിശക് സന്ദേശങ്ങള്‍ കാണുക"
#: src/launch.c:482
msgid ""
"guestfs_launch failed.\n"
"See http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs\n"
"and/or run 'libguestfs-test-tool'."
msgstr ""
#: src/launch.c:536
#, c-format
msgid "%s: cannot create temporary directory"
msgstr "%s: താല്‍ക്കാലിക ഡയറക്ടറി ഉണ്ടാക്കുവാന്‍ സാധ്യമല്ല"
#: src/launch.c:559
#: src/launch.c:575
msgid "get-pid can only be called after launch"
msgstr ""
#: src/launch.c:565
#: src/launch.c:581
msgid "the current attach-method does not support 'get-pid'"
msgstr ""
#: src/launch.c:580
#: src/launch.c:596
msgid "the current attach-method does not allow max disks to be queried"
msgstr ""
#: src/launch.c:594
#: src/launch.c:610
msgid "qemu has not been launched yet"
msgstr "qemu ഇതുവരെ വിന്യസിച്ചിട്ടില്ല"
@@ -4464,11 +4470,11 @@ msgstr ""
msgid "Change LVM2 PV and VG UUIDs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:57
#: ../sysprep/sysprep_operation_hostname.ml:70
msgid "Change the hostname of the guest"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:66
#: ../sysprep/sysprep_operation_hostname.ml:79
msgid ""
"Change the hostname. If not given, defaults to C<localhost.localdomain>."
msgstr ""
@@ -4662,7 +4668,7 @@ msgstr ""
msgid "Format of output disk (default: same as input)"
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:50
#: ../sysprep/sysprep_operation_random_seed.ml:51
msgid "Generate random seed for guest"
msgstr ""
@@ -4702,7 +4708,7 @@ msgstr ""
msgid "Never do SELinux relabel"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "New hostname"
msgstr ""
@@ -4719,7 +4725,7 @@ msgid ""
"new random UUIDs are generated and assigned to those PVs and VGs."
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:86
#: ../sysprep/sysprep_operation_logfiles.ml:90
msgid ""
"On Linux the following files are removed:\n"
"\n"
@@ -4784,11 +4790,11 @@ msgstr ""
msgid "Remove email from the local mail spool directory"
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:84
#: ../sysprep/sysprep_operation_logfiles.ml:88
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:40
#: ../sysprep/sysprep_operation_package_manager_cache.ml:42
msgid "Remove package manager cache"
msgstr ""
@@ -5050,7 +5056,7 @@ msgid ""
"virtual machine's disk, but it was stored on disk in older distros."
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:58
#: ../sysprep/sysprep_operation_hostname.ml:71
msgid ""
"This operation changes the hostname of the guest to the value\n"
"given in the I<--hostname> parameter.\n"
@@ -5059,7 +5065,7 @@ msgid ""
"to C<localhost.localdomain>."
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:51
#: ../sysprep/sysprep_operation_random_seed.ml:52
msgid ""
"Write some random bytes from the host into the random seed file of the\n"
"guest.\n"
@@ -5154,7 +5160,7 @@ msgstr ""
msgid "fs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "hostname"
msgstr ""

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-09-17 23:04+0100\n"
"POT-Creation-Date: 2012-09-21 15:43+0100\n"
"PO-Revision-Date: 2012-07-10 17:13+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Marathi (http://www.transifex.com/projects/p/fedora/language/"
@@ -3767,19 +3767,19 @@ msgstr ""
msgid "cannot parse output of qemu-img info: '%s'"
msgstr ""
#: src/inspect-fs-unix.c:188
#: src/inspect-fs-unix.c:206
#, c-format
msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:233 src/inspect-fs-unix.c:760
#: src/inspect-fs-unix.c:1444 src/inspect-fs.c:526 src/inspect-fs.c:571
#: src/inspect.c:620
#: src/inspect-fs-unix.c:251 src/inspect-fs-unix.c:338
#: src/inspect-fs-unix.c:852 src/inspect-fs-unix.c:1536 src/inspect-fs.c:530
#: src/inspect-fs.c:575 src/inspect.c:622
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr "%s चे आकार असमंजसपणे मोठे आहे (%<PRIi64> बाईट्स्)"
#: src/inspect-fs-unix.c:803
#: src/inspect-fs-unix.c:895
msgid "could not parse /etc/fstab or empty file"
msgstr "/etc/fstab किंवा रिकामी फाइल वाचणे अशक्य"
@@ -3793,24 +3793,24 @@ msgstr "विंडोज %%SYSTEMROOT%% निश्चित करणे अ
msgid "could not parse integer in version number: %s"
msgstr "आवृत्ती क्रमांत इंटिजर वाचणे अशक्य: %s"
#: src/inspect-icon.c:581
#: src/inspect-icon.c:583
#, c-format
msgid "read: %s: unexpected end of file"
msgstr ""
#: src/inspect.c:292
#: src/inspect.c:294
msgid "not a Windows guest, or systemroot could not be determined"
msgstr "विंडोज अतिथी नाही, किंवा systemroot शोधणे अशक्य"
#: src/inspect.c:308
#: src/inspect.c:310
msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:656
#: src/inspect.c:658
msgid "no inspection data: call guestfs_inspect_os first"
msgstr "अधिकृत तपासणी डाटा आढळले नाही: पहिले guestfs_inspect_os कॉल करा"
#: src/inspect.c:668
#: src/inspect.c:670
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -3833,11 +3833,6 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "guestfs_add_drive यांस guestfs_launch च्या अगोदर कॉल करा"
#: src/launch-appliance.c:644 src/launch-appliance.c:649
#: src/launch-libvirt.c:350 src/launch-libvirt.c:355
msgid "guestfs_launch failed, see earlier error messages"
msgstr "guestfs_launch अपयशी, पूर्वीचे त्रुटी संदेश पहा"
#: src/launch-appliance.c:662 src/launch-libvirt.c:368
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu सुरू झाले व डिमन सुरू केले, परंतु state != READY आढळले"
@@ -3892,16 +3887,16 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1181
#: src/launch-libvirt.c:1183
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1212
#: src/launch-libvirt.c:1214
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1237
#: src/launch-libvirt.c:1239
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "
@@ -3947,24 +3942,35 @@ msgstr ""
msgid "the libguestfs handle has already been launched"
msgstr "libguestfs हँडल आधिपासूनच सुरू आहे"
#: src/launch.c:520
#: src/launch.c:480
msgid "guestfs_launch failed, see earlier error messages"
msgstr "guestfs_launch अपयशी, पूर्वीचे त्रुटी संदेश पहा"
#: src/launch.c:482
msgid ""
"guestfs_launch failed.\n"
"See http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs\n"
"and/or run 'libguestfs-test-tool'."
msgstr ""
#: src/launch.c:536
#, c-format
msgid "%s: cannot create temporary directory"
msgstr "%s: तात्पुर्ती डिरेक्ट्री निर्माण करणे अशक्य"
#: src/launch.c:559
#: src/launch.c:575
msgid "get-pid can only be called after launch"
msgstr ""
#: src/launch.c:565
#: src/launch.c:581
msgid "the current attach-method does not support 'get-pid'"
msgstr ""
#: src/launch.c:580
#: src/launch.c:596
msgid "the current attach-method does not allow max disks to be queried"
msgstr ""
#: src/launch.c:594
#: src/launch.c:610
msgid "qemu has not been launched yet"
msgstr "qemu अजूनही सुरू केले नाही"
@@ -4612,11 +4618,11 @@ msgstr ""
msgid "Change LVM2 PV and VG UUIDs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:57
#: ../sysprep/sysprep_operation_hostname.ml:70
msgid "Change the hostname of the guest"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:66
#: ../sysprep/sysprep_operation_hostname.ml:79
msgid ""
"Change the hostname. If not given, defaults to C<localhost.localdomain>."
msgstr ""
@@ -4810,7 +4816,7 @@ msgstr ""
msgid "Format of output disk (default: same as input)"
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:50
#: ../sysprep/sysprep_operation_random_seed.ml:51
msgid "Generate random seed for guest"
msgstr ""
@@ -4850,7 +4856,7 @@ msgstr ""
msgid "Never do SELinux relabel"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "New hostname"
msgstr ""
@@ -4867,7 +4873,7 @@ msgid ""
"new random UUIDs are generated and assigned to those PVs and VGs."
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:86
#: ../sysprep/sysprep_operation_logfiles.ml:90
msgid ""
"On Linux the following files are removed:\n"
"\n"
@@ -4932,11 +4938,11 @@ msgstr ""
msgid "Remove email from the local mail spool directory"
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:84
#: ../sysprep/sysprep_operation_logfiles.ml:88
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:40
#: ../sysprep/sysprep_operation_package_manager_cache.ml:42
msgid "Remove package manager cache"
msgstr ""
@@ -5198,7 +5204,7 @@ msgid ""
"virtual machine's disk, but it was stored on disk in older distros."
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:58
#: ../sysprep/sysprep_operation_hostname.ml:71
msgid ""
"This operation changes the hostname of the guest to the value\n"
"given in the I<--hostname> parameter.\n"
@@ -5207,7 +5213,7 @@ msgid ""
"to C<localhost.localdomain>."
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:51
#: ../sysprep/sysprep_operation_random_seed.ml:52
msgid ""
"Write some random bytes from the host into the random seed file of the\n"
"guest.\n"
@@ -5302,7 +5308,7 @@ msgstr ""
msgid "fs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "hostname"
msgstr ""

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-09-17 23:04+0100\n"
"POT-Creation-Date: 2012-09-21 15:43+0100\n"
"PO-Revision-Date: 2012-07-10 17:13+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/fedora/language/"
@@ -3988,19 +3988,19 @@ msgstr ""
msgid "cannot parse output of qemu-img info: '%s'"
msgstr ""
#: src/inspect-fs-unix.c:188
#: src/inspect-fs-unix.c:206
#, c-format
msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:233 src/inspect-fs-unix.c:760
#: src/inspect-fs-unix.c:1444 src/inspect-fs.c:526 src/inspect-fs.c:571
#: src/inspect.c:620
#: src/inspect-fs-unix.c:251 src/inspect-fs-unix.c:338
#: src/inspect-fs-unix.c:852 src/inspect-fs-unix.c:1536 src/inspect-fs.c:530
#: src/inspect-fs.c:575 src/inspect.c:622
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr "groote van %s is buitensporig groot (%<PRIi64> bytes)"
#: src/inspect-fs-unix.c:803
#: src/inspect-fs-unix.c:895
msgid "could not parse /etc/fstab or empty file"
msgstr "kan /etc/fstab niet ontleden of leeg bestand"
@@ -4014,24 +4014,24 @@ msgstr "Kan Windows %%SYSTEMROOT%% niet oplossen"
msgid "could not parse integer in version number: %s"
msgstr "kon integer in versie nummer niet ontleden: %s"
#: src/inspect-icon.c:581
#: src/inspect-icon.c:583
#, c-format
msgid "read: %s: unexpected end of file"
msgstr "lezen: %s: onverwacht einde van bestand"
#: src/inspect.c:292
#: src/inspect.c:294
msgid "not a Windows guest, or systemroot could not be determined"
msgstr "Geen Windows gast, of systeem root kon niet bepaald worden"
#: src/inspect.c:308
#: src/inspect.c:310
msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr "geen Windows gast, of CurrentControlSet kon niet bepaald worden"
#: src/inspect.c:656
#: src/inspect.c:658
msgid "no inspection data: call guestfs_inspect_os first"
msgstr "geen inspectie data: roep eerst guestfs_inspect_os aan"
#: src/inspect.c:668
#: src/inspect.c:670
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -4054,11 +4054,6 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "je moet guestfs_add_drive aanroepen voor guestfs_launch"
#: src/launch-appliance.c:644 src/launch-appliance.c:649
#: src/launch-libvirt.c:350 src/launch-libvirt.c:355
msgid "guestfs_launch failed, see earlier error messages"
msgstr "guestfs_launch mislukte, bekijk de eerdere fout boodschap"
#: src/launch-appliance.c:662 src/launch-libvirt.c:368
msgid "qemu launched and contacted daemon, but state != READY"
msgstr ""
@@ -4114,16 +4109,16 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1181
#: src/launch-libvirt.c:1183
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1212
#: src/launch-libvirt.c:1214
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1237
#: src/launch-libvirt.c:1239
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "
@@ -4169,24 +4164,35 @@ msgstr ""
msgid "the libguestfs handle has already been launched"
msgstr "de libguestfs hendel is al gelanceerd"
#: src/launch.c:520
#: src/launch.c:480
msgid "guestfs_launch failed, see earlier error messages"
msgstr "guestfs_launch mislukte, bekijk de eerdere fout boodschap"
#: src/launch.c:482
msgid ""
"guestfs_launch failed.\n"
"See http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs\n"
"and/or run 'libguestfs-test-tool'."
msgstr ""
#: src/launch.c:536
#, c-format
msgid "%s: cannot create temporary directory"
msgstr "%s: kan geen tijdelijke map aanmaken"
#: src/launch.c:559
#: src/launch.c:575
msgid "get-pid can only be called after launch"
msgstr ""
#: src/launch.c:565
#: src/launch.c:581
msgid "the current attach-method does not support 'get-pid'"
msgstr ""
#: src/launch.c:580
#: src/launch.c:596
msgid "the current attach-method does not allow max disks to be queried"
msgstr ""
#: src/launch.c:594
#: src/launch.c:610
msgid "qemu has not been launched yet"
msgstr "qemu is nog niet gelanceerd"
@@ -4853,11 +4859,11 @@ msgstr ""
msgid "Change LVM2 PV and VG UUIDs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:57
#: ../sysprep/sysprep_operation_hostname.ml:70
msgid "Change the hostname of the guest"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:66
#: ../sysprep/sysprep_operation_hostname.ml:79
msgid ""
"Change the hostname. If not given, defaults to C<localhost.localdomain>."
msgstr ""
@@ -5051,7 +5057,7 @@ msgstr ""
msgid "Format of output disk (default: same as input)"
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:50
#: ../sysprep/sysprep_operation_random_seed.ml:51
msgid "Generate random seed for guest"
msgstr ""
@@ -5091,7 +5097,7 @@ msgstr ""
msgid "Never do SELinux relabel"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "New hostname"
msgstr ""
@@ -5108,7 +5114,7 @@ msgid ""
"new random UUIDs are generated and assigned to those PVs and VGs."
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:86
#: ../sysprep/sysprep_operation_logfiles.ml:90
msgid ""
"On Linux the following files are removed:\n"
"\n"
@@ -5173,11 +5179,11 @@ msgstr ""
msgid "Remove email from the local mail spool directory"
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:84
#: ../sysprep/sysprep_operation_logfiles.ml:88
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:40
#: ../sysprep/sysprep_operation_package_manager_cache.ml:42
msgid "Remove package manager cache"
msgstr ""
@@ -5439,7 +5445,7 @@ msgid ""
"virtual machine's disk, but it was stored on disk in older distros."
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:58
#: ../sysprep/sysprep_operation_hostname.ml:71
msgid ""
"This operation changes the hostname of the guest to the value\n"
"given in the I<--hostname> parameter.\n"
@@ -5448,7 +5454,7 @@ msgid ""
"to C<localhost.localdomain>."
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:51
#: ../sysprep/sysprep_operation_random_seed.ml:52
msgid ""
"Write some random bytes from the host into the random seed file of the\n"
"guest.\n"
@@ -5543,7 +5549,7 @@ msgstr ""
msgid "fs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "hostname"
msgstr ""

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-09-17 23:04+0100\n"
"POT-Creation-Date: 2012-09-21 15:43+0100\n"
"PO-Revision-Date: 2012-07-10 17:13+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Oriya (http://www.transifex.com/projects/p/fedora/language/"
@@ -3641,19 +3641,19 @@ msgstr ""
msgid "cannot parse output of qemu-img info: '%s'"
msgstr ""
#: src/inspect-fs-unix.c:188
#: src/inspect-fs-unix.c:206
#, c-format
msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:233 src/inspect-fs-unix.c:760
#: src/inspect-fs-unix.c:1444 src/inspect-fs.c:526 src/inspect-fs.c:571
#: src/inspect.c:620
#: src/inspect-fs-unix.c:251 src/inspect-fs-unix.c:338
#: src/inspect-fs-unix.c:852 src/inspect-fs-unix.c:1536 src/inspect-fs.c:530
#: src/inspect-fs.c:575 src/inspect.c:622
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
#: src/inspect-fs-unix.c:803
#: src/inspect-fs-unix.c:895
msgid "could not parse /etc/fstab or empty file"
msgstr ""
@@ -3667,24 +3667,24 @@ msgstr ""
msgid "could not parse integer in version number: %s"
msgstr ""
#: src/inspect-icon.c:581
#: src/inspect-icon.c:583
#, c-format
msgid "read: %s: unexpected end of file"
msgstr ""
#: src/inspect.c:292
#: src/inspect.c:294
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
#: src/inspect.c:308
#: src/inspect.c:310
msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:656
#: src/inspect.c:658
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
#: src/inspect.c:668
#: src/inspect.c:670
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -3705,11 +3705,6 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "ଆପଣ ନିଶ୍ଚିତ ଭାବରେ guestfs_add_drive କୁ guestfs_launch ପୂର୍ବରୁ ଡାକିବା ଉଚିତ"
#: src/launch-appliance.c:644 src/launch-appliance.c:649
#: src/launch-libvirt.c:350 src/launch-libvirt.c:355
msgid "guestfs_launch failed, see earlier error messages"
msgstr "guestfs_launch ବିଫଳ ହୋଇଛି, ପୂର୍ବର ତ୍ରୁଟି ସନ୍ଦେଶଗୁଡ଼ିକୁ ଦେଖନ୍ତୁ"
#: src/launch-appliance.c:662 src/launch-libvirt.c:368
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu ଆରମ୍ଭ ହୋଇଛି ଏବଂ ଡେମନ ସହିତ ଯୋଗାଯୋଗ ଆରମ୍ଭ କରିଛି, କିନ୍ତୁ ଅବସ୍ଥା != READY"
@@ -3764,16 +3759,16 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1181
#: src/launch-libvirt.c:1183
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1212
#: src/launch-libvirt.c:1214
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1237
#: src/launch-libvirt.c:1239
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "
@@ -3819,24 +3814,35 @@ msgstr ""
msgid "the libguestfs handle has already been launched"
msgstr ""
#: src/launch.c:520
#: src/launch.c:480
msgid "guestfs_launch failed, see earlier error messages"
msgstr "guestfs_launch ବିଫଳ ହୋଇଛି, ପୂର୍ବର ତ୍ରୁଟି ସନ୍ଦେଶଗୁଡ଼ିକୁ ଦେଖନ୍ତୁ"
#: src/launch.c:482
msgid ""
"guestfs_launch failed.\n"
"See http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs\n"
"and/or run 'libguestfs-test-tool'."
msgstr ""
#: src/launch.c:536
#, c-format
msgid "%s: cannot create temporary directory"
msgstr "%s: ଅସ୍ଥାୟୀ ଡିରେକ୍ଟୋରୀ ନିର୍ମାଣ କରିପାରିବେ ନାହିଁ"
#: src/launch.c:559
#: src/launch.c:575
msgid "get-pid can only be called after launch"
msgstr ""
#: src/launch.c:565
#: src/launch.c:581
msgid "the current attach-method does not support 'get-pid'"
msgstr ""
#: src/launch.c:580
#: src/launch.c:596
msgid "the current attach-method does not allow max disks to be queried"
msgstr ""
#: src/launch.c:594
#: src/launch.c:610
msgid "qemu has not been launched yet"
msgstr "qemu ଏପର୍ଯ୍ୟନ୍ତ ଆରମ୍ଭ ହୋଇନାହିଁ"
@@ -4462,11 +4468,11 @@ msgstr ""
msgid "Change LVM2 PV and VG UUIDs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:57
#: ../sysprep/sysprep_operation_hostname.ml:70
msgid "Change the hostname of the guest"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:66
#: ../sysprep/sysprep_operation_hostname.ml:79
msgid ""
"Change the hostname. If not given, defaults to C<localhost.localdomain>."
msgstr ""
@@ -4660,7 +4666,7 @@ msgstr ""
msgid "Format of output disk (default: same as input)"
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:50
#: ../sysprep/sysprep_operation_random_seed.ml:51
msgid "Generate random seed for guest"
msgstr ""
@@ -4700,7 +4706,7 @@ msgstr ""
msgid "Never do SELinux relabel"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "New hostname"
msgstr ""
@@ -4717,7 +4723,7 @@ msgid ""
"new random UUIDs are generated and assigned to those PVs and VGs."
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:86
#: ../sysprep/sysprep_operation_logfiles.ml:90
msgid ""
"On Linux the following files are removed:\n"
"\n"
@@ -4782,11 +4788,11 @@ msgstr ""
msgid "Remove email from the local mail spool directory"
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:84
#: ../sysprep/sysprep_operation_logfiles.ml:88
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:40
#: ../sysprep/sysprep_operation_package_manager_cache.ml:42
msgid "Remove package manager cache"
msgstr ""
@@ -5048,7 +5054,7 @@ msgid ""
"virtual machine's disk, but it was stored on disk in older distros."
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:58
#: ../sysprep/sysprep_operation_hostname.ml:71
msgid ""
"This operation changes the hostname of the guest to the value\n"
"given in the I<--hostname> parameter.\n"
@@ -5057,7 +5063,7 @@ msgid ""
"to C<localhost.localdomain>."
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:51
#: ../sysprep/sysprep_operation_random_seed.ml:52
msgid ""
"Write some random bytes from the host into the random seed file of the\n"
"guest.\n"
@@ -5152,7 +5158,7 @@ msgstr ""
msgid "fs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "hostname"
msgstr ""

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-09-17 23:04+0100\n"
"POT-Creation-Date: 2012-09-21 15:43+0100\n"
"PO-Revision-Date: 2012-07-10 17:13+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Panjabi (Punjabi) <punjabi-users@lists.sf.net>\n"
@@ -3779,19 +3779,19 @@ msgstr ""
msgid "cannot parse output of qemu-img info: '%s'"
msgstr ""
#: src/inspect-fs-unix.c:188
#: src/inspect-fs-unix.c:206
#, c-format
msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:233 src/inspect-fs-unix.c:760
#: src/inspect-fs-unix.c:1444 src/inspect-fs.c:526 src/inspect-fs.c:571
#: src/inspect.c:620
#: src/inspect-fs-unix.c:251 src/inspect-fs-unix.c:338
#: src/inspect-fs-unix.c:852 src/inspect-fs-unix.c:1536 src/inspect-fs.c:530
#: src/inspect-fs.c:575 src/inspect.c:622
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr "%s ਦਾ ਅਕਾਰ ਬੇਲੋੜਾ ਹੈ (%<PRIi64> ਬਾਈਟਾਂ)"
#: src/inspect-fs-unix.c:803
#: src/inspect-fs-unix.c:895
msgid "could not parse /etc/fstab or empty file"
msgstr "/etc/fstab ਜਾਂ ਖਾਲੀ ਫਾਇਲ ਨੂੰ ਪਾਰਸ ਨਹੀਂ ਕਰ ਸਕਦਾ"
@@ -3805,24 +3805,24 @@ msgstr "Windows %%SYSTEMROOT%% ਨੂੰ ਰਿਜ਼ੌਲਵ ਨਹੀਂ ਕਰ
msgid "could not parse integer in version number: %s"
msgstr "ਵਰਜਨ ਨੰਬਰ ਵਿੱਚ ਪੂਰਨਅੰਕ ਨੂੰ ਪਾਰਸ ਨਹੀਂ ਕਰ ਸਕਿਆ: %s"
#: src/inspect-icon.c:581
#: src/inspect-icon.c:583
#, c-format
msgid "read: %s: unexpected end of file"
msgstr ""
#: src/inspect.c:292
#: src/inspect.c:294
msgid "not a Windows guest, or systemroot could not be determined"
msgstr "ਇੱਕ Windows ਗਿਸਟ ਨਹੀਂ ਹੈ, ਜਾਂ systemroot ਦਾ ਪਤਾ ਨਹੀਂ ਲਾਇਆ ਜਾ ਸਕਦਾ"
#: src/inspect.c:308
#: src/inspect.c:310
msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:656
#: src/inspect.c:658
msgid "no inspection data: call guestfs_inspect_os first"
msgstr "ਕੋਈ ਪੜਤਾਲ ਡਾਟਾ ਨਹੀਂ ਹੈ: ਪਹਿਲਾਂ guestfs_inspect_os ਨੂੰ ਕਾਲ ਕਰੋ"
#: src/inspect.c:668
#: src/inspect.c:670
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -3845,11 +3845,6 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "you must call guestfs_add_drive before guestfs_launch"
#: src/launch-appliance.c:644 src/launch-appliance.c:649
#: src/launch-libvirt.c:350 src/launch-libvirt.c:355
msgid "guestfs_launch failed, see earlier error messages"
msgstr "guestfs_launch ਫੇਲ ਹੋਇਆ, ਪਹਿਲੇ ਗਲਤੀ ਸੁਨੇਹੇ ਵੇਖੋ"
#: src/launch-appliance.c:662 src/launch-libvirt.c:368
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu launched and contacted daemon, but state != READY"
@@ -3904,16 +3899,16 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1181
#: src/launch-libvirt.c:1183
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1212
#: src/launch-libvirt.c:1214
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1237
#: src/launch-libvirt.c:1239
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "
@@ -3959,24 +3954,35 @@ msgstr ""
msgid "the libguestfs handle has already been launched"
msgstr "libguestfs ਹੈਂਡਲ ਪਹਿਲਾਂ ਹੀ ਚਾਲੂ ਕੀਤਾ ਹੈ"
#: src/launch.c:520
#: src/launch.c:480
msgid "guestfs_launch failed, see earlier error messages"
msgstr "guestfs_launch ਫੇਲ ਹੋਇਆ, ਪਹਿਲੇ ਗਲਤੀ ਸੁਨੇਹੇ ਵੇਖੋ"
#: src/launch.c:482
msgid ""
"guestfs_launch failed.\n"
"See http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs\n"
"and/or run 'libguestfs-test-tool'."
msgstr ""
#: src/launch.c:536
#, c-format
msgid "%s: cannot create temporary directory"
msgstr "%s: ਆਰਜੀ ਡਾਇਰੈਕਟਰੀ ਨਹੀਂ ਬਣਾ ਸਕਿਆ"
#: src/launch.c:559
#: src/launch.c:575
msgid "get-pid can only be called after launch"
msgstr ""
#: src/launch.c:565
#: src/launch.c:581
msgid "the current attach-method does not support 'get-pid'"
msgstr ""
#: src/launch.c:580
#: src/launch.c:596
msgid "the current attach-method does not allow max disks to be queried"
msgstr ""
#: src/launch.c:594
#: src/launch.c:610
msgid "qemu has not been launched yet"
msgstr "qemu ਹਾਲੇ ਤੱਕ ਚਾਲੂ ਨਹੀਂ ਕੀਤਾ"
@@ -4625,11 +4631,11 @@ msgstr ""
msgid "Change LVM2 PV and VG UUIDs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:57
#: ../sysprep/sysprep_operation_hostname.ml:70
msgid "Change the hostname of the guest"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:66
#: ../sysprep/sysprep_operation_hostname.ml:79
msgid ""
"Change the hostname. If not given, defaults to C<localhost.localdomain>."
msgstr ""
@@ -4823,7 +4829,7 @@ msgstr ""
msgid "Format of output disk (default: same as input)"
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:50
#: ../sysprep/sysprep_operation_random_seed.ml:51
msgid "Generate random seed for guest"
msgstr ""
@@ -4863,7 +4869,7 @@ msgstr ""
msgid "Never do SELinux relabel"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "New hostname"
msgstr ""
@@ -4880,7 +4886,7 @@ msgid ""
"new random UUIDs are generated and assigned to those PVs and VGs."
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:86
#: ../sysprep/sysprep_operation_logfiles.ml:90
msgid ""
"On Linux the following files are removed:\n"
"\n"
@@ -4945,11 +4951,11 @@ msgstr ""
msgid "Remove email from the local mail spool directory"
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:84
#: ../sysprep/sysprep_operation_logfiles.ml:88
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:40
#: ../sysprep/sysprep_operation_package_manager_cache.ml:42
msgid "Remove package manager cache"
msgstr ""
@@ -5211,7 +5217,7 @@ msgid ""
"virtual machine's disk, but it was stored on disk in older distros."
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:58
#: ../sysprep/sysprep_operation_hostname.ml:71
msgid ""
"This operation changes the hostname of the guest to the value\n"
"given in the I<--hostname> parameter.\n"
@@ -5220,7 +5226,7 @@ msgid ""
"to C<localhost.localdomain>."
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:51
#: ../sysprep/sysprep_operation_random_seed.ml:52
msgid ""
"Write some random bytes from the host into the random seed file of the\n"
"guest.\n"
@@ -5315,7 +5321,7 @@ msgstr ""
msgid "fs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "hostname"
msgstr ""

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-09-17 23:04+0100\n"
"POT-Creation-Date: 2012-09-21 15:43+0100\n"
"PO-Revision-Date: 2012-07-10 17:13+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/fedora/language/"
@@ -4005,19 +4005,19 @@ msgstr ""
msgid "cannot parse output of qemu-img info: '%s'"
msgstr ""
#: src/inspect-fs-unix.c:188
#: src/inspect-fs-unix.c:206
#, c-format
msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:233 src/inspect-fs-unix.c:760
#: src/inspect-fs-unix.c:1444 src/inspect-fs.c:526 src/inspect-fs.c:571
#: src/inspect.c:620
#: src/inspect-fs-unix.c:251 src/inspect-fs-unix.c:338
#: src/inspect-fs-unix.c:852 src/inspect-fs-unix.c:1536 src/inspect-fs.c:530
#: src/inspect-fs.c:575 src/inspect.c:622
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr "rozmiar %s jest nierozsądnie duży (%<PRIi64> bajtów)"
#: src/inspect-fs-unix.c:803
#: src/inspect-fs-unix.c:895
msgid "could not parse /etc/fstab or empty file"
msgstr "nie można przetworzyć pliku /etc/fstab lub pustego pliku"
@@ -4031,26 +4031,26 @@ msgstr "nie można rozwiązać %%SYSTEMROOT%% systemu Windows"
msgid "could not parse integer in version number: %s"
msgstr "nie można przetworzyć liczby całkowitej w numerze wersji: %s"
#: src/inspect-icon.c:581
#: src/inspect-icon.c:583
#, c-format
msgid "read: %s: unexpected end of file"
msgstr "odczyt: %s: nieoczekiwany koniec pliku"
#: src/inspect.c:292
#: src/inspect.c:294
msgid "not a Windows guest, or systemroot could not be determined"
msgstr "nie jest gościem systemu Windows lub nie można określić systemroot"
#: src/inspect.c:308
#: src/inspect.c:310
msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
"nie jest gościem systemu Windows lub nie można określić wartości "
"CurrentControlSet"
#: src/inspect.c:656
#: src/inspect.c:658
msgid "no inspection data: call guestfs_inspect_os first"
msgstr "brak danych badania: najpierw należy wywołać guestfs_inspect_os"
#: src/inspect.c:668
#: src/inspect.c:670
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -4073,13 +4073,6 @@ msgstr ""
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:644 src/launch-appliance.c:649
#: src/launch-libvirt.c:350 src/launch-libvirt.c:355
msgid "guestfs_launch failed, see earlier error messages"
msgstr ""
"guestfs_launch się nie powiodło, proszę zobaczyć wcześniejsze komunikaty "
"błędów"
#: src/launch-appliance.c:662 src/launch-libvirt.c:368
msgid "qemu launched and contacted daemon, but state != READY"
msgstr ""
@@ -4135,16 +4128,16 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1181
#: src/launch-libvirt.c:1183
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1212
#: src/launch-libvirt.c:1214
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1237
#: src/launch-libvirt.c:1239
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "
@@ -4192,24 +4185,37 @@ msgstr ""
msgid "the libguestfs handle has already been launched"
msgstr "program obsługi libguestfs został już uruchomiony"
#: src/launch.c:520
#: src/launch.c:480
msgid "guestfs_launch failed, see earlier error messages"
msgstr ""
"guestfs_launch się nie powiodło, proszę zobaczyć wcześniejsze komunikaty "
"błędów"
#: src/launch.c:482
msgid ""
"guestfs_launch failed.\n"
"See http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs\n"
"and/or run 'libguestfs-test-tool'."
msgstr ""
#: src/launch.c:536
#, c-format
msgid "%s: cannot create temporary directory"
msgstr "%s: nie można utworzyć katalogu tymczasowego"
#: src/launch.c:559
#: src/launch.c:575
msgid "get-pid can only be called after launch"
msgstr ""
#: src/launch.c:565
#: src/launch.c:581
msgid "the current attach-method does not support 'get-pid'"
msgstr ""
#: src/launch.c:580
#: src/launch.c:596
msgid "the current attach-method does not allow max disks to be queried"
msgstr ""
#: src/launch.c:594
#: src/launch.c:610
msgid "qemu has not been launched yet"
msgstr "QEMU nie zostało jeszcze uruchomione"
@@ -4882,11 +4888,11 @@ msgstr ""
msgid "Change LVM2 PV and VG UUIDs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:57
#: ../sysprep/sysprep_operation_hostname.ml:70
msgid "Change the hostname of the guest"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:66
#: ../sysprep/sysprep_operation_hostname.ml:79
msgid ""
"Change the hostname. If not given, defaults to C<localhost.localdomain>."
msgstr ""
@@ -5080,7 +5086,7 @@ msgstr ""
msgid "Format of output disk (default: same as input)"
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:50
#: ../sysprep/sysprep_operation_random_seed.ml:51
msgid "Generate random seed for guest"
msgstr ""
@@ -5120,7 +5126,7 @@ msgstr ""
msgid "Never do SELinux relabel"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "New hostname"
msgstr ""
@@ -5137,7 +5143,7 @@ msgid ""
"new random UUIDs are generated and assigned to those PVs and VGs."
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:86
#: ../sysprep/sysprep_operation_logfiles.ml:90
msgid ""
"On Linux the following files are removed:\n"
"\n"
@@ -5202,11 +5208,11 @@ msgstr ""
msgid "Remove email from the local mail spool directory"
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:84
#: ../sysprep/sysprep_operation_logfiles.ml:88
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:40
#: ../sysprep/sysprep_operation_package_manager_cache.ml:42
msgid "Remove package manager cache"
msgstr ""
@@ -5468,7 +5474,7 @@ msgid ""
"virtual machine's disk, but it was stored on disk in older distros."
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:58
#: ../sysprep/sysprep_operation_hostname.ml:71
msgid ""
"This operation changes the hostname of the guest to the value\n"
"given in the I<--hostname> parameter.\n"
@@ -5477,7 +5483,7 @@ msgid ""
"to C<localhost.localdomain>."
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:51
#: ../sysprep/sysprep_operation_random_seed.ml:52
msgid ""
"Write some random bytes from the host into the random seed file of the\n"
"guest.\n"
@@ -5572,7 +5578,7 @@ msgstr ""
msgid "fs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "hostname"
msgstr ""

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-09-17 23:04+0100\n"
"POT-Creation-Date: 2012-09-21 15:43+0100\n"
"PO-Revision-Date: 2012-07-10 17:13+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Tamil <tamil-users@lists.fedoraproject.org>\n"
@@ -3641,19 +3641,19 @@ msgstr ""
msgid "cannot parse output of qemu-img info: '%s'"
msgstr ""
#: src/inspect-fs-unix.c:188
#: src/inspect-fs-unix.c:206
#, c-format
msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:233 src/inspect-fs-unix.c:760
#: src/inspect-fs-unix.c:1444 src/inspect-fs.c:526 src/inspect-fs.c:571
#: src/inspect.c:620
#: src/inspect-fs-unix.c:251 src/inspect-fs-unix.c:338
#: src/inspect-fs-unix.c:852 src/inspect-fs-unix.c:1536 src/inspect-fs.c:530
#: src/inspect-fs.c:575 src/inspect.c:622
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
#: src/inspect-fs-unix.c:803
#: src/inspect-fs-unix.c:895
msgid "could not parse /etc/fstab or empty file"
msgstr ""
@@ -3667,24 +3667,24 @@ msgstr ""
msgid "could not parse integer in version number: %s"
msgstr ""
#: src/inspect-icon.c:581
#: src/inspect-icon.c:583
#, c-format
msgid "read: %s: unexpected end of file"
msgstr ""
#: src/inspect.c:292
#: src/inspect.c:294
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
#: src/inspect.c:308
#: src/inspect.c:310
msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:656
#: src/inspect.c:658
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
#: src/inspect.c:668
#: src/inspect.c:670
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -3705,11 +3705,6 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "நீங்கள் guestfs_add_drive ஐ guestfs_launchக்கு முன் அழைக்க வேண்டும்"
#: src/launch-appliance.c:644 src/launch-appliance.c:649
#: src/launch-libvirt.c:350 src/launch-libvirt.c:355
msgid "guestfs_launch failed, see earlier error messages"
msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
#: src/launch-appliance.c:662 src/launch-libvirt.c:368
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu டொமைனுடன் துவக்கப்பட்டு தொடர்பு கொண்டது, ஆனால் நிலையானது != READY"
@@ -3764,16 +3759,16 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1181
#: src/launch-libvirt.c:1183
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1212
#: src/launch-libvirt.c:1214
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1237
#: src/launch-libvirt.c:1239
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "
@@ -3819,24 +3814,35 @@ msgstr ""
msgid "the libguestfs handle has already been launched"
msgstr ""
#: src/launch.c:520
#: src/launch.c:480
msgid "guestfs_launch failed, see earlier error messages"
msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்"
#: src/launch.c:482
msgid ""
"guestfs_launch failed.\n"
"See http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs\n"
"and/or run 'libguestfs-test-tool'."
msgstr ""
#: src/launch.c:536
#, c-format
msgid "%s: cannot create temporary directory"
msgstr "%s: தற்காலிக அடைவை உருவாக்க முடியவில்லை"
#: src/launch.c:559
#: src/launch.c:575
msgid "get-pid can only be called after launch"
msgstr ""
#: src/launch.c:565
#: src/launch.c:581
msgid "the current attach-method does not support 'get-pid'"
msgstr ""
#: src/launch.c:580
#: src/launch.c:596
msgid "the current attach-method does not allow max disks to be queried"
msgstr ""
#: src/launch.c:594
#: src/launch.c:610
msgid "qemu has not been launched yet"
msgstr "qemu இன்னும் துவங்கப்படவில்லை"
@@ -4464,11 +4470,11 @@ msgstr ""
msgid "Change LVM2 PV and VG UUIDs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:57
#: ../sysprep/sysprep_operation_hostname.ml:70
msgid "Change the hostname of the guest"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:66
#: ../sysprep/sysprep_operation_hostname.ml:79
msgid ""
"Change the hostname. If not given, defaults to C<localhost.localdomain>."
msgstr ""
@@ -4662,7 +4668,7 @@ msgstr ""
msgid "Format of output disk (default: same as input)"
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:50
#: ../sysprep/sysprep_operation_random_seed.ml:51
msgid "Generate random seed for guest"
msgstr ""
@@ -4702,7 +4708,7 @@ msgstr ""
msgid "Never do SELinux relabel"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "New hostname"
msgstr ""
@@ -4719,7 +4725,7 @@ msgid ""
"new random UUIDs are generated and assigned to those PVs and VGs."
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:86
#: ../sysprep/sysprep_operation_logfiles.ml:90
msgid ""
"On Linux the following files are removed:\n"
"\n"
@@ -4784,11 +4790,11 @@ msgstr ""
msgid "Remove email from the local mail spool directory"
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:84
#: ../sysprep/sysprep_operation_logfiles.ml:88
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:40
#: ../sysprep/sysprep_operation_package_manager_cache.ml:42
msgid "Remove package manager cache"
msgstr ""
@@ -5050,7 +5056,7 @@ msgid ""
"virtual machine's disk, but it was stored on disk in older distros."
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:58
#: ../sysprep/sysprep_operation_hostname.ml:71
msgid ""
"This operation changes the hostname of the guest to the value\n"
"given in the I<--hostname> parameter.\n"
@@ -5059,7 +5065,7 @@ msgid ""
"to C<localhost.localdomain>."
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:51
#: ../sysprep/sysprep_operation_random_seed.ml:52
msgid ""
"Write some random bytes from the host into the random seed file of the\n"
"guest.\n"
@@ -5154,7 +5160,7 @@ msgstr ""
msgid "fs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "hostname"
msgstr ""

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-09-17 23:04+0100\n"
"POT-Creation-Date: 2012-09-21 15:43+0100\n"
"PO-Revision-Date: 2012-07-10 17:13+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Telugu (http://www.transifex.com/projects/p/fedora/language/"
@@ -3639,19 +3639,19 @@ msgstr ""
msgid "cannot parse output of qemu-img info: '%s'"
msgstr ""
#: src/inspect-fs-unix.c:188
#: src/inspect-fs-unix.c:206
#, c-format
msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:233 src/inspect-fs-unix.c:760
#: src/inspect-fs-unix.c:1444 src/inspect-fs.c:526 src/inspect-fs.c:571
#: src/inspect.c:620
#: src/inspect-fs-unix.c:251 src/inspect-fs-unix.c:338
#: src/inspect-fs-unix.c:852 src/inspect-fs-unix.c:1536 src/inspect-fs.c:530
#: src/inspect-fs.c:575 src/inspect.c:622
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr ""
#: src/inspect-fs-unix.c:803
#: src/inspect-fs-unix.c:895
msgid "could not parse /etc/fstab or empty file"
msgstr ""
@@ -3665,24 +3665,24 @@ msgstr ""
msgid "could not parse integer in version number: %s"
msgstr ""
#: src/inspect-icon.c:581
#: src/inspect-icon.c:583
#, c-format
msgid "read: %s: unexpected end of file"
msgstr ""
#: src/inspect.c:292
#: src/inspect.c:294
msgid "not a Windows guest, or systemroot could not be determined"
msgstr ""
#: src/inspect.c:308
#: src/inspect.c:310
msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
#: src/inspect.c:656
#: src/inspect.c:658
msgid "no inspection data: call guestfs_inspect_os first"
msgstr ""
#: src/inspect.c:668
#: src/inspect.c:670
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -3703,11 +3703,6 @@ msgstr ""
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "guestfs_launchకు ముందుగా మీరు guestfs_add_driveను పిలువవలెను"
#: src/launch-appliance.c:644 src/launch-appliance.c:649
#: src/launch-libvirt.c:350 src/launch-libvirt.c:355
msgid "guestfs_launch failed, see earlier error messages"
msgstr "guestfs_launch విఫలమైంది, ముందలి దోషపు సందేశములను చూడుము"
#: src/launch-appliance.c:662 src/launch-libvirt.c:368
msgid "qemu launched and contacted daemon, but state != READY"
msgstr "qemu ఆరంభించబడింది మరియు డెమోన్‌ను సంప్రదించింది, అయితే state != READY"
@@ -3762,16 +3757,16 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1181
#: src/launch-libvirt.c:1183
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1212
#: src/launch-libvirt.c:1214
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1237
#: src/launch-libvirt.c:1239
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "
@@ -3817,24 +3812,35 @@ msgstr ""
msgid "the libguestfs handle has already been launched"
msgstr ""
#: src/launch.c:520
#: src/launch.c:480
msgid "guestfs_launch failed, see earlier error messages"
msgstr "guestfs_launch విఫలమైంది, ముందలి దోషపు సందేశములను చూడుము"
#: src/launch.c:482
msgid ""
"guestfs_launch failed.\n"
"See http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs\n"
"and/or run 'libguestfs-test-tool'."
msgstr ""
#: src/launch.c:536
#, c-format
msgid "%s: cannot create temporary directory"
msgstr "%s: తాత్కాలిక డైరెక్టరీను సృష్టించలేదు"
#: src/launch.c:559
#: src/launch.c:575
msgid "get-pid can only be called after launch"
msgstr ""
#: src/launch.c:565
#: src/launch.c:581
msgid "the current attach-method does not support 'get-pid'"
msgstr ""
#: src/launch.c:580
#: src/launch.c:596
msgid "the current attach-method does not allow max disks to be queried"
msgstr ""
#: src/launch.c:594
#: src/launch.c:610
msgid "qemu has not been launched yet"
msgstr "qemu యింకా ఆరంభం కాలేదు"
@@ -4461,11 +4467,11 @@ msgstr ""
msgid "Change LVM2 PV and VG UUIDs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:57
#: ../sysprep/sysprep_operation_hostname.ml:70
msgid "Change the hostname of the guest"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:66
#: ../sysprep/sysprep_operation_hostname.ml:79
msgid ""
"Change the hostname. If not given, defaults to C<localhost.localdomain>."
msgstr ""
@@ -4659,7 +4665,7 @@ msgstr ""
msgid "Format of output disk (default: same as input)"
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:50
#: ../sysprep/sysprep_operation_random_seed.ml:51
msgid "Generate random seed for guest"
msgstr ""
@@ -4699,7 +4705,7 @@ msgstr ""
msgid "Never do SELinux relabel"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "New hostname"
msgstr ""
@@ -4716,7 +4722,7 @@ msgid ""
"new random UUIDs are generated and assigned to those PVs and VGs."
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:86
#: ../sysprep/sysprep_operation_logfiles.ml:90
msgid ""
"On Linux the following files are removed:\n"
"\n"
@@ -4781,11 +4787,11 @@ msgstr ""
msgid "Remove email from the local mail spool directory"
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:84
#: ../sysprep/sysprep_operation_logfiles.ml:88
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:40
#: ../sysprep/sysprep_operation_package_manager_cache.ml:42
msgid "Remove package manager cache"
msgstr ""
@@ -5047,7 +5053,7 @@ msgid ""
"virtual machine's disk, but it was stored on disk in older distros."
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:58
#: ../sysprep/sysprep_operation_hostname.ml:71
msgid ""
"This operation changes the hostname of the guest to the value\n"
"given in the I<--hostname> parameter.\n"
@@ -5056,7 +5062,7 @@ msgid ""
"to C<localhost.localdomain>."
msgstr ""
#: ../sysprep/sysprep_operation_random_seed.ml:51
#: ../sysprep/sysprep_operation_random_seed.ml:52
msgid ""
"Write some random bytes from the host into the random seed file of the\n"
"guest.\n"
@@ -5151,7 +5157,7 @@ msgstr ""
msgid "fs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "hostname"
msgstr ""

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-09-17 23:04+0100\n"
"POT-Creation-Date: 2012-09-21 15:43+0100\n"
"PO-Revision-Date: 2012-07-10 17:13+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
@@ -4089,19 +4089,19 @@ msgstr ""
msgid "cannot parse output of qemu-img info: '%s'"
msgstr ""
#: src/inspect-fs-unix.c:188
#: src/inspect-fs-unix.c:206
#, c-format
msgid "release file %s is empty or malformed"
msgstr ""
#: src/inspect-fs-unix.c:233 src/inspect-fs-unix.c:760
#: src/inspect-fs-unix.c:1444 src/inspect-fs.c:526 src/inspect-fs.c:571
#: src/inspect.c:620
#: src/inspect-fs-unix.c:251 src/inspect-fs-unix.c:338
#: src/inspect-fs-unix.c:852 src/inspect-fs-unix.c:1536 src/inspect-fs.c:530
#: src/inspect-fs.c:575 src/inspect.c:622
#, c-format
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
msgstr "розмір %s неймовірно великий (%<PRIi64> байтів)"
#: src/inspect-fs-unix.c:803
#: src/inspect-fs-unix.c:895
msgid "could not parse /etc/fstab or empty file"
msgstr "не вдалося обробити /etc/fstab або порожній файл"
@@ -4115,25 +4115,25 @@ msgstr "не вдалося визначити %%SYSTEMROOT%% Windows"
msgid "could not parse integer in version number: %s"
msgstr "не вдалося обробити ціле число у номері версії: %s"
#: src/inspect-icon.c:581
#: src/inspect-icon.c:583
#, c-format
msgid "read: %s: unexpected end of file"
msgstr "читання: %s: неочікуваний кінець файла"
#: src/inspect.c:292
#: src/inspect.c:294
msgid "not a Windows guest, or systemroot could not be determined"
msgstr "не є гостьовою системою Windows або не вдалося визначити systemroot"
#: src/inspect.c:308
#: src/inspect.c:310
msgid "not a Windows guest, or CurrentControlSet could not be determined"
msgstr ""
"не є гостьовою системою Windows або не вдалося визначити CurrentControlSet"
#: src/inspect.c:656
#: src/inspect.c:658
msgid "no inspection data: call guestfs_inspect_os first"
msgstr "немає даних для вивчення: спочатку виконайте виклик guestfs_inspect_os"
#: src/inspect.c:668
#: src/inspect.c:670
#, c-format
msgid ""
"%s: root device not found: only call this function with a root device "
@@ -4157,13 +4157,6 @@ msgstr "не вдалося обробити рядок у лапках побл
msgid "you must call guestfs_add_drive before guestfs_launch"
msgstr "вам слід викликати guestfs_add_drive перед викликом guestfs_launch"
#: src/launch-appliance.c:644 src/launch-appliance.c:649
#: src/launch-libvirt.c:350 src/launch-libvirt.c:355
msgid "guestfs_launch failed, see earlier error messages"
msgstr ""
"спроба виклику guestfs_launch була невдалою, ознайомтеся з попередніми "
"повідомленнями"
#: src/launch-appliance.c:662 src/launch-libvirt.c:368
msgid "qemu launched and contacted daemon, but state != READY"
msgstr ""
@@ -4220,16 +4213,16 @@ msgid ""
"'--format' option, or via the optional 'format' argument to 'add-drive'."
msgstr ""
#: src/launch-libvirt.c:1181
#: src/launch-libvirt.c:1183
msgid "could not destroy libvirt domain"
msgstr ""
#: src/launch-libvirt.c:1212
#: src/launch-libvirt.c:1214
#, c-format
msgid "%s: internal error forming error message"
msgstr ""
#: src/launch-libvirt.c:1237
#: src/launch-libvirt.c:1239
#, c-format
msgid ""
"libvirt attach-method is not available because this version of libguestfs "
@@ -4277,24 +4270,37 @@ msgstr ""
msgid "the libguestfs handle has already been launched"
msgstr "елемент керування libguestfs вже запущено"
#: src/launch.c:520
#: src/launch.c:480
msgid "guestfs_launch failed, see earlier error messages"
msgstr ""
"спроба виклику guestfs_launch була невдалою, ознайомтеся з попередніми "
"повідомленнями"
#: src/launch.c:482
msgid ""
"guestfs_launch failed.\n"
"See http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs\n"
"and/or run 'libguestfs-test-tool'."
msgstr ""
#: src/launch.c:536
#, c-format
msgid "%s: cannot create temporary directory"
msgstr "%s: не вдалося створити тимчасовий каталог"
#: src/launch.c:559
#: src/launch.c:575
msgid "get-pid can only be called after launch"
msgstr ""
#: src/launch.c:565
#: src/launch.c:581
msgid "the current attach-method does not support 'get-pid'"
msgstr ""
#: src/launch.c:580
#: src/launch.c:596
msgid "the current attach-method does not allow max disks to be queried"
msgstr ""
#: src/launch.c:594
#: src/launch.c:610
msgid "qemu has not been launched yet"
msgstr "qemu ще не запущено"
@@ -5046,11 +5052,11 @@ msgstr "Вирівняти перший розділ (типове значен
msgid "Change LVM2 PV and VG UUIDs"
msgstr ""
#: ../sysprep/sysprep_operation_hostname.ml:57
#: ../sysprep/sysprep_operation_hostname.ml:70
msgid "Change the hostname of the guest"
msgstr "Змінити назву вузла гостьової системи"
#: ../sysprep/sysprep_operation_hostname.ml:66
#: ../sysprep/sysprep_operation_hostname.ml:79
msgid ""
"Change the hostname. If not given, defaults to C<localhost.localdomain>."
msgstr ""
@@ -5279,7 +5285,7 @@ msgstr ""
"Формат диска результатів (типове значення: той самий, що і у початкового "
"диска)"
#: ../sysprep/sysprep_operation_random_seed.ml:50
#: ../sysprep/sysprep_operation_random_seed.ml:51
msgid "Generate random seed for guest"
msgstr "Створити породжувач випадкових чисел для гостьової системи"
@@ -5323,7 +5329,7 @@ msgstr "Точка монтування у основній системі"
msgid "Never do SELinux relabel"
msgstr "Ніколи не виконувати зміни міток SELinux"
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "New hostname"
msgstr "Нова назва вузла"
@@ -5342,7 +5348,7 @@ msgid ""
"new random UUIDs are generated and assigned to those PVs and VGs."
msgstr ""
#: ../sysprep/sysprep_operation_logfiles.ml:86
#: ../sysprep/sysprep_operation_logfiles.ml:90
msgid ""
"On Linux the following files are removed:\n"
"\n"
@@ -5414,11 +5420,11 @@ msgstr "Вилучити вкладку ідентифікаторів блок
msgid "Remove email from the local mail spool directory"
msgstr "Вилучити поштове повідомлення з локального каталогу поштового буфера"
#: ../sysprep/sysprep_operation_logfiles.ml:84
#: ../sysprep/sysprep_operation_logfiles.ml:88
msgid "Remove many log files from the guest"
msgstr "Вилучити з гостьової системи багато файлів журналів"
#: ../sysprep/sysprep_operation_package_manager_cache.ml:40
#: ../sysprep/sysprep_operation_package_manager_cache.ml:42
msgid "Remove package manager cache"
msgstr "Вилучити кеш керування пакунками"
@@ -5733,7 +5739,7 @@ msgstr ""
"тому не є частиною віртуальної машини на диску, але ці дані зберігаються\n"
"на диску у старіших версіях дистрибутивів."
#: ../sysprep/sysprep_operation_hostname.ml:58
#: ../sysprep/sysprep_operation_hostname.ml:71
msgid ""
"This operation changes the hostname of the guest to the value\n"
"given in the I<--hostname> parameter.\n"
@@ -5747,7 +5753,7 @@ msgstr ""
"Якщо параметр I<--hostname> не буде вказано, назву вузла буде змінено\n"
"на C<localhost.localdomain>."
#: ../sysprep/sysprep_operation_random_seed.ml:51
#: ../sysprep/sysprep_operation_random_seed.ml:52
msgid ""
"Write some random bytes from the host into the random seed file of the\n"
"guest.\n"
@@ -5855,7 +5861,7 @@ msgstr "формат"
msgid "fs"
msgstr "файлова система"
#: ../sysprep/sysprep_operation_hostname.ml:65
#: ../sysprep/sysprep_operation_hostname.ml:78
msgid "hostname"
msgstr "назваузла"