diff options
| author | 2010-06-10 18:54:42 +0000 | |
|---|---|---|
| committer | 2010-06-10 18:54:42 +0000 | |
| commit | 4f1f63d702218abbf2fc9a24045040acacb14ce7 (patch) | |
| tree | 192ed80cd4b4aa45f092cf1306fd9b94290a0e9c /po/modules/python | |
| parent | Rework the recent channels a bit: clean up and make sure that after a fresh s... (diff) | |
| download | KVIrc-4f1f63d702218abbf2fc9a24045040acacb14ce7.tar.gz KVIrc-4f1f63d702218abbf2fc9a24045040acacb14ce7.tar.bz2 KVIrc-4f1f63d702218abbf2fc9a24045040acacb14ce7.zip | |
updated po{,t} files
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4437 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'po/modules/python')
| -rw-r--r-- | po/modules/python/python.pot | 2 | ||||
| -rw-r--r-- | po/modules/python/python_es.po | 42 |
2 files changed, 23 insertions, 21 deletions
diff --git a/po/modules/python/python.pot b/po/modules/python/python.pot index 5a637b928..5c8f2538b 100644 --- a/po/modules/python/python.pot +++ b/po/modules/python/python.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-05-22 15:48+0200\n" +"POT-Creation-Date: 2010-06-10 20:53+0200\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" diff --git a/po/modules/python/python_es.po b/po/modules/python/python_es.po index d1e80aa39..76f39aa9a 100644 --- a/po/modules/python/python_es.po +++ b/po/modules/python/python_es.po @@ -3,26 +3,27 @@ # egns <grannost@gmail.com>, 2009-2010 msgid "" msgstr "" -"POT-Creation-Date: 2010-04-24 10:36+0200\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-06-10 20:53+0200\n" "PO-Revision-Date: 2010-05-18 13:03+0200\n" "Last-Translator: egns <grannost@gmail.com>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/modules/python/libkvipython.cpp:46 -msgid "The pythoncore module can't be loaded: python support not available" -msgstr "El núcleo de python no pudo ser cargado: soporte de python no disponible" +#: src/modules/pythoncore/libkvipythoncore.cpp:112 +msgid "Internal error: python interpreter not initialized" +msgstr "Error interno: el intérprete de python no está inicializado" -#: src/modules/python/libkvipython.cpp:47 -msgid "To see more details about loading failure try /pythoncore.load" -msgstr "Para ver más detalles sobre el error de carga prueba /pythoncore.load" +#: src/modules/python/libkvipython.cpp:117 +#: src/modules/python/libkvipython.cpp:121 +msgid "Python execution error:" +msgstr "Error al ejecutar python:" -#: src/modules/python/libkvipython.cpp:60 -msgid "" -"This KVIrc executable has been compiled without python scripting support" +#: src/modules/python/libkvipython.cpp:46 +msgid "The pythoncore module can't be loaded: python support not available" msgstr "" -"Este ejecutable de KVIrc ha sido compilado sin soporte de scripting en python" +"El núcleo de python no pudo ser cargado: soporte de python no disponible" #: src/modules/python/libkvipython.cpp:100 #: src/modules/python/libkvipython.cpp:153 @@ -30,14 +31,15 @@ msgid "" "The pythoncore module failed to execute the code: something is wrong with " "the python support" msgstr "" -"El módulo pythoncore ha fallado al ejecutar el código: hay algo mal en " -"el soporte de python" +"El módulo pythoncore ha fallado al ejecutar el código: hay algo mal en el " +"soporte de python" -#: src/modules/python/libkvipython.cpp:117 -#: src/modules/python/libkvipython.cpp:121 -msgid "Python execution error:" -msgstr "Error al ejecutar python:" +#: src/modules/python/libkvipython.cpp:60 +msgid "" +"This KVIrc executable has been compiled without python scripting support" +msgstr "" +"Este ejecutable de KVIrc ha sido compilado sin soporte de scripting en python" -#: src/modules/pythoncore/libkvipythoncore.cpp:112 -msgid "Internal error: python interpreter not initialized" -msgstr "Error interno: el intérprete de python no está inicializado" +#: src/modules/python/libkvipython.cpp:47 +msgid "To see more details about loading failure try /pythoncore.load" +msgstr "Para ver más detalles sobre el error de carga prueba /pythoncore.load" |
