diff options
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 35 |
1 files changed, 22 insertions, 13 deletions
@@ -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-06-25 11:28+0100\n" +"POT-Creation-Date: 2012-06-26 15:31+0100\n" "PO-Revision-Date: 2012-05-21 13:19+0000\n" "Last-Translator: rjones <rjones@redhat.com>\n" "Language-Team: Spanish (Castilian) <trans-es@lists.fedoraproject.org>\n" @@ -3794,43 +3794,39 @@ msgstr "%s: no es posible crear directorio temporal" msgid "you must call guestfs_add_drive before guestfs_launch" msgstr "antes de guestfs_launch, debe llamar guestfs_add_drive" -#: src/launch.c:1065 src/launch.c:1070 +#: src/launch.c:1073 src/launch.c:1078 msgid "guestfs_launch failed, see earlier error messages" msgstr "falló guestfs_launch, vea mensajes de errores anteriores" -#: src/launch.c:1083 +#: src/launch.c:1091 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:1173 +#: src/launch.c:1183 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:1181 +#: src/launch.c:1191 msgid "contacted guestfsd, but state != READY" msgstr "se ha hecho contacto con guestfsd, pero el estado es != READY" -#: src/launch.c:1382 +#: src/launch.c:1392 #, c-format msgid "" "command failed: %s\n" +"errno: %s\n" "\n" "If qemu is located on a non-standard path, try setting the LIBGUESTFS_QEMU\n" "environment variable. There may also be errors printed above." msgstr "" -"comando fallo:%s\n" -"\n" -"Si qemu se encuentra en una ruta no estandar,intente establecer la variable " -"de entorno LIBGUESTFS_QEMU. Puede que se hayan mostrado también errores " -"arriba." -#: src/launch.c:1603 +#: src/launch.c:1611 msgid "qemu has not been launched yet" msgstr "todavía qemu no ha sido iniciado " -#: src/launch.c:1614 +#: src/launch.c:1622 msgid "no subprocess to kill" msgstr "ningún subproceso que finalizar" @@ -5245,6 +5241,19 @@ msgstr "" msgid "you cannot use the same disk image for input and output" msgstr "" +#~ msgid "" +#~ "command failed: %s\n" +#~ "\n" +#~ "If qemu is located on a non-standard path, try setting the " +#~ "LIBGUESTFS_QEMU\n" +#~ "environment variable. There may also be errors printed above." +#~ msgstr "" +#~ "comando fallo:%s\n" +#~ "\n" +#~ "Si qemu se encuentra en una ruta no estandar,intente establecer la " +#~ "variable de entorno LIBGUESTFS_QEMU. Puede que se hayan mostrado también " +#~ "errores arriba." + #~ msgid "%s: '%s' could not be mounted. Did you mean one of these?\n" #~ msgstr "%s: no se ha podido montar '%s'. ¿Se refería a uno de estos?\n" |