From 7a5f7311d46ac87532e57aa5be9234acd18bdab8 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 19 Aug 2011 10:38:30 +0100 Subject: [PATCH] Version 1.13.6. --- BUGS | 47 ++++++++++++++++++++++++--------------------- configure.ac | 2 +- po-docs/libguestfs-docs.pot | 4 ++-- po/en_GB.po | 42 ++++++++++++++++++++-------------------- po/es.po | 42 ++++++++++++++++++++-------------------- po/gu.po | 42 ++++++++++++++++++++-------------------- po/hi.po | 42 ++++++++++++++++++++-------------------- po/kn.po | 42 ++++++++++++++++++++-------------------- po/libguestfs.pot | 44 +++++++++++++++++++++--------------------- po/ml.po | 42 ++++++++++++++++++++-------------------- po/mr.po | 42 ++++++++++++++++++++-------------------- po/nl.po | 42 ++++++++++++++++++++-------------------- po/or.po | 42 ++++++++++++++++++++-------------------- po/pa.po | 42 ++++++++++++++++++++-------------------- po/pl.po | 42 ++++++++++++++++++++-------------------- po/ta.po | 42 ++++++++++++++++++++-------------------- po/te.po | 42 ++++++++++++++++++++-------------------- po/uk.po | 42 ++++++++++++++++++++-------------------- 18 files changed, 344 insertions(+), 341 deletions(-) diff --git a/BUGS b/BUGS index 88d0c20..f2add54 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,5 @@ NOTE: This file is automatically generated from "update-bugs.sh". -Last updated: 2011-08-17 +Last updated: 2011-08-18 This contains a local list of the bugs that are open against libguestfs. Bugs are tracked in the Red Hat Bugzilla database @@ -59,6 +59,9 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix. 729076 NEW https://bugzilla.redhat.com/show_bug.cgi?id=729076 libguestfs confuses Hp_recovery partition with Windows root filesystem +731742 NEW https://bugzilla.redhat.com/show_bug.cgi?id=731742 + libguestfs should escape special/non-printing characters in debug output + 563450 NEW https://bugzilla.redhat.com/show_bug.cgi?id=563450 list-devices returns devices of different types out of order @@ -171,39 +174,21 @@ You can help by testing the fixes. 691389 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=691389 Extended attributes don't work over guestmount (FUSE) -729887 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=729887 - appliance crashes running aug_init with flags=4 - 657499 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=657499 checksum: wrong check sum type causes umount to fail -730248 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=730248 - 'guestfish --remote run' hangs in a shell command substitution context - -672491 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=672491 - RFE: guestfs_last_errno should be exposed in perl bindings - 684980 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=684980 calling guestfs_kill_subprocess() then guestfs_close() causes a lockup in some applications -727178 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=727178 - error: luks_open: cryptsetup: error while loading shared libraries: libfipscheck.so.1: cannot open shared object file: No such file or directory - 627835 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=627835 libguestfs protocol loses synchronization if you 'upload' before mounting disks +729887 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=729887 + appliance crashes running aug_init with flags=4 + 678231 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=678231 virt-inspector reports unknown filesystem UUID -685009 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=685009 - Got error when expanding ntfs filesystem - -690358 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=690358 - Better to point out in manual page that fullvirt query doesn't support Windows guest - -692394 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=692394 - inspect-list-applications fails to detect 32 bit apps installed under WOW64 emulator on 64 bit Windows - 603000 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=603000 part-get-bootable gives wrong result with an unordered part layout @@ -216,12 +201,30 @@ You can help by testing the fixes. 688062 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=688062 fish: add luks-open mapped device to tab completion list +730248 ON_QA https://bugzilla.redhat.com/show_bug.cgi?id=730248 + 'guestfish --remote run' hangs in a shell command substitution context + -------------------------------------------------- These bugs are in the VERIFIED state. +672491 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=672491 + RFE: guestfs_last_errno should be exposed in perl bindings + 695881 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=695881 virt-make-fs generates qemu-img command line containing decimal point: "qemu-img: Invalid image size specified!" +727178 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=727178 + error: luks_open: cryptsetup: error while loading shared libraries: libfipscheck.so.1: cannot open shared object file: No such file or directory + +685009 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=685009 + Got error when expanding ntfs filesystem + +690358 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=690358 + Better to point out in manual page that fullvirt query doesn't support Windows guest + +692394 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=692394 + inspect-list-applications fails to detect 32 bit apps installed under WOW64 emulator on 64 bit Windows + 693306 VERIFIED https://bugzilla.redhat.com/show_bug.cgi?id=693306 sfdisk's python interface only accepts lists of type 'list' for the lines parameter diff --git a/configure.ac b/configure.ac index e45632d..0416a9c 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # major/minor/release must be numbers m4_define([libguestfs_major], [1]) m4_define([libguestfs_minor], [13]) -m4_define([libguestfs_release], [5]) +m4_define([libguestfs_release], [6]) # extra can be any string m4_define([libguestfs_extra], []) diff --git a/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot index 1dde1f0..bd315ba 100644 --- a/po-docs/libguestfs-docs.pot +++ b/po-docs/libguestfs-docs.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.13.5\n" +"Project-Id-Version: libguestfs 1.13.6\n" "Report-Msgid-Bugs-To: libguestfs@redhat.com\n" -"POT-Creation-Date: 2011-08-17 12:19+0200\n" +"POT-Creation-Date: 2011-08-18 23:10+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/po/en_GB.po b/po/en_GB.po index ce95bd7..160e480 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -8,7 +8,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: 2011-08-17 12:18+0100\n" +"POT-Creation-Date: 2011-08-18 23:10+0100\n" "PO-Revision-Date: 2011-07-17 20:49+0000\n" "Last-Translator: rjones \n" "Language-Team: English (United Kingdom) (http://www.transifex.net/projects/p/" @@ -2828,29 +2828,29 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "" -#: src/appliance.c:181 +#: src/appliance.c:182 #, c-format msgid "" "cannot find any suitable libguestfs supermin or ordinary appliance on " "LIBGUESTFS_PATH (search path: %s)" msgstr "" -#: src/appliance.c:331 +#: src/appliance.c:332 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "" -#: src/appliance.c:336 +#: src/appliance.c:337 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "" -#: src/appliance.c:341 +#: src/appliance.c:342 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" -#: src/appliance.c:659 +#: src/appliance.c:660 msgid "external command failed, see earlier error messages" msgstr "" @@ -2957,69 +2957,69 @@ msgstr "" msgid "read: %s: unexpected end of file" msgstr "" -#: src/launch.c:127 +#: src/launch.c:128 msgid "command line cannot be altered after qemu subprocess launched" msgstr "" -#: src/launch.c:184 +#: src/launch.c:185 msgid "guestfs_config: parameter must begin with '-' character" msgstr "" -#: src/launch.c:198 +#: src/launch.c:199 #, c-format msgid "guestfs_config: parameter '%s' isn't allowed" msgstr "" -#: src/launch.c:264 src/launch.c:368 +#: src/launch.c:265 src/launch.c:369 msgid "filename cannot contain ',' (comma) character" msgstr "" -#: src/launch.c:276 src/launch.c:281 +#: src/launch.c:277 src/launch.c:282 #, c-format msgid "%s parameter is empty or contains disallowed characters" msgstr "" -#: src/launch.c:387 +#: src/launch.c:388 msgid "the libguestfs handle has already been launched" msgstr "" -#: src/launch.c:396 +#: src/launch.c:397 #, c-format msgid "%s: cannot create temporary directory" msgstr "" -#: src/launch.c:433 +#: src/launch.c:434 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "" -#: src/launch.c:803 +#: src/launch.c:805 msgid "guestfs_launch failed, see earlier error messages" msgstr "" -#: src/launch.c:816 +#: src/launch.c:818 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" -#: src/launch.c:904 +#: src/launch.c:906 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "" -#: src/launch.c:912 +#: src/launch.c:914 msgid "contacted guestfsd, but state != READY" msgstr "" -#: src/launch.c:1091 +#: src/launch.c:1085 #, c-format msgid "" "%s: command failed: If qemu is located on a non-standard path, try setting " "the LIBGUESTFS_QEMU environment variable." msgstr "" -#: src/launch.c:1196 +#: src/launch.c:1190 msgid "qemu has not been launched yet" msgstr "" -#: src/launch.c:1207 +#: src/launch.c:1201 msgid "no subprocess to kill" msgstr "" diff --git a/po/es.po b/po/es.po index 2e760e4..b46d55b 100644 --- a/po/es.po +++ b/po/es.po @@ -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: 2011-08-17 12:18+0100\n" +"POT-Creation-Date: 2011-08-18 23:10+0100\n" "PO-Revision-Date: 2011-07-17 20:49+0000\n" "Last-Translator: rjones \n" "Language-Team: Spanish (Castilian) \n" @@ -2998,7 +2998,7 @@ msgstr "%s: no se pudo analizar el tamaño '%s' de la memoria\n" msgid "%s: unknown child exit status (%d)\n" msgstr "%s: estado de salida de proceso hijo desconocido (%d)\n" -#: src/appliance.c:181 +#: src/appliance.c:182 #, c-format msgid "" "cannot find any suitable libguestfs supermin or ordinary appliance on " @@ -3007,24 +3007,24 @@ msgstr "" "no es posible hallar un supermin de libguestfs adecuado, o algún dispositivo " "ordinario en LIBGUESTFS_PATH (ruta de búsqueda: %s)" -#: src/appliance.c:331 +#: src/appliance.c:332 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "seguridad: el dispositivo cacheado %s no es propiedad del UID %d" -#: src/appliance.c:336 +#: src/appliance.c:337 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "seguridad: el dispositivo cacheado %s no es un directorio (modo %o) " -#: src/appliance.c:341 +#: src/appliance.c:342 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" "seguridad: el dispositivo cacheado %s es modificable por el grupo u otros " "(modo %o)" -#: src/appliance.c:659 +#: src/appliance.c:660 msgid "external command failed, see earlier error messages" msgstr "falló el comando externo, vea mensajes de errores anteriores" @@ -3140,62 +3140,62 @@ msgstr "no es posible resolver %%SYSTEMROOT%% de Windows" msgid "read: %s: unexpected end of file" msgstr "" -#: src/launch.c:127 +#: src/launch.c:128 msgid "command line cannot be altered after qemu subprocess launched" msgstr "" "la línea de comando no puede ser modificada luego de haber sido lanzado el " "subproceso qemu" -#: src/launch.c:184 +#: src/launch.c:185 msgid "guestfs_config: parameter must begin with '-' character" msgstr "guestfs_config: el parámetro debe comenzar con el carácter '-'" -#: src/launch.c:198 +#: src/launch.c:199 #, c-format msgid "guestfs_config: parameter '%s' isn't allowed" msgstr "guestfs_config: no está permitido el parámetro '%s'" -#: src/launch.c:264 src/launch.c:368 +#: src/launch.c:265 src/launch.c:369 msgid "filename cannot contain ',' (comma) character" msgstr "el nombre del archivo no puede contener el carácter ',' (coma)" -#: src/launch.c:276 src/launch.c:281 +#: src/launch.c:277 src/launch.c:282 #, c-format msgid "%s parameter is empty or contains disallowed characters" msgstr "el parámetro %s está vacío o contiene caracteres no permitidos" -#: src/launch.c:387 +#: src/launch.c:388 msgid "the libguestfs handle has already been launched" msgstr "el manipulador libguestfs ya ha sido iniciado" -#: src/launch.c:396 +#: src/launch.c:397 #, c-format msgid "%s: cannot create temporary directory" msgstr "%s: no es posible crear directorio temporal" -#: src/launch.c:433 +#: src/launch.c:434 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "antes de guestfs_launch, debe llamar guestfs_add_drive" -#: src/launch.c:803 +#: src/launch.c:805 msgid "guestfs_launch failed, see earlier error messages" msgstr "falló guestfs_launch, vea mensajes de errores anteriores" -#: src/launch.c:816 +#: src/launch.c:818 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" "qemu ha sido iniciado y contactado el demonio, pero es estado es != READY" -#: src/launch.c:904 +#: src/launch.c:906 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "" "falló el inicio de guestfs_launch, mensaje inicial no esperado de guestfsd" -#: src/launch.c:912 +#: src/launch.c:914 msgid "contacted guestfsd, but state != READY" msgstr "se ha hecho contacto con guestfsd, pero el estado es != READY" -#: src/launch.c:1091 +#: src/launch.c:1085 #, c-format msgid "" "%s: command failed: If qemu is located on a non-standard path, try setting " @@ -3204,11 +3204,11 @@ msgstr "" "%s: falló el comando: Si qemu se encuentra ubicado en una ruta no estándar, " "intente definir el entorno LIBGUESTFS_QEMU como variable" -#: src/launch.c:1196 +#: src/launch.c:1190 msgid "qemu has not been launched yet" msgstr "todavía qemu no ha sido iniciado " -#: src/launch.c:1207 +#: src/launch.c:1201 msgid "no subprocess to kill" msgstr "ningún subproceso que finalizar" diff --git a/po/gu.po b/po/gu.po index f861c3c..a43bd56 100644 --- a/po/gu.po +++ b/po/gu.po @@ -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: 2011-08-17 12:18+0100\n" +"POT-Creation-Date: 2011-08-18 23:10+0100\n" "PO-Revision-Date: 2011-07-17 20:49+0000\n" "Last-Translator: rjones \n" "Language-Team: Gujarati \n" @@ -2767,29 +2767,29 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "" -#: src/appliance.c:181 +#: src/appliance.c:182 #, c-format msgid "" "cannot find any suitable libguestfs supermin or ordinary appliance on " "LIBGUESTFS_PATH (search path: %s)" msgstr "" -#: src/appliance.c:331 +#: src/appliance.c:332 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "" -#: src/appliance.c:336 +#: src/appliance.c:337 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "" -#: src/appliance.c:341 +#: src/appliance.c:342 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" -#: src/appliance.c:659 +#: src/appliance.c:660 msgid "external command failed, see earlier error messages" msgstr "" @@ -2896,58 +2896,58 @@ msgstr "" msgid "read: %s: unexpected end of file" msgstr "" -#: src/launch.c:127 +#: src/launch.c:128 msgid "command line cannot be altered after qemu subprocess launched" msgstr "qemu ઉપપ્રક્રિયા શરૂ થાય પછી આદેશ વાક્યને બદલી શકાતુ નથી" -#: src/launch.c:184 +#: src/launch.c:185 msgid "guestfs_config: parameter must begin with '-' character" msgstr "guestfs_config: પરિમાણ એ '-' અક્ષર સાથે જ શરૂ થવુ જોઇએ" -#: src/launch.c:198 +#: src/launch.c:199 #, c-format msgid "guestfs_config: parameter '%s' isn't allowed" msgstr "guestfs_config: પરિમાણ '%s' ની પરવાનગી આપેલ નથી" -#: src/launch.c:264 src/launch.c:368 +#: src/launch.c:265 src/launch.c:369 msgid "filename cannot contain ',' (comma) character" msgstr "ફાઇલનામ એ ',' (અલ્પવિરામ) અક્ષરને સમાવી શકાતુ નથી" -#: src/launch.c:276 src/launch.c:281 +#: src/launch.c:277 src/launch.c:282 #, c-format msgid "%s parameter is empty or contains disallowed characters" msgstr "" -#: src/launch.c:387 +#: src/launch.c:388 msgid "the libguestfs handle has already been launched" msgstr "" -#: src/launch.c:396 +#: src/launch.c:397 #, c-format msgid "%s: cannot create temporary directory" msgstr "%s: કામચલાઉ ડિરેક્ટરીને બનાવી શકાતી નથી" -#: src/launch.c:433 +#: src/launch.c:434 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "તમારે guestfs_launch પહેલાં guestfs_add_drive ને કોલ કરવુ જ જોઇએ" -#: src/launch.c:803 +#: src/launch.c:805 msgid "guestfs_launch failed, see earlier error messages" msgstr "guestfs_launch નિષ્ફળ, પહેલાનાં ભૂલ સંદેશાઓને જૂઓ" -#: src/launch.c:816 +#: src/launch.c:818 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu શરૂ થયેલ છે, ડિમનનો સંપર્ક થયેલ છે, પરંતુ state != READY" -#: src/launch.c:904 +#: src/launch.c:906 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "" -#: src/launch.c:912 +#: src/launch.c:914 msgid "contacted guestfsd, but state != READY" msgstr "" -#: src/launch.c:1091 +#: src/launch.c:1085 #, c-format msgid "" "%s: command failed: If qemu is located on a non-standard path, try setting " @@ -2956,11 +2956,11 @@ msgstr "" "%s: આદેશ નિષ્ફળ: જો qemu એ બિન-મૂળભૂત પાથ પર સ્થિત થયેલ હોય તો, LIBGUESTFS_QEMU " "પર્યાવરણ ચલ સુયોજનોનો પ્રયત્ન કરો." -#: src/launch.c:1196 +#: src/launch.c:1190 msgid "qemu has not been launched yet" msgstr "qemu એ હજુ શરૂ કરવામાં આવ્યુ નથી" -#: src/launch.c:1207 +#: src/launch.c:1201 msgid "no subprocess to kill" msgstr "મારવા માટે ઉપપ્રક્રિયા નથી" diff --git a/po/hi.po b/po/hi.po index 3b8eee3..b3ec05c 100644 --- a/po/hi.po +++ b/po/hi.po @@ -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: 2011-08-17 12:18+0100\n" +"POT-Creation-Date: 2011-08-18 23:10+0100\n" "PO-Revision-Date: 2011-07-17 20:49+0000\n" "Last-Translator: rjones \n" "Language-Team: Hindi \n" @@ -2765,29 +2765,29 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "" -#: src/appliance.c:181 +#: src/appliance.c:182 #, c-format msgid "" "cannot find any suitable libguestfs supermin or ordinary appliance on " "LIBGUESTFS_PATH (search path: %s)" msgstr "" -#: src/appliance.c:331 +#: src/appliance.c:332 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "" -#: src/appliance.c:336 +#: src/appliance.c:337 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "" -#: src/appliance.c:341 +#: src/appliance.c:342 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" -#: src/appliance.c:659 +#: src/appliance.c:660 msgid "external command failed, see earlier error messages" msgstr "" @@ -2894,58 +2894,58 @@ msgstr "" msgid "read: %s: unexpected end of file" msgstr "" -#: src/launch.c:127 +#: src/launch.c:128 msgid "command line cannot be altered after qemu subprocess launched" msgstr "कमांड लाइन को qemu उप प्रक्रिया के लॉन्च के बाद बदला नहीं जा सकता है" -#: src/launch.c:184 +#: src/launch.c:185 msgid "guestfs_config: parameter must begin with '-' character" msgstr "guestfs_config: parameter must begin with '-' character" -#: src/launch.c:198 +#: src/launch.c:199 #, c-format msgid "guestfs_config: parameter '%s' isn't allowed" msgstr "guestfs_config: parameter '%s' isn't allowed" -#: src/launch.c:264 src/launch.c:368 +#: src/launch.c:265 src/launch.c:369 msgid "filename cannot contain ',' (comma) character" msgstr "फाइलनाम में ',' (comma) वर्ण नहीं होता है" -#: src/launch.c:276 src/launch.c:281 +#: src/launch.c:277 src/launch.c:282 #, c-format msgid "%s parameter is empty or contains disallowed characters" msgstr "" -#: src/launch.c:387 +#: src/launch.c:388 msgid "the libguestfs handle has already been launched" msgstr "" -#: src/launch.c:396 +#: src/launch.c:397 #, c-format msgid "%s: cannot create temporary directory" msgstr "%s: को अस्थायी निर्देशिका नहीं बना सकता है" -#: src/launch.c:433 +#: src/launch.c:434 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "you must call guestfs_add_drive before guestfs_launch" -#: src/launch.c:803 +#: src/launch.c:805 msgid "guestfs_launch failed, see earlier error messages" msgstr "guestfs_launch विफल, पहले की त्रुटि संदेश देखें" -#: src/launch.c:816 +#: src/launch.c:818 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu launched and contacted daemon, but state != READY" -#: src/launch.c:904 +#: src/launch.c:906 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "" -#: src/launch.c:912 +#: src/launch.c:914 msgid "contacted guestfsd, but state != READY" msgstr "" -#: src/launch.c:1091 +#: src/launch.c:1085 #, c-format msgid "" "%s: command failed: If qemu is located on a non-standard path, try setting " @@ -2954,11 +2954,11 @@ msgstr "" "%s: command failed: If qemu is located on a non-standard path, try setting " "the LIBGUESTFS_QEMU environment variable." -#: src/launch.c:1196 +#: src/launch.c:1190 msgid "qemu has not been launched yet" msgstr "qemu को अबतक लॉन्च नहीं किया गया है" -#: src/launch.c:1207 +#: src/launch.c:1201 msgid "no subprocess to kill" msgstr "किल करने के लिए कोई उपप्रक्रिया नहीं" diff --git a/po/kn.po b/po/kn.po index 54c7f4a..c4b7aec 100644 --- a/po/kn.po +++ b/po/kn.po @@ -8,7 +8,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: 2011-08-17 12:18+0100\n" +"POT-Creation-Date: 2011-08-18 23:10+0100\n" "PO-Revision-Date: 2011-07-17 20:49+0000\n" "Last-Translator: rjones \n" "Language-Team: Kannada (http://www.transifex.net/projects/p/fedora/team/" @@ -2772,29 +2772,29 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "" -#: src/appliance.c:181 +#: src/appliance.c:182 #, c-format msgid "" "cannot find any suitable libguestfs supermin or ordinary appliance on " "LIBGUESTFS_PATH (search path: %s)" msgstr "" -#: src/appliance.c:331 +#: src/appliance.c:332 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "" -#: src/appliance.c:336 +#: src/appliance.c:337 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "" -#: src/appliance.c:341 +#: src/appliance.c:342 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" -#: src/appliance.c:659 +#: src/appliance.c:660 msgid "external command failed, see earlier error messages" msgstr "" @@ -2901,58 +2901,58 @@ msgstr "" msgid "read: %s: unexpected end of file" msgstr "" -#: src/launch.c:127 +#: src/launch.c:128 msgid "command line cannot be altered after qemu subprocess launched" msgstr "qemu ಉಪಪ್ರಕ್ರಿಯೆಯನ್ನು ಆರಂಭಿಸಿದ ನಂತರ ಆಜ್ಞಾ ಸಾಲನ್ನು ಬದಲಾಯಿಸುವಂತಿಲ್ಲ" -#: src/launch.c:184 +#: src/launch.c:185 msgid "guestfs_config: parameter must begin with '-' character" msgstr "guestfs_config: ನಿಯತಾಂಕವು '-' ಚಿಹ್ನೆಯಿಂದ ಆರಂಭಗೊಳ್ಳಬೇಕು" -#: src/launch.c:198 +#: src/launch.c:199 #, c-format msgid "guestfs_config: parameter '%s' isn't allowed" msgstr "guestfs_config: '%s' ಎಂಬ ನಿಯತಾಂಕಕ್ಕೆ ಅನುಮತಿ ಇಲ್ಲ" -#: src/launch.c:264 src/launch.c:368 +#: src/launch.c:265 src/launch.c:369 msgid "filename cannot contain ',' (comma) character" msgstr "ಕಡತದ ಹೆಸರು ',' (ವಿರಾಮ) ಚಿಹ್ನೆಯನ್ನು ಹೊಂದಿರುವಂತಿಲ್ಲ" -#: src/launch.c:276 src/launch.c:281 +#: src/launch.c:277 src/launch.c:282 #, c-format msgid "%s parameter is empty or contains disallowed characters" msgstr "" -#: src/launch.c:387 +#: src/launch.c:388 msgid "the libguestfs handle has already been launched" msgstr "" -#: src/launch.c:396 +#: src/launch.c:397 #, c-format msgid "%s: cannot create temporary directory" msgstr "%s: ಒಂದು ತಾತ್ಕಾಲಿಕ ಕೋಶವನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#: src/launch.c:433 +#: src/launch.c:434 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "ನೀವು guestfs_launch ನ ಮೊದಲು guestfs_add_drive ಅನ್ನು ಕರೆಯಬೇಕು" -#: src/launch.c:803 +#: src/launch.c:805 msgid "guestfs_launch failed, see earlier error messages" msgstr "guestfs_launch ವಿಫಲಗೊಂಡಿದೆ, ಹಿಂದಿನ ದೋಷ ಸಂದೇಶಗಳನ್ನು ನೋಡಿ" -#: src/launch.c:816 +#: src/launch.c:818 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu ಆರಂಭಗೊಂಡಿದೆ ಹಾಗು ಡೀಮನ್ ಅನ್ನು ಸಂಪರ್ಕಿಸಿದೆ, ಆದರೆ != READY ಸ್ಥಿತಿಯಲ್ಲಿದೆ" -#: src/launch.c:904 +#: src/launch.c:906 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "" -#: src/launch.c:912 +#: src/launch.c:914 msgid "contacted guestfsd, but state != READY" msgstr "" -#: src/launch.c:1091 +#: src/launch.c:1085 #, c-format msgid "" "%s: command failed: If qemu is located on a non-standard path, try setting " @@ -2961,11 +2961,11 @@ msgstr "" "%s: ಆಜ್ಞೆಯು ವಿಫಲಗೊಂಡಿದೆ: qemu ಒಂದು ಶಿಷ್ಟವಲ್ಲದ ಸ್ಥಳದಲ್ಲಿ ಇದ್ದಲ್ಲಿ, LIBGUESTFS_QEMU " "ಪರಿಸರ ವೇರಿಯೇಬಲ್ ಅನ್ನು ಹೊಂದಿಸಲು ಪ್ರಯತ್ನಿಸಿ." -#: src/launch.c:1196 +#: src/launch.c:1190 msgid "qemu has not been launched yet" msgstr "qemu ಅನ್ನು ಇನ್ನೂ ಸಹ ಆರಂಭಿಸಲಾಗಿಲ್ಲ" -#: src/launch.c:1207 +#: src/launch.c:1201 msgid "no subprocess to kill" msgstr "ಅಂತ್ಯಗೊಳಿಸಲು ಯಾವುದೆ ಉಪಪ್ರಕ್ರಿಯೆಯು ಇಲ್ಲ" diff --git a/po/libguestfs.pot b/po/libguestfs.pot index d7d1144..5a06758 100644 --- a/po/libguestfs.pot +++ b/po/libguestfs.pot @@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.13.5\n" +"Project-Id-Version: libguestfs 1.13.6\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2011-08-17 12:18+0100\n" +"POT-Creation-Date: 2011-08-18 23:10+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2756,29 +2756,29 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "" -#: src/appliance.c:181 +#: src/appliance.c:182 #, c-format msgid "" "cannot find any suitable libguestfs supermin or ordinary appliance on " "LIBGUESTFS_PATH (search path: %s)" msgstr "" -#: src/appliance.c:331 +#: src/appliance.c:332 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "" -#: src/appliance.c:336 +#: src/appliance.c:337 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "" -#: src/appliance.c:341 +#: src/appliance.c:342 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" -#: src/appliance.c:659 +#: src/appliance.c:660 msgid "external command failed, see earlier error messages" msgstr "" @@ -2885,69 +2885,69 @@ msgstr "" msgid "read: %s: unexpected end of file" msgstr "" -#: src/launch.c:127 +#: src/launch.c:128 msgid "command line cannot be altered after qemu subprocess launched" msgstr "" -#: src/launch.c:184 +#: src/launch.c:185 msgid "guestfs_config: parameter must begin with '-' character" msgstr "" -#: src/launch.c:198 +#: src/launch.c:199 #, c-format msgid "guestfs_config: parameter '%s' isn't allowed" msgstr "" -#: src/launch.c:264 src/launch.c:368 +#: src/launch.c:265 src/launch.c:369 msgid "filename cannot contain ',' (comma) character" msgstr "" -#: src/launch.c:276 src/launch.c:281 +#: src/launch.c:277 src/launch.c:282 #, c-format msgid "%s parameter is empty or contains disallowed characters" msgstr "" -#: src/launch.c:387 +#: src/launch.c:388 msgid "the libguestfs handle has already been launched" msgstr "" -#: src/launch.c:396 +#: src/launch.c:397 #, c-format msgid "%s: cannot create temporary directory" msgstr "" -#: src/launch.c:433 +#: src/launch.c:434 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "" -#: src/launch.c:803 +#: src/launch.c:805 msgid "guestfs_launch failed, see earlier error messages" msgstr "" -#: src/launch.c:816 +#: src/launch.c:818 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" -#: src/launch.c:904 +#: src/launch.c:906 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "" -#: src/launch.c:912 +#: src/launch.c:914 msgid "contacted guestfsd, but state != READY" msgstr "" -#: src/launch.c:1091 +#: src/launch.c:1085 #, c-format msgid "" "%s: command failed: If qemu is located on a non-standard path, try setting " "the LIBGUESTFS_QEMU environment variable." msgstr "" -#: src/launch.c:1196 +#: src/launch.c:1190 msgid "qemu has not been launched yet" msgstr "" -#: src/launch.c:1207 +#: src/launch.c:1201 msgid "no subprocess to kill" msgstr "" diff --git a/po/ml.po b/po/ml.po index 0850f3e..eab2d17 100644 --- a/po/ml.po +++ b/po/ml.po @@ -8,7 +8,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: 2011-08-17 12:18+0100\n" +"POT-Creation-Date: 2011-08-18 23:10+0100\n" "PO-Revision-Date: 2011-07-17 20:49+0000\n" "Last-Translator: rjones \n" "Language-Team: Malayalam \n" @@ -2767,29 +2767,29 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "" -#: src/appliance.c:181 +#: src/appliance.c:182 #, c-format msgid "" "cannot find any suitable libguestfs supermin or ordinary appliance on " "LIBGUESTFS_PATH (search path: %s)" msgstr "" -#: src/appliance.c:331 +#: src/appliance.c:332 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "" -#: src/appliance.c:336 +#: src/appliance.c:337 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "" -#: src/appliance.c:341 +#: src/appliance.c:342 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" -#: src/appliance.c:659 +#: src/appliance.c:660 msgid "external command failed, see earlier error messages" msgstr "" @@ -2896,58 +2896,58 @@ msgstr "" msgid "read: %s: unexpected end of file" msgstr "" -#: src/launch.c:127 +#: src/launch.c:128 msgid "command line cannot be altered after qemu subprocess launched" msgstr "qemu ഉപപ്രക്രിയ വിന്യസിച്ചശേഷം കമാന്‍ഡ് ലൈനില്‍ മാറ്റം വരുത്തുവാന്‍ സാധ്യമല്ല" -#: src/launch.c:184 +#: src/launch.c:185 msgid "guestfs_config: parameter must begin with '-' character" msgstr "guestfs_config: പരാമീറ്റര്‍ '-' ഉപയോഗിച്ചു് ആരംഭിക്കണം" -#: src/launch.c:198 +#: src/launch.c:199 #, c-format msgid "guestfs_config: parameter '%s' isn't allowed" msgstr "" -#: src/launch.c:264 src/launch.c:368 +#: src/launch.c:265 src/launch.c:369 msgid "filename cannot contain ',' (comma) character" msgstr "ഫയല്‍നാമത്തില്‍ ',' (കോമാ) അടങ്ങുന്നു" -#: src/launch.c:276 src/launch.c:281 +#: src/launch.c:277 src/launch.c:282 #, c-format msgid "%s parameter is empty or contains disallowed characters" msgstr "" -#: src/launch.c:387 +#: src/launch.c:388 msgid "the libguestfs handle has already been launched" msgstr "" -#: src/launch.c:396 +#: src/launch.c:397 #, c-format msgid "%s: cannot create temporary directory" msgstr "%s: താല്‍ക്കാലിക ഡയറക്ടറി ഉണ്ടാക്കുവാന്‍ സാധ്യമല്ല" -#: src/launch.c:433 +#: src/launch.c:434 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "guestfs_launch-നു് മുമ്പു് guestfs_add_drive വിളിക്കേണ്ടതു്" -#: src/launch.c:803 +#: src/launch.c:805 msgid "guestfs_launch failed, see earlier error messages" msgstr "guestfs_launch പരാജയപ്പെട്ടു, മുമ്പുള്ള പിശക് സന്ദേശങ്ങള്‍ കാണുക" -#: src/launch.c:816 +#: src/launch.c:818 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu വിന്യസിച്ചു് ഡെമണുമായി ബന്ധപ്പെട്ടു, പക്ഷേ state != READY" -#: src/launch.c:904 +#: src/launch.c:906 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "" -#: src/launch.c:912 +#: src/launch.c:914 msgid "contacted guestfsd, but state != READY" msgstr "" -#: src/launch.c:1091 +#: src/launch.c:1085 #, c-format msgid "" "%s: command failed: If qemu is located on a non-standard path, try setting " @@ -2956,11 +2956,11 @@ msgstr "" "%s: കമാന്‍ഡ് പരാജയപ്പെട്ടു: നിലവാരമില്ലാത്ത പാഥിലാണു് qemu ലഭ്യമെങ്കില്‍, LIBGUESTFS_QEMU " "എന്‍വയോണ്മെന്റ് വേരിയബിള്‍ സജ്ജമാക്കുവാന്‍ ശ്രമിക്കുക." -#: src/launch.c:1196 +#: src/launch.c:1190 msgid "qemu has not been launched yet" msgstr "qemu ഇതുവരെ വിന്യസിച്ചിട്ടില്ല" -#: src/launch.c:1207 +#: src/launch.c:1201 msgid "no subprocess to kill" msgstr "ഇല്ലാതാക്കുന്നതിനായി ഉപപ്രക്രിയകളില്ല" diff --git a/po/mr.po b/po/mr.po index 8113df8..ec09077 100644 --- a/po/mr.po +++ b/po/mr.po @@ -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: 2011-08-17 12:18+0100\n" +"POT-Creation-Date: 2011-08-18 23:10+0100\n" "PO-Revision-Date: 2011-07-17 20:49+0000\n" "Last-Translator: rjones \n" "Language-Team: Marathi (http://www.transifex.net/projects/p/fedora/team/" @@ -2913,7 +2913,7 @@ msgstr "%s: मेमरी आकार '%s' वाचणे अशक्य\n" msgid "%s: unknown child exit status (%d)\n" msgstr "%s: अपरिचीत चाइल्ड एक्जिट स्टेटस् (%d)\n" -#: src/appliance.c:181 +#: src/appliance.c:182 #, c-format msgid "" "cannot find any suitable libguestfs supermin or ordinary appliance on " @@ -2922,22 +2922,22 @@ msgstr "" "LIBGUESTFS_PATH वरील योग्य libguestfs supermin किंवा सर्वसाधारण अप्लायंस शोधणे " "अशक्य (शोध मार्ग: %s)" -#: src/appliance.c:331 +#: src/appliance.c:332 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "सुरक्षा: कॅश्ड् अप्लायंस् %s, UID %d च्या मालकिचे नाही" -#: src/appliance.c:336 +#: src/appliance.c:337 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "सुरक्षा: कॅश्ड् अप्लायंस् %s डिरेक्ट्री नाही (मोड %o)" -#: src/appliance.c:341 +#: src/appliance.c:342 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "सुरक्षा: कॅश्ड् अप्लायंस् %s ग्रूप किंवा इतर द्वारे लेखनजोगी आहे (मोड %o)" -#: src/appliance.c:659 +#: src/appliance.c:660 msgid "external command failed, see earlier error messages" msgstr "बाहेरिल आदेश अपयशी, मागील त्रुटी संदेश पहा" @@ -3052,58 +3052,58 @@ msgstr "विंडोज %%SYSTEMROOT%% निश्चित करणे अ msgid "read: %s: unexpected end of file" msgstr "" -#: src/launch.c:127 +#: src/launch.c:128 msgid "command line cannot be altered after qemu subprocess launched" msgstr "qemu उपकार्य सुरू केल्यावर आदेश ओळ बदलणे अशक्य आहे" -#: src/launch.c:184 +#: src/launch.c:185 msgid "guestfs_config: parameter must begin with '-' character" msgstr "guestfs_config: घटक '-' अक्षराने सुरू व्हायला हवे" -#: src/launch.c:198 +#: src/launch.c:199 #, c-format msgid "guestfs_config: parameter '%s' isn't allowed" msgstr "guestfs_config: घटक '%s' स्वीकारले जात नाही" -#: src/launch.c:264 src/launch.c:368 +#: src/launch.c:265 src/launch.c:369 msgid "filename cannot contain ',' (comma) character" msgstr "फाइलनावात ',' (स्वल्पविराम) अक्षर समाविष्टीत असणे अशक्य" -#: src/launch.c:276 src/launch.c:281 +#: src/launch.c:277 src/launch.c:282 #, c-format msgid "%s parameter is empty or contains disallowed characters" msgstr "%s घटक रिकामे आहे किंवा अस्वीकार्य अक्षरे समाविष्टीत आहे" -#: src/launch.c:387 +#: src/launch.c:388 msgid "the libguestfs handle has already been launched" msgstr "libguestfs हँडल आधिपासूनच सुरू आहे" -#: src/launch.c:396 +#: src/launch.c:397 #, c-format msgid "%s: cannot create temporary directory" msgstr "%s: तात्पुर्ती डिरेक्ट्री निर्माण करणे अशक्य" -#: src/launch.c:433 +#: src/launch.c:434 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "guestfs_add_drive यांस guestfs_launch च्या अगोदर कॉल करा" -#: src/launch.c:803 +#: src/launch.c:805 msgid "guestfs_launch failed, see earlier error messages" msgstr "guestfs_launch अपयशी, पूर्वीचे त्रुटी संदेश पहा" -#: src/launch.c:816 +#: src/launch.c:818 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu सुरू झाले व डिमन सुरू केले, परंतु state != READY आढळले" -#: src/launch.c:904 +#: src/launch.c:906 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "guestfs_launch अपयशी, guestfsd पासून अनपेक्षित प्रारंभिक संदेश आढळले" -#: src/launch.c:912 +#: src/launch.c:914 msgid "contacted guestfsd, but state != READY" msgstr "guestfsd सह संपर्क केले, परंतु state != READY" -#: src/launch.c:1091 +#: src/launch.c:1085 #, c-format msgid "" "%s: command failed: If qemu is located on a non-standard path, try setting " @@ -3112,11 +3112,11 @@ msgstr "" "%s: आदेश अपयशी: qemu विना-मानक मार्गावर स्थीत असल्यास, LIBGUESTFS_QEMU एन्वार्यनमेंट " "वेरीयेबल सेट करण्याचा प्रयत्न करा." -#: src/launch.c:1196 +#: src/launch.c:1190 msgid "qemu has not been launched yet" msgstr "qemu अजूनही सुरू केले नाही" -#: src/launch.c:1207 +#: src/launch.c:1201 msgid "no subprocess to kill" msgstr "kill करीता उपकार्य उपलब्ध नाही" diff --git a/po/nl.po b/po/nl.po index 5b5f9b6..93f22c9 100644 --- a/po/nl.po +++ b/po/nl.po @@ -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: 2011-08-17 12:18+0100\n" +"POT-Creation-Date: 2011-08-18 23:10+0100\n" "PO-Revision-Date: 2011-07-17 20:49+0000\n" "Last-Translator: rjones \n" "Language-Team: Dutch (http://www.transifex.net/projects/p/fedora/team/nl/)\n" @@ -2821,7 +2821,7 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "" -#: src/appliance.c:181 +#: src/appliance.c:182 #, c-format msgid "" "cannot find any suitable libguestfs supermin or ordinary appliance on " @@ -2830,22 +2830,22 @@ msgstr "" "kon geen geschikte libguestfs supermin of gewoon toestel vinden op " "LIBGUESTFS_PATH (zoek pad: %s)" -#: src/appliance.c:331 +#: src/appliance.c:332 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "" -#: src/appliance.c:336 +#: src/appliance.c:337 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "" -#: src/appliance.c:341 +#: src/appliance.c:342 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" -#: src/appliance.c:659 +#: src/appliance.c:660 msgid "external command failed, see earlier error messages" msgstr "" @@ -2954,61 +2954,61 @@ msgstr "Kan Windows %%SYSTEMROOT%% niet oplossen" msgid "read: %s: unexpected end of file" msgstr "" -#: src/launch.c:127 +#: src/launch.c:128 msgid "command line cannot be altered after qemu subprocess launched" msgstr "" "commando regel kan niet gewijzigd worden nadat een qemu sub-proces " "gelanceerd is" -#: src/launch.c:184 +#: src/launch.c:185 msgid "guestfs_config: parameter must begin with '-' character" msgstr "guestfs_config: parameter moet met '-' beginnen" -#: src/launch.c:198 +#: src/launch.c:199 #, c-format msgid "guestfs_config: parameter '%s' isn't allowed" msgstr "guestfs_config: parameter '%s' is niet toegestaan" -#: src/launch.c:264 src/launch.c:368 +#: src/launch.c:265 src/launch.c:369 msgid "filename cannot contain ',' (comma) character" msgstr "bestandsnaam kan geen ',' (komma) bevatten" -#: src/launch.c:276 src/launch.c:281 +#: src/launch.c:277 src/launch.c:282 #, c-format msgid "%s parameter is empty or contains disallowed characters" msgstr "" -#: src/launch.c:387 +#: src/launch.c:388 msgid "the libguestfs handle has already been launched" msgstr "de libguestfs hendel is al gelanceerd" -#: src/launch.c:396 +#: src/launch.c:397 #, c-format msgid "%s: cannot create temporary directory" msgstr "%s: kan geen tijdelijke map aanmaken" -#: src/launch.c:433 +#: src/launch.c:434 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "je moet guestfs_add_drive aanroepen voor guestfs_launch" -#: src/launch.c:803 +#: src/launch.c:805 msgid "guestfs_launch failed, see earlier error messages" msgstr "guestfs_launch mislukte, bekijk de eerdere fout boodschap" -#: src/launch.c:816 +#: src/launch.c:818 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" "qemu gelanceerd en contact opgenomen met daemon, maar toestand != READY" -#: src/launch.c:904 +#: src/launch.c:906 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "" -#: src/launch.c:912 +#: src/launch.c:914 msgid "contacted guestfsd, but state != READY" msgstr "" -#: src/launch.c:1091 +#: src/launch.c:1085 #, c-format msgid "" "%s: command failed: If qemu is located on a non-standard path, try setting " @@ -3017,11 +3017,11 @@ msgstr "" "%s: commando mislukte: Als qemu zich op een niet standaard pad bevindt, " "probeer je het instellen van de LIBGUESTFS_QEMU omgevingsvariabele." -#: src/launch.c:1196 +#: src/launch.c:1190 msgid "qemu has not been launched yet" msgstr "qemu is nog niet gelanceerd" -#: src/launch.c:1207 +#: src/launch.c:1201 msgid "no subprocess to kill" msgstr "geen sub-proces om af te schieten" diff --git a/po/or.po b/po/or.po index 4f9c948..af327d3 100644 --- a/po/or.po +++ b/po/or.po @@ -8,7 +8,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: 2011-08-17 12:18+0100\n" +"POT-Creation-Date: 2011-08-18 23:10+0100\n" "PO-Revision-Date: 2011-07-17 20:49+0000\n" "Last-Translator: rjones \n" "Language-Team: Oriya (http://www.transifex.net/projects/p/fedora/team/or/)\n" @@ -2765,29 +2765,29 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "" -#: src/appliance.c:181 +#: src/appliance.c:182 #, c-format msgid "" "cannot find any suitable libguestfs supermin or ordinary appliance on " "LIBGUESTFS_PATH (search path: %s)" msgstr "" -#: src/appliance.c:331 +#: src/appliance.c:332 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "" -#: src/appliance.c:336 +#: src/appliance.c:337 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "" -#: src/appliance.c:341 +#: src/appliance.c:342 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" -#: src/appliance.c:659 +#: src/appliance.c:660 msgid "external command failed, see earlier error messages" msgstr "" @@ -2894,58 +2894,58 @@ msgstr "" msgid "read: %s: unexpected end of file" msgstr "" -#: src/launch.c:127 +#: src/launch.c:128 msgid "command line cannot be altered after qemu subprocess launched" msgstr "qemu ଉପପଦ୍ଧତି ଆରମ୍ଭ ହେବା ପରେ ନିର୍ଦ୍ଦେଶନାମାକୁ ପରିବର୍ତ୍ତନ କରିପାରିବେ ନାହିଁ" -#: src/launch.c:184 +#: src/launch.c:185 msgid "guestfs_config: parameter must begin with '-' character" msgstr "guestfs_config: ପ୍ରାଚଳ ନିଶ୍ଚିତ ଭାବରେ '-' ବର୍ଣ୍ଣ ସହିତ ଆରମ୍ଭ ହେବା ଉଚିତ" -#: src/launch.c:198 +#: src/launch.c:199 #, c-format msgid "guestfs_config: parameter '%s' isn't allowed" msgstr "guestfs_config: ପ୍ରାଚଳ '%s' ଟି ଅନୁମତିପ୍ରାପ୍ତ ନୁହଁ" -#: src/launch.c:264 src/launch.c:368 +#: src/launch.c:265 src/launch.c:369 msgid "filename cannot contain ',' (comma) character" msgstr "ଫାଇଲନାମରେ ',' (କମା) ବର୍ଣ୍ଣ ଧାରଣ ହୋଇନଥାଏ" -#: src/launch.c:276 src/launch.c:281 +#: src/launch.c:277 src/launch.c:282 #, c-format msgid "%s parameter is empty or contains disallowed characters" msgstr "" -#: src/launch.c:387 +#: src/launch.c:388 msgid "the libguestfs handle has already been launched" msgstr "" -#: src/launch.c:396 +#: src/launch.c:397 #, c-format msgid "%s: cannot create temporary directory" msgstr "%s: ଅସ୍ଥାୟୀ ଡିରେକ୍ଟୋରୀ ନିର୍ମାଣ କରିପାରିବେ ନାହିଁ" -#: src/launch.c:433 +#: src/launch.c:434 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "ଆପଣ ନିଶ୍ଚିତ ଭାବରେ guestfs_add_drive କୁ guestfs_launch ପୂର୍ବରୁ ଡାକିବା ଉଚିତ" -#: src/launch.c:803 +#: src/launch.c:805 msgid "guestfs_launch failed, see earlier error messages" msgstr "guestfs_launch ବିଫଳ ହୋଇଛି, ପୂର୍ବର ତ୍ରୁଟି ସନ୍ଦେଶଗୁଡ଼ିକୁ ଦେଖନ୍ତୁ" -#: src/launch.c:816 +#: src/launch.c:818 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu ଆରମ୍ଭ ହୋଇଛି ଏବଂ ଡେମନ ସହିତ ଯୋଗାଯୋଗ ଆରମ୍ଭ କରିଛି, କିନ୍ତୁ ଅବସ୍ଥା != READY" -#: src/launch.c:904 +#: src/launch.c:906 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "" -#: src/launch.c:912 +#: src/launch.c:914 msgid "contacted guestfsd, but state != READY" msgstr "" -#: src/launch.c:1091 +#: src/launch.c:1085 #, c-format msgid "" "%s: command failed: If qemu is located on a non-standard path, try setting " @@ -2954,11 +2954,11 @@ msgstr "" "%s: ନିର୍ଦ୍ଦେଶ ବିଫଳ ହୋଇଛି: ଯଦି qemu ମାନ୍ୟତା ପ୍ରାପ୍ତ ହୋଇନଥିବା ପଥରେ ଅବସ୍ଥିତ, ତେବେ " "LIBGUESTFS_QEMU ପରିବେଶ ପ୍ରାଚଳକୁ ସେଟ କରିବା ପାଇଁ ଚେଷ୍ଟା କରନ୍ତୁ।" -#: src/launch.c:1196 +#: src/launch.c:1190 msgid "qemu has not been launched yet" msgstr "qemu ଏପର୍ଯ୍ୟନ୍ତ ଆରମ୍ଭ ହୋଇନାହିଁ" -#: src/launch.c:1207 +#: src/launch.c:1201 msgid "no subprocess to kill" msgstr "ବନ୍ଦ କରିବା ପାଇଁ କୌଣସି ଉପ-ପଦ୍ଧତି ନାହିଁ" diff --git a/po/pa.po b/po/pa.po index 5507522..f972061 100644 --- a/po/pa.po +++ b/po/pa.po @@ -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: 2011-08-17 12:18+0100\n" +"POT-Creation-Date: 2011-08-18 23:10+0100\n" "PO-Revision-Date: 2011-07-17 20:49+0000\n" "Last-Translator: rjones \n" "Language-Team: Panjabi (Punjabi) \n" @@ -2910,7 +2910,7 @@ msgstr "%s: ਮੈਮੋਰੀ ਅਕਾਰ ਪਾਰਸ ਨਹੀਂ ਕਰ ਸ msgid "%s: unknown child exit status (%d)\n" msgstr "%s: ਅਣਜਾਣ ਲੰਬਾ ਚੋਣ: (%d)\n" -#: src/appliance.c:181 +#: src/appliance.c:182 #, c-format msgid "" "cannot find any suitable libguestfs supermin or ordinary appliance on " @@ -2919,22 +2919,22 @@ msgstr "" "ਕੋਈ ਵੀ ਅਨੁਕੂਲ libguestfs supermin ਜਾਂ ਸਧਾਰਤ ਜੰਤਰ LIBGUESTFS_PATH ਉੱਪਰ ਨਹੀਂ ਲੱਭਿਆ(ਖੋਜ " "ਮਾਰਗ: %s)" -#: src/appliance.c:331 +#: src/appliance.c:332 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "ਸੁਰੱਖਿਆ: ਕੈਸ਼ ਜੰਤਰ %s ਨੂੰ UID %d ਦੁਆਰਾ ਨਹੀਂ ਰੋਕਿਆ ਹੈ" -#: src/appliance.c:336 +#: src/appliance.c:337 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "security: cached appliance %s is not a directory (mode %o)" -#: src/appliance.c:341 +#: src/appliance.c:342 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "ਸੁਰੱਖਿਆ: ਕੈਸ਼ ਜੰਤਰ %s ਗਰੁੱਪ ਜਾਂ ਹੋਰ (mode %o) ਦੁਆਰਾ ਲਿਖਣਯੋਗ ਹੈ" -#: src/appliance.c:659 +#: src/appliance.c:660 msgid "external command failed, see earlier error messages" msgstr "ਬਾਹਰੀ ਕਮਾਂਡ ਫੇਲ ਹੋਇਆ, ਪਿਛਲੇ ਗਲਤੀ ਸੁਨੇਹੇ ਵੇਖੋ" @@ -3049,58 +3049,58 @@ msgstr "Windows %%SYSTEMROOT%% ਨੂੰ ਰਿਜ਼ੌਲਵ ਨਹੀਂ ਕਰ msgid "read: %s: unexpected end of file" msgstr "" -#: src/launch.c:127 +#: src/launch.c:128 msgid "command line cannot be altered after qemu subprocess launched" msgstr "ਕਮਾਂਡ ਲਾਈਨ ਨੂੰ qemu ਅਧੀਨ-ਕਾਰਜ ਚਾਲੂ ਕਰਨ ਤੋਂ ਪਹਿਲਾਂ ਸੋਧਿਆ ਨਹੀਂ ਜਾ ਸਕਦਾ" -#: src/launch.c:184 +#: src/launch.c:185 msgid "guestfs_config: parameter must begin with '-' character" msgstr "guestfs_config: parameter must begin with '-' character" -#: src/launch.c:198 +#: src/launch.c:199 #, c-format msgid "guestfs_config: parameter '%s' isn't allowed" msgstr "guestfs_config: parameter '%s' isn't allowed" -#: src/launch.c:264 src/launch.c:368 +#: src/launch.c:265 src/launch.c:369 msgid "filename cannot contain ',' (comma) character" msgstr "ਫਾਇਲ-ਨਾਂ ਵਿੱਚ ',' (comma) ਅੱਖਰ ਸ਼ਾਮਿਲ ਨਹੀਂ ਹੈ" -#: src/launch.c:276 src/launch.c:281 +#: src/launch.c:277 src/launch.c:282 #, c-format msgid "%s parameter is empty or contains disallowed characters" msgstr "%s ਪੈਰਾਮੀਟਰ ਖਾਲੀ ਹੈ ਜਾਂ ਇਸ ਵਿੱਚ ਨਾ-ਮਨਜੂਰ ਅੱਖਰ ਹਨ" -#: src/launch.c:387 +#: src/launch.c:388 msgid "the libguestfs handle has already been launched" msgstr "libguestfs ਹੈਂਡਲ ਪਹਿਲਾਂ ਹੀ ਚਾਲੂ ਕੀਤਾ ਹੈ" -#: src/launch.c:396 +#: src/launch.c:397 #, c-format msgid "%s: cannot create temporary directory" msgstr "%s: ਆਰਜੀ ਡਾਇਰੈਕਟਰੀ ਨਹੀਂ ਬਣਾ ਸਕਿਆ" -#: src/launch.c:433 +#: src/launch.c:434 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "you must call guestfs_add_drive before guestfs_launch" -#: src/launch.c:803 +#: src/launch.c:805 msgid "guestfs_launch failed, see earlier error messages" msgstr "guestfs_launch ਫੇਲ ਹੋਇਆ, ਪਹਿਲੇ ਗਲਤੀ ਸੁਨੇਹੇ ਵੇਖੋ" -#: src/launch.c:816 +#: src/launch.c:818 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu launched and contacted daemon, but state != READY" -#: src/launch.c:904 +#: src/launch.c:906 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "guestfs_launch ਫੇਲ ਹੋਇਆ, ਅਚਾਨਕ ਸ਼ੁਰੂਆਤੀ ਸੁਨੇਹੇ guestfsd ਤੋਂ" -#: src/launch.c:912 +#: src/launch.c:914 msgid "contacted guestfsd, but state != READY" msgstr "guestfsd ਨਾਲ ਸੰਪਰਕ ਕੀਤਾ ਹੈ, ਪਰ state != READY" -#: src/launch.c:1091 +#: src/launch.c:1085 #, c-format msgid "" "%s: command failed: If qemu is located on a non-standard path, try setting " @@ -3109,11 +3109,11 @@ msgstr "" "%s: command failed: If qemu is located on a non-standard path, try setting " "the LIBGUESTFS_QEMU environment variable." -#: src/launch.c:1196 +#: src/launch.c:1190 msgid "qemu has not been launched yet" msgstr "qemu ਹਾਲੇ ਤੱਕ ਚਾਲੂ ਨਹੀਂ ਕੀਤਾ" -#: src/launch.c:1207 +#: src/launch.c:1201 msgid "no subprocess to kill" msgstr "ਖਤਮ ਕਰਨ ਲਈ ਕੋਈ ਅਧੀਨ-ਕਾਰਜ ਨਹੀਂ" diff --git a/po/pl.po b/po/pl.po index 6090661..ea59b25 100644 --- a/po/pl.po +++ b/po/pl.po @@ -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: 2011-08-17 12:18+0100\n" +"POT-Creation-Date: 2011-08-18 23:10+0100\n" "PO-Revision-Date: 2011-07-17 20:49+0000\n" "Last-Translator: rjones \n" "Language-Team: Polish (http://www.transifex.net/projects/p/fedora/team/pl/)\n" @@ -2966,7 +2966,7 @@ msgstr "%s: nie można przetworzyć rozmiaru pamięci \"%s\"\n" msgid "%s: unknown child exit status (%d)\n" msgstr "%s: nieznany stan wyjścia potomka (%d)\n" -#: src/appliance.c:181 +#: src/appliance.c:182 #, c-format msgid "" "cannot find any suitable libguestfs supermin or ordinary appliance on " @@ -2975,27 +2975,27 @@ msgstr "" "nie można odnaleźć żadnego przyrządu biblioteki libguestfs typu \"supermin\" " "lub \"ordinary\" w LIBGUESTFS_PATH (ścieżka wyszukiwania: %s)" -#: src/appliance.c:331 +#: src/appliance.c:332 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "" "bezpieczeństwo: przyrząd %s w pamięci podręcznej nie jest własnością UID %d" -#: src/appliance.c:336 +#: src/appliance.c:337 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "" "bezpieczeństwo: przyrząd %s w pamięci podręcznej nie jest katalogiem (tryb " "%o)" -#: src/appliance.c:341 +#: src/appliance.c:342 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" "bezpieczeństwo: przyrząd %s w pamięci podręcznej jest zapisywalny przez " "grupę lub innych (tryb %o)" -#: src/appliance.c:659 +#: src/appliance.c:660 msgid "external command failed, see earlier error messages" msgstr "" "zewnętrzne polecenie nie powiodło się, proszę zobaczyć wcześniejsze " @@ -3112,64 +3112,64 @@ msgstr "nie można rozwiązać %%SYSTEMROOT%% systemu Windows" msgid "read: %s: unexpected end of file" msgstr "" -#: src/launch.c:127 +#: src/launch.c:128 msgid "command line cannot be altered after qemu subprocess launched" msgstr "" "wiersz poleceń nie może zostać zmieniony po uruchomieniu podprocesu QEMU" -#: src/launch.c:184 +#: src/launch.c:185 msgid "guestfs_config: parameter must begin with '-' character" msgstr "guestfs_config: parametr musi zaczynać się od znaku \"-\"" -#: src/launch.c:198 +#: src/launch.c:199 #, c-format msgid "guestfs_config: parameter '%s' isn't allowed" msgstr "guestfs_config: parametr \"%s\" nie jest dozwolony" -#: src/launch.c:264 src/launch.c:368 +#: src/launch.c:265 src/launch.c:369 msgid "filename cannot contain ',' (comma) character" msgstr "nazwa pliku nie może zawierać znaku \",\" (przecinka)" -#: src/launch.c:276 src/launch.c:281 +#: src/launch.c:277 src/launch.c:282 #, c-format msgid "%s parameter is empty or contains disallowed characters" msgstr "parametr %s jest pusty lub zawiera niedozwolone znaki" -#: src/launch.c:387 +#: src/launch.c:388 msgid "the libguestfs handle has already been launched" msgstr "program obsługi libguestfs został już uruchomiony" -#: src/launch.c:396 +#: src/launch.c:397 #, c-format msgid "%s: cannot create temporary directory" msgstr "%s: nie można utworzyć katalogu tymczasowego" -#: src/launch.c:433 +#: src/launch.c:434 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "należy wywołać guestfs_add_drive przed guestfs_launch" -#: src/launch.c:803 +#: src/launch.c:805 msgid "guestfs_launch failed, see earlier error messages" msgstr "" "guestfs_launch nie powiodło się, proszę zobaczyć wcześniejsze komunikaty " "błędów" -#: src/launch.c:816 +#: src/launch.c:818 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" "QEMU zostało uruchomione i skontaktowano się z demonem, ale stan != GOTOWY" -#: src/launch.c:904 +#: src/launch.c:906 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "" "guestfs_launch nie powiodło się, nieoczekiwany komunikat początkowy od " "demona guestfsd" -#: src/launch.c:912 +#: src/launch.c:914 msgid "contacted guestfsd, but state != READY" msgstr "skontaktowano się z guestfsd, ale stan != GOTOWY" -#: src/launch.c:1091 +#: src/launch.c:1085 #, c-format msgid "" "%s: command failed: If qemu is located on a non-standard path, try setting " @@ -3178,11 +3178,11 @@ msgstr "" "%s: polecenie nie powiodło się: jeśli QEMU jest położone w niestandardowej " "ścieżce, należy spróbować ustawienia zmiennej środowiskowej LIBGUESTFS_QEMU." -#: src/launch.c:1196 +#: src/launch.c:1190 msgid "qemu has not been launched yet" msgstr "QEMU nie zostało jeszcze uruchomione" -#: src/launch.c:1207 +#: src/launch.c:1201 msgid "no subprocess to kill" msgstr "brak podprocesu do zniszczenia" diff --git a/po/ta.po b/po/ta.po index cc28dd1..9464862 100644 --- a/po/ta.po +++ b/po/ta.po @@ -8,7 +8,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: 2011-08-17 12:18+0100\n" +"POT-Creation-Date: 2011-08-18 23:10+0100\n" "PO-Revision-Date: 2011-07-17 20:49+0000\n" "Last-Translator: rjones \n" "Language-Team: Tamil \n" @@ -2766,29 +2766,29 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "" -#: src/appliance.c:181 +#: src/appliance.c:182 #, c-format msgid "" "cannot find any suitable libguestfs supermin or ordinary appliance on " "LIBGUESTFS_PATH (search path: %s)" msgstr "" -#: src/appliance.c:331 +#: src/appliance.c:332 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "" -#: src/appliance.c:336 +#: src/appliance.c:337 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "" -#: src/appliance.c:341 +#: src/appliance.c:342 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" -#: src/appliance.c:659 +#: src/appliance.c:660 msgid "external command failed, see earlier error messages" msgstr "" @@ -2895,58 +2895,58 @@ msgstr "" msgid "read: %s: unexpected end of file" msgstr "" -#: src/launch.c:127 +#: src/launch.c:128 msgid "command line cannot be altered after qemu subprocess launched" msgstr "command line cannot be altered after qemu subprocess launched" -#: src/launch.c:184 +#: src/launch.c:185 msgid "guestfs_config: parameter must begin with '-' character" msgstr "guestfs_config: அளவுரு '-' எழுத்தில் துவக்க வேண்டும்" -#: src/launch.c:198 +#: src/launch.c:199 #, c-format msgid "guestfs_config: parameter '%s' isn't allowed" msgstr "guestfs_config: அளவுரு '%s' அனுமதிக்கப்படுவதில்லை" -#: src/launch.c:264 src/launch.c:368 +#: src/launch.c:265 src/launch.c:369 msgid "filename cannot contain ',' (comma) character" msgstr "கோப்புபெயர் ',' (கம்மா) எழுத்தை கொண்டிருக்கவில்லை" -#: src/launch.c:276 src/launch.c:281 +#: src/launch.c:277 src/launch.c:282 #, c-format msgid "%s parameter is empty or contains disallowed characters" msgstr "" -#: src/launch.c:387 +#: src/launch.c:388 msgid "the libguestfs handle has already been launched" msgstr "" -#: src/launch.c:396 +#: src/launch.c:397 #, c-format msgid "%s: cannot create temporary directory" msgstr "%s: தற்காலிக அடைவை உருவாக்க முடியவில்லை" -#: src/launch.c:433 +#: src/launch.c:434 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "நீங்கள் guestfs_add_drive ஐ guestfs_launchக்கு முன் அழைக்க வேண்டும்" -#: src/launch.c:803 +#: src/launch.c:805 msgid "guestfs_launch failed, see earlier error messages" msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்" -#: src/launch.c:816 +#: src/launch.c:818 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu டொமைனுடன் துவக்கப்பட்டு தொடர்பு கொண்டது, ஆனால் நிலையானது != READY" -#: src/launch.c:904 +#: src/launch.c:906 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "" -#: src/launch.c:912 +#: src/launch.c:914 msgid "contacted guestfsd, but state != READY" msgstr "" -#: src/launch.c:1091 +#: src/launch.c:1085 #, c-format msgid "" "%s: command failed: If qemu is located on a non-standard path, try setting " @@ -2955,11 +2955,11 @@ msgstr "" "%s: command failed: If qemu is located on a non-standard path, try setting " "the LIBGUESTFS_QEMU environment variable." -#: src/launch.c:1196 +#: src/launch.c:1190 msgid "qemu has not been launched yet" msgstr "qemu இன்னும் துவங்கப்படவில்லை" -#: src/launch.c:1207 +#: src/launch.c:1201 msgid "no subprocess to kill" msgstr "அழிப்பதற்கு துணைசெயல்பாடுகள் இல்லை" diff --git a/po/te.po b/po/te.po index 80fcbac..02365d3 100644 --- a/po/te.po +++ b/po/te.po @@ -8,7 +8,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: 2011-08-17 12:18+0100\n" +"POT-Creation-Date: 2011-08-18 23:10+0100\n" "PO-Revision-Date: 2011-07-17 20:49+0000\n" "Last-Translator: rjones \n" "Language-Team: Telugu (http://www.transifex.net/projects/p/fedora/team/te/)\n" @@ -2763,29 +2763,29 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "" -#: src/appliance.c:181 +#: src/appliance.c:182 #, c-format msgid "" "cannot find any suitable libguestfs supermin or ordinary appliance on " "LIBGUESTFS_PATH (search path: %s)" msgstr "" -#: src/appliance.c:331 +#: src/appliance.c:332 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "" -#: src/appliance.c:336 +#: src/appliance.c:337 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "" -#: src/appliance.c:341 +#: src/appliance.c:342 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" -#: src/appliance.c:659 +#: src/appliance.c:660 msgid "external command failed, see earlier error messages" msgstr "" @@ -2892,58 +2892,58 @@ msgstr "" msgid "read: %s: unexpected end of file" msgstr "" -#: src/launch.c:127 +#: src/launch.c:128 msgid "command line cannot be altered after qemu subprocess launched" msgstr "qemu వుపకార్యక్రమము ఆరంభించిన తర్వాత ఆదేశ వరుస మార్చబడలేదు" -#: src/launch.c:184 +#: src/launch.c:185 msgid "guestfs_config: parameter must begin with '-' character" msgstr "guestfs_config: పారామితి తప్పక '-' అక్షరముతో ప్రారంభంకావాలి" -#: src/launch.c:198 +#: src/launch.c:199 #, c-format msgid "guestfs_config: parameter '%s' isn't allowed" msgstr "guestfs_config: పారామితి '%s' అనుమతించబడదు" -#: src/launch.c:264 src/launch.c:368 +#: src/launch.c:265 src/launch.c:369 msgid "filename cannot contain ',' (comma) character" msgstr "ఫైల్‌నామము ',' (కామా) ఆక్షరమును కలిగివుండలేదు" -#: src/launch.c:276 src/launch.c:281 +#: src/launch.c:277 src/launch.c:282 #, c-format msgid "%s parameter is empty or contains disallowed characters" msgstr "" -#: src/launch.c:387 +#: src/launch.c:388 msgid "the libguestfs handle has already been launched" msgstr "" -#: src/launch.c:396 +#: src/launch.c:397 #, c-format msgid "%s: cannot create temporary directory" msgstr "%s: తాత్కాలిక డైరెక్టరీను సృష్టించలేదు" -#: src/launch.c:433 +#: src/launch.c:434 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "guestfs_launchకు ముందుగా మీరు guestfs_add_driveను పిలువవలెను" -#: src/launch.c:803 +#: src/launch.c:805 msgid "guestfs_launch failed, see earlier error messages" msgstr "guestfs_launch విఫలమైంది, ముందలి దోషపు సందేశములను చూడుము" -#: src/launch.c:816 +#: src/launch.c:818 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu ఆరంభించబడింది మరియు డెమోన్‌ను సంప్రదించింది, అయితే state != READY" -#: src/launch.c:904 +#: src/launch.c:906 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "" -#: src/launch.c:912 +#: src/launch.c:914 msgid "contacted guestfsd, but state != READY" msgstr "" -#: src/launch.c:1091 +#: src/launch.c:1085 #, c-format msgid "" "%s: command failed: If qemu is located on a non-standard path, try setting " @@ -2952,11 +2952,11 @@ msgstr "" "%s: ఆదేశము విఫలమైంది: ఒకవేళ qemu ప్రామాణికం-కాని పాత్‌పై వుంటే, LIBGUESTFS_QEMU ఎన్విరాన్మెంట్ " "వేరియబుల్ అమర్చుటకు ప్రయత్నించుము." -#: src/launch.c:1196 +#: src/launch.c:1190 msgid "qemu has not been launched yet" msgstr "qemu యింకా ఆరంభం కాలేదు" -#: src/launch.c:1207 +#: src/launch.c:1201 msgid "no subprocess to kill" msgstr "అంతంచేయుటకు యే వుపకార్యక్రమము లేదు" diff --git a/po/uk.po b/po/uk.po index 3be8f68..d2827ba 100644 --- a/po/uk.po +++ b/po/uk.po @@ -8,7 +8,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: 2011-08-17 12:18+0100\n" +"POT-Creation-Date: 2011-08-18 23:10+0100\n" "PO-Revision-Date: 2011-07-17 20:49+0000\n" "Last-Translator: rjones \n" "Language-Team: Ukrainian \n" @@ -2995,7 +2995,7 @@ msgid "%s: unknown child exit status (%d)\n" msgstr "" "%s: невідоме повідомлення про стан завершення дочірнього процесу (%d)\n" -#: src/appliance.c:181 +#: src/appliance.c:182 #, c-format msgid "" "cannot find any suitable libguestfs supermin or ordinary appliance on " @@ -3004,24 +3004,24 @@ msgstr "" "не вдалося знайти відповідного supermin libguestfs або звичайного пристрою " "за адресою LIBGUESTFS_PATH (каталог пошуку: %s)" -#: src/appliance.c:331 +#: src/appliance.c:332 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "безпека: кешований пристрій %s не належить UID %d" -#: src/appliance.c:336 +#: src/appliance.c:337 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "безпека: кешований пристрій %s не є каталогом (режим %o)" -#: src/appliance.c:341 +#: src/appliance.c:342 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" "безпека: кешований пристрій %s доступний для запису учасниками групи або " "іншими користувачами (режим %o)" -#: src/appliance.c:659 +#: src/appliance.c:660 msgid "external command failed, see earlier error messages" msgstr "" "спроба виконання зовнішньої команди зазнала невдачі, ознайомтеся з " @@ -3139,62 +3139,62 @@ msgstr "не вдалося визначити %%SYSTEMROOT%% Windows" msgid "read: %s: unexpected end of file" msgstr "" -#: src/launch.c:127 +#: src/launch.c:128 msgid "command line cannot be altered after qemu subprocess launched" msgstr "не можна змінювати рядок команди після запуску підпроцесу qemu" -#: src/launch.c:184 +#: src/launch.c:185 msgid "guestfs_config: parameter must begin with '-' character" msgstr "guestfs_config: запис параметра має починатися з символу «-»" -#: src/launch.c:198 +#: src/launch.c:199 #, c-format msgid "guestfs_config: parameter '%s' isn't allowed" msgstr "guestfs_config: не можна використовувати параметр «%s»" -#: src/launch.c:264 src/launch.c:368 +#: src/launch.c:265 src/launch.c:369 msgid "filename cannot contain ',' (comma) character" msgstr "у назві файла не може міститися символу коми («,»)" -#: src/launch.c:276 src/launch.c:281 +#: src/launch.c:277 src/launch.c:282 #, c-format msgid "%s parameter is empty or contains disallowed characters" msgstr "параметр %s є порожнім або містить заборонені до використання символи" -#: src/launch.c:387 +#: src/launch.c:388 msgid "the libguestfs handle has already been launched" msgstr "елемент керування libguestfs вже запущено" -#: src/launch.c:396 +#: src/launch.c:397 #, c-format msgid "%s: cannot create temporary directory" msgstr "%s: не вдалося створити тимчасовий каталог" -#: src/launch.c:433 +#: src/launch.c:434 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "вам слід викликати guestfs_add_drive перед викликом guestfs_launch" -#: src/launch.c:803 +#: src/launch.c:805 msgid "guestfs_launch failed, see earlier error messages" msgstr "" "спроба виклику guestfs_launch була невдалою, ознайомтеся з попередніми " "повідомленнями" -#: src/launch.c:816 +#: src/launch.c:818 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" "qemu запущено, встановлено зв’язок з фоновою службою, але стан процесу не " "дорівнює READY" -#: src/launch.c:904 +#: src/launch.c:906 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "помилка guestfs_launch, мало бути початкове повідомлення від guestfsd" -#: src/launch.c:912 +#: src/launch.c:914 msgid "contacted guestfsd, but state != READY" msgstr "встановлено зв’язок з guestfs, але стан процесу не дорівнює READY" -#: src/launch.c:1091 +#: src/launch.c:1085 #, c-format msgid "" "%s: command failed: If qemu is located on a non-standard path, try setting " @@ -3203,11 +3203,11 @@ msgstr "" "%s: помилка команди: якщо qemu зберігається у нестандартному каталозі, " "спробуйте встановити відповідне значення змінної середовища LIBGUESTFS_QEMU." -#: src/launch.c:1196 +#: src/launch.c:1190 msgid "qemu has not been launched yet" msgstr "qemu ще не запущено" -#: src/launch.c:1207 +#: src/launch.c:1201 msgid "no subprocess to kill" msgstr "немає підпроцесів для завершення" -- 1.8.3.1