blob: 2a5c3c8d5fd41f99e566925ae66197e14d88c8eb (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
# Translation of python_es.po to spanish
#
# egns <grannost@gmail.com>, 2009-2011
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-10-28 21:04+0200\n"
"PO-Revision-Date: 2011-01-20 12:40+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/pythoncore/libkvipythoncore.cpp:113
#, fuzzy
msgid "Internal error: Python interpreter not initialized"
msgstr "Error interno: el intérprete de python no está inicializado"
#: src/modules/python/libkvipython.cpp:429
msgid "Python execution error:"
msgstr "Error al ejecutar python:"
#: src/modules/python/libkvipython.cpp:42
#, fuzzy
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/python/libkvipython.cpp:417
#: src/modules/python/libkvipython.cpp:483
#, fuzzy
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"
#: src/modules/python/libkvipython.cpp:56
#, fuzzy
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/python/libkvipython.cpp:43
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"
|