diff options
Diffstat (limited to 'tde-i18n-es/messages/tdeaddons/katemake.po')
-rw-r--r-- | tde-i18n-es/messages/tdeaddons/katemake.po | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/tde-i18n-es/messages/tdeaddons/katemake.po b/tde-i18n-es/messages/tdeaddons/katemake.po new file mode 100644 index 00000000000..3384f8473cf --- /dev/null +++ b/tde-i18n-es/messages/tdeaddons/katemake.po @@ -0,0 +1,92 @@ +# translation of katemake.po to Spanish +# Copyright (C) 2003, 2004, 2006 Free Software Foundation, Inc. +# +# Miguel Revilla Rodríguez <yo@miguelrevilla.com>, 2003. +# Rafael Osuna <rosuna@wol.es>, 2003, 2004. +# Santiago Fernandez Sancho <santi@kde-es.org>, 2004. +# Pablo de Vicente <pablo.devicente@gmail.com>, 2006. +msgid "" +msgstr "" +"Project-Id-Version: katemake\n" +"POT-Creation-Date: 2006-08-18 04:13+0200\n" +"PO-Revision-Date: 2006-09-09 09:15+0200\n" +"Last-Translator: Pablo de Vicente <pablo.devicente@gmail.com>\n" +"Language-Team: Spanish <kde-es@kybs.de>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#: plugin_katemake.cpp:86 +msgid "Make Output" +msgstr "Salida de make" + +#: plugin_katemake.cpp:159 +msgid "Running make..." +msgstr "Ejecutándose make..." + +#: plugin_katemake.cpp:160 plugin_katemake.cpp:509 +msgid "No Errors." +msgstr "Sin errores." + +#: plugin_katemake.cpp:336 +msgid "Next Error" +msgstr "Siguiente error" + +#: plugin_katemake.cpp:340 +msgid "Previous Error" +msgstr "Error anterior" + +#: plugin_katemake.cpp:344 +msgid "Make" +msgstr "Make" + +#: plugin_katemake.cpp:348 +msgid "Configure..." +msgstr "Configurar..." + +#: plugin_katemake.cpp:360 +msgid "Line" +msgstr "Línea" + +#: plugin_katemake.cpp:362 +msgid "Message" +msgstr "Mensaje" + +#: plugin_katemake.cpp:502 +msgid "Make Results" +msgstr "Resultados de make" + +#: plugin_katemake.cpp:503 +msgid "No errors." +msgstr "Sin errores." + +#: plugin_katemake.cpp:645 +msgid "" +"The file <i>%1</i> is not a local file. Non-local files cannot be compiled." +msgstr "" +"El archivo<i>%1</i> no es un archivo local Los archivos no locales no pueden " +"ser compilados." + +#: plugin_katemake.cpp:665 +#, c-format +msgid "<b>Error:</b> Failed to run %1." +msgstr "<b> Error:</b> Falló al ejecutar %1." + +#: plugin_katemake.cpp:687 +msgid "Directories" +msgstr "Directorios" + +#: plugin_katemake.cpp:692 +msgid "Source prefix:" +msgstr "Prefijo de fuente:" + +#: plugin_katemake.cpp:697 +msgid "Build prefix:" +msgstr "Prefijo de build:" + +#. i18n: file ui.rc line 4 +#: rc.cpp:3 +#, no-c-format +msgid "&Make" +msgstr "&Make" |