[gnoduino] Updated Spanish translation
- From: Daniel Mustieles GarcÃa <dmustieles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnoduino] Updated Spanish translation
- Date: Fri, 16 Mar 2012 12:05:16 +0000 (UTC)
commit c275d0e36347b2f3ce9674b1bd598e9046d6dbd2
Author: Daniel Mustieles <daniel mustieles gmail com>
Date: Fri Mar 16 13:05:11 2012 +0100
Updated Spanish translation
po/es.po | 272 +++++++++++++++++++++++++++++++------------------------------
1 files changed, 138 insertions(+), 134 deletions(-)
---
diff --git a/po/es.po b/po/es.po
index 847c153..ba80627 100644
--- a/po/es.po
+++ b/po/es.po
@@ -2,15 +2,15 @@
# Copyright (C) 2011 gnoduino's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnoduino package.
# Jorge GonzÃlez <jorgegonz svn gnome org>, 2011.
-# Daniel Mustieles <daniel mustieles gmail com>, 2011.
+# Daniel Mustieles <daniel mustieles gmail com>, 2011, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: gnoduino master\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
"product=gnoduino&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2011-10-06 19:46+0000\n"
-"PO-Revision-Date: 2011-11-14 13:20+0100\n"
+"POT-Creation-Date: 2012-03-11 20:42+0000\n"
+"PO-Revision-Date: 2012-03-16 11:19+0100\n"
"Last-Translator: Daniel Mustieles <daniel mustieles gmail com>\n"
"Language-Team: EspaÃol <gnome-es-list gnome org>\n"
"MIME-Version: 1.0\n"
@@ -18,61 +18,61 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../src/board.py:38
+#: ../src/board.py:48
msgid "Cannot load BOARDS file. Exiting."
msgstr "No se puede cargar el archivo BOARDS. Saliendo."
-#: ../src/board.py:41
+#: ../src/board.py:51
#, python-format
msgid "Error reading %s file. File is corrupt. Installation problem.\n"
msgstr ""
"Error al leer el archivo %s. El archivo està corrompido. Problema de la "
"instalaciÃn.\n"
-#: ../src/compiler.py:125
+#: ../src/compiler.py:136
msgid "Compiling..."
msgstr "Compilandoâ"
-#: ../src/compiler.py:152 ../src/compiler.py:170 ../src/compiler.py:185
-#: ../src/compiler.py:207
+#: ../src/compiler.py:153 ../src/compiler.py:159 ../src/compiler.py:165
+#: ../src/compiler.py:172 ../src/compiler.py:190 ../src/compiler.py:213
msgid "Compile Error"
msgstr "Error al compilar"
-#: ../src/compiler.py:233
+#: ../src/compiler.py:240
msgid "Linking error"
msgstr "Error al enlazar"
-#: ../src/compiler.py:245 ../src/compiler.py:258
+#: ../src/compiler.py:252 ../src/compiler.py:265
msgid "Object error"
msgstr "Error en el objeto"
-#: ../src/compiler.py:264
+#: ../src/compiler.py:271
msgid "Done compilling."
msgstr "CompilaciÃn terminada."
-#: ../src/compiler.py:268
+#: ../src/compiler.py:275
#, python-format
msgid "Binary sketch size: %s bytes (of a %s bytes maximum)\n"
msgstr "TamaÃo del esbozo del binario: %s bytes (de un mÃximo de %s)\n"
-#: ../src/compiler.py:322 ../src/compiler.py:345
+#: ../src/compiler.py:352 ../src/compiler.py:375
msgid "Library Error"
msgstr "Error en la biblioteca"
-#: ../src/misc.py:52
+#: ../src/misc.py:53
#, python-format
msgid "Cannot find %s"
msgstr "No se pudo encontrar %s"
-#: ../src/misc.py:185
+#: ../src/misc.py:217
msgid "Error compilling."
msgstr "Erro al compilar."
-#: ../src/misc.py:255
+#: ../src/misc.py:287
msgid "Close without Saving"
msgstr "Cerrar sin guardar"
-#: ../src/misc.py:257
+#: ../src/misc.py:289
msgid "If you don't save, changes will be permanently lost."
msgstr "Los cambios se perderaÌn permanentemente si no los guarda."
@@ -100,16 +100,16 @@ msgstr ""
msgid "'%s' not found."
msgstr "Â%s no encontrado."
-#: ../src/ui.py:67 ../src/ui.py:87 ../src/ui.py:100 ../src/ui.py:168
-#: ../src/ui.py:183
+#: ../src/ui.py:68 ../src/ui.py:88 ../src/ui.py:101 ../src/ui.py:169
+#: ../src/ui.py:184
msgid "Untitled"
msgstr "Sin tiÌtulo"
-#: ../src/ui.py:68
+#: ../src/ui.py:69
msgid "Save document"
msgstr "Guardar documento"
-#: ../src/ui.py:69
+#: ../src/ui.py:70
#, python-format
msgid ""
"Save changes to document \"%s\"\n"
@@ -118,58 +118,62 @@ msgstr ""
"ÂGuardar cambios del documento Â%sÂ\n"
"antes de cerrar?"
-#: ../src/ui.py:177
+#: ../src/ui.py:178
msgid "Save file"
msgstr "Guardar archivo"
-#: ../src/ui.py:194
+#: ../src/ui.py:195
msgid "Open file"
msgstr "Abrir archivo"
-#: ../src/ui.py:220
+#: ../src/ui.py:221
#, python-format
msgid "<b>A file named %s already exists. Do you want to replace it?</b>"
msgstr "<b>El archivo %s ya existe. ÂQuiere reemplazarlo?</b>"
-#: ../src/ui.py:221
+#: ../src/ui.py:222
#, python-format
msgid ""
"The file already exists in \"%s\". Replacing it will overwrite its contents."
msgstr ""
"El archivo ya existe en Â%sÂ. Si lo reemplaza sobreescribiraÌ su contenido."
-#: ../src/ui.py:505
+#: ../src/ui.py:506
msgid "Open Recent"
msgstr "Abrir reciente"
-#: ../src/ui.py:540 ../ui/main.ui.h:41
+#: ../src/ui.py:541 ../ui/main.ui.h:56
msgid "Send"
msgstr "Enviar"
-#: ../src/ui.py:541
+#: ../src/ui.py:542
msgid "Clear"
msgstr "Limpiar"
-#: ../src/ui.py:576
+#: ../src/ui.py:581
#, python-format
msgid "%s baud"
msgstr "%s baudios"
-#: ../src/ui.py:668 ../src/ui.py:674 ../src/ui.py:680
+#: ../src/ui.py:676
+msgid "E_xamples"
+msgstr "Eje_mplos"
+
+#: ../src/ui.py:716 ../src/ui.py:722 ../src/ui.py:728
msgid "System error"
msgstr "Error del sistema"
-#: ../src/ui.py:683
+#: ../src/ui.py:731
msgid "Cannot load ui file"
msgstr "No se puede cargar el archivo ui"
-#: ../src/ui.py:789
+#: ../src/ui.py:838
msgid "--help Print the command line options"
msgstr ""
"--help Mostrar\n"
" las opciones de la lÃnea de comandos"
-#: ../src/ui.py:790
+#: ../src/ui.py:839
msgid "--version Output version information and exit"
msgstr "--version Mostrar informacioÌn de la versioÌn y salir"
@@ -177,36 +181,36 @@ msgstr "--version Mostrar informacioÌn de la versioÌn y salir"
msgid "Burning bootloader..."
msgstr "Grabando cargador de arranqueâ"
-#: ../src/uploader.py:77 ../src/uploader.py:80 ../src/uploader.py:96
-#: ../src/uploader.py:99
+#: ../src/uploader.py:67 ../src/uploader.py:100 ../src/uploader.py:137
+msgid "Flashing error."
+msgstr "Error al flashear."
+
+#: ../src/uploader.py:88 ../src/uploader.py:91 ../src/uploader.py:118
+#: ../src/uploader.py:121
msgid "Burn Error"
msgstr "Error al grabar"
-#: ../src/uploader.py:80 ../src/uploader.py:99
+#: ../src/uploader.py:91 ../src/uploader.py:121
msgid "Burn ERROR."
msgstr "Error al grabar."
-#: ../src/uploader.py:102
+#: ../src/uploader.py:124
msgid "Burn complete."
msgstr "GrabaciÃn completada."
-#: ../src/uploader.py:110
+#: ../src/uploader.py:132
msgid "Flashing..."
msgstr "Flasheandoâ"
-#: ../src/uploader.py:115
-msgid "Flashing error."
-msgstr "Error al flashear."
-
-#: ../src/uploader.py:135
+#: ../src/uploader.py:157
msgid "Flashing Error"
msgstr "Error al flashear"
-#: ../src/uploader.py:135
+#: ../src/uploader.py:157
msgid "Flash ERROR.\n"
msgstr "Error al flashear.\n"
-#: ../src/uploader.py:138
+#: ../src/uploader.py:160
msgid "Flashing complete."
msgstr "Flasheado completo."
@@ -219,6 +223,18 @@ msgid "Arduino color scheme"
msgstr "Esquema de color de Arduino"
#: ../ui/main.ui.h:1
+msgid "Lucian Langa <lucilanga gnome org>"
+msgstr "Lucian Langa <lucilanga gnome org>"
+
+#: ../ui/main.ui.h:2
+msgid "GNOME Arduino IDE"
+msgstr "EID GNOME Arduino"
+
+#: ../ui/main.ui.h:3
+msgid "gnoduino"
+msgstr "gnoduino"
+
+#: ../ui/main.ui.h:4
msgid ""
"# gnoduino - Python Arduino IDE implementation\n"
"# Copyright (C) 2010 Lucian Langa\n"
@@ -259,159 +275,147 @@ msgstr ""
"Inc.,\n"
"# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, EE. UU.\n"
-#: ../ui/main.ui.h:18
-msgid "Add File..."
-msgstr "AÃadir archivoâ"
-
-#: ../ui/main.ui.h:19
-msgid "Additional library paths:"
-msgstr "Rutas de bibliotecas adicionales:"
-
-#: ../ui/main.ui.h:20
-msgid "Auto Format"
-msgstr "Formato automÃtico"
-
#: ../ui/main.ui.h:21
-msgid "Board"
-msgstr "Tablero"
+msgid "Search for:"
+msgstr "Buscar:"
#: ../ui/main.ui.h:22
-msgid "Burn Bootloader"
-msgstr "Grabar cargador de arranque"
+msgid "Match entire word only"
+msgstr "Coincidir soÌlo con la palabra completa"
#: ../ui/main.ui.h:23
-msgid "Compile"
-msgstr "Compilar"
+msgid "Wrap around"
+msgstr "Ajustar aproximadamente"
#: ../ui/main.ui.h:24
-msgid "Console font size"
-msgstr "TamaÃo de la tipografÃa de la consola"
+msgid "Match case"
+msgstr "Coincidir con capitalizacioÌn"
#: ../ui/main.ui.h:25
-msgid "Editor font size"
-msgstr "TamanÌo de la tipografiÌa del editor"
+msgid "Search backwards"
+msgstr "Buscar hacia atraÌs"
#: ../ui/main.ui.h:26
-msgid ""
-"Enter any supplementary path that compiler will check for, separate them by "
-"semicolons. (eg /usr/share/gnoduino;/usr/local/share/gnoduino)"
-msgstr ""
-"Introduzca una ruta complementaria para que el compilador la compruebe, "
-"separadas por punto y coma. (ej /usr/share/gnoduino;/usr/local/share/"
-"gnoduino)"
+msgid "Editor font size"
+msgstr "TamanÌo de la tipografiÌa del editor"
#: ../ui/main.ui.h:27
-msgid "Find Next"
-msgstr "Buscar siguiente"
+msgid "Console font size"
+msgstr "TamaÃo de la tipografÃa de la consola"
#: ../ui/main.ui.h:28
-msgid "GNOME Arduino IDE"
-msgstr "EID GNOME Arduino"
+msgid "Verbose build"
+msgstr "ConstrucciÃn detallada"
#: ../ui/main.ui.h:29
-msgid "Import Library"
-msgstr "Importar biblioteca"
+msgid "Show line numbers"
+msgstr "Mostrar nuÌmeros de liÌnea"
#: ../ui/main.ui.h:30
-msgid "Lucian Langa <lucilanga gnome org>"
-msgstr "Lucian Langa <lucilanga gnome org>"
+msgid ""
+"Enter any supplementary path that compiler will check for, separate them by "
+"semicolons. (eg /usr/share/gnoduino;/usr/local/share/gnoduino)"
+msgstr ""
+"Introduzca una ruta complementaria para que el compilador la compruebe, "
+"separadas por punto y coma. (ej /usr/share/gnoduino;/usr/local/share/"
+"gnoduino)"
#: ../ui/main.ui.h:31
-msgid "Match case"
-msgstr "Coincidir con capitalizacioÌn"
+msgid "Additional library paths:"
+msgstr "Rutas de bibliotecas adicionales:"
#: ../ui/main.ui.h:32
-msgid "Match entire word only"
-msgstr "Coincidir soÌlo con la palabra completa"
+msgid "_File"
+msgstr "_Archivo"
#: ../ui/main.ui.h:33
-msgid "New"
-msgstr "Nuevo"
+msgid "Upload to I/O Board"
+msgstr "Subir al tablero de E/S"
#: ../ui/main.ui.h:34
-msgid "Open"
-msgstr "Abrir"
-
-#: ../ui/main.ui.h:35
msgid "Preferences"
msgstr "Preferencias"
+#: ../ui/main.ui.h:35
+msgid "_Edit"
+msgstr "_Editar"
+
#: ../ui/main.ui.h:36
-msgid "Reference"
-msgstr "Referencia"
+msgid "Find Next"
+msgstr "Buscar siguiente"
#: ../ui/main.ui.h:37
-msgid "Reset Board"
-msgstr "Reiniciar tablero"
+msgid "Sketch"
+msgstr "Esbozo"
#: ../ui/main.ui.h:38
-msgid "Save"
-msgstr "Guardar"
+msgid "Verify/Compile"
+msgstr "Verificar/Compilar"
#: ../ui/main.ui.h:39
-msgid "Search backwards"
-msgstr "Buscar hacia atraÌs"
+msgid "Stop"
+msgstr "Parar"
#: ../ui/main.ui.h:40
-msgid "Search for:"
-msgstr "Buscar:"
+msgid "Import Library"
+msgstr "Importar biblioteca"
+
+#: ../ui/main.ui.h:41
+msgid "Add File..."
+msgstr "AÃadir archivoâ"
#: ../ui/main.ui.h:42
-msgid "Serial Monitor"
-msgstr "Monitor serie"
+msgid "Tools"
+msgstr "Herramientas"
#: ../ui/main.ui.h:43
-msgid "Serial Port"
-msgstr "Puerto serie"
+msgid "Auto Format"
+msgstr "Formato automÃtico"
#: ../ui/main.ui.h:44
-msgid "Show line numbers"
-msgstr "Mostrar nuÌmeros de liÌnea"
+msgid "Serial Monitor"
+msgstr "Monitor serie"
#: ../ui/main.ui.h:45
-msgid "Sketch"
-msgstr "Esbozo"
+msgid "Reset Board"
+msgstr "Reiniciar tablero"
#: ../ui/main.ui.h:46
-msgid "Stop"
-msgstr "Parar"
+msgid "Board"
+msgstr "Tablero"
#: ../ui/main.ui.h:47
-msgid "Tools"
-msgstr "Herramientas"
+msgid "Serial Port"
+msgstr "Puerto serie"
#: ../ui/main.ui.h:48
-msgid "Upload"
-msgstr "Subir"
+msgid "Burn Bootloader"
+msgstr "Grabar cargador de arranque"
#: ../ui/main.ui.h:49
-msgid "Upload to I/O Board"
-msgstr "Subir al tablero de E/S"
+msgid "_Help"
+msgstr "Ay_uda"
#: ../ui/main.ui.h:50
-msgid "Verbose build"
-msgstr "ConstrucciÃn detallada"
+msgid "Reference"
+msgstr "Referencia"
#: ../ui/main.ui.h:51
-msgid "Verify/Compile"
-msgstr "Verificar/Compilar"
+msgid "Compile"
+msgstr "Compilar"
#: ../ui/main.ui.h:52
-msgid "Wrap around"
-msgstr "Ajustar aproximadamente"
+msgid "New"
+msgstr "Nuevo"
#: ../ui/main.ui.h:53
-msgid "_Edit"
-msgstr "_Editar"
+msgid "Open"
+msgstr "Abrir"
#: ../ui/main.ui.h:54
-msgid "_File"
-msgstr "_Archivo"
+msgid "Save"
+msgstr "Guardar"
#: ../ui/main.ui.h:55
-msgid "_Help"
-msgstr "Ay_uda"
-
-#: ../ui/main.ui.h:56
-msgid "gnoduino"
-msgstr "gnoduino"
+msgid "Upload"
+msgstr "Subir"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]