--- a/eric6/i18n/eric6_de.ts Fri Feb 05 09:48:22 2021 +0100 +++ b/eric6/i18n/eric6_de.ts Fri Feb 05 11:02:11 2021 +0100 @@ -4413,7 +4413,7 @@ <context> <name>CodingError</name> <message> - <location filename="../Utilities/__init__.py" line="129"/> + <location filename="../Utilities/__init__.py" line="130"/> <source>The coding '{0}' is wrong for the given text.</source> <translation>Die Kodierung „{0}“ ist für den übergebenen Text falsch.</translation> </message> @@ -6647,7 +6647,7 @@ <translation>Verbindung von ungültigem Rechner</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1865"/> + <location filename="../Debugger/DebugServer.py" line="1863"/> <source> Not connected </source> @@ -6661,14 +6661,14 @@ <translation><p>Es wurde versucht, eine Verbindung von dem nicht zugelassenen Rechner <b>{0}</b> aufzubauen. Soll die Verbindung angenommen werden?</p></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="2134"/> + <location filename="../Debugger/DebugServer.py" line="2132"/> <source>Passive debug connection received </source> <translation>Verbindung für passives Debuggen empfangen </translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="2148"/> + <location filename="../Debugger/DebugServer.py" line="2146"/> <source>Passive debug connection closed </source> <translation>Verbindung für passives Debuggen geschlossen @@ -6685,12 +6685,12 @@ <translation><p>Die Debuggerschnittstelle <b>{0}</b> wurde bereits registriert. Anfrage wird ignoriert.</p></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1595"/> + <location filename="../Debugger/DebugServer.py" line="1593"/> <source>Start Debugger</source> <translation>Debugger starten</translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1595"/> + <location filename="../Debugger/DebugServer.py" line="1593"/> <source><p>The debugger type <b>{0}</b> is not supported or not configured.</p></source> <translation><p>Der Debuggertyp <b>{0}</b> wird nicht unterstützt oder ist nicht konfiguriert.</p></translation> </message> @@ -7891,27 +7891,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>Debugger starten</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="496"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="498"/> <source><p>The debugger backend could not be started.</p></source> <translation><p>Der Debugger konnte nicht gestartet werden.</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1346"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1350"/> <source>Debug Protocol Error</source> <translation>Fehler im Debugprotokoll</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1346"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1350"/> <source><p>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.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation><p>Die vom Debugger empfangene Antwort konnte nicht dekodiert werden. Bitte berichten sie diesen Fehler zusammen mit den empfangenen Daten an die eric Bugs Emailadresse.</p><p>Fehler: {0}</p><p>Daten:<br/>{1}</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="380"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="382"/> <source><p>No suitable Python3 environment configured.</p></source> <translation><p>Keine geeignete Python3 Umgebung konfiguriert.</p></translation> </message> @@ -63842,15 +63842,6 @@ <translation>Interpreterfenster löschen</translation> </message> <message> - <location filename="../Debugger/StartCoverageDialog.ui" line="83"/> - <source><b>Environment Variables</b> -<p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> -<p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> - <translation><b>Umgebungsvariablen</b> -<p>Gib die für das Programm zu setzenden Umgebungsvariablen ein. Die einzelnen Einträge müssen durch Leerzeichen getrennt und in der Form „var=Wert“ angegeben werden. Um eine Umgebungsvariable zu ergänzen, geben Sie sie in der Form „var+=Wert“ ein.</p> -<p>Beispiel: var1=1 var2="Hallo Welt" var3+=":/tmp"</p></translation> - </message> - <message> <location filename="../Debugger/StartCoverageDialog.ui" line="200"/> <source>Select to start the debugger in a console window</source> <translation>Auswählen, um den Debugger in einem Konsolenfenster zu starten</translation> @@ -63888,6 +63879,15 @@ <source>Script Parameters:</source> <translation>Skriptparameter:</translation> </message> + <message> + <location filename="../Debugger/StartCoverageDialog.ui" line="83"/> + <source><b>Environment Variables</b> +<p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.</p> +<p>Example: var1=1 var2="hello world" var3+=":/tmp" var4-</p></source> + <translation><b>Umgebungsvariablen</b> +<p>Gib die für das Programm zu setzenden Umgebungsvariablen ein. Die einzelnen Einträge müssen durch Leerzeichen getrennt und in der Form „var=Wert“ angegeben werden. Um eine Umgebungsvariable zu ergänzen, gib sie in der Form „var+=Wert“ ein. Um eine Umgebungsvariable zu löschen, hänge ein '-' an den Variablennamen an.</p> +<p>Beispiel: var1=1 var2="Hallo Welt" var3+=":/tmp var4-"</p></translation> + </message> </context> <context> <name>StartDebugDialog</name> @@ -64003,15 +64003,6 @@ <translation>Interpreterfenster löschen</translation> </message> <message> - <location filename="../Debugger/StartDebugDialog.ui" line="139"/> - <source><b>Environment Variables</b> -<p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> -<p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> - <translation><b>Umgebungsvariablen</b> -<p>Gib die für das Programm zu setzenden Umgebungsvariablen ein. Die einzelnen Einträge müssen durch Leerzeichen getrennt und in der Form „var=Wert“ angegeben werden. Um eine Umgebungsvariable zu ergänzen, geben Sie sie in der Form „var+=Wert“ ein.</p> -<p>Beispiel: var1=1 var2="Hallo Welt" var3+=":/tmp"</p></translation> - </message> - <message> <location filename="../Debugger/StartDebugDialog.ui" line="229"/> <source>Select to start the debugger in a console window</source> <translation>Auswählen, um den Debugger in einem Konsolenfenster zu starten</translation> @@ -64069,6 +64060,15 @@ <source>Don't Debug:</source> <translation>Nicht debuggen:</translation> </message> + <message> + <location filename="../Debugger/StartDebugDialog.ui" line="139"/> + <source><b>Environment Variables</b> +<p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.</p> +<p>Example: var1=1 var2="hello world" var3+=":/tmp" var4-</p></source> + <translation><b>Umgebungsvariablen</b> +<p>Gib die für das Programm zu setzenden Umgebungsvariablen ein. Die einzelnen Einträge müssen durch Leerzeichen getrennt und in der Form „var=Wert“ angegeben werden. Um eine Umgebungsvariable zu ergänzen, gib sie in der Form „var+=Wert“ ein. Um eine Umgebungsvariable zu löschen, hänge ein '-' an den Variablennamen an.</p> +<p>Beispiel: var1=1 var2="Hallo Welt" var3+=":/tmp var4-"</p></translation> + </message> </context> <context> <name>StartDialog</name> @@ -64295,15 +64295,6 @@ <translation>Interpreterfenster löschen</translation> </message> <message> - <location filename="../Debugger/StartProfileDialog.ui" line="139"/> - <source><b>Environment Variables</b> -<p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> -<p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> - <translation><b>Umgebungsvariablen</b> -<p>Gib die für das Programm zu setzenden Umgebungsvariablen ein. Die einzelnen Einträge müssen durch Leerzeichen getrennt und in der Form „var=Wert“ angegeben werden. Um eine Umgebungsvariable zu ergänzen, geben Sie sie in der Form „var+=Wert“ ein.</p> -<p>Beispiel: var1=1 var2="Hallo Welt" var3+=":/tmp"</p></translation> - </message> - <message> <location filename="../Debugger/StartProfileDialog.ui" line="200"/> <source>Select to start the debugger in a console window</source> <translation>Auswählen, um den Debugger in einem Konsolenfenster zu starten</translation> @@ -64341,6 +64332,15 @@ <source>Script Parameters:</source> <translation>Skriptparameter:</translation> </message> + <message> + <location filename="../Debugger/StartProfileDialog.ui" line="139"/> + <source><b>Environment Variables</b> +<p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.</p> +<p>Example: var1=1 var2="hello world" var3+=":/tmp" var4-</p></source> + <translation><b>Umgebungsvariablen</b> +<p>Gib die für das Programm zu setzenden Umgebungsvariablen ein. Die einzelnen Einträge müssen durch Leerzeichen getrennt und in der Form „var=Wert“ angegeben werden. Um eine Umgebungsvariable zu ergänzen, gib sie in der Form „var+=Wert“ ein. Um eine Umgebungsvariable zu löschen, hänge ein '-' an den Variablennamen an.</p> +<p>Beispiel: var1=1 var2="Hallo Welt" var3+=":/tmp var4-"</p></translation> + </message> </context> <context> <name>StartRunDialog</name> @@ -64426,15 +64426,6 @@ <translation>Interpreterfenster löschen</translation> </message> <message> - <location filename="../Debugger/StartRunDialog.ui" line="139"/> - <source><b>Environment Variables</b> -<p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> -<p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></source> - <translation><b>Umgebungsvariablen</b> -<p>Gib die für das Programm zu setzenden Umgebungsvariablen ein. Die einzelnen Einträge müssen durch Leerzeichen getrennt und in der Form „var=Wert“ angegeben werden. Um eine Umgebungsvariable zu ergänzen, geben Sie sie in der Form „var+=Wert“ ein.</p> -<p>Beispiel: var1=1 var2="Hallo Welt" var3+=":/tmp"</p></translation> - </message> - <message> <location filename="../Debugger/StartRunDialog.ui" line="200"/> <source>Select to start the debugger in a console window</source> <translation>Auswählen, um den Debugger in einem Konsolenfenster zu starten</translation> @@ -64472,6 +64463,15 @@ <source>Script Parameters:</source> <translation>Skriptparameter:</translation> </message> + <message> + <location filename="../Debugger/StartRunDialog.ui" line="139"/> + <source><b>Environment Variables</b> +<p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.</p> +<p>Example: var1=1 var2="hello world" var3+=":/tmp" var4-</p></source> + <translation><b>Umgebungsvariablen</b> +<p>Gib die für das Programm zu setzenden Umgebungsvariablen ein. Die einzelnen Einträge müssen durch Leerzeichen getrennt und in der Form „var=Wert“ angegeben werden. Um eine Umgebungsvariable zu ergänzen, gib sie in der Form „var+=Wert“ ein. Um eine Umgebungsvariable zu löschen, hänge ein '-' an den Variablennamen an.</p> +<p>Beispiel: var1=1 var2="Hallo Welt" var3+=":/tmp var4-"</p></translation> + </message> </context> <context> <name>StatusMonitorLed</name> @@ -76679,7 +76679,7 @@ <context> <name>Utilities</name> <message> - <location filename="../Utilities/__init__.py" line="1482"/> + <location filename="../Utilities/__init__.py" line="1450"/> <source><p>You may use %-codes as placeholders in the string. Supported codes are:<table><tr><td>%C</td><td>column of the cursor of the current editor</td></tr><tr><td>%D</td><td>directory of the current editor</td></tr><tr><td>%F</td><td>filename of the current editor</td></tr><tr><td>%H</td><td>home directory of the current user</td></tr><tr><td>%L</td><td>line of the cursor of the current editor</td></tr><tr><td>%P</td><td>path of the current project</td></tr><tr><td>%S</td><td>selected text of the current editor</td></tr><tr><td>%U</td><td>username of the current user</td></tr><tr><td>%%</td><td>the percent sign</td></tr></table></p></source> <translation><p>Sie können %-Codes als Platzhalter in der Eingabe verwenden. Unterstützte Codes sind:<table><tr><td>%C</td><td>Spalte des Cursor des aktuellen Editors</td></tr><tr><td>%D</td><td>Verzeichnis des aktuellen Editors</td></tr><tr><td>%F</td><td>Dateiname des aktuellen Editors</td></tr><tr><td>%H</td><td>Home-Verzeichnis des aktullen Nutzers</td></tr><tr><td>%L</td><td>Zeile des Cursor des aktuellen Editors</td></tr><tr><td>%P</td><td>Pfad des aktuellen Projektes</td></tr><tr><td>%S</td><td>selektierter Text des aktuellen Editors</td></tr><tr><td>%U</td><td>Nutzername des aktuellen Nutzers</td></tr><tr><td>%%</td><td>das Prozentzeichen</td></tr></table></p></translation> </message>