diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-03-05 08:58:00 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-03-05 10:10:56 +0000 |
commit | bf9c2309932e2c95b789ed4698e068a1e13122ab (patch) | |
tree | df38c5f3d5b170741dc837fd29301e0752d6ea27 /po | |
parent | 6b85c198ec58d495283339e5469198bd412f54cc (diff) | |
download | libguestfs-1.16.8.tar.gz libguestfs-1.16.8.tar.xz libguestfs-1.16.8.zip |
Version 1.16.8.1.16.8
Diffstat (limited to 'po')
-rw-r--r-- | po/en_GB.po | 32 | ||||
-rw-r--r-- | po/es.po | 34 | ||||
-rw-r--r-- | po/gu.po | 32 | ||||
-rw-r--r-- | po/hi.po | 32 | ||||
-rw-r--r-- | po/kn.po | 32 | ||||
-rw-r--r-- | po/libguestfs.pot | 34 | ||||
-rw-r--r-- | po/ml.po | 32 | ||||
-rw-r--r-- | po/mr.po | 34 | ||||
-rw-r--r-- | po/nl.po | 34 | ||||
-rw-r--r-- | po/or.po | 32 | ||||
-rw-r--r-- | po/pa.po | 34 | ||||
-rw-r--r-- | po/pl.po | 34 | ||||
-rw-r--r-- | po/ta.po | 32 | ||||
-rw-r--r-- | po/te.po | 32 | ||||
-rw-r--r-- | po/uk.po | 34 |
15 files changed, 247 insertions, 247 deletions
diff --git a/po/en_GB.po b/po/en_GB.po index 7c1c8542..249d3990 100644 --- a/po/en_GB.po +++ b/po/en_GB.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: 2012-02-13 16:41+0000\n" +"POT-Creation-Date: 2012-03-05 10:09+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones <rjones@redhat.com>\n" "Language-Team: English (United Kingdom) (http://www.transifex.net/projects/p/" @@ -3182,29 +3182,29 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "" -#: src/appliance.c:182 +#: src/appliance.c:204 #, c-format msgid "" -"cannot find any suitable libguestfs supermin or ordinary appliance on " -"LIBGUESTFS_PATH (search path: %s)" +"cannot find any suitable libguestfs supermin, fixed or old-style appliance " +"on LIBGUESTFS_PATH (search path: %s)" msgstr "" -#: src/appliance.c:332 +#: src/appliance.c:362 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "" -#: src/appliance.c:337 +#: src/appliance.c:367 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "" -#: src/appliance.c:342 +#: src/appliance.c:372 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" -#: src/appliance.c:682 +#: src/appliance.c:712 msgid "external command failed, see earlier error messages" msgstr "" @@ -3347,27 +3347,27 @@ msgstr "" msgid "%s: cannot create temporary directory" msgstr "" -#: src/launch.c:492 +#: src/launch.c:499 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "" -#: src/launch.c:933 +#: src/launch.c:944 msgid "guestfs_launch failed, see earlier error messages" msgstr "" -#: src/launch.c:946 +#: src/launch.c:957 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" -#: src/launch.c:1036 +#: src/launch.c:1047 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "" -#: src/launch.c:1044 +#: src/launch.c:1055 msgid "contacted guestfsd, but state != READY" msgstr "" -#: src/launch.c:1244 +#: src/launch.c:1255 #, c-format msgid "" "command failed: %s\n" @@ -3376,11 +3376,11 @@ msgid "" "environment variable. There may also be errors printed above." msgstr "" -#: src/launch.c:1384 +#: src/launch.c:1395 msgid "qemu has not been launched yet" msgstr "" -#: src/launch.c:1395 +#: src/launch.c:1406 msgid "no subprocess to kill" msgstr "" @@ -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-02-13 16:41+0000\n" +"POT-Creation-Date: 2012-03-05 10:09+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones <rjones@redhat.com>\n" "Language-Team: Spanish (Castilian) <trans-es@lists.fedoraproject.org>\n" @@ -3357,33 +3357,33 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "%s: estado de salida de proceso hijo desconocido (%d)\n" -#: src/appliance.c:182 -#, c-format +#: src/appliance.c:204 +#, fuzzy, c-format msgid "" -"cannot find any suitable libguestfs supermin or ordinary appliance on " -"LIBGUESTFS_PATH (search path: %s)" +"cannot find any suitable libguestfs supermin, fixed or old-style appliance " +"on LIBGUESTFS_PATH (search path: %s)" 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:332 +#: src/appliance.c:362 #, 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:337 +#: src/appliance.c:367 #, 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:342 +#: src/appliance.c:372 #, 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:682 +#: src/appliance.c:712 msgid "external command failed, see earlier error messages" msgstr "falló el comando externo, vea mensajes de errores anteriores" @@ -3538,29 +3538,29 @@ msgstr "el manipulador libguestfs ya ha sido iniciado" msgid "%s: cannot create temporary directory" msgstr "%s: no es posible crear directorio temporal" -#: src/launch.c:492 +#: src/launch.c:499 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "antes de guestfs_launch, debe llamar guestfs_add_drive" -#: src/launch.c:933 +#: src/launch.c:944 msgid "guestfs_launch failed, see earlier error messages" msgstr "falló guestfs_launch, vea mensajes de errores anteriores" -#: src/launch.c:946 +#: src/launch.c:957 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:1036 +#: src/launch.c:1047 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:1044 +#: src/launch.c:1055 msgid "contacted guestfsd, but state != READY" msgstr "se ha hecho contacto con guestfsd, pero el estado es != READY" -#: src/launch.c:1244 +#: src/launch.c:1255 #, c-format msgid "" "command failed: %s\n" @@ -3574,11 +3574,11 @@ msgstr "" "de entorno LIBGUESTFS_QEMU. Puede que se hayan mostrado también errores " "arriba." -#: src/launch.c:1384 +#: src/launch.c:1395 msgid "qemu has not been launched yet" msgstr "todavía qemu no ha sido iniciado " -#: src/launch.c:1395 +#: src/launch.c:1406 msgid "no subprocess to kill" msgstr "ningún subproceso que finalizar" @@ -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-02-13 16:41+0000\n" +"POT-Creation-Date: 2012-03-05 10:09+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones <rjones@redhat.com>\n" "Language-Team: Gujarati <trans-gu@lists.fedoraproject.org>\n" @@ -3121,29 +3121,29 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "" -#: src/appliance.c:182 +#: src/appliance.c:204 #, c-format msgid "" -"cannot find any suitable libguestfs supermin or ordinary appliance on " -"LIBGUESTFS_PATH (search path: %s)" +"cannot find any suitable libguestfs supermin, fixed or old-style appliance " +"on LIBGUESTFS_PATH (search path: %s)" msgstr "" -#: src/appliance.c:332 +#: src/appliance.c:362 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "" -#: src/appliance.c:337 +#: src/appliance.c:367 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "" -#: src/appliance.c:342 +#: src/appliance.c:372 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" -#: src/appliance.c:682 +#: src/appliance.c:712 msgid "external command failed, see earlier error messages" msgstr "" @@ -3286,27 +3286,27 @@ msgstr "" msgid "%s: cannot create temporary directory" msgstr "%s: કામચલાઉ ડિરેક્ટરીને બનાવી શકાતી નથી" -#: src/launch.c:492 +#: src/launch.c:499 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "તમારે guestfs_launch પહેલાં guestfs_add_drive ને કોલ કરવુ જ જોઇએ" -#: src/launch.c:933 +#: src/launch.c:944 msgid "guestfs_launch failed, see earlier error messages" msgstr "guestfs_launch નિષ્ફળ, પહેલાનાં ભૂલ સંદેશાઓને જૂઓ" -#: src/launch.c:946 +#: src/launch.c:957 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu શરૂ થયેલ છે, ડિમનનો સંપર્ક થયેલ છે, પરંતુ state != READY" -#: src/launch.c:1036 +#: src/launch.c:1047 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "" -#: src/launch.c:1044 +#: src/launch.c:1055 msgid "contacted guestfsd, but state != READY" msgstr "" -#: src/launch.c:1244 +#: src/launch.c:1255 #, c-format msgid "" "command failed: %s\n" @@ -3315,11 +3315,11 @@ msgid "" "environment variable. There may also be errors printed above." msgstr "" -#: src/launch.c:1384 +#: src/launch.c:1395 msgid "qemu has not been launched yet" msgstr "qemu એ હજુ શરૂ કરવામાં આવ્યુ નથી" -#: src/launch.c:1395 +#: src/launch.c:1406 msgid "no subprocess to kill" msgstr "મારવા માટે ઉપપ્રક્રિયા નથી" @@ -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-02-13 16:41+0000\n" +"POT-Creation-Date: 2012-03-05 10:09+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones <rjones@redhat.com>\n" "Language-Team: Hindi <indlinux-hindi@lists.sourceforge.net>\n" @@ -3119,29 +3119,29 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "" -#: src/appliance.c:182 +#: src/appliance.c:204 #, c-format msgid "" -"cannot find any suitable libguestfs supermin or ordinary appliance on " -"LIBGUESTFS_PATH (search path: %s)" +"cannot find any suitable libguestfs supermin, fixed or old-style appliance " +"on LIBGUESTFS_PATH (search path: %s)" msgstr "" -#: src/appliance.c:332 +#: src/appliance.c:362 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "" -#: src/appliance.c:337 +#: src/appliance.c:367 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "" -#: src/appliance.c:342 +#: src/appliance.c:372 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" -#: src/appliance.c:682 +#: src/appliance.c:712 msgid "external command failed, see earlier error messages" msgstr "" @@ -3284,27 +3284,27 @@ msgstr "" msgid "%s: cannot create temporary directory" msgstr "%s: को अस्थायी निर्देशिका नहीं बना सकता है" -#: src/launch.c:492 +#: src/launch.c:499 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "you must call guestfs_add_drive before guestfs_launch" -#: src/launch.c:933 +#: src/launch.c:944 msgid "guestfs_launch failed, see earlier error messages" msgstr "guestfs_launch विफल, पहले की त्रुटि संदेश देखें" -#: src/launch.c:946 +#: src/launch.c:957 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu launched and contacted daemon, but state != READY" -#: src/launch.c:1036 +#: src/launch.c:1047 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "" -#: src/launch.c:1044 +#: src/launch.c:1055 msgid "contacted guestfsd, but state != READY" msgstr "" -#: src/launch.c:1244 +#: src/launch.c:1255 #, c-format msgid "" "command failed: %s\n" @@ -3313,11 +3313,11 @@ msgid "" "environment variable. There may also be errors printed above." msgstr "" -#: src/launch.c:1384 +#: src/launch.c:1395 msgid "qemu has not been launched yet" msgstr "qemu को अबतक लॉन्च नहीं किया गया है" -#: src/launch.c:1395 +#: src/launch.c:1406 msgid "no subprocess to kill" msgstr "किल करने के लिए कोई उपप्रक्रिया नहीं" @@ -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-02-13 16:41+0000\n" +"POT-Creation-Date: 2012-03-05 10:09+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones <rjones@redhat.com>\n" "Language-Team: Kannada (http://www.transifex.net/projects/p/fedora/team/" @@ -3126,29 +3126,29 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "" -#: src/appliance.c:182 +#: src/appliance.c:204 #, c-format msgid "" -"cannot find any suitable libguestfs supermin or ordinary appliance on " -"LIBGUESTFS_PATH (search path: %s)" +"cannot find any suitable libguestfs supermin, fixed or old-style appliance " +"on LIBGUESTFS_PATH (search path: %s)" msgstr "" -#: src/appliance.c:332 +#: src/appliance.c:362 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "" -#: src/appliance.c:337 +#: src/appliance.c:367 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "" -#: src/appliance.c:342 +#: src/appliance.c:372 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" -#: src/appliance.c:682 +#: src/appliance.c:712 msgid "external command failed, see earlier error messages" msgstr "" @@ -3291,27 +3291,27 @@ msgstr "" msgid "%s: cannot create temporary directory" msgstr "%s: ಒಂದು ತಾತ್ಕಾಲಿಕ ಕೋಶವನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ" -#: src/launch.c:492 +#: src/launch.c:499 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "ನೀವು guestfs_launch ನ ಮೊದಲು guestfs_add_drive ಅನ್ನು ಕರೆಯಬೇಕು" -#: src/launch.c:933 +#: src/launch.c:944 msgid "guestfs_launch failed, see earlier error messages" msgstr "guestfs_launch ವಿಫಲಗೊಂಡಿದೆ, ಹಿಂದಿನ ದೋಷ ಸಂದೇಶಗಳನ್ನು ನೋಡಿ" -#: src/launch.c:946 +#: src/launch.c:957 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu ಆರಂಭಗೊಂಡಿದೆ ಹಾಗು ಡೀಮನ್ ಅನ್ನು ಸಂಪರ್ಕಿಸಿದೆ, ಆದರೆ != READY ಸ್ಥಿತಿಯಲ್ಲಿದೆ" -#: src/launch.c:1036 +#: src/launch.c:1047 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "" -#: src/launch.c:1044 +#: src/launch.c:1055 msgid "contacted guestfsd, but state != READY" msgstr "" -#: src/launch.c:1244 +#: src/launch.c:1255 #, c-format msgid "" "command failed: %s\n" @@ -3320,11 +3320,11 @@ msgid "" "environment variable. There may also be errors printed above." msgstr "" -#: src/launch.c:1384 +#: src/launch.c:1395 msgid "qemu has not been launched yet" msgstr "qemu ಅನ್ನು ಇನ್ನೂ ಸಹ ಆರಂಭಿಸಲಾಗಿಲ್ಲ" -#: src/launch.c:1395 +#: src/launch.c:1406 msgid "no subprocess to kill" msgstr "ಅಂತ್ಯಗೊಳಿಸಲು ಯಾವುದೆ ಉಪಪ್ರಕ್ರಿಯೆಯು ಇಲ್ಲ" diff --git a/po/libguestfs.pot b/po/libguestfs.pot index 9faac476..dd9c2498 100644 --- a/po/libguestfs.pot +++ b/po/libguestfs.pot @@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libguestfs 1.16.5\n" +"Project-Id-Version: libguestfs 1.16.8\n" "Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?" "component=libguestfs&product=Virtualization+Tools\n" -"POT-Creation-Date: 2012-02-13 16:41+0000\n" +"POT-Creation-Date: 2012-03-05 10:09+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -3109,29 +3109,29 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "" -#: src/appliance.c:182 +#: src/appliance.c:204 #, c-format msgid "" -"cannot find any suitable libguestfs supermin or ordinary appliance on " -"LIBGUESTFS_PATH (search path: %s)" +"cannot find any suitable libguestfs supermin, fixed or old-style appliance " +"on LIBGUESTFS_PATH (search path: %s)" msgstr "" -#: src/appliance.c:332 +#: src/appliance.c:362 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "" -#: src/appliance.c:337 +#: src/appliance.c:367 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "" -#: src/appliance.c:342 +#: src/appliance.c:372 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" -#: src/appliance.c:682 +#: src/appliance.c:712 msgid "external command failed, see earlier error messages" msgstr "" @@ -3274,27 +3274,27 @@ msgstr "" msgid "%s: cannot create temporary directory" msgstr "" -#: src/launch.c:492 +#: src/launch.c:499 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "" -#: src/launch.c:933 +#: src/launch.c:944 msgid "guestfs_launch failed, see earlier error messages" msgstr "" -#: src/launch.c:946 +#: src/launch.c:957 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" -#: src/launch.c:1036 +#: src/launch.c:1047 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "" -#: src/launch.c:1044 +#: src/launch.c:1055 msgid "contacted guestfsd, but state != READY" msgstr "" -#: src/launch.c:1244 +#: src/launch.c:1255 #, c-format msgid "" "command failed: %s\n" @@ -3303,11 +3303,11 @@ msgid "" "environment variable. There may also be errors printed above." msgstr "" -#: src/launch.c:1384 +#: src/launch.c:1395 msgid "qemu has not been launched yet" msgstr "" -#: src/launch.c:1395 +#: src/launch.c:1406 msgid "no subprocess to kill" msgstr "" @@ -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-02-13 16:41+0000\n" +"POT-Creation-Date: 2012-03-05 10:09+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones <rjones@redhat.com>\n" "Language-Team: Malayalam <discuss@lists.smc.org.in>\n" @@ -3121,29 +3121,29 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "" -#: src/appliance.c:182 +#: src/appliance.c:204 #, c-format msgid "" -"cannot find any suitable libguestfs supermin or ordinary appliance on " -"LIBGUESTFS_PATH (search path: %s)" +"cannot find any suitable libguestfs supermin, fixed or old-style appliance " +"on LIBGUESTFS_PATH (search path: %s)" msgstr "" -#: src/appliance.c:332 +#: src/appliance.c:362 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "" -#: src/appliance.c:337 +#: src/appliance.c:367 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "" -#: src/appliance.c:342 +#: src/appliance.c:372 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" -#: src/appliance.c:682 +#: src/appliance.c:712 msgid "external command failed, see earlier error messages" msgstr "" @@ -3286,27 +3286,27 @@ msgstr "" msgid "%s: cannot create temporary directory" msgstr "%s: താല്ക്കാലിക ഡയറക്ടറി ഉണ്ടാക്കുവാന് സാധ്യമല്ല" -#: src/launch.c:492 +#: src/launch.c:499 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "guestfs_launch-നു് മുമ്പു് guestfs_add_drive വിളിക്കേണ്ടതു്" -#: src/launch.c:933 +#: src/launch.c:944 msgid "guestfs_launch failed, see earlier error messages" msgstr "guestfs_launch പരാജയപ്പെട്ടു, മുമ്പുള്ള പിശക് സന്ദേശങ്ങള് കാണുക" -#: src/launch.c:946 +#: src/launch.c:957 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu വിന്യസിച്ചു് ഡെമണുമായി ബന്ധപ്പെട്ടു, പക്ഷേ state != READY" -#: src/launch.c:1036 +#: src/launch.c:1047 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "" -#: src/launch.c:1044 +#: src/launch.c:1055 msgid "contacted guestfsd, but state != READY" msgstr "" -#: src/launch.c:1244 +#: src/launch.c:1255 #, c-format msgid "" "command failed: %s\n" @@ -3315,11 +3315,11 @@ msgid "" "environment variable. There may also be errors printed above." msgstr "" -#: src/launch.c:1384 +#: src/launch.c:1395 msgid "qemu has not been launched yet" msgstr "qemu ഇതുവരെ വിന്യസിച്ചിട്ടില്ല" -#: src/launch.c:1395 +#: src/launch.c:1406 msgid "no subprocess to kill" msgstr "ഇല്ലാതാക്കുന്നതിനായി ഉപപ്രക്രിയകളില്ല" @@ -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-02-13 16:41+0000\n" +"POT-Creation-Date: 2012-03-05 10:09+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones <rjones@redhat.com>\n" "Language-Team: Marathi (http://www.transifex.net/projects/p/fedora/team/" @@ -3246,31 +3246,31 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "%s: अपरिचीत चाइल्ड एक्जिट स्टेटस् (%d)\n" -#: src/appliance.c:182 -#, c-format +#: src/appliance.c:204 +#, fuzzy, c-format msgid "" -"cannot find any suitable libguestfs supermin or ordinary appliance on " -"LIBGUESTFS_PATH (search path: %s)" +"cannot find any suitable libguestfs supermin, fixed or old-style appliance " +"on LIBGUESTFS_PATH (search path: %s)" msgstr "" "LIBGUESTFS_PATH वरील योग्य libguestfs supermin किंवा सर्वसाधारण अप्लायंस शोधणे " "अशक्य (शोध मार्ग: %s)" -#: src/appliance.c:332 +#: src/appliance.c:362 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "सुरक्षा: कॅश्ड् अप्लायंस् %s, UID %d च्या मालकिचे नाही" -#: src/appliance.c:337 +#: src/appliance.c:367 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "सुरक्षा: कॅश्ड् अप्लायंस् %s डिरेक्ट्री नाही (मोड %o)" -#: src/appliance.c:342 +#: src/appliance.c:372 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "सुरक्षा: कॅश्ड् अप्लायंस् %s ग्रूप किंवा इतर द्वारे लेखनजोगी आहे (मोड %o)" -#: src/appliance.c:682 +#: src/appliance.c:712 msgid "external command failed, see earlier error messages" msgstr "बाहेरिल आदेश अपयशी, मागील त्रुटी संदेश पहा" @@ -3415,27 +3415,27 @@ msgstr "libguestfs हँडल आधिपासूनच सुरू आह msgid "%s: cannot create temporary directory" msgstr "%s: तात्पुर्ती डिरेक्ट्री निर्माण करणे अशक्य" -#: src/launch.c:492 +#: src/launch.c:499 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "guestfs_add_drive यांस guestfs_launch च्या अगोदर कॉल करा" -#: src/launch.c:933 +#: src/launch.c:944 msgid "guestfs_launch failed, see earlier error messages" msgstr "guestfs_launch अपयशी, पूर्वीचे त्रुटी संदेश पहा" -#: src/launch.c:946 +#: src/launch.c:957 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu सुरू झाले व डिमन सुरू केले, परंतु state != READY आढळले" -#: src/launch.c:1036 +#: src/launch.c:1047 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "guestfs_launch अपयशी, guestfsd पासून अनपेक्षित प्रारंभिक संदेश आढळले" -#: src/launch.c:1044 +#: src/launch.c:1055 msgid "contacted guestfsd, but state != READY" msgstr "guestfsd सह संपर्क केले, परंतु state != READY" -#: src/launch.c:1244 +#: src/launch.c:1255 #, c-format msgid "" "command failed: %s\n" @@ -3444,11 +3444,11 @@ msgid "" "environment variable. There may also be errors printed above." msgstr "" -#: src/launch.c:1384 +#: src/launch.c:1395 msgid "qemu has not been launched yet" msgstr "qemu अजूनही सुरू केले नाही" -#: src/launch.c:1395 +#: src/launch.c:1406 msgid "no subprocess to kill" msgstr "kill करीता उपकार्य उपलब्ध नाही" @@ -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-02-13 16:41+0000\n" +"POT-Creation-Date: 2012-03-05 10:09+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones <rjones@redhat.com>\n" "Language-Team: Dutch (http://www.transifex.net/projects/p/fedora/team/nl/)\n" @@ -3307,33 +3307,33 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "%s: onbekende kind exit status (%d)\n" -#: src/appliance.c:182 -#, c-format +#: src/appliance.c:204 +#, fuzzy, c-format msgid "" -"cannot find any suitable libguestfs supermin or ordinary appliance on " -"LIBGUESTFS_PATH (search path: %s)" +"cannot find any suitable libguestfs supermin, fixed or old-style appliance " +"on LIBGUESTFS_PATH (search path: %s)" msgstr "" "kon geen geschikte libguestfs supermin of gewoon toestel vinden op " "LIBGUESTFS_PATH (zoek pad: %s)" -#: src/appliance.c:332 +#: src/appliance.c:362 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "beveiliging: UID %2$d is geen eigenaar van toepassing %1$s in cache" -#: src/appliance.c:337 +#: src/appliance.c:367 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "beveiliging: toepassing %s in cache is geen map (mode %o)" -#: src/appliance.c:342 +#: src/appliance.c:372 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" "beveiliging: toepassing %s in cache is beschrijfbaar door groep of anderen " "(mode %o)" -#: src/appliance.c:682 +#: src/appliance.c:712 msgid "external command failed, see earlier error messages" msgstr "extern commando mislukte, zie eerdere fout boodschappen" @@ -3485,28 +3485,28 @@ msgstr "de libguestfs hendel is al gelanceerd" msgid "%s: cannot create temporary directory" msgstr "%s: kan geen tijdelijke map aanmaken" -#: src/launch.c:492 +#: src/launch.c:499 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "je moet guestfs_add_drive aanroepen voor guestfs_launch" -#: src/launch.c:933 +#: src/launch.c:944 msgid "guestfs_launch failed, see earlier error messages" msgstr "guestfs_launch mislukte, bekijk de eerdere fout boodschap" -#: src/launch.c:946 +#: src/launch.c:957 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" "qemu gelanceerd en contact opgenomen met daemon, maar toestand != READY" -#: src/launch.c:1036 +#: src/launch.c:1047 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "guestfs_launch mislukte, onverwachte initiele boodschap van guestfsd" -#: src/launch.c:1044 +#: src/launch.c:1055 msgid "contacted guestfsd, but state != READY" msgstr "contact gemaakt met guestfsd, maar toestand != READY" -#: src/launch.c:1244 +#: src/launch.c:1255 #, c-format msgid "" "command failed: %s\n" @@ -3521,11 +3521,11 @@ msgstr "" "omgevingsvariabele in te stellen. Er kunnen hierboven ook fouten afgedrukt " "worden." -#: src/launch.c:1384 +#: src/launch.c:1395 msgid "qemu has not been launched yet" msgstr "qemu is nog niet gelanceerd" -#: src/launch.c:1395 +#: src/launch.c:1406 msgid "no subprocess to kill" msgstr "geen sub-proces om af te schieten" @@ -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-02-13 16:41+0000\n" +"POT-Creation-Date: 2012-03-05 10:09+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones <rjones@redhat.com>\n" "Language-Team: Oriya (http://www.transifex.net/projects/p/fedora/team/or/)\n" @@ -3119,29 +3119,29 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "" -#: src/appliance.c:182 +#: src/appliance.c:204 #, c-format msgid "" -"cannot find any suitable libguestfs supermin or ordinary appliance on " -"LIBGUESTFS_PATH (search path: %s)" +"cannot find any suitable libguestfs supermin, fixed or old-style appliance " +"on LIBGUESTFS_PATH (search path: %s)" msgstr "" -#: src/appliance.c:332 +#: src/appliance.c:362 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "" -#: src/appliance.c:337 +#: src/appliance.c:367 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "" -#: src/appliance.c:342 +#: src/appliance.c:372 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" -#: src/appliance.c:682 +#: src/appliance.c:712 msgid "external command failed, see earlier error messages" msgstr "" @@ -3284,27 +3284,27 @@ msgstr "" msgid "%s: cannot create temporary directory" msgstr "%s: ଅସ୍ଥାୟୀ ଡିରେକ୍ଟୋରୀ ନିର୍ମାଣ କରିପାରିବେ ନାହିଁ" -#: src/launch.c:492 +#: src/launch.c:499 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "ଆପଣ ନିଶ୍ଚିତ ଭାବରେ guestfs_add_drive କୁ guestfs_launch ପୂର୍ବରୁ ଡାକିବା ଉଚିତ" -#: src/launch.c:933 +#: src/launch.c:944 msgid "guestfs_launch failed, see earlier error messages" msgstr "guestfs_launch ବିଫଳ ହୋଇଛି, ପୂର୍ବର ତ୍ରୁଟି ସନ୍ଦେଶଗୁଡ଼ିକୁ ଦେଖନ୍ତୁ" -#: src/launch.c:946 +#: src/launch.c:957 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu ଆରମ୍ଭ ହୋଇଛି ଏବଂ ଡେମନ ସହିତ ଯୋଗାଯୋଗ ଆରମ୍ଭ କରିଛି, କିନ୍ତୁ ଅବସ୍ଥା != READY" -#: src/launch.c:1036 +#: src/launch.c:1047 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "" -#: src/launch.c:1044 +#: src/launch.c:1055 msgid "contacted guestfsd, but state != READY" msgstr "" -#: src/launch.c:1244 +#: src/launch.c:1255 #, c-format msgid "" "command failed: %s\n" @@ -3313,11 +3313,11 @@ msgid "" "environment variable. There may also be errors printed above." msgstr "" -#: src/launch.c:1384 +#: src/launch.c:1395 msgid "qemu has not been launched yet" msgstr "qemu ଏପର୍ଯ୍ୟନ୍ତ ଆରମ୍ଭ ହୋଇନାହିଁ" -#: src/launch.c:1395 +#: src/launch.c:1406 msgid "no subprocess to kill" msgstr "ବନ୍ଦ କରିବା ପାଇଁ କୌଣସି ଉପ-ପଦ୍ଧତି ନାହିଁ" @@ -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-02-13 16:41+0000\n" +"POT-Creation-Date: 2012-03-05 10:09+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones <rjones@redhat.com>\n" "Language-Team: Panjabi (Punjabi) <punjabi-users@lists.sf.net>\n" @@ -3258,31 +3258,31 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "%s: ਅਣਜਾਣ ਲੰਬਾ ਚੋਣ: (%d)\n" -#: src/appliance.c:182 -#, c-format +#: src/appliance.c:204 +#, fuzzy, c-format msgid "" -"cannot find any suitable libguestfs supermin or ordinary appliance on " -"LIBGUESTFS_PATH (search path: %s)" +"cannot find any suitable libguestfs supermin, fixed or old-style appliance " +"on LIBGUESTFS_PATH (search path: %s)" msgstr "" "ਕੋਈ ਵੀ ਅਨੁਕੂਲ libguestfs supermin ਜਾਂ ਸਧਾਰਤ ਜੰਤਰ LIBGUESTFS_PATH ਉੱਪਰ ਨਹੀਂ ਲੱਭਿਆ(ਖੋਜ " "ਮਾਰਗ: %s)" -#: src/appliance.c:332 +#: src/appliance.c:362 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "ਸੁਰੱਖਿਆ: ਕੈਸ਼ ਜੰਤਰ %s ਨੂੰ UID %d ਦੁਆਰਾ ਨਹੀਂ ਰੋਕਿਆ ਹੈ" -#: src/appliance.c:337 +#: src/appliance.c:367 #, 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:342 +#: src/appliance.c:372 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "ਸੁਰੱਖਿਆ: ਕੈਸ਼ ਜੰਤਰ %s ਗਰੁੱਪ ਜਾਂ ਹੋਰ (mode %o) ਦੁਆਰਾ ਲਿਖਣਯੋਗ ਹੈ" -#: src/appliance.c:682 +#: src/appliance.c:712 msgid "external command failed, see earlier error messages" msgstr "ਬਾਹਰੀ ਕਮਾਂਡ ਫੇਲ ਹੋਈ ਹੈ, ਪਿਛਲੇ ਗਲਤੀ ਸੁਨੇਹੇ ਵੇਖੋ" @@ -3427,27 +3427,27 @@ msgstr "libguestfs ਹੈਂਡਲ ਪਹਿਲਾਂ ਹੀ ਚਾਲੂ ਕੀ msgid "%s: cannot create temporary directory" msgstr "%s: ਆਰਜੀ ਡਾਇਰੈਕਟਰੀ ਨਹੀਂ ਬਣਾ ਸਕਿਆ" -#: src/launch.c:492 +#: src/launch.c:499 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "you must call guestfs_add_drive before guestfs_launch" -#: src/launch.c:933 +#: src/launch.c:944 msgid "guestfs_launch failed, see earlier error messages" msgstr "guestfs_launch ਫੇਲ ਹੋਇਆ, ਪਹਿਲੇ ਗਲਤੀ ਸੁਨੇਹੇ ਵੇਖੋ" -#: src/launch.c:946 +#: src/launch.c:957 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu launched and contacted daemon, but state != READY" -#: src/launch.c:1036 +#: src/launch.c:1047 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "guestfs_launch ਫੇਲ ਹੋਇਆ, ਅਚਾਨਕ ਸ਼ੁਰੂਆਤੀ ਸੁਨੇਹੇ guestfsd ਤੋਂ" -#: src/launch.c:1044 +#: src/launch.c:1055 msgid "contacted guestfsd, but state != READY" msgstr "guestfsd ਨਾਲ ਸੰਪਰਕ ਕੀਤਾ ਹੈ, ਪਰ state != READY" -#: src/launch.c:1244 +#: src/launch.c:1255 #, c-format msgid "" "command failed: %s\n" @@ -3456,11 +3456,11 @@ msgid "" "environment variable. There may also be errors printed above." msgstr "" -#: src/launch.c:1384 +#: src/launch.c:1395 msgid "qemu has not been launched yet" msgstr "qemu ਹਾਲੇ ਤੱਕ ਚਾਲੂ ਨਹੀਂ ਕੀਤਾ" -#: src/launch.c:1395 +#: src/launch.c:1406 msgid "no subprocess to kill" msgstr "ਖਤਮ ਕਰਨ ਲਈ ਕੋਈ ਅਧੀਨ-ਕਾਰਜ ਨਹੀਂ" @@ -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-02-13 16:41+0000\n" +"POT-Creation-Date: 2012-03-05 10:09+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones <rjones@redhat.com>\n" "Language-Team: Polish (http://www.transifex.net/projects/p/fedora/team/pl/)\n" @@ -3324,36 +3324,36 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "%s: nieznany stan wyjścia potomka (%d)\n" -#: src/appliance.c:182 -#, c-format +#: src/appliance.c:204 +#, fuzzy, c-format msgid "" -"cannot find any suitable libguestfs supermin or ordinary appliance on " -"LIBGUESTFS_PATH (search path: %s)" +"cannot find any suitable libguestfs supermin, fixed or old-style appliance " +"on LIBGUESTFS_PATH (search path: %s)" msgstr "" "nie można odnaleźć żadnego przyrządu biblioteki libguestfs typu \"supermin\" " "lub \"ordinary\" w LIBGUESTFS_PATH (ścieżka wyszukiwania: %s)" -#: src/appliance.c:332 +#: src/appliance.c:362 #, 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:337 +#: src/appliance.c:367 #, 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:342 +#: src/appliance.c:372 #, 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:682 +#: src/appliance.c:712 msgid "external command failed, see earlier error messages" msgstr "" "zewnętrzne polecenie nie powiodło się, proszę zobaczyć wcześniejsze " @@ -3508,32 +3508,32 @@ msgstr "program obsługi libguestfs został już uruchomiony" msgid "%s: cannot create temporary directory" msgstr "%s: nie można utworzyć katalogu tymczasowego" -#: src/launch.c:492 +#: src/launch.c:499 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "należy wywołać guestfs_add_drive przed guestfs_launch" -#: src/launch.c:933 +#: src/launch.c:944 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:946 +#: src/launch.c:957 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:1036 +#: src/launch.c:1047 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:1044 +#: src/launch.c:1055 msgid "contacted guestfsd, but state != READY" msgstr "skontaktowano się z guestfsd, ale stan != GOTOWY" -#: src/launch.c:1244 +#: src/launch.c:1255 #, c-format msgid "" "command failed: %s\n" @@ -3547,11 +3547,11 @@ msgstr "" "ustawienia zmiennej środowiskowej LIBGUESTFS_QEMU. Powyżej mogą zostać\n" "wyświetlone błędy." -#: src/launch.c:1384 +#: src/launch.c:1395 msgid "qemu has not been launched yet" msgstr "QEMU nie zostało jeszcze uruchomione" -#: src/launch.c:1395 +#: src/launch.c:1406 msgid "no subprocess to kill" msgstr "brak podprocesu do zniszczenia" @@ -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-02-13 16:41+0000\n" +"POT-Creation-Date: 2012-03-05 10:09+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones <rjones@redhat.com>\n" "Language-Team: Tamil <tamil-users@lists.fedoraproject.org>\n" @@ -3120,29 +3120,29 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "" -#: src/appliance.c:182 +#: src/appliance.c:204 #, c-format msgid "" -"cannot find any suitable libguestfs supermin or ordinary appliance on " -"LIBGUESTFS_PATH (search path: %s)" +"cannot find any suitable libguestfs supermin, fixed or old-style appliance " +"on LIBGUESTFS_PATH (search path: %s)" msgstr "" -#: src/appliance.c:332 +#: src/appliance.c:362 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "" -#: src/appliance.c:337 +#: src/appliance.c:367 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "" -#: src/appliance.c:342 +#: src/appliance.c:372 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" -#: src/appliance.c:682 +#: src/appliance.c:712 msgid "external command failed, see earlier error messages" msgstr "" @@ -3285,27 +3285,27 @@ msgstr "" msgid "%s: cannot create temporary directory" msgstr "%s: தற்காலிக அடைவை உருவாக்க முடியவில்லை" -#: src/launch.c:492 +#: src/launch.c:499 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "நீங்கள் guestfs_add_drive ஐ guestfs_launchக்கு முன் அழைக்க வேண்டும்" -#: src/launch.c:933 +#: src/launch.c:944 msgid "guestfs_launch failed, see earlier error messages" msgstr "guestfs_launch தோல்வியுற்றது, முந்தைய பிழைச் செய்தியைப் பார்" -#: src/launch.c:946 +#: src/launch.c:957 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu டொமைனுடன் துவக்கப்பட்டு தொடர்பு கொண்டது, ஆனால் நிலையானது != READY" -#: src/launch.c:1036 +#: src/launch.c:1047 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "" -#: src/launch.c:1044 +#: src/launch.c:1055 msgid "contacted guestfsd, but state != READY" msgstr "" -#: src/launch.c:1244 +#: src/launch.c:1255 #, c-format msgid "" "command failed: %s\n" @@ -3314,11 +3314,11 @@ msgid "" "environment variable. There may also be errors printed above." msgstr "" -#: src/launch.c:1384 +#: src/launch.c:1395 msgid "qemu has not been launched yet" msgstr "qemu இன்னும் துவங்கப்படவில்லை" -#: src/launch.c:1395 +#: src/launch.c:1406 msgid "no subprocess to kill" msgstr "அழிப்பதற்கு துணைசெயல்பாடுகள் இல்லை" @@ -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-02-13 16:41+0000\n" +"POT-Creation-Date: 2012-03-05 10:09+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones <rjones@redhat.com>\n" "Language-Team: Telugu (http://www.transifex.net/projects/p/fedora/team/te/)\n" @@ -3117,29 +3117,29 @@ msgstr "" msgid "%s: unknown child exit status (%d)\n" msgstr "" -#: src/appliance.c:182 +#: src/appliance.c:204 #, c-format msgid "" -"cannot find any suitable libguestfs supermin or ordinary appliance on " -"LIBGUESTFS_PATH (search path: %s)" +"cannot find any suitable libguestfs supermin, fixed or old-style appliance " +"on LIBGUESTFS_PATH (search path: %s)" msgstr "" -#: src/appliance.c:332 +#: src/appliance.c:362 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "" -#: src/appliance.c:337 +#: src/appliance.c:367 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "" -#: src/appliance.c:342 +#: src/appliance.c:372 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" -#: src/appliance.c:682 +#: src/appliance.c:712 msgid "external command failed, see earlier error messages" msgstr "" @@ -3282,27 +3282,27 @@ msgstr "" msgid "%s: cannot create temporary directory" msgstr "%s: తాత్కాలిక డైరెక్టరీను సృష్టించలేదు" -#: src/launch.c:492 +#: src/launch.c:499 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "guestfs_launchకు ముందుగా మీరు guestfs_add_driveను పిలువవలెను" -#: src/launch.c:933 +#: src/launch.c:944 msgid "guestfs_launch failed, see earlier error messages" msgstr "guestfs_launch విఫలమైంది, ముందలి దోషపు సందేశములను చూడుము" -#: src/launch.c:946 +#: src/launch.c:957 msgid "qemu launched and contacted daemon, but state != READY" msgstr "qemu ఆరంభించబడింది మరియు డెమోన్ను సంప్రదించింది, అయితే state != READY" -#: src/launch.c:1036 +#: src/launch.c:1047 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "" -#: src/launch.c:1044 +#: src/launch.c:1055 msgid "contacted guestfsd, but state != READY" msgstr "" -#: src/launch.c:1244 +#: src/launch.c:1255 #, c-format msgid "" "command failed: %s\n" @@ -3311,11 +3311,11 @@ msgid "" "environment variable. There may also be errors printed above." msgstr "" -#: src/launch.c:1384 +#: src/launch.c:1395 msgid "qemu has not been launched yet" msgstr "qemu యింకా ఆరంభం కాలేదు" -#: src/launch.c:1395 +#: src/launch.c:1406 msgid "no subprocess to kill" msgstr "అంతంచేయుటకు యే వుపకార్యక్రమము లేదు" @@ -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-02-13 16:41+0000\n" +"POT-Creation-Date: 2012-03-05 10:09+0000\n" "PO-Revision-Date: 2012-01-23 13:09+0000\n" "Last-Translator: rjones <rjones@redhat.com>\n" "Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n" @@ -3364,33 +3364,33 @@ msgid "%s: unknown child exit status (%d)\n" msgstr "" "%s: невідоме повідомлення про стан завершення дочірнього процесу (%d)\n" -#: src/appliance.c:182 -#, c-format +#: src/appliance.c:204 +#, fuzzy, c-format msgid "" -"cannot find any suitable libguestfs supermin or ordinary appliance on " -"LIBGUESTFS_PATH (search path: %s)" +"cannot find any suitable libguestfs supermin, fixed or old-style appliance " +"on LIBGUESTFS_PATH (search path: %s)" msgstr "" "не вдалося знайти відповідного supermin libguestfs або звичайного пристрою " "за адресою LIBGUESTFS_PATH (каталог пошуку: %s)" -#: src/appliance.c:332 +#: src/appliance.c:362 #, c-format msgid "security: cached appliance %s is not owned by UID %d" msgstr "безпека: кешований пристрій %s не належить UID %d" -#: src/appliance.c:337 +#: src/appliance.c:367 #, c-format msgid "security: cached appliance %s is not a directory (mode %o)" msgstr "безпека: кешований пристрій %s не є каталогом (режим %o)" -#: src/appliance.c:342 +#: src/appliance.c:372 #, c-format msgid "security: cached appliance %s is writable by group or other (mode %o)" msgstr "" "безпека: кешований пристрій %s доступний для запису учасниками групи або " "іншими користувачами (режим %o)" -#: src/appliance.c:682 +#: src/appliance.c:712 msgid "external command failed, see earlier error messages" msgstr "" "спроба виконання зовнішньої команди зазнала невдачі, ознайомтеся з " @@ -3547,31 +3547,31 @@ msgstr "елемент керування libguestfs вже запущено" msgid "%s: cannot create temporary directory" msgstr "%s: не вдалося створити тимчасовий каталог" -#: src/launch.c:492 +#: src/launch.c:499 msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "вам слід викликати guestfs_add_drive перед викликом guestfs_launch" -#: src/launch.c:933 +#: src/launch.c:944 msgid "guestfs_launch failed, see earlier error messages" msgstr "" "спроба виклику guestfs_launch була невдалою, ознайомтеся з попередніми " "повідомленнями" -#: src/launch.c:946 +#: src/launch.c:957 msgid "qemu launched and contacted daemon, but state != READY" msgstr "" "qemu запущено, встановлено зв’язок з фоновою службою, але стан процесу не " "дорівнює READY" -#: src/launch.c:1036 +#: src/launch.c:1047 msgid "guestfs_launch failed, unexpected initial message from guestfsd" msgstr "помилка guestfs_launch, мало бути початкове повідомлення від guestfsd" -#: src/launch.c:1044 +#: src/launch.c:1055 msgid "contacted guestfsd, but state != READY" msgstr "встановлено зв’язок з guestfs, але стан процесу не дорівнює READY" -#: src/launch.c:1244 +#: src/launch.c:1255 #, c-format msgid "" "command failed: %s\n" @@ -3585,11 +3585,11 @@ msgstr "" "встановити відповідне значення змінної середовища LIBGUESTFS_QEMU.\n" "Крім того, вище можна знайти повідомлення про помилки." -#: src/launch.c:1384 +#: src/launch.c:1395 msgid "qemu has not been launched yet" msgstr "qemu ще не запущено" -#: src/launch.c:1395 +#: src/launch.c:1406 msgid "no subprocess to kill" msgstr "немає підпроцесів для завершення" |