Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/po/es.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/es.po')
-rw-r--r--po/es.po132
1 files changed, 56 insertions, 76 deletions
diff --git a/po/es.po b/po/es.po
index 16dba25..e6ea326 100644
--- a/po/es.po
+++ b/po/es.po
@@ -8,14 +8,15 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2008-01-26 11:55-0500\n"
-"PO-Revision-Date: 2008-02-10 10:35-0500\n"
-"Last-Translator: Chema Q <jameson.quinn@gmail.com>\n"
+"PO-Revision-Date: 2010-03-15 01:21+0200\n"
+"Last-Translator: Chris <cjl@laptop.org>\n"
"Language-Team: Spanish\n"
+"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 1.0.2\n"
+"X-Generator: Pootle 2.0.3\n"
#: activity/activity.info:2
msgid "Calculate"
@@ -139,7 +140,7 @@ msgstr "Operador no válido"
#: eqnparser.py:603
msgid "Operator expected"
-msgstr "Operador esperado"
+msgstr "Se esperaba operador"
#: eqnparser.py:616
msgid "_parse(): returning None"
@@ -149,28 +150,24 @@ msgstr "_parse(): devolviendo Nada"
# -----------------------------------------
# The help system uses topic msgid's that should be translated here.
# -----------------------------------------
+# Ya está traducido ver 103.
+#
#: eqnparserhelp.py:37
-#, fuzzy
msgid "help_acos"
-msgstr ""
-"acos(x), devuelve arcoseno de x. Es el ángulo que tiene el coseno dado. "
-"Definido para -1 <= x <= 1"
+msgstr "help_acos"
# a one-letter word for "and" is very confusing here. The and function actually returns second argument... but not going there.
#: eqnparserhelp.py:38
msgid "help_and"
-msgstr "and(A,B): devuelve un valor \"cierto\" (no 0) si A y B son ciertos."
+msgstr "help_and"
#: eqnparserhelp.py:39
msgid "help_asin"
-msgstr ""
-"asin(x), devuelve arcoseno de x. Es el ángulo que tiene el seno x. Definido "
-"para -1 <= x <= 1"
+msgstr "help_asin"
#: eqnparserhelp.py:40
msgid "help_atan"
-msgstr ""
-"atan(x), devuelve arcotangento de x. Es el ángulo que tiene el tangento x."
+msgstr "help_atan"
# English says "x coordinate on unit circle", assuming you know angle and axis conventions. Bad.
# -----------------------------------------
@@ -178,91 +175,79 @@ msgstr ""
# -----------------------------------------
#: eqnparserhelp.py:41
msgid "help_cos"
-msgstr ""
-"cos(x), devuelve el coseno de x. Es el largo del lado menor adyacente al "
-"ángulo x de un triángulo recto cuando el otro lado (hipotenusa) mide 1. "
+msgstr "help_cos"
# -----------------------------------------
# The help system uses topic msgid's that should be translated here.
# -----------------------------------------
+# Los help_*** no deberian traducirse, crea duplicados
#: eqnparserhelp.py:42
-#, fuzzy
msgid "help_cosh"
msgstr "help_cosh"
#: eqnparserhelp.py:43
msgid "help_exp"
-msgstr "exp(x), devuelve e^x, ejemplo: exp(1)"
+msgstr "help_exp"
# -----------------------------------------
# The help system uses topic msgid's that should be translated here.
# -----------------------------------------
#: eqnparserhelp.py:44
-#, fuzzy
msgid "help_fac"
msgstr "help_fac"
#: eqnparserhelp.py:45
msgid "help_functions"
-msgstr "Muestra las funciones disponibles"
+msgstr "help_functions"
#: eqnparserhelp.py:46
-#, fuzzy
msgid "help_ln"
msgstr "help_ln"
#: eqnparserhelp.py:47
msgid "help_operators"
-msgstr "Muestra los operadores disponibles"
+msgstr "help_operators"
# Text assigned to the 'help' variable
#: eqnparserhelp.py:48
-#, fuzzy
msgid "help_or"
msgstr "help_or"
#: eqnparserhelp.py:49
msgid "help_plot"
-msgstr "plot(expresión,rango), grafica una función. Ejemplo: plot(x^3,x=-2..2)"
+msgstr "help_plot"
#: eqnparserhelp.py:50
-#, fuzzy
msgid "help_sin"
msgstr "help_sin"
#: eqnparserhelp.py:51
-#, fuzzy
msgid "help_sinh"
msgstr "help_sinh"
#: eqnparserhelp.py:52
-#, fuzzy
msgid "help_sqrt"
-msgstr "sqrt(x), devuelve la raiz cuadrada de x. Definido para x >= 0"
+msgstr "help_sqrt"
#: eqnparserhelp.py:53
-#, fuzzy
msgid "help_square"
msgstr "help_square"
#: eqnparserhelp.py:54
-#, fuzzy
msgid "help_tan"
msgstr "help_tan"
#: eqnparserhelp.py:55
-#, fuzzy
msgid "help_tanh"
msgstr "help_tanh"
#: eqnparserhelp.py:56
-#, fuzzy
msgid "help_test"
-msgstr "test es solo un ejemplo de la ayuda vea help(index)"
+msgstr "help_test"
#: eqnparserhelp.py:57
msgid "help_variables"
-msgstr "muestra variables disponibles"
+msgstr "help_variables"
# Text assigned to the 'help' variable
#: eqnparserhelp.py:58
@@ -270,10 +255,8 @@ msgid "help_xor"
msgstr "help_xor"
#: eqnparserhelp.py:69
-#, fuzzy
msgid "help_usage"
-msgstr ""
-"Use help(test) para ayuda acerca de 'test', o help(index) para el indice"
+msgstr "help_usage"
# -----------------------------------------
# End of help topics
@@ -285,7 +268,6 @@ msgstr "Temas"
# should the command 'help(index)' be translated?
#: eqnparserhelp.py:143
#, python-format
-#, fuzzy
msgid "No help about '%s' available, use help(index) for the index"
msgstr "No hay ayuda disponible sobre '%s', use help(index) para el índice"
@@ -327,7 +309,7 @@ msgstr "Mis ecuaciones"
#: layout.py:120
msgid "Show history"
-msgstr "Mostrar historia"
+msgstr "Mostrar historial"
#: layout.py:120
msgid "Show variables"
@@ -335,15 +317,13 @@ msgstr "Mostrar variables"
# This should use the locale specification -- xavi
#: mathlib.py:58
-#, fuzzy
msgid "thousand_sep"
-msgstr "thousand_sep"
+msgstr ","
# fraction (as in a/b) or *decimal* separator? If decimal, should use the locale specification
#: mathlib.py:63
-#, fuzzy
msgid "fraction_sep"
-msgstr "function_sep"
+msgstr "/"
# Using U+00D7 MULTIPLICATION SIGN
#. TRANS: multiplication symbol (default: '*')
@@ -532,11 +512,11 @@ msgstr "Error de procesamiento"
#: eqnparser.py:249 eqnparserhelp.py:128
msgid "Use help(test) for help about 'test', or help(index) for the index"
msgstr ""
-"Use help(test) para ayuda acerca de 'test', o help(indice) para el indice."
+"Use help(test) para ayuda acerca de 'test', o help(indice) para el indice"
#: eqnparser.py:504
msgid "Left parenthesis unexpected"
-msgstr "No se esperaba paréntesis derecho"
+msgstr "No se esperaba paréntesis derecho"
#: eqnparser.py:534
msgid "Parse error (right parenthesis, no level to close)"
@@ -562,8 +542,8 @@ msgid ""
"acos(x), return the arc cosine of x. This is the angle for which the cosine "
"is x. Defined for -1 <= x < 1"
msgstr ""
-"acos(x), devuelve el arco coseno de x. Este es el angulo para el cual el "
-"coseno es x. Definido para -1<=x<1"
+"acos(x), devuelve el arco coseno de x. Este es el ángulo para el cual el "
+"coseno es x. Definido para -1 <= x < 1"
#: eqnparserhelp.py:43
msgid "and"
@@ -573,8 +553,8 @@ msgstr "and"
msgid ""
"and(x, y), logical and. Returns True if x and y are True, else returns False"
msgstr ""
-"and(x, y), and logico, Devuelve verdadero si x and y ses verdadero, de lo "
-"contrario retorna Falso"
+"and(x, y), and lógico, devuelve verdadero si x e y son verdadero, de lo "
+"contrario retorna falso"
#: eqnparserhelp.py:46
msgid "asin"
@@ -585,7 +565,7 @@ msgid ""
"asin(x), return the arc sine of x. This is the angle for which the sine is "
"x. Defined for -1 <= x <= 1"
msgstr ""
-"asin(x), Devuelve el arco seno de x. Este es el angulo para el cual el seno "
+"asin(x), Devuelve el arco seno de x. Este es el ángulo para el cual el seno "
"es x. Definido para -1<=x<=1"
#: eqnparserhelp.py:50
@@ -597,7 +577,7 @@ msgid ""
"atan(x), return the arc tangent of x. This is the angle for which the "
"tangent is x. Defined for all x"
msgstr ""
-"atan(x), Devuelve el arco tangente de x. Este es el angulo para el cual la "
+"atan(x), devuelve el arco tangente de x. Este es el ángulo para el cual la "
"tangente es x. Definido para todas las x"
#: eqnparserhelp.py:54
@@ -609,8 +589,8 @@ msgid ""
"cos(x), return the cosine of x. This is the x-coordinate on the unit circle "
"at the angle x"
msgstr ""
-"cos(x), Devuelve el coseno de x. Esta es la cordinada x en el circulo "
-"unitario en el angulo x"
+"cos(x), devuelve el coseno de x. Esta es la coordenada x en el círculo "
+"unitario en el ángulo x"
#: eqnparserhelp.py:58
msgid "cosh"
@@ -620,7 +600,7 @@ msgstr "cosh"
msgid ""
"cosh(x), return the hyperbolic cosine of x. Given by (exp(x) + exp(-x)) / 2"
msgstr ""
-"cosh(x), Devuelve el coseno hiperbolico de x. Dado por (exp(x) + exp(-x)) / "
+"cosh(x), devuelve el coseno hiperbolico de x. Dado por (exp(x) + exp(-x)) / "
"2"
#: eqnparserhelp.py:61
@@ -629,7 +609,7 @@ msgstr "exp"
#: eqnparserhelp.py:62
msgid "exp(x), return the natural exponent of x. Given by e^x"
-msgstr "exp(x), Devuelve el exponente natural de x. Dado por e^x"
+msgstr "exp(x), devuelve el exponente natural de x. Dado por e^x"
#: eqnparserhelp.py:64
msgid "fac"
@@ -637,7 +617,7 @@ msgstr "fac"
#: eqnparserhelp.py:65
msgid "fac(x), return the factorial of x. Given by x * (x - 1) * (x - 2) * ..."
-msgstr "fac(x), Devuelve el factorial de x. Dado por x * (x-1) *"
+msgstr "fac(x), devuelve el factorial de x. Dado por x * (x-1) * (x-2) * ..."
#. TRANS: This command is descriptive, so can be translated
#: eqnparserhelp.py:68
@@ -646,7 +626,7 @@ msgstr "funciones"
#: eqnparserhelp.py:69
msgid "functions(), return a list of all the functions that are defined"
-msgstr "funciones(), Devuelve uan lista de las funcones que estan definidas."
+msgstr "functions(), devuelve una lista de las funciones que están definidas"
#: eqnparserhelp.py:71
msgid "ln"
@@ -657,8 +637,8 @@ msgid ""
"ln(x), return the natural logarithm of x. This is the value for which the "
"exponent exp() equals x. Defined for x >= 0."
msgstr ""
-"ln(x), Devuelve el algoritmo natural de x. Este es el valor para el cual el "
-"exponente exp(x) es igual a x.Definido para x >= 0."
+"ln(x), devuelve el logaritmo natural de x. Este es el valor para el cual el "
+"exponente exp() es igual a x. Definido para x >= 0."
#. TRANS: This command is descriptive, so can be translated
#: eqnparserhelp.py:76
@@ -667,7 +647,7 @@ msgstr "operadores"
#: eqnparserhelp.py:77
msgid "operators(), return a list of the operators that are defined"
-msgstr "operadores(), Devuelve una lista d eoperadores que estan definidos."
+msgstr "operadores(), devuelve una lista de operadores que están definidos"
#: eqnparserhelp.py:79
msgid "or"
@@ -677,8 +657,8 @@ msgstr "or"
msgid ""
"or(x, y), logical or. Returns True if x and/or y are True, else return False"
msgstr ""
-"or(x, y), or logico, Devuelve verdadero si x and/or y es verdadero. de lo "
-"cuontrario devuelve Falso."
+"or(x, y), or lógico. Devuelve Falso si x e y son Falso. de lo contrario "
+"devuelve Verdadero"
#: eqnparserhelp.py:82
msgid "plot"
@@ -690,7 +670,7 @@ msgid ""
"range from a to b"
msgstr ""
"plot(eqn, var=-a..b), grafica de la ecuación 'eqn' con la variable 'var' en "
-"el rango de a hasta b."
+"el rango de a hasta b"
#: eqnparserhelp.py:86
msgid "sin"
@@ -701,8 +681,8 @@ msgid ""
"sin(x), return the sine of x. This is the y-coordinate on the unit circle at "
"the angle x"
msgstr ""
-"sin(x), Devuelve el seno de x. Esta es la coordinada y en el circulo "
-"unitario en el angulo x."
+"sin(x), devuelve el seno de x. Esta es la coordenada y en el círculo "
+"unitario en el ángulo x"
#: eqnparserhelp.py:90
msgid "sinh"
@@ -712,7 +692,7 @@ msgstr "sinh"
msgid ""
"sinh(x), return the hyperbolic sine of x. Given by (exp(x) - exp(-x)) / 2"
msgstr ""
-"sinh(x), devuelve el seno hiperbolico de x. Dado por ((exp(x)- exp(-x)) / 2"
+"sinh(x), devuelve el seno hiperbólico de x. Dado por (exp(x)- exp(-x)) / 2"
#: eqnparserhelp.py:93
msgid "sqrt"
@@ -723,16 +703,16 @@ msgid ""
"sqrt(x), return the square root of x. This is the value for which the square "
"equals x. Defined for x >= 0."
msgstr ""
-"sqrt(x), Devuelve la raiz cuadrada de x. Este es el valor para el cual el "
+"sqrt(x), Devuelve la raíz cuadrada de x. Este es el valor para el cual el "
"cuadrado equivale a x. Definido para x >= 0."
#: eqnparserhelp.py:97
msgid "square"
-msgstr "Cuadrado"
+msgstr "cuadrado"
#: eqnparserhelp.py:98
msgid "square(x), return the square of x. Given by x * x"
-msgstr "cuadrado(x), devuelve el cuadrado de x. Dado por x * x "
+msgstr "cuadrado(x), devuelve el cuadrado de x. Dado por x * x"
#: eqnparserhelp.py:101
msgid "tan"
@@ -745,7 +725,7 @@ msgid ""
"angle x. Given by sin(x) / cos(x)"
msgstr ""
"tan(x), Devuelve la tangente de x. Esta es la pendiente de la linea desde el "
-"origen del circulo unitario hasta el punto en el circulo definido por el "
+"origen del círculo unitario hasta el punto en el círculo definido por el "
"angulo x. Dado por sin(x) / cos(x)"
#: eqnparserhelp.py:106
@@ -755,7 +735,7 @@ msgstr "tanh"
#: eqnparserhelp.py:107
msgid "sinh(x), return the hyperbolic tangent of x. Given by sinh(x) / cosh(x)"
msgstr ""
-"sinh(x), Devuelve la tangente hiperbolica de x. Dada por sinh(x) / cosh(x)"
+"sinh(x), devuelve la tangente hiperbólica de x. Dada por sinh(x) / cosh(x)"
#: eqnparserhelp.py:109
msgid "test"
@@ -763,7 +743,7 @@ msgstr "prueba"
#: eqnparserhelp.py:110
msgid "This is just a test topic, use help(index) for the index"
-msgstr "Este es solo un topico de prueba, use help(indice) para el indice."
+msgstr "Este es solo un topico de prueba, use help(indice) para el indice"
#. TRANS: This command is descriptive, so can be translated
#: eqnparserhelp.py:113
@@ -773,7 +753,7 @@ msgstr "variables"
#: eqnparserhelp.py:114
msgid "variables(), return a list of the variables that are currently defined"
msgstr ""
-"variables(), devuelve una lista de variables que estan actualmente definidas"
+"variables(), devuelve una lista de variables que están actualmente definidas"
#: eqnparserhelp.py:116
msgid "xor"
@@ -784,8 +764,8 @@ msgid ""
"xor(x, y), logical xor. Returns True if either x is True (and y is False) or "
"y is True (and x is False), else returns False"
msgstr ""
-"xor(x, y), xor logico. Devuelve Verdadero si x es verdadero (y y es Falso) o "
-"si y es Verdadero (y X es Falso), de lo contrario devuelve Falso "
+"xor(x, y), xor lógico. Devuelve Verdadero si X es verdadero (e Y es Falso) o "
+"si Y es Verdadero (y X es Falso), de lo contrario devuelve Falso"
#. TRANS: help(index), both 'index' and the translation will work
#: eqnparserhelp.py:131