[genius] Updated Spanish translation



commit b73623f28254334cb057ef0770c7304feb0000a4
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Wed May 16 16:32:10 2012 +0200

    Updated Spanish translation

 help/es/es.po |  146 ++++++++++++++++++++++++++++-----------------------------
 1 files changed, 71 insertions(+), 75 deletions(-)
---
diff --git a/help/es/es.po b/help/es/es.po
index 58af86b..18e6dcc 100644
--- a/help/es/es.po
+++ b/help/es/es.po
@@ -11,7 +11,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: genius master\n"
-"POT-Creation-Date: 2012-05-11 22:30+0000\n"
+"POT-Creation-Date: 2012-05-12 17:11+0000\n"
 "PO-Revision-Date: 2012-05-12 18:51+0200\n"
 "Last-Translator: Daniel Mustieles <daniel mustieles gmail com>\n"
 "Language-Team: EspaÃol <gnome-es-list gnome org>\n"
@@ -368,8 +368,8 @@ msgid ""
 "command>."
 msgstr ""
 "Dependiendo de la instalaciÃn de su sistema, el elemento del menà puede no "
-"estar disponible. si no lo estÃ, puede abrir el diÃlogo ÂEjecutar y "
-"ejecutar <command>gnome-genius</command>."
+"estar disponible. si no lo estÃ, puede abrir el diÃlogo ÂEjecutar y ejecutar "
+"<command>gnome-genius</command>."
 
 #: C/genius.xml:238(term)
 msgid "Command line"
@@ -1300,8 +1300,8 @@ msgstr ""
 "booleanos en una expresiÃn, los valores numÃricos se convertirÃn a booleanos "
 "como se describià anteriormente. Esto significa que, por ejemplo: "
 "<placeholder-3/> siempre se evaluarà como <constant>true</constant> dado que "
-"Â1 siempre se convertirà a <constant>true</constant> antes de compararlo "
-"con <constant>true</constant>."
+"Â1 siempre se convertirà a <constant>true</constant> antes de compararlo con "
+"<constant>true</constant>."
 
 #: C/genius.xml:786(title)
 msgid "Strings"
@@ -1741,13 +1741,12 @@ msgstr ""
 msgid ""
 "If you do not enter the parentheses after a function name, instead of being "
 "evaluated, the function will instead be returned as a âfunction nodeâ. The "
-"function node can then be passed to another function. Example: "
-"<placeholder-1/>"
+"function node can then be passed to another function. Example: <placeholder-"
+"1/>"
 msgstr ""
 "Si no se escriben los parÃntesis despuÃs del nombre de la funciÃn, en lugar "
-"de evaluarse, la funciÃn se devolverà como un Ânodo funciÃnÂ. El nodo "
-"funciÃn se puede pasar a como argumento a otra funciÃn. Ejemplo: "
-"<placeholder-1/>"
+"de evaluarse, la funciÃn se devolverà como un Ânodo funciÃnÂ. El nodo funciÃn "
+"se puede pasar a como argumento a otra funciÃn. Ejemplo: <placeholder-1/>"
 
 #: C/genius.xml:1012(programlisting)
 #, no-wrap
@@ -1800,12 +1799,11 @@ msgid ""
 "functions such as <function>exp</function> or <function>ln</function>, to "
 "operate on the function. For example, <placeholder-1/> will return a "
 "function that takes <varname>x</varname> and returns <userinput>exp(sin(x)"
-"*cos(x)+4)</userinput>. It is functionally equivalent to typing "
-"<placeholder-2/> This operation can be useful when quickly defining "
-"functions. For example to create a function called <varname>f</varname> to "
-"perform the above operation, you can just type: <placeholder-3/> It can also "
-"be used in plotting. For example, to plot sin squared you can enter: "
-"<placeholder-4/>"
+"*cos(x)+4)</userinput>. It is functionally equivalent to typing <placeholder-"
+"2/> This operation can be useful when quickly defining functions. For "
+"example to create a function called <varname>f</varname> to perform the "
+"above operation, you can just type: <placeholder-3/> It can also be used in "
+"plotting. For example, to plot sin squared you can enter: <placeholder-4/>"
 msgstr ""
 "Algunas funciones permiten operaciones aritmÃticas y algunos argumentos de "
 "funciÃn tales como <function>exp</function> o <function>ln</function>, para "
@@ -1924,10 +1922,10 @@ msgid ""
 "exponent will be too large), while <userinput>10^(10^10) mod 6</userinput> "
 "is instanteneous."
 msgstr ""
-"Genius implementa aritmÃtica modular. Para usarla, simplemente aÃada Âmod "
-"&lt;entero&gt;Â despuÃs de la expresiÃn. Ejemplo: <placeholder-1/> PodrÃa "
-"ser posible realizar aritmÃtica modular trabajando con enteros y aplicando "
-"el mÃdulo al final con el operador <literal>%</literal>, pero puede ser mÃs "
+"Genius implementa aritmÃtica modular. Para usarla, simplemente aÃada Âmod &lt;"
+"entero&gt;Â despuÃs de la expresiÃn. Ejemplo: <placeholder-1/> PodrÃa ser "
+"posible realizar aritmÃtica modular trabajando con enteros y aplicando el "
+"mÃdulo al final con el operador <literal>%</literal>, pero puede ser mÃs "
 "costoso o imposible cuando se trabaja con valores muy elevados. Por ejemplo "
 "<userinput>10^(10^10) % 6</userinput> puede que no funcione (el exponente es "
 "demasiado grande), sin embargo <userinput>10^(10^10) mod 6</userinput> es "
@@ -2681,10 +2679,10 @@ msgid ""
 "The unitary minus operates in a different fashion depending on where it "
 "appears. If it appears before a number it binds very closely, if it appears "
 "in front of an expression it binds less than the power and factorial "
-"operators. So for example <userinput>-1^k</userinput> is really <userinput>"
-"(-1)^k</userinput>, but <userinput>-foo(1)^k</userinput> is really "
-"<userinput>-(foo(1)^k)</userinput>. So be careful how you use it and if in "
-"doubt, add parentheses."
+"operators. So for example <userinput>-1^k</userinput> is really <userinput>(-"
+"1)^k</userinput>, but <userinput>-foo(1)^k</userinput> is really <userinput>-"
+"(foo(1)^k)</userinput>. So be careful how you use it and if in doubt, add "
+"parentheses."
 msgstr ""
 "El operador unario Âmenos opera de un modo distinto dependiendo del lugar "
 "donde aparece. Si lo hace antes de un nÃmero su prioridad es muy alta. Si "
@@ -2966,14 +2964,14 @@ msgstr "Variables globales y Ãmbito de variables"
 # ÂAl parecer se explica inmediatamente?
 #: C/genius.xml:1883(para)
 msgid ""
-"GEL is a <ulink url=\"http://en.wikipedia.org/wiki/Scope_%28programming";
-"%29\"> dynamically scoped language</ulink>. We will explain what this means "
+"GEL is a <ulink url=\"http://en.wikipedia.org/wiki/Scope_%28programming%29";
+"\"> dynamically scoped language</ulink>. We will explain what this means "
 "below. That is, normal variables and functions are dynamically scoped. The "
 "exception are <link linkend=\"genius-gel-parameters\">parameter variables</"
 "link>, which are always global."
 msgstr ""
-"GEL es un <ulink url=\"http://es.wikipedia.org/wiki/%C3%81mbito_(programaci"
-"%C3%B3n)\">lenguaje con Ãmbitos dinÃmicos</ulink>. Esto se explicarà mÃs "
+"GEL es un <ulink url=\"http://es.wikipedia.org/wiki/%C3%81mbito_(programaci%"
+"C3%B3n)\">lenguaje con Ãmbitos dinÃmicos</ulink>. Esto se explicarà mÃs "
 "adelante. Esto significa que a las variables ordinarias y a las funciones se "
 "les asigna un Ãmbito de manera dinÃmica. La Ãnica excepciÃn son las <link "
 "linkend=\"genius-gel-parameters\">variables de parÃmetros</link>, que "
@@ -3271,7 +3269,7 @@ msgid ""
 msgstr ""
 "Cuando se utilizan funciones que devuelven valores a travÃs de referencias "
 "en la lista de argumentos, pase solo el nombre de la variable con un "
-"ampersand (&). Por ejemplo, el siguiente cÃdigo calcula el valor propio de "
+"ampersand (&amp;). Por ejemplo, el siguiente cÃdigo calcula el valor propio de "
 "una matriz <varname>A</varname> con un vector propio inicial indeterminado "
 "<varname>x</varname>, y guarda el vector propio obtenido en la variable "
 "<varname>v</varname>: <placeholder-1/>"
@@ -3284,7 +3282,7 @@ msgid ""
 "identifier, so <literal>**a</literal> is not a legal expression in GEL."
 msgstr ""
 "La manera como funcionan las referencias y la sintaxis que utilizan son "
-"similares al lenguaje C. El operador <literal>&</literal> hace referencia a "
+"similares al lenguaje C. El operador <literal>&amp;</literal> hace referencia a "
 "una variable y <literal>*</literal> la elimina. Ambos pueden aplicarse sÃlo "
 "a un identificador, por lo que <literal>**a</literal> no es una expresiÃn "
 "legal en GEL."
@@ -3295,9 +3293,9 @@ msgid ""
 "<varname>a</varname> contains 2. You can also reference functions: "
 "<placeholder-2/> gives us 4."
 msgstr ""
-"Las referencias se pueden explicar mejor utilizando un ejemplo: "
-"<placeholder-1/> ahora <varname>a</varname> contiene el valor 2. TambiÃn "
-"puede hacer referencia a funciones: <placeholder-2/> devuelve el valor 4."
+"Las referencias se pueden explicar mejor utilizando un ejemplo: <placeholder-"
+"1/> ahora <varname>a</varname> contiene el valor 2. TambiÃn puede hacer "
+"referencia a funciones: <placeholder-2/> devuelve el valor 4."
 
 #: C/genius.xml:2092(title)
 msgid "Lvalues"
@@ -3825,12 +3823,12 @@ msgid ""
 "has a slightly different syntax than the rest of genius, more similiar to a "
 "shell. You can enter the file in quotes. If you use the '' quotes, you will "
 "get exactly the string that you typed, if you use the \"\" quotes, special "
-"characters will be unescaped as they are for strings. Example: "
-"<placeholder-1/> There are also <command>cd</command>, <command>pwd</"
-"command> and <command>ls</command> commands built in. <command>cd</command> "
-"will take one argument, <command>ls</command> will take an argument that is "
-"like the glob in the unix shell (i.e., you can use wildcards). <command>pwd</"
-"command> takes no arguments. For example: <placeholder-2/>"
+"characters will be unescaped as they are for strings. Example: <placeholder-"
+"1/> There are also <command>cd</command>, <command>pwd</command> and "
+"<command>ls</command> commands built in. <command>cd</command> will take one "
+"argument, <command>ls</command> will take an argument that is like the glob "
+"in the unix shell (i.e., you can use wildcards). <command>pwd</command> "
+"takes no arguments. For example: <placeholder-2/>"
 msgstr ""
 
 #: C/genius.xml:2412(title)
@@ -5634,11 +5632,10 @@ msgstr ""
 
 #: C/genius.xml:870(para)
 msgid ""
-"See <ulink url=\"http://en.wikipedia.org/wiki/E_";
-"(mathematical_constant)\">Wikipedia</ulink> or <ulink url=\"http://";
-"planetmath.org/encyclopedia/E.html\">Planetmath</ulink> or <ulink url="
-"\"http://mathworld.wolfram.com/e.html\";>Mathworld</ulink> for more "
-"information."
+"See <ulink url=\"http://en.wikipedia.org/wiki/E_(mathematical_constant)"
+"\">Wikipedia</ulink> or <ulink url=\"http://planetmath.org/encyclopedia/E.";
+"html\">Planetmath</ulink> or <ulink url=\"http://mathworld.wolfram.com/e.html";
+"\">Mathworld</ulink> for more information."
 msgstr ""
 "Consulte la <ulink url=\"http://en.wikipedia.org/wiki/E_";
 "(mathematical_constant)\">Wikipedia</ulink> o <ulink url=\"http://planetmath.";
@@ -6362,10 +6359,9 @@ msgid ""
 "= 4\n"
 "</screen>"
 msgstr ""
-"La raÃz cuadrada. Cuando se opera con ÂmÃduloÂ, algunos enteros devolverÃn "
-"un valor <constant>null</constant> o un vector de raÃces cuadradas. "
-"Ejemplos: <screen><prompt>genius&gt;</prompt> <userinput>sqrt(2)</"
-"userinput>\n"
+"La raÃz cuadrada. Cuando se opera con ÂmÃduloÂ, algunos enteros devolverÃn un "
+"valor <constant>null</constant> o un vector de raÃces cuadradas. Ejemplos: "
+"<screen><prompt>genius&gt;</prompt> <userinput>sqrt(2)</userinput>\n"
 "= 1.41421356237\n"
 "<prompt>genius&gt;</prompt> <userinput>sqrt(-1)</userinput>\n"
 "= 1i\n"
@@ -7551,17 +7547,17 @@ msgstr ""
 
 #: C/genius.xml:2009(para)
 msgid ""
-"See <ulink url=\"http://en.wikipedia.org/wiki/Lucas";
-"%E2%80%93Lehmer_primality_test\">Wikipedia</ulink> or <ulink url=\"http://";
+"See <ulink url=\"http://en.wikipedia.org/wiki/Lucas%E2%80%";
+"93Lehmer_primality_test\">Wikipedia</ulink> or <ulink url=\"http://";
 "planetmath.org/encyclopedia/LucasLhemer.html\">Planetmath</ulink> or <ulink "
 "url=\"http://mathworld.wolfram.com/Lucas-LehmerTest.html\";>Mathworld</ulink> "
 "for more information."
 msgstr ""
-"Consulte la <ulink url=\"http://en.wikipedia.org/wiki/Lucas";
-"%E2%80%93Lehmer_primality_test\">Wikipedia</ulink> o <ulink url=\"http://";
-"planetmath.org/encyclopedia/LucasLhemer.html\">Planetmath</ulink> o <ulink "
-"url=\"http://mathworld.wolfram.com/Lucas-LehmerTest.html\";>Mathworld</ulink> "
-"para obtener mÃs informaciÃn."
+"Consulte la <ulink url=\"http://en.wikipedia.org/wiki/Lucas%E2%80%";
+"93Lehmer_primality_test\">Wikipedia</ulink> o <ulink url=\"http://planetmath.";
+"org/encyclopedia/LucasLhemer.html\">Planetmath</ulink> o <ulink url=\"http://";
+"mathworld.wolfram.com/Lucas-LehmerTest.html\">Mathworld</ulink> para obtener "
+"mÃs informaciÃn."
 
 #: C/genius.xml:2019(term)
 msgid "LucasNumber"
@@ -7637,17 +7633,17 @@ msgstr ""
 
 #: C/genius.xml:2078(para) C/genius.xml:2096(para)
 msgid ""
-"See <ulink url=\"http://en.wikipedia.org/wiki/Miller";
-"%E2%80%93Rabin_primality_test\">Wikipedia</ulink> or <ulink url=\"http://";
-"planetmath.org/encyclopedia/MillerRabinPrimeTest.html\">Planetmath</ulink> "
-"or <ulink url=\"http://mathworld.wolfram.com/Rabin-";
-"MillerStrongPseudoprimeTest.html\">Mathworld</ulink> for more information."
+"See <ulink url=\"http://en.wikipedia.org/wiki/Miller%E2%80%";
+"93Rabin_primality_test\">Wikipedia</ulink> or <ulink url=\"http://planetmath.";
+"org/encyclopedia/MillerRabinPrimeTest.html\">Planetmath</ulink> or <ulink "
+"url=\"http://mathworld.wolfram.com/Rabin-MillerStrongPseudoprimeTest.html";
+"\">Mathworld</ulink> for more information."
 msgstr ""
-"Consulte la <ulink url=\"http://en.wikipedia.org/wiki/Miller";
-"%E2%80%93Rabin_primality_test\">Wikipedia</ulink> o <ulink url=\"http://";
-"planetmath.org/encyclopedia/MillerRabinPrimeTest.html\">Planetmath</ulink> o "
-"<ulink url=\"http://mathworld.wolfram.com/Rabin-MillerStrongPseudoprimeTest.";
-"html\">Mathworld</ulink> para obtener mÃs informaciÃn."
+"Consulte la <ulink url=\"http://en.wikipedia.org/wiki/Miller%E2%80%";
+"93Rabin_primality_test\">Wikipedia</ulink> o <ulink url=\"http://planetmath.";
+"org/encyclopedia/MillerRabinPrimeTest.html\">Planetmath</ulink> o <ulink url="
+"\"http://mathworld.wolfram.com/Rabin-MillerStrongPseudoprimeTest.html";
+"\">Mathworld</ulink> para obtener mÃs informaciÃn."
 
 #: C/genius.xml:2088(term)
 msgid "MillerRabinTestSure"
@@ -11800,8 +11796,8 @@ msgstr "cis (x)"
 
 #: C/genius.xml:4595(para)
 msgid ""
-"The <function>cis</function> function, that is the same as <userinput>cos"
-"(x)+1i*sin(x)</userinput>"
+"The <function>cis</function> function, that is the same as <userinput>cos(x)"
+"+1i*sin(x)</userinput>"
 msgstr ""
 "La funciÃn <function>cis</function> es la misma que <userinput>cos(x)+1i*sin"
 "(x)</userinput>"
@@ -13149,18 +13145,18 @@ msgstr ""
 
 #: C/genius.xml:5485(para)
 msgid ""
-"Examples: <screen><prompt>genius&gt;</prompt> <userinput>SurfacePlot(|"
-"sin|,-1,1,-1,1,0,1.5)</userinput>\n"
-"<prompt>genius&gt;</prompt> <userinput>SurfacePlot(`(x,y)"
-"=x^2+y,-1,1,-1,1,-2,2)</userinput>\n"
+"Examples: <screen><prompt>genius&gt;</prompt> <userinput>SurfacePlot(|sin|,-"
+"1,1,-1,1,0,1.5)</userinput>\n"
+"<prompt>genius&gt;</prompt> <userinput>SurfacePlot(`(x,y)=x^2+y,-1,1,-1,1,-"
+"2,2)</userinput>\n"
 "<prompt>genius&gt;</prompt> <userinput>SurfacePlot(`(z)=|z|^2,-1,1,-1,1,0,2)"
 "</userinput>\n"
 "</screen>"
 msgstr ""
-"Ejemplos: <screen><prompt>genius&gt;</prompt> <userinput>SurfacePlot(|"
-"sin|,-1,1,-1,1,0,1.5)</userinput>\n"
-"<prompt>genius&gt;</prompt> <userinput>SurfacePlot(`(x,y)"
-"=x^2+y,-1,1,-1,1,-2,2)</userinput>\n"
+"Ejemplos: <screen><prompt>genius&gt;</prompt> <userinput>SurfacePlot(|sin|,-"
+"1,1,-1,1,0,1.5)</userinput>\n"
+"<prompt>genius&gt;</prompt> <userinput>SurfacePlot(`(x,y)=x^2+y,-1,1,-1,1,-"
+"2,2)</userinput>\n"
 "<prompt>genius&gt;</prompt> <userinput>SurfacePlot(`(z)=|z|^2,-1,1,-1,1,0,2)"
 "</userinput>\n"
 "</screen>"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]