po/es.po

Transifex System User transif at fedoraproject.org
Sat Mar 21 03:55:53 UTC 2009


 po/es.po |  294 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 138 insertions(+), 156 deletions(-)

New commits:
commit fa1f26fe9e00e2e3794d0e389b2f0b248f8a6ec7
Author: beckerde <beckerde at fedoraproject.org>
Date:   Sat Mar 21 03:57:20 2009 +0000

    Sending translation for Spanish

diff --git a/po/es.po b/po/es.po
index 69d0212..76edb03 100644
--- a/po/es.po
+++ b/po/es.po
@@ -2,8 +2,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: liveusb-creator\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-03-18 23:55+0000\n"
-"PO-Revision-Date: 2009-03-18 22:47-0300\n"
+"POT-Creation-Date: 2008-09-03 02:54-0400\n"
+"PO-Revision-Date: 2009-03-21 00:50-0300\n"
 "Last-Translator: Domingo Becker <domingobecker at gmail.com>\n"
 "Language-Team: Fedora Spanish <fedora-trans-es at redhat.com>\n"
 "MIME-Version: 1.0\n"
@@ -12,50 +12,61 @@ msgstr ""
 "X-Poedit-Language: Spanish\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: ../liveusb/__init__.py:42
-msgid "You must run this application as root"
-msgstr "Debe ejecutar esta aplicación como root"
-
-#: ../liveusb/gui.py:74
+#: ../liveusb/gui.py:69
 #, python-format
 msgid "Unknown release: %s"
 msgstr "Versión desconocida: %s"
 
-#: ../liveusb/gui.py:78
+#: ../liveusb/gui.py:73
 #, python-format
 msgid "Downloading %s..."
 msgstr "Descargando %s..."
 
-#: ../liveusb/gui.py:173
+#: ../liveusb/gui.py:152
+msgid "Verifying filesystem..."
+msgstr "Verificando sistema de archivo..."
+
+#: ../liveusb/gui.py:155
 msgid "Error: Cannot set the label or obtain the UUID of your device.  Unable to continue."
 msgstr "Error: No se pudo etiquetar u obtener el UUID de su dispositivo. No se puede continuar."
 
-#: ../liveusb/gui.py:203
+#: ../liveusb/gui.py:164
+msgid "Verifying SHA1 of LiveCD image..."
+msgstr "Verificando SHA1 de la imágen de CD Vivo..."
+
+#: ../liveusb/gui.py:166
+msgid "Error: The SHA1 of your Live CD is invalid.  You can run this program with the --noverify argument to bypass this verification check."
+msgstr "Error: El SHA1 de su CD Vivo es inválido. Debe ejecutar este programa con el argumento --noverify para omitir este chequeo de verificación."
+
+#: ../liveusb/gui.py:177
+msgid "Extracting live image to USB device..."
+msgstr "Extrayendo la imágen viva en el dispositivo USB..."
+
+#: ../liveusb/gui.py:180
+#, python-format
+msgid "Creating %d Mb persistent overlay..."
+msgstr "Creando %d Mb de overlay persistente..."
+
+#: ../liveusb/gui.py:183
+msgid "Configuring and installing bootloader..."
+msgstr "Configurando e instalando el gestor de arranque..."
+
+#: ../liveusb/gui.py:187
 #, python-format
 msgid "Complete! (%s)"
 msgstr "¡Completo! (%s)"
 
-#: ../liveusb/gui.py:207
+#: ../liveusb/gui.py:190
+#: ../liveusb/gui.py:193
 msgid "LiveUSB creation failed!"
 msgstr "La creación del USB Vivo falló."
 
-#: ../liveusb/gui.py:343
-msgid "Device is not yet mounted, so we cannot determine the amount of free space.  Setting a maximum limit of 8G for the persistent storage."
-msgstr "El dispositivo no está montado todavía, por lo que no se puede determinar el espacio libre. Se pondrá un límite máximo de 8G para el almacenamiento persistente."
-
-#: ../liveusb/gui.py:351
-msgid "Partition is FAT16; Restricting overlay size to 2G"
-msgstr "La partición es FAT16; Restringiendo el tamaño del overlay a 2G"
-
-#: ../liveusb/gui.py:390
-msgid "Persistent Storage"
-msgstr "Almacenamiento Persistente"
-
-#: ../liveusb/gui.py:412
-msgid "Unable to mount device"
-msgstr "No se pudo montar el dispositivo"
+#: ../liveusb/gui.py:316
+#, python-format
+msgid "Persistent Storage (%d Mb)"
+msgstr "Almacenamiento Persistente (%d Mb)"
 
-#: ../liveusb/gui.py:418
+#: ../liveusb/gui.py:334
 msgid ""
 "Your device already contains a LiveOS.\n"
 "If you continue, this will be overwritten."
@@ -63,43 +74,47 @@ msgstr ""
 "Su dispositivo ya contiene un SO Vivo.\n"
 "Si continua, se sobreescribirá."
 
-#: ../liveusb/gui.py:421
+#: ../liveusb/gui.py:337
 msgid "Warning: Creating a new persistent overlay will delete your existing one."
 msgstr "Advertencia: La creación de un overlay persistente borrará el actual existente."
 
-#: ../liveusb/gui.py:423
+#: ../liveusb/gui.py:339
 msgid "Press 'Create Live USB' again if you wish to continue."
 msgstr "Presione 'Crear USB Vivo' de nuevo si desea continuar."
 
-#: ../liveusb/gui.py:470
+#. The user has confirmed that they wish to overwrite their
+#. existing Live OS.  Here we delete it first, in order to
+#. accurately calculate progress.
+#: ../liveusb/gui.py:349
+msgid "Removing existing Live OS..."
+msgstr "Eliminando el SO Vivo existente..."
+
+#: ../liveusb/gui.py:383
 msgid "Download complete!"
 msgstr "¡Descarga completa!"
 
-#: ../liveusb/gui.py:474
+#: ../liveusb/gui.py:387
 msgid "Download failed: "
 msgstr "Falló la descarga:"
 
-#: ../liveusb/gui.py:475
+#: ../liveusb/gui.py:388
 msgid "You can try again to resume your download"
 msgstr "Puede intentar de nuevo reasumir la descarga"
 
-#: ../liveusb/gui.py:479
+#: ../liveusb/gui.py:392
 msgid "Select Live ISO"
 msgstr "Seleccione ISO Vivo"
 
-#: ../liveusb/gui.py:486
-msgid "Unable to encode the filename of your livecd.  You may have better luck if you move your ISO to the root of your drive (ie: C:\\)"
-msgstr "No se pudo codificar el nombre de archivo de su cd vivo. Puede tener mejor suerte si mueve su iso a la raíz (por ejemplo: C:\\)"
+#: ../liveusb/gui.py:399
+msgid "Sorry, I'm having trouble encoding the filename of your livecd.  You may have better luck if you move your ISO to the root of your drive (ie: C:\\)"
+msgstr "No se pudo codificar el nombre de archivo de su cd vivo. Puede tener mejor suerte si mueve su iso a la raíz de su disco (por ejemplo: C:\\)"
 
-#: ../liveusb/gui.py:491
-msgid "selected"
-msgstr "seleccionado"
-
-#: ../liveusb/creator.py:135
-msgid "Setting up OLPC boot file..."
-msgstr "Configurando un archivo OLPC de arranque..."
+#: ../liveusb/gui.py:404
+#, python-format
+msgid "ISO selected: %s"
+msgstr "ISO seleccionado: %s"
 
-#: ../liveusb/creator.py:188
+#: ../liveusb/creator.py:146
 #, python-format
 msgid ""
 "There was a problem executing the following command: `%s`\n"
@@ -108,129 +123,62 @@ msgstr ""
 "Hubo un problema al ejecutar el siguiente comando: `%s`\n"
 "Un log del error más detallado se escribió en 'liveusb-creator.log'"
 
-#: ../liveusb/creator.py:195
-msgid "Verifying SHA1 of LiveCD image..."
-msgstr "Verificando SHA1 de la imágen de CD Vivo..."
-
-#: ../liveusb/creator.py:217
-msgid "Error: The SHA1 of your Live CD is invalid.  You can run this program with the --noverify argument to bypass this verification check."
-msgstr "Error: El SHA1 de su CD Vivo es inválido. Debe ejecutar este programa con el argumento --noverify para omitir este chequeo de verificación."
-
-#: ../liveusb/creator.py:223
-msgid "Unknown ISO, skipping checksum verification"
-msgstr "ISO desconocido, omitiendo la verificación de suma"
-
-#: ../liveusb/creator.py:234
+#: ../liveusb/creator.py:183
 msgid "Not enough free space on device."
 msgstr "No hay suficiente espacio libre en el dispositivo."
 
-#: ../liveusb/creator.py:235
+#: ../liveusb/creator.py:190
 #, python-format
-msgid ""
-"\n"
-"%dMB ISO + %dMB overlay > %dMB free space"
-msgstr ""
-"\n"
-"%dMB ISO + %dMB overlay > %dMB espacio libre"
-
-#: ../liveusb/creator.py:241
-msgid "Creating"
-msgstr "Creando"
-
-#: ../liveusb/creator.py:242
-msgid "persistent overlay"
-msgstr "overlay persistente"
+msgid "Creating %sMB persistent overlay"
+msgstr "Creando %s MB de overlay persistente"
 
-#: ../liveusb/creator.py:274
-msgid "Removing existing Live OS"
-msgstr "Eliminando el SO Vivo existente"
-
-#: ../liveusb/creator.py:283
+#: ../liveusb/creator.py:226
 #, python-format
 msgid "Unable to remove previous LiveOS: %s"
 msgstr "No se pudo borrar el SO Vivo previo: %s"
 
-#: ../liveusb/creator.py:314
+#: ../liveusb/creator.py:257
 #, python-format
 msgid "Cannot find device %s"
 msgstr "No se pudo encontrar el dispositivo %s"
 
-#: ../liveusb/creator.py:334
-msgid "Resetting MBR..."
-msgstr "Reseteando MBR..."
-
-#: ../liveusb/creator.py:392
+#: ../liveusb/creator.py:306
 msgid "Unable to find any USB drives"
 msgstr "No se pudo encontrar ninguna unidad USB"
 
-#: ../liveusb/creator.py:416
+#: ../liveusb/creator.py:327
 #, python-format
 msgid "Filesystem for %s unknown!"
 msgstr "¡El sistema de archivo de %s es desconocido!"
 
-#: ../liveusb/creator.py:417
-msgid "device"
-msgstr "dispositivo"
-
-#: ../liveusb/creator.py:429
+#: ../liveusb/creator.py:335
 #, python-format
 msgid "Unable to mount device: %s"
 msgstr "No se pudo montar el dispositivo: %s"
 
-#: ../liveusb/creator.py:466
-#: ../liveusb/creator.py:694
-msgid "Verifying filesystem..."
-msgstr "Verificando sistema de archivo..."
-
-#: ../liveusb/creator.py:469
+#: ../liveusb/creator.py:370
 #, python-format
 msgid "Unknown filesystem for %s.  Your device may need to be reformatted."
 msgstr "%s tiene un sistema de archivo desconocido. Su dispositivo puede necesitar ser formateado."
 
-#: ../liveusb/creator.py:472
+#: ../liveusb/creator.py:373
 #, python-format
 msgid "Unsupported filesystem: %s"
 msgstr "Sistema de archivos no soportado: %s"
 
-#: ../liveusb/creator.py:496
-msgid "Your MBR appears to be blank"
-msgstr "Su MBR parece estar en blanco"
-
-#: ../liveusb/creator.py:506
-#: ../liveusb/creator.py:729
-msgid "Extracting live image to USB device..."
-msgstr "Extrayendo la imágen viva en el dispositivo USB..."
-
-#: ../liveusb/creator.py:512
+#: ../liveusb/creator.py:400
 msgid "Unable to find LiveOS on ISO"
 msgstr "No se pudo encontrar un SO Vivo en el ISO"
 
-#: ../liveusb/creator.py:524
-#: ../liveusb/creator.py:737
-msgid "Wrote to device at"
-msgstr "Se escribió al dispositivo en"
-
-#: ../liveusb/creator.py:537
-msgid "Installing bootloader..."
-msgstr "Instalando el gestor de arranque..."
-
-#: ../liveusb/creator.py:579
-msgid "Verifying ISO MD5 checksum"
-msgstr "Verificando la suma MD5 del ISO"
-
-#: ../liveusb/creator.py:639
-msgid "Unable to find partition"
-msgstr "No se pudo encontrar la partición"
-
-#: ../liveusb/creator.py:690
+#: ../liveusb/creator.py:472
 msgid "Unable to find any removable devices"
 msgstr "No se pudo encontrar ninguna unidad removible"
 
-#: ../liveusb/creator.py:698
+#: ../liveusb/creator.py:479
 msgid "Make sure your USB key is plugged in and formatted with the FAT filesystem"
 msgstr "Asegúrese de que su unidad USB está conectado y formateado con el sistema de archivo FAT"
 
-#: ../liveusb/creator.py:701
+#: ../liveusb/creator.py:482
 #, python-format
 msgid ""
 "Unsupported filesystem: %s\n"
@@ -239,80 +187,114 @@ msgstr ""
 "Sistema de archivo no soportado: %s\n"
 "Por favor, respalde y de formato a su disco USB con el sistema de archivos FAT."
 
-#: ../liveusb/creator.py:743
-msgid "Installing bootloader"
-msgstr "Instalando el gestor de arranque"
-
-#: ../liveusb/creator.py:787
-msgid "Cannot find"
-msgstr "No se pudo encontrar"
-
-#: ../liveusb/creator.py:788
-msgid "Make sure to extract the entire liveusb-creator zip file before running this program."
-msgstr "Asegúrese de extraer el archivo zip liveusb-creator integramente antes de ejecutar este programa."
+#: ../liveusb/creator.py:558
+#, python-format
+msgid "Cannot find '%s'.  Make sure to extract the entire liveusb-creator zip file before running this program."
+msgstr "No se pudo encontrar '%s'. Asegúrese de extraer el archivo zip liveusb-creator antes de ejecutar este programa."
 
-#: ../liveusb/windows_dialog.py:104
+#: ../liveusb/dialog.py:123
 msgid "Fedora LiveUSB Creator"
 msgstr "Creador de USB Vivo de Fedora"
 
-#: ../liveusb/windows_dialog.py:105
+#: ../liveusb/dialog.py:124
 msgid "This button will begin the LiveUSB creation process.  This entails optionally downloading a release (if an existing one wasn't selected),  extracting the ISO to the USB device, creating the persistent overlay, and installing the bootloader."
 msgstr "Este botón iniciará el proceso de creación de USB Vivo. Esto incluye descargar opcionalmente una versión (si no se seleccionó alguna), extraer el ISO en el dispositivo USB, crear el overlay persistente e instalar el gestor de arranque."
 
-#: ../liveusb/windows_dialog.py:106
+#: ../liveusb/dialog.py:125
 msgid "Create Live USB"
 msgstr "Crear USB Vivo"
 
-#: ../liveusb/windows_dialog.py:107
+#: ../liveusb/dialog.py:126
 msgid "This is the status console, where all messages get written to."
 msgstr "Esta es la consola de estado, donde se escribirán todos los mensajes."
 
-#: ../liveusb/windows_dialog.py:108
+#: ../liveusb/dialog.py:127
 msgid "This is the progress bar that will indicate how far along in the LiveUSB creation process you are"
 msgstr "Esta es la barra de progreso que indicará dónde estamos a lo largo de la creación del USB Vivo"
 
-#: ../liveusb/windows_dialog.py:109
+#: ../liveusb/dialog.py:128
 msgid "If you do not select an existing Live CD, the selected release will be downloaded for you."
 msgstr "Si no selecciona un CD Vivo esistente, la versión seleccionada se descargará para Ud."
 
-#: ../liveusb/windows_dialog.py:110
+#: ../liveusb/dialog.py:129
 msgid "Download Fedora"
 msgstr "Descargar Fedora"
 
-#: ../liveusb/windows_dialog.py:111
+#: ../liveusb/dialog.py:130
 msgid "or"
 msgstr "o"
 
-#: ../liveusb/windows_dialog.py:112
+#: ../liveusb/dialog.py:131
 msgid "This button allows you to browse for an existing Live CD ISO that you have previously downloaded.  If you do not select one, a release will be downloaded for you automatically."
 msgstr "Este botón le permite navegar en búsqueda de un ISO de CD Vivo que haya descargado previamente. Si no seleccionó alguno, se descargará una versión automáticamente."
 
-#: ../liveusb/windows_dialog.py:113
+#: ../liveusb/dialog.py:132
 msgid "Use existing Live CD"
 msgstr "Usar un CD Vivo existente"
 
-#: ../liveusb/windows_dialog.py:114
+#: ../liveusb/dialog.py:133
 msgid "Browse"
 msgstr "Examinar"
 
-#: ../liveusb/windows_dialog.py:116
+#: ../liveusb/dialog.py:135
 msgid "This is the USB stick that you want to install your Live CD on.  This device must be formatted with the FAT filesystem."
 msgstr "Este es el disco USB en donde quiere instalar su CD Vivo. Su formato debe ser FAT."
 
-#: ../liveusb/windows_dialog.py:117
+#: ../liveusb/dialog.py:136
 msgid "Target Device"
 msgstr "Dispositivo Destino"
 
-#: ../liveusb/windows_dialog.py:118
+#: ../liveusb/dialog.py:137
 msgid "By allocating extra space on your USB stick for a persistent overlay, you will be able to store data and make permanent modifications to your live operating system.  Without it, you will not be able to save data that will persist after a reboot."
 msgstr "Asignando espacio extra en un disco USB para un overlay persistente, podrá almacenar datos y hacer modificaciones permanentes al sistema operativo vivo. Sin eso, no podrá guardar los cambios para que estén disponibles en el próximo arranque."
 
-#: ../liveusb/windows_dialog.py:119
+#: ../liveusb/dialog.py:138
 msgid "Persistent Storage (0 Mb)"
 msgstr "Almacenamiento Persistente (0 MB)"
 
-#~ msgid "Creating %d Mb persistent overlay..."
-#~ msgstr "Creando %d Mb de overlay persistente..."
-#~ msgid "Persistent Storage (%d Mb)"
-#~ msgstr "Almacenamiento Persistente (%d Mb)"
+#~ msgid "You must run this application as root"
+#~ msgstr "Debe ejecutar esta aplicación como root"
+#~ msgid ""
+#~ "Device is not yet mounted, so we cannot determine the amount of free "
+#~ "space.  Setting a maximum limit of 8G for the persistent storage."
+#~ msgstr ""
+#~ "El dispositivo no está montado todavía, por lo que no se puede determinar "
+#~ "el espacio libre. Se pondrá un límite máximo de 8G para el almacenamiento "
+#~ "persistente."
+#~ msgid "Partition is FAT16; Restricting overlay size to 2G"
+#~ msgstr "La partición es FAT16; Restringiendo el tamaño del overlay a 2G"
+#~ msgid "Persistent Storage"
+#~ msgstr "Almacenamiento Persistente"
+#~ msgid "Unable to mount device"
+#~ msgstr "No se pudo montar el dispositivo"
+#~ msgid "Setting up OLPC boot file..."
+#~ msgstr "Configurando un archivo OLPC de arranque..."
+#~ msgid "Unknown ISO, skipping checksum verification"
+#~ msgstr "ISO desconocido, omitiendo la verificación de suma"
+#~ msgid ""
+#~ "\n"
+#~ "%dMB ISO + %dMB overlay > %dMB free space"
+#~ msgstr ""
+#~ "\n"
+#~ "%dMB ISO + %dMB overlay > %dMB espacio libre"
+#~ msgid "Creating"
+#~ msgstr "Creando"
+#~ msgid "persistent overlay"
+#~ msgstr "overlay persistente"
+#~ msgid "Resetting MBR..."
+#~ msgstr "Reseteando MBR..."
+#~ msgid "device"
+#~ msgstr "dispositivo"
+#~ msgid "Your MBR appears to be blank"
+#~ msgstr "Su MBR parece estar en blanco"
+#~ msgid "Wrote to device at"
+#~ msgstr "Se escribió al dispositivo en"
+#~ msgid "Verifying ISO MD5 checksum"
+#~ msgstr "Verificando la suma MD5 del ISO"
+#~ msgid "Unable to find partition"
+#~ msgstr "No se pudo encontrar la partición"
+#~ msgid "Installing bootloader"
+#~ msgstr "Instalando el gestor de arranque"
+#~ msgid "Cannot find"
+#~ msgstr "No se pudo encontrar"
 




More information about the liveusb-creator mailing list