eric6/i18n/eric6_es.ts

changeset 8075
6774034a1e0f
parent 8072
58491f4c99d6
child 8079
331e717c458e
--- a/eric6/i18n/eric6_es.ts	Fri Feb 05 09:48:22 2021 +0100
+++ b/eric6/i18n/eric6_es.ts	Fri Feb 05 11:02:11 2021 +0100
@@ -4418,7 +4418,7 @@
 <context>
     <name>CodingError</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="129"/>
+        <location filename="../Utilities/__init__.py" line="130"/>
         <source>The coding &apos;{0}&apos; is wrong for the given text.</source>
         <translation>La codificación &apos;{0}&apos; es incorrecta para el texto indicado.</translation>
     </message>
@@ -6657,7 +6657,7 @@
         <translation>Conexión desde un host ilegal</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebugServer.py" line="1865"/>
+        <location filename="../Debugger/DebugServer.py" line="1863"/>
         <source>
 Not connected
 </source>
@@ -6671,14 +6671,14 @@
         <translation>&lt;p&gt;Se ha intentado una conexión desde el host ilegal &lt;b&gt;{0}&lt;/b&gt;. ¿Aceptar esta conexión?.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebugServer.py" line="2134"/>
+        <location filename="../Debugger/DebugServer.py" line="2132"/>
         <source>Passive debug connection received
 </source>
         <translation>Recibida conexión pasiva de depuración
 </translation>
     </message>
     <message>
-        <location filename="../Debugger/DebugServer.py" line="2148"/>
+        <location filename="../Debugger/DebugServer.py" line="2146"/>
         <source>Passive debug connection closed
 </source>
         <translation>Cerrada conexión pasiva de depuración
@@ -6695,12 +6695,12 @@
         <translation>&lt;p&gt;La interfaz de depurador &lt;b&gt;{0}&lt;/b&gt; ya está registrada. Se ignorará esta solicitud.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebugServer.py" line="1595"/>
+        <location filename="../Debugger/DebugServer.py" line="1593"/>
         <source>Start Debugger</source>
         <translation>Iniciar Depurador</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebugServer.py" line="1595"/>
+        <location filename="../Debugger/DebugServer.py" line="1593"/>
         <source>&lt;p&gt;The debugger type &lt;b&gt;{0}&lt;/b&gt; is not supported or not configured.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Este tipo de depurador, &lt;b&gt;{0}&lt;/b&gt;, no está soportado o no está configurado.&lt;/p&gt;</translation>
     </message>
@@ -7902,27 +7902,27 @@
 <context>
     <name>DebuggerInterfacePython</name>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="496"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="498"/>
         <source>Start Debugger</source>
         <translation>Iniciar Depurador</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="496"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="498"/>
         <source>&lt;p&gt;The debugger backend could not be started.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No ha sido posible lanzar el extremo del depurador.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1346"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1350"/>
         <source>Debug Protocol Error</source>
         <translation>Error de Protocolo de Depuración</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="1346"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="1350"/>
         <source>&lt;p&gt;The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Data:&lt;br/&gt;{1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;La respuesta recibida desde el backend del depurador no se ha podido descodificar. Por favor, informar de este problema junto con los datos recibidos a la dirección de email para bugs de eric.&lt;/p&gt;&lt;p&gt;Error: {0}&lt;/p&gt;&lt;p&gt;Datos:&lt;br/&gt;{1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Debugger/DebuggerInterfacePython.py" line="380"/>
+        <location filename="../Debugger/DebuggerInterfacePython.py" line="382"/>
         <source>&lt;p&gt;No suitable Python3 environment configured.&lt;/p&gt;</source>
         <translation>&lt;p&gt;No hay configurado un entorno de Python3 adecuado.&lt;/p&gt;</translation>
     </message>
@@ -64269,7 +64269,7 @@
         <source>&lt;b&gt;Environment Variables&lt;/b&gt;
 &lt;p&gt;Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form &apos;var=value&apos;. In order to add to an environment variable, enter it in the form &apos;var+=value&apos;.&lt;/p&gt;
 &lt;p&gt;Example: var1=1 var2=&quot;hello world&quot; var3+=&quot;:/tmp&quot;&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Variables de Entorno&lt;/b&gt;
+        <translation type="obsolete">&lt;b&gt;Variables de Entorno&lt;/b&gt;
 &lt;p&gt;Introduzca las variables de entorno a establecer para el programa. Las opciones de configuración individuales deben separarse con espacios en blanco, y ser dadas en la forma &apos;var=valor&apos;. Para añadir a una variable de entorno, introducir en la forma &apos;var+=valor&apos;&lt;/p&gt;
 &lt;p&gt;Ejemplo: var1=1 var2=&quot;hello world&quot; var3+=&quot;:/tmp&quot;&lt;/p&gt;</translation>
     </message>
@@ -64369,6 +64369,13 @@
         <source>Script Parameters:</source>
         <translation>Parámetros de Script:</translation>
     </message>
+    <message>
+        <location filename="../Debugger/StartCoverageDialog.ui" line="83"/>
+        <source>&lt;b&gt;Environment Variables&lt;/b&gt;
+&lt;p&gt;Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form &apos;var=value&apos;. In order to add to an environment variable, enter it in the form &apos;var+=value&apos;. To delete an environment variable, append a &apos;-&apos; to the variable name.&lt;/p&gt;
+&lt;p&gt;Example: var1=1 var2=&quot;hello world&quot; var3+=&quot;:/tmp&quot; var4-&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>StartDebugDialog</name>
@@ -64387,7 +64394,7 @@
         <source>&lt;b&gt;Environment Variables&lt;/b&gt;
 &lt;p&gt;Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form &apos;var=value&apos;. In order to add to an environment variable, enter it in the form &apos;var+=value&apos;.&lt;/p&gt;
 &lt;p&gt;Example: var1=1 var2=&quot;hello world&quot; var3+=&quot;:/tmp&quot;&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Variables de Entorno&lt;/b&gt;
+        <translation type="obsolete">&lt;b&gt;Variables de Entorno&lt;/b&gt;
 &lt;p&gt;Introduzca las variables de entorno a establecer para el programa. Las opciones de configuración individuales deben separarse con espacios en blanco, y ser dadas en la forma &apos;var=valor&apos;. Para añadir a una variable de entorno, introducir en la forma &apos;var+=valor&apos;&lt;/p&gt;
 &lt;p&gt;Ejemplo: var1=1 var2=&quot;hello world&quot; var3+=&quot;:/tmp&quot;&lt;/p&gt;</translation>
     </message>
@@ -64549,6 +64556,13 @@
         <source>Don&apos;t Debug:</source>
         <translation>No Depurar:</translation>
     </message>
+    <message>
+        <location filename="../Debugger/StartDebugDialog.ui" line="139"/>
+        <source>&lt;b&gt;Environment Variables&lt;/b&gt;
+&lt;p&gt;Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form &apos;var=value&apos;. In order to add to an environment variable, enter it in the form &apos;var+=value&apos;. To delete an environment variable, append a &apos;-&apos; to the variable name.&lt;/p&gt;
+&lt;p&gt;Example: var1=1 var2=&quot;hello world&quot; var3+=&quot;:/tmp&quot; var4-&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>StartDialog</name>
@@ -64686,7 +64700,7 @@
         <source>&lt;b&gt;Environment Variables&lt;/b&gt;
 &lt;p&gt;Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form &apos;var=value&apos;. In order to add to an environment variable, enter it in the form &apos;var+=value&apos;.&lt;/p&gt;
 &lt;p&gt;Example: var1=1 var2=&quot;hello world&quot; var3+=&quot;:/tmp&quot;&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Variables de Entorno&lt;/b&gt;
+        <translation type="obsolete">&lt;b&gt;Variables de Entorno&lt;/b&gt;
 &lt;p&gt;Introduzca las variables de entorno a establecer para el programa. Las opciones de configuración individuales deben separarse con espacios en blanco, y ser dadas en la forma &apos;var=valor&apos;. Para añadir a una variable de entorno, introducir en la forma &apos;var+=valor&apos;&lt;/p&gt;
 &lt;p&gt;Ejemplo: var1=1 var2=&quot;hello world&quot; var3+=&quot;:/tmp&quot;&lt;/p&gt;</translation>
     </message>
@@ -64820,6 +64834,13 @@
         <source>Script Parameters:</source>
         <translation>Parámetros de Script:</translation>
     </message>
+    <message>
+        <location filename="../Debugger/StartProfileDialog.ui" line="139"/>
+        <source>&lt;b&gt;Environment Variables&lt;/b&gt;
+&lt;p&gt;Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form &apos;var=value&apos;. In order to add to an environment variable, enter it in the form &apos;var+=value&apos;. To delete an environment variable, append a &apos;-&apos; to the variable name.&lt;/p&gt;
+&lt;p&gt;Example: var1=1 var2=&quot;hello world&quot; var3+=&quot;:/tmp&quot; var4-&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>StartRunDialog</name>
@@ -64872,7 +64893,7 @@
         <source>&lt;b&gt;Environment Variables&lt;/b&gt;
 &lt;p&gt;Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form &apos;var=value&apos;. In order to add to an environment variable, enter it in the form &apos;var+=value&apos;.&lt;/p&gt;
 &lt;p&gt;Example: var1=1 var2=&quot;hello world&quot; var3+=&quot;:/tmp&quot;&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Variables de Entorno&lt;/b&gt;
+        <translation type="obsolete">&lt;b&gt;Variables de Entorno&lt;/b&gt;
 &lt;p&gt;Introduzca las variables de entorno a establecer para el programa. Las opciones de configuración individuales deben separarse con espacios en blanco, y ser dadas en la forma &apos;var=valor&apos;. Para añadir a una variable de entorno, introducir en la forma &apos;var+=valor&apos;&lt;/p&gt;
 &lt;p&gt;Ejemplo: var1=1 var2=&quot;hello world&quot; var3+=&quot;:/tmp&quot;&lt;/p&gt;</translation>
     </message>
@@ -64950,6 +64971,13 @@
         <source>Script Parameters:</source>
         <translation>Parámetros de Script:</translation>
     </message>
+    <message>
+        <location filename="../Debugger/StartRunDialog.ui" line="139"/>
+        <source>&lt;b&gt;Environment Variables&lt;/b&gt;
+&lt;p&gt;Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form &apos;var=value&apos;. In order to add to an environment variable, enter it in the form &apos;var+=value&apos;. To delete an environment variable, append a &apos;-&apos; to the variable name.&lt;/p&gt;
+&lt;p&gt;Example: var1=1 var2=&quot;hello world&quot; var3+=&quot;:/tmp&quot; var4-&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>StatusMonitorLed</name>
@@ -77186,7 +77214,7 @@
 <context>
     <name>Utilities</name>
     <message>
-        <location filename="../Utilities/__init__.py" line="1482"/>
+        <location filename="../Utilities/__init__.py" line="1450"/>
         <source>&lt;p&gt;You may use %-codes as placeholders in the string. Supported codes are:&lt;table&gt;&lt;tr&gt;&lt;td&gt;%C&lt;/td&gt;&lt;td&gt;column of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%D&lt;/td&gt;&lt;td&gt;directory of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%F&lt;/td&gt;&lt;td&gt;filename of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;home directory of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%L&lt;/td&gt;&lt;td&gt;line of the cursor of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%P&lt;/td&gt;&lt;td&gt;path of the current project&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%S&lt;/td&gt;&lt;td&gt;selected text of the current editor&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%U&lt;/td&gt;&lt;td&gt;username of the current user&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;the percent sign&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</source>
         <translation>&lt;p&gt;Puede utilizar %-códigos como marcadores en la cadena. Los valores sportados son:&lt;table&gt;&lt;tr&gt;&lt;td&gt;%C&lt;/td&gt;&lt;td&gt;columna del cursos en el editor actual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%D&lt;/td&gt;&lt;td&gt;directorio del editor actual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%F&lt;/td&gt;&lt;td&gt;nombre de archivo del editor actual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%H&lt;/td&gt;&lt;td&gt;directorio home del usuario actual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%L&lt;/td&gt;&lt;td&gt;línea del cursor en el editor actual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%P&lt;/td&gt;&lt;td&gt;ruta del proyecto actual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%S&lt;/td&gt;&lt;td&gt;texto seleccionado en el editor actual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%U&lt;/td&gt;&lt;td&gt;nombre de usuario del usuario actual&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;%%&lt;/td&gt;&lt;td&gt;signo de porcentaje&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</translation>
     </message>

eric ide

mercurial