--- a/src/eric7/i18n/eric7_de.ts Wed Mar 01 09:06:13 2023 +0100 +++ b/src/eric7/i18n/eric7_de.ts Wed Mar 29 10:03:06 2023 +0200 @@ -1733,55 +1733,80 @@ <context> <name>BaseDevice</name> <message> - <location filename="../MicroPython/Devices/DeviceBase.py" line="128" /> - <source>Show MicroPython Versions</source> - <translation>Zeige MicroPython Versionen</translation> - </message> - <message> - <location filename="../MicroPython/Devices/DeviceBase.py" line="129" /> + <location filename="../MicroPython/Devices/DeviceBase.py" line="190" /> + <source>Device Data Not Available</source> + <translation>Gerätedaten sind nicht verfügbar</translation> + </message> + <message> + <location filename="../MicroPython/Devices/DeviceBase.py" line="191" /> <source><p>The device data is not available. Try to connect to the device again. Aborting...</p></source> <translation><p>Die Gerätedaten sind nicht verfügbar. Versuche, das Gerät neu zu verbinden. Abbruch...</p></translation> </message> <message> - <location filename="../MicroPython/Devices/DeviceBase.py" line="173" /> + <location filename="../MicroPython/Devices/DeviceBase.py" line="244" /> <source>Unsupported Device</source> <translation>Nicht unterstütztes Gerät</translation> </message> <message> - <location filename="../MicroPython/Devices/DeviceBase.py" line="183" /> + <location filename="../MicroPython/Devices/DeviceBase.py" line="254" /> <source>REPL is not supported by this device.</source> <translation>REPL wird von diesem Gerät nicht unterstützt.</translation> </message> <message> - <location filename="../MicroPython/Devices/DeviceBase.py" line="202" /> + <location filename="../MicroPython/Devices/DeviceBase.py" line="273" /> <source>Plotter is not supported by this device.</source> <translation>Der Plotter wird von diesem Gerät nicht unterstützt.</translation> </message> <message> - <location filename="../MicroPython/Devices/DeviceBase.py" line="221" /> + <location filename="../MicroPython/Devices/DeviceBase.py" line="292" /> <source>Running scripts is not supported by this device.</source> <translation>Die Ausführung von Skripten wird von diesem Gerät nicht unterstützt.</translation> </message> <message> - <location filename="../MicroPython/Devices/DeviceBase.py" line="240" /> + <location filename="../MicroPython/Devices/DeviceBase.py" line="311" /> <source>File Manager is not supported by this device.</source> <translation>Der Dateimanager wird von diesem Gerät nicht unterstützt.</translation> </message> <message> - <location filename="../MicroPython/Devices/DeviceBase.py" line="285" /> + <location filename="../MicroPython/Devices/DeviceBase.py" line="356" /> <source>Select Device Directory</source> <translation>Auswahl des Geräteverzeichnis</translation> </message> <message> - <location filename="../MicroPython/Devices/DeviceBase.py" line="286" /> + <location filename="../MicroPython/Devices/DeviceBase.py" line="357" /> <source>Select the directory for the connected device:</source> <translation>Wähle das Verzeichnis für das verbundene Gerät:</translation> </message> <message> - <location filename="../MicroPython/Devices/DeviceBase.py" line="432" /> + <location filename="../MicroPython/Devices/DeviceBase.py" line="503" /> <source>Detected an error without indications.</source> <translation>Es wurde ein Fehler ohne nähere Angaben entdeckt.</translation> </message> + <message> + <location filename="../MicroPython/Devices/DeviceBase.py" line="1390" /> + <source>Operation not supported.</source> + <translation>Befehl wird nicht unterstützt.</translation> + </message> + <message> + <location filename="../MicroPython/Devices/DeviceBase.py" line="1698" /> + <source>Yes</source> + <translation>Ja</translation> + </message> + <message> + <location filename="../MicroPython/Devices/DeviceBase.py" line="1698" /> + <source>No</source> + <translation>Nein</translation> + </message> + <message> + <location filename="../MicroPython/Devices/DeviceBase.py" line="1700" /> + <source>yes</source> + <translation>ja</translation> + </message> + <message> + <location filename="../MicroPython/Devices/DeviceBase.py" line="1700" /> + <source>no</source> + <translation>nein</translation> + </message> </context> <context> <name>BlackConfigurationDialog</name> @@ -2075,6 +2100,159 @@ </message> </context> <context> + <name>BluetoothController</name> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothController.py" line="43" /> + <source>Bluetooth Functions</source> + <translation>Bluetooth Funktionen</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothController.py" line="45" /> + <source>Show Bluetooth Status</source> + <translation>Zeige Bluetooth Status</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothController.py" line="47" /> + <source>Perform Scan</source> + <translation>Suche durchführen</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothController.py" line="95" /> + <location filename="../MicroPython/BluetoothDialogs/BluetoothController.py" line="89" /> + <location filename="../MicroPython/BluetoothDialogs/BluetoothController.py" line="50" /> + <source>Activate Bluetooth Interface</source> + <translation>Bluetooth Schnittstelle aktivieren</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothController.py" line="117" /> + <location filename="../MicroPython/BluetoothDialogs/BluetoothController.py" line="111" /> + <location filename="../MicroPython/BluetoothDialogs/BluetoothController.py" line="54" /> + <source>Deactivate Bluetooth Interface</source> + <translation>Bluetooth Schnittstelle deaktivieren</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothController.py" line="90" /> + <source>Bluetooth was activated successfully.</source> + <translation>Bluetooth wurde erfolgreich aktiviert.</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothController.py" line="96" /> + <source>Bluetooth could not be activated.</source> + <translation>Bluetooth konnte nicht aktiviert werden.</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothController.py" line="112" /> + <source>Bluetooth was deactivated successfully.</source> + <translation>Bluetooth wurde erfolgreich deaktiviert.</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothController.py" line="118" /> + <source>Bluetooth could not be deactivated.</source> + <translation>Bluetooth konnte nicht deaktiviert werden.</translation> + </message> + </context> + <context> + <name>BluetoothScanWindow</name> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothScanWindow.py" line="68" /> + <location filename="../MicroPython/BluetoothDialogs/BluetoothScanWindow.ui" line="0" /> + <source>Bluetooth Scan</source> + <translation>Bluetooth Suche</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothScanWindow.ui" line="0" /> + <source>Name</source> + <translation>Name</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothScanWindow.ui" line="0" /> + <source>MAC-Address</source> + <translation>MAC-Addresse</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothScanWindow.ui" line="0" /> + <source>RSSI [dBm]</source> + <translation>RSSI [dBm]</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothScanWindow.ui" line="0" /> + <source>Scan Duration:</source> + <translation>Suchdauer:</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothScanWindow.ui" line="0" /> + <source>Enter the scan duration in seconds</source> + <translation>Gib die Suchdauer in Sekunden ein</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothScanWindow.ui" line="0" /> + <source> s</source> + <translation> s</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothScanWindow.ui" line="0" /> + <source>Press to scan for Bluetooth devices.</source> + <translation>Drücken, um nach Bluetooth Geräten zu suchen.</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothScanWindow.ui" line="0" /> + <source>Scan</source> + <translation>Suchen</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothScanWindow.py" line="69" /> + <source><p>The scan for available devices failed.</p><p>Reason: {0}</p></source> + <translation><p>Die Suche nach verfügbaren Geräten ist gescheitert.</p><p>Ursache: {0}</p></translation> + </message> + <message numerus="yes"> + <location filename="../MicroPython/BluetoothDialogs/BluetoothScanWindow.py" line="77" /> + <source><p>Detected <b>%n</b> device(s).</p></source> + <translation> + <numerusform><p><b>%n</b> Gerät gefunden.</p></numerusform> + <numerusform><p><b>%n</b> Geräte gefunden.</p></numerusform> + </translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothScanWindow.py" line="82" /> + <source>N/A</source> + <translation>N/A</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothScanWindow.py" line="97" /> + <source>Complete {0}-bit Service UUID: {1}</source> + <translation>Vollständige {0}-bit Dienst UUID: {1}</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothScanWindow.py" line="99" /> + <source>Incomplete {0}-bit Service UUID: {1}</source> + <translation>Unvollständige {0}-bit Dienst UUID: {1}</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothScanWindow.py" line="110" /> + <source>Manufacturer ID: 0x{0:x} ({1})</source> + <translation>Hersteller ID: 0x{0:x} ({1})</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothScanWindow.py" line="114" /> + <source>Manufacturer ID: 0x{0:x}</source> + <translation>Hersteller ID: 0x{0:x}</translation> + </message> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothScanWindow.py" line="123" /> + <source>Tx Power Level [dBm]: {0}</source> + <translation>Sendeleistung [dBm]: {0}</translation> + </message> + </context> + <context> + <name>BluetoothStatusDialog</name> + <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothStatusDialog.ui" line="0" /> + <location filename="../MicroPython/BluetoothDialogs/BluetoothStatusDialog.ui" line="0" /> + <source>Bluetooth Status</source> + <translation>Bluetooth Status</translation> + </message> + </context> + <context> <name>BoardDataDialog</name> <message> <location filename="../MicroPython/BoardDataDialog.py" line="39" /> @@ -3770,138 +3948,319 @@ <context> <name>CircuitPythonDevice</name> <message> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="87" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="91" /> + <source>open</source> + <comment>open WiFi network</comment> + <translation>offen</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="111" /> + <source>Public</source> + <translation>öffentlich</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="112" /> + <source>Random Static</source> + <translation>zufällig, statisch</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="113" /> + <source>Random Private Resolvable</source> + <translation>zufällig, privat, auflösbar</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="114" /> + <source>Random Private Non-Resolvable</source> + <translation>zufällig, privat, nicht auflösbar</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="140" /> + <source>WIZnet 5x00 Ethernet</source> + <translation>WIZnet 5x00 Ethernet</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="141" /> + <source><p>Support for <b>WIZnet 5x00</b> Ethernet boards could not be detected. Is the module <b>adafruit_wiznet5k</b> installed?</p></source> + <translation><p>Die Unterstützung für <b>WIZnet 5x00</b> Ethernet Boards konnte nicht detektiert werden. Ist das Module <b>adafruit_wiznet5k</b> installiert?</p></translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="175" /> <source>CircuitPython</source> <translation>CircuitPython</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="216" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="304" /> <source>Workspace Directory</source> <translation>Arbeitsverzeichnis</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="217" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="305" /> <source>Python files for CircuitPython can be edited in place, if the device volume is locally available. Such a volume was not found. In place editing will not be available.</source> <translation>Python Dateien für CircuitPython können an Ort und Stelle bearbeitet werden, wenn das Geräteverzeichnis lokal verfügbar ist. Ein solches Verzeichnis konnte nicht gefunden werden. Direkte Bearbeitung ist nicht verfügbar.</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="247" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="335" /> <source>Library Management</source> <translation>Bibliotheksverwaltung</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="251" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="341" /> <source>CircuitPython Functions</source> <translation>CircuitPython Funktionen</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="254" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="343" /> <source>Show CircuitPython Versions</source> <translation>Zeige CircuitPython Versionen</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="263" /> - <source>CircuitPython Flash Instructions</source> - <translation>CircuitPython Flashanweisungen</translation> - </message> - <message> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="345" /> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="276" /> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="267" /> - <source>Flash CircuitPython Firmware</source> - <translation>CircuitPython Firmware flashen</translation> - </message> - <message> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="270" /> - <source>Start the 'Teensy Loader' application to flash the Teensy device.</source> - <translation>Startet die 'Teensy Loader' Anwendung zum Flashen des Teensy Boards.</translation> - </message> - <message> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="443" /> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="305" /> - <source>Install Library Files</source> - <translation>Bibliotheksdateien installieren</translation> - </message> - <message> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="441" /> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="309" /> - <source>Install Library Package</source> - <translation>Bibliothekspaket installieren</translation> - </message> - <message> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="315" /> - <source>Install 'circup' Package</source> - <translation>'circup' Paket installieren</translation> - </message> - <message> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="346" /> - <source><p>Teensy 4.0 and Teensy 4.1 do not support the UF2 bootloader. Please use the 'Teensy Loader' application to flash CircuitPython. Make sure you downloaded the CircuitPython .hex file.</p><p>See <a href="{0}">the PJRC Teensy web site</a> for details.</p></source> - <translation><p>Teensy 4.0 und Teensy 4.1 unterstützen den UF2 Bootloader nicht. Bitte verwende die 'Teensy Loader' Anwendung, um CircuitPython zu flashen. Stelle sicher, dass die CircuitPython .hex Datei geladen ist.</p><p>Siehe <a href="{0}">die PJRC Teensy Webseite</a> für Details.</p></translation> - </message> - <message> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="366" /> - <source>Start 'Teensy Loader'</source> - <translation>'Teensy Loader' starten</translation> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="347" /> + <source>Activate Bootloader</source> + <translation>Bootloader aktivieren</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="350" /> + <source>Activate UF2 Mode</source> + <translation>UF2 Modus aktivieren</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="357" /> + <source>Reset Device</source> + <translation>Gerät zurücksetzen</translation> </message> <message> <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="367" /> - <source><p>The 'Teensy Loader' application <b>teensy</b> could not be started. Ensure it is in the application search path or start it manually.</p></source> - <translation><p>Die 'Teensy Loader' Anwendung <b>teensy</b> konnte nicht gestartet werden. Stelle sicher, dass sie sich im Suchpfad befindet oder starte sie manuell.</p></translation> + <source>Flash CircuitPython Firmware</source> + <translation>CircuitPython Firmware flashen</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="371" /> + <source>UF2 Device</source> + <translation>UF2 Gerät</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="375" /> + <source>ESP32 Device</source> + <translation>ESP32 Gerät</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="376" /> + <source>Erase Flash</source> + <translation>Flash löschen</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="378" /> + <source>Flash MicroPython Firmware</source> + <translation>MicroPython Firmware flashen</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="382" /> + <source>Flash Additional Firmware</source> + <translation>Zusätzliche Firmware flashen</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="387" /> + <source>Teensy Device</source> + <translation>Teensy Gerät</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="389" /> + <source>CircuitPython Flash Instructions</source> + <translation>CircuitPython Flashanweisungen</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="393" /> + <source>Start 'Teensy Loader'</source> + <translation>'Teensy Loader' starten</translation> </message> <message> <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="396" /> + <source>Start the 'Teensy Loader' application to flash the Teensy device.</source> + <translation>Startet die 'Teensy Loader' Anwendung zum Flashen des Teensy Boards.</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="621" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="430" /> + <source>Install Library Files</source> + <translation>Bibliotheksdateien installieren</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="619" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="434" /> + <source>Install Library Package</source> + <translation>Bibliothekspaket installieren</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="440" /> + <source>Install 'circup' Package</source> + <translation>'circup' Paket installieren</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="574" /> <source>unknown</source> <translation>unbekannt</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="415" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="593" /> <source><h4>CircuitPython Version Information</h4><table><tr><td>Installed:</td><td>{0}</td></tr><tr><td>Available:</td><td>{1}</td></tr></table></source> <translation><h4>CircuitPython Versionsinformationen</h4><table><tr><td>Installiert:</td><td>{0}</td></tr><tr><td>Verfügbar:</td><td>{1}</td></tr></table></translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="423" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="601" /> <source><p><b>Update available!</b></p></source> <translation><p><b>Update verfügbar!</b></p></translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="427" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="605" /> <source>CircuitPython Version</source> <translation>CircuitPython Version</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="449" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="627" /> <source>The device volume "<b>{0}</b>" is not available. Ensure it is mounted properly and try again.</source> <translation>Das Geräteverzeichnis "<b>{0}</b>" ist nicht bereit. Stelle sicher, dass es gemounted ist und versuche es erneut.</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="477" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="655" /> <source>Compiled Python Files (*.mpy);;Python Files (*.py);;All Files (*)</source> <translation>Übersetzte Python Dateien (*.mpy);;Python Dateien (*.py);;Alle Dateien (*)</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="507" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="685" /> <source>CircuitPython Firmware</source> <translation>CircuitPython Firmware</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="511" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="689" /> <source>CircuitPython Libraries</source> <translation>CircuitPython Bibliotheken</translation> </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1082" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="819" /> + <source>unknown ({0})</source> + <translation>unbekannt ({0})</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1531" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1454" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="994" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="915" /> + <source>The device volume is not available.</source> + <translation>Das Geräteverzeichnis ist nicht verfügbar.</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="958" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="930" /> + <source>Write WiFi Credentials</source> + <translation>WLAN Berechtigungen schreiben</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1493" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="959" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="931" /> + <source><p>The file <b>{0}</b> exists already. Shall it be replaced?</p></source> + <translation><p>Die Datei <b>{0}</b> existiert bereits. Soll sie ersetzt werden?</p></translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1500" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="966" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="938" /> + <source>Aborted</source> + <translation>Abgebrochen</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1149" /> + <source>CircuitPython does not support setting the IPv4 parameters of the WiFi access point.</source> + <translation>CircuitPython unterstützt nicht die Konfiguration der IPv4 Parameter des WiFi Access Point.</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1220" /> + <source>CircuitPython does not support reporting of connected clients.</source> + <translation>CircuitPython unterstützt nicht die Ermittlung verbundener Geräte.</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1629" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1304" /> + <source>Active</source> + <translation>Aktiv</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1635" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1305" /> + <source>Connected</source> + <translation>Verbunden</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1306" /> + <source>IPv4 Address</source> + <translation>IPv4 Adresse</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1307" /> + <source>Netmask</source> + <translation>Netzmaske</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1308" /> + <source>Gateway</source> + <translation>Gateway</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1309" /> + <source>DNS</source> + <translation>DNS</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1631" /> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1310" /> + <source>MAC-Address</source> + <translation>MAC-Addresse</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1311" /> + <source>Chip Type</source> + <translation>Chiptyp</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1312" /> + <source>max. Sockets</source> + <translation>max. Sockets</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1492" /> + <source>Write Connect Script</source> + <translation>Verbindungsskript schreiben</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1630" /> + <source>Name</source> + <translation>Name</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1633" /> + <source>Address Type</source> + <translation>Adresstyp</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonDevices.py" line="1636" /> + <source>Advertising</source> + <translation>Advertising</translation> + </message> </context> <context> <name>CircuitPythonUpdaterInterface</name> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="595" /> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="587" /> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="574" /> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="543" /> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="514" /> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="504" /> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="484" /> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="467" /> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="458" /> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="444" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="597" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="589" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="576" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="545" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="516" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="506" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="486" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="469" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="460" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="446" /> <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="54" /> <source>Install Modules</source> <translation>Module installieren</translation> @@ -3937,10 +4296,10 @@ <translation>Veraltete Module auflisten</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="383" /> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="373" /> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="363" /> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="344" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="385" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="375" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="365" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="346" /> <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="95" /> <source>Update Modules</source> <translation>Module aktualisieren</translation> @@ -3961,8 +4320,8 @@ <translation>Installierte Module anzeigen</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="636" /> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="615" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="638" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="617" /> <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="108" /> <source>Uninstall Modules</source> <translation>Module deinstallieren</translation> @@ -3983,163 +4342,174 @@ <translation>Bundles mit Modulen anzeigen</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="247" /> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="234" /> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="223" /> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="211" /> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="199" /> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="186" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="249" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="236" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="225" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="213" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="201" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="188" /> <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="118" /> <source>Add Bundle</source> <translation>Bundle hinzufügen</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="282" /> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="267" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="284" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="269" /> <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="119" /> <source>Remove Bundles</source> <translation>Bundle entfernen</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="128" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="667" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="121" /> + <source>Show Local Cache Path</source> + <translation>Zeige lokalen Cachepfad</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="130" /> <source>unknown</source> <translation>unbekannt</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="132" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="134" /> <source>About circup</source> <translation>Über circup</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="133" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="135" /> <source><p><b>circup Version {0}</b></p><p><i>circup</i> is a tool to manage and update libraries on a CircuitPython device.</p></source> <translation><p><b>circup Version {0}</b></p><p><i>circup</i> ist ein Werkzeug zur Verwaltung und Aktualisierung von Biblitheken eines CircuitPython Gerätes.</p></translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="187" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="189" /> <source>Enter Bundle by 'User/Repo' Github String:</source> <translation>Definiere das Bundle durch einen Github 'Nutzer/Repo' Eintrag:</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="200" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="202" /> <source><p>The bundle <b>{0}</b> is already in the list.</p></source> <translation><p>Das Bundle <b>{0}</b> ist bereits in der Liste.</p></translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="212" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="214" /> <source><p>The bundle string is invalid, expecting github URL or 'user/repository' string.</p></source> <translation><p>Die Bundlebezeichnung ist ungültig; erwarte Github URL oder 'Nutzer/Repository' Bezeichnung.</p></translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="224" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="226" /> <source><p>The bundle string is invalid. The repository doesn't exist (error code 404).</p></source> <translation><p>Die Bundlebezeichnung ist ungültig. Das Repository existiert nicht (Fehlercode 404).</p></translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="235" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="237" /> <source><p>The bundle string is invalid. Is the repository a valid circup bundle?</p></source> <translation><p>Die Bundlebezeichnung ist ungültig. Ist das Repository ein gültiges circup Bundle?.</p></translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="248" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="250" /> <source><p>Added bundle <b>{0}</b> ({1}).</p></source> <translation><p>Bundle <b>{0}</b> hinzugefügt ({1}).</p></translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="268" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="270" /> <source>Select the bundles to be removed:</source> <translation>Wähle die zu entfernenden Bundle:</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="283" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="285" /> <source><p>These bundles were removed from the local bundles list.{0}</p></source> <translation><p>Diese Bundles wurden aus der Liste der lokalen Bundles entfernt.{0}</p></translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="345" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="347" /> <source>All modules are already up-to-date.</source> <translation>Alle Module sind bereits aktuell.</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="364" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="366" /> <source><p>There was an error updating <b>{0}</b>.</p><p>Error: {1}</p></source> <translation><p>Bei der Aktualisierung von <b>{0}</b> gab es einen Fehler.</p><p>Fehler: {1}</p></translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="374" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="376" /> <source><p>These modules were updated on the connected device.{0}</p></source> <translation><p>Dies Module wurden auf dem angeschlossenen Gerät aktualisiert.{0}</p></translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="384" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="386" /> <source>No modules could be updated.</source> <translation>Es konnten keine Module aktualisiert werden.</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="446" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="448" /> <source>Text Files (*.txt);;All Files (*)</source> <translation>Textdateien (*.txt);;Alle Dateien (*)</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="459" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="461" /> <source><p>The given requirements file <b>{0}</b> does not contain valid modules.</p></source> <translation><p>Die angegebene Anforderungsdatei <b>{0}</b> enthält keine gültigen Module.</p></translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="468" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="470" /> <source><p>The given requirements file <b>{0}</b> does not exist.</p></source> <translation><p>Die angegebene Anforderungsdatei <b>{0}</b> existiert nicht.</p></translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="486" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="488" /> <source>Python Files (*.py);;All Files (*)</source> <translation>Python-Dateien (*.py);;Alle Dateien (*)</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="505" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="507" /> <source><p>The given code file <b>{0}</b> does not contain valid import statements or does not import external modules.</p></source> <translation><p>Die Angegebene Quelldatei <b>{0}</b> enthält keine gültigen Import Anweisungen oder importiert keine externen Module.</p></translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="515" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="517" /> <source><p>The given code file <b>{0}</b> does not exist.</p></source> <translation><p>Die Angegebene Quelldatei <b>{0}</b> existiert nicht.</p></translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="544" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="546" /> <source><p>Ready to install these modules?{0}{1}</p></source> <translation><p>Sollen diese Module jetzt installiert werden?{0}{1}</p></translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="548" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="550" /> <source>Dependencies:</source> <translation>Abhängigkeiten:</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="575" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="577" /> <source><p>Installation complete. These modules were installed successfully.{0}</p></source> <translation><p>Installation beendet. Diese Module wurden erfolgreich installiert.{0}</p></translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="588" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="590" /> <source><p>Installation complete. No modules were installed.</p></source> <translation><p>Installation beendet. Es wurden keine Module installiert.</p></translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="596" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="598" /> <source><p>No modules installation is required.</p></source> <translation><p>Es ist keine Installation von Modulen erforderlich.</p></translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="616" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="618" /> <source>Select the modules/packages to be uninstalled:</source> <translation>Wähle die zu deinstallierenden Module/Pakete:</translation> </message> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="637" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="639" /> <source><p>These modules/packages were uninstalled from the connected device.{0}</p></source> <translation><p>Diese Module und Pakete wurden von dem angeschlossenen Gerät deinstalliert,{0}</p></translation> </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/CircuitPythonUpdaterInterface.py" line="668" /> + <source><p><b>circup</b> stores the downloaded CircuitPython bundles in this directory.</p><p>{0}</p></source> + <translation><p><b>circup</b> speichert heruntergeladene CircuitPython Bundles in diesem Verzeichnis.</p><p>{0}</p></translation> + </message> </context> <context> <name>CircupFunctions</name> @@ -5868,7 +6238,7 @@ <context> <name>CodingError</name> <message> - <location filename="../Utilities/__init__.py" line="246" /> + <location filename="../Utilities/__init__.py" line="176" /> <source>The coding '{0}' is wrong for the given text.</source> <translation>Die Kodierung „{0}“ ist für den übergebenen Text falsch.</translation> </message> @@ -7058,7 +7428,7 @@ </message> <message> <location filename="../Preferences/ConfigurationDialog.py" line="231" /> - <source>Mimetypes</source> + <source>MIME-Types</source> <translation>MIME-Typen</translation> </message> <message> @@ -7437,6 +7807,66 @@ </message> </context> <context> + <name>ConvertToUF2Dialog</name> + <message> + <location filename="../MicroPython/ConvertToUF2Dialog.py" line="44" /> + <source>MicroPython Firmware Files (*.hex *.bin);;All Files (*)</source> + <translation>MicroPython Firmware Dateien (*.hex *.bin);;Alle Dateien (*)</translation> + </message> + <message> + <location filename="../MicroPython/ConvertToUF2Dialog.py" line="162" /> + <source>--- ERROR --- +</source> + <translation>--- FEHLER --- +</translation> + </message> + <message> + <location filename="../MicroPython/ConvertToUF2Dialog.ui" line="0" /> + <source>Convert To UF2</source> + <translation>Zu UF2 konvertieren</translation> + </message> + <message> + <location filename="../MicroPython/ConvertToUF2Dialog.ui" line="0" /> + <source>Firmware File:</source> + <translation>Firware Datei:</translation> + </message> + <message> + <location filename="../MicroPython/ConvertToUF2Dialog.ui" line="0" /> + <source>Enter the path of the MicroPython firmware file to be converted.</source> + <translation>Gib den Pfad der zu konvertierenden MicroPython Firmware Datei ein.</translation> + </message> + <message> + <location filename="../MicroPython/ConvertToUF2Dialog.ui" line="0" /> + <source>Chip Family:</source> + <translation>Chip Familie:</translation> + </message> + <message> + <location filename="../MicroPython/ConvertToUF2Dialog.ui" line="0" /> + <source>Select the chip family of the firmware file.</source> + <translation>Wähle die Chip Familie der Firmware Datei.</translation> + </message> + <message> + <location filename="../MicroPython/ConvertToUF2Dialog.ui" line="0" /> + <source>Base Address:</source> + <translation>Basisadresse:</translation> + </message> + <message> + <location filename="../MicroPython/ConvertToUF2Dialog.ui" line="0" /> + <source>Enter the base address for .bin firmware files or leave empty to use the default (0x2000).</source> + <translation>Gib die Basisadresse für .bin Firmware Dateien ein oder lasse es leer, um den Standardwert (0x2000) zu verwenden.</translation> + </message> + <message> + <location filename="../MicroPython/ConvertToUF2Dialog.ui" line="0" /> + <source>Press to start the conversion process.</source> + <translation>Drücken, um die Konvertierung zu starten.</translation> + </message> + <message> + <location filename="../MicroPython/ConvertToUF2Dialog.ui" line="0" /> + <source>Convert</source> + <translation>Konvertieren</translation> + </message> + </context> + <context> <name>CookieDetailsDialog</name> <message> <location filename="../WebBrowser/CookieJar/CookieDetailsDialog.ui" line="0" /> @@ -11330,24 +11760,24 @@ <translation><p>Die URL <b>{0}</b> wurde in der Safe Browsing Datenbank gefunden.</p>{1}</translation> </message> <message> - <location filename="../WebBrowser/Download/DownloadManager.py" line="501" /> + <location filename="../WebBrowser/Download/DownloadManager.py" line="500" /> <source>Downloads finished</source> <translation>Downloads erledigt</translation> </message> <message> - <location filename="../WebBrowser/Download/DownloadManager.py" line="502" /> + <location filename="../WebBrowser/Download/DownloadManager.py" line="501" /> <source>All files have been downloaded.</source> <translation>Alle Dateien wurden heruntergeladen.</translation> </message> <message> <location filename="../WebBrowser/Download/DownloadManager.ui" line="0" /> - <location filename="../WebBrowser/Download/DownloadManager.py" line="587" /> - <location filename="../WebBrowser/Download/DownloadManager.py" line="510" /> + <location filename="../WebBrowser/Download/DownloadManager.py" line="586" /> + <location filename="../WebBrowser/Download/DownloadManager.py" line="509" /> <source>Download Manager</source> <translation>Downloads</translation> </message> <message numerus="yes"> - <location filename="../WebBrowser/Download/DownloadManager.py" line="620" /> + <location filename="../WebBrowser/Download/DownloadManager.py" line="619" /> <source>{0}% of %n file(s) ({1}) {2}</source> <translation> <numerusform>{0}% von einer Datei ({1}) {2}</numerusform> @@ -11355,7 +11785,7 @@ </translation> </message> <message> - <location filename="../WebBrowser/Download/DownloadManager.py" line="628" /> + <location filename="../WebBrowser/Download/DownloadManager.py" line="627" /> <source>{0}% - Download Manager</source> <translation>{0}% - Downloads</translation> </message> @@ -11599,974 +12029,984 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3297" /> - <location filename="../QScintilla/Editor.py" line="427" /> - <location filename="../QScintilla/Editor.py" line="412" /> + <location filename="../QScintilla/Editor.py" line="3335" /> + <location filename="../QScintilla/Editor.py" line="428" /> + <location filename="../QScintilla/Editor.py" line="413" /> <source>Open File</source> <translation>Datei öffnen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="413" /> + <location filename="../QScintilla/Editor.py" line="414" /> <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b> and exceeds the configured limit of <b>{2} KB</b>. It will not be opened!</p></source> <translation><p>Die Größe der Datei <b>{0}</b> ist <b>{1} KB</b> und überschreitet die konfigurierte Grenze von <b>{2} KB</b>. Sie wird nicht geöffnet!</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="428" /> + <location filename="../QScintilla/Editor.py" line="429" /> <source><p>The size of the file <b>{0}</b> is <b>{1} KB</b>. Do you really want to load it?</p></source> <translation><p>Die Größe der Datei <b>{0}</b> ist <b>{1} KB</b>. Soll sie wirklich geladen werden?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="525" /> + <location filename="../QScintilla/Editor.py" line="526" /> <source><b>A Source Editor Window</b><p>This window is used to display and edit a source file. You can open as many of these as you like. The name of the file is displayed in the window's titlebar.</p><p>In order to set breakpoints just click in the space between the line numbers and the fold markers. Via the context menu of the margins they may be edited.</p><p>In order to set bookmarks just Shift click in the space between the line numbers and the fold markers.</p><p>These actions can be reversed via the context menu.</p><p>Ctrl clicking on a syntax error marker shows some info about this error.</p></source> <translation><b>Quelltexteditorfenster</b><p>Dieses Fenster wird zum Bearbeiten von Quelltexten benutzt. Sie können beliebig viele dieser Fenster öffnen. Der Name der Datei wird im Titel des Fensters dargestellt.</p><p>Um Haltepunkte zu setzen, klicken sie in den Raum zwischen den Zeilennummern und der Faltungsspalte. Über das Kontextmenü des Bereiches links des Editors können Haltepunkte bearbeitet werden.</p><p>Um Lesezeichen zu setzen, drücken Sie die Shift-Taste und klicken in den Raum zwischen den Zeilennummern und der Faltungsspalte.</p><p>Diese Aktionen können über das Kontextmenü umgedreht werden.</p><p>Ein Klick auf einen Syntaxfehler-Marker mit gedrückter Strg-Taste zeigt die zugehörige Fehlermeldung an.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="866" /> + <location filename="../QScintilla/Editor.py" line="890" /> <source>Undo</source> <translation>Rückgängig</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="869" /> - <source>Redo</source> - <translation>Wiederherstellen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="872" /> - <source>Revert to last saved state</source> - <translation>Zurück zum letzten gesichert Zustand</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="876" /> - <source>Cut</source> - <translation>Ausschneiden</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="879" /> - <source>Copy</source> - <translation>Kopieren</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="882" /> - <source>Paste</source> - <translation>Einfügen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="888" /> - <source>Indent</source> - <translation>Einrücken</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="893" /> - <source>Unindent</source> - <translation>Einrücken rückgängig</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="898" /> - <source>Comment</source> - <translation>Kommentar</translation> + <source>Redo</source> + <translation>Wiederherstellen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="896" /> + <source>Revert to last saved state</source> + <translation>Zurück zum letzten gesichert Zustand</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="900" /> + <source>Cut</source> + <translation>Ausschneiden</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="903" /> - <source>Uncomment</source> - <translation>Kommentar entfernen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="9017" /> - <location filename="../QScintilla/Editor.py" line="908" /> - <source>Generate Docstring</source> - <translation>Docstring erzeugen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="911" /> - <source>Select to brace</source> - <translation>Zur Klammer auswählen</translation> + <source>Copy</source> + <translation>Kopieren</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="906" /> + <source>Paste</source> + <translation>Einfügen</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="912" /> - <source>Select all</source> - <translation>Alles auswählen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="913" /> - <source>Deselect all</source> - <translation>Auswahl aufheben</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="915" /> - <source>Execute Selection In Console</source> - <translation>Auswahl in Konsole ausführen</translation> + <source>Indent</source> + <translation>Einrücken</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="917" /> + <source>Unindent</source> + <translation>Einrücken rückgängig</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="922" /> + <source>Comment</source> + <translation>Kommentar</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="927" /> - <source>Use Monospaced Font</source> - <translation>Benutze Monospace Font</translation> - </message> - <message> + <source>Uncomment</source> + <translation>Kommentar entfernen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="9146" /> <location filename="../QScintilla/Editor.py" line="932" /> - <source>Autosave enabled</source> - <translation>Autom. Speicherung aktiv</translation> + <source>Generate Docstring</source> + <translation>Docstring erzeugen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="935" /> + <source>Select to brace</source> + <translation>Zur Klammer auswählen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="936" /> + <source>Select all</source> + <translation>Alles auswählen</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="937" /> + <source>Deselect all</source> + <translation>Auswahl aufheben</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="939" /> + <source>Execute Selection In Console</source> + <translation>Auswahl in Konsole ausführen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="951" /> + <source>Use Monospaced Font</source> + <translation>Benutze Monospace Font</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="956" /> + <source>Autosave enabled</source> + <translation>Autom. Speicherung aktiv</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="961" /> <source>Typing aids enabled</source> <translation>Eingabehilfen aktiv</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="945" /> + <location filename="../QScintilla/Editor.py" line="969" /> <source>Automatic Completion enabled</source> <translation>Automatische Vervollständigung aktiv</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="954" /> + <location filename="../QScintilla/Editor.py" line="978" /> <source>Calltip</source> <translation>Calltip</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="957" /> + <location filename="../QScintilla/Editor.py" line="981" /> <source>Code Info</source> <translation>Code Info</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="972" /> + <location filename="../QScintilla/Editor.py" line="996" /> <source>New Document View</source> <translation>Neue Dokumentenansicht</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="977" /> + <location filename="../QScintilla/Editor.py" line="1001" /> <source>New Document View (with new split)</source> <translation>Neue Dokumentenansicht (in neuem Abschnitt)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="985" /> + <location filename="../QScintilla/Editor.py" line="1009" /> <source>Save</source> <translation>Speichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="989" /> + <location filename="../QScintilla/Editor.py" line="1013" /> <source>Save As...</source> <translation>Speichern unter...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="994" /> + <location filename="../QScintilla/Editor.py" line="1018" /> <source>Save Copy...</source> <translation>Kopie speichern...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1016" /> - <location filename="../QScintilla/Editor.py" line="1013" /> + <location filename="../QScintilla/Editor.py" line="1040" /> + <location filename="../QScintilla/Editor.py" line="1037" /> <source>Complete</source> <translation>Vervollständigen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1020" /> + <location filename="../QScintilla/Editor.py" line="1044" /> <source>Clear Completions Cache</source> <translation>Vervollständigungsspeicher löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1023" /> + <location filename="../QScintilla/Editor.py" line="1047" /> <source>Complete from Document</source> <translation>Vervollständigung vom Dokument</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1025" /> + <location filename="../QScintilla/Editor.py" line="1049" /> <source>Complete from APIs</source> <translation>Vervollständigung von APIs</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1028" /> + <location filename="../QScintilla/Editor.py" line="1052" /> <source>Complete from Document and APIs</source> <translation>Vervollständigung vom Dokument und von APIs</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1042" /> + <location filename="../QScintilla/Editor.py" line="1066" /> <source>Check</source> <translation>Prüfen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1053" /> + <location filename="../QScintilla/Editor.py" line="1077" /> <source>Code Formatting</source> <translation>Code Formatierung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1059" /> + <location filename="../QScintilla/Editor.py" line="1083" /> <source>Black</source> <translation>Black</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1064" /> + <location filename="../QScintilla/Editor.py" line="1088" /> <source>Format Code</source> <translation>Code formatieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1068" /> + <location filename="../QScintilla/Editor.py" line="1092" /> <source>Check Formatting</source> <translation>Umformatierung prüfen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1072" /> + <location filename="../QScintilla/Editor.py" line="1096" /> <source>Formatting Diff</source> <translation>Diff der Umformatierung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1081" /> + <location filename="../QScintilla/Editor.py" line="1105" /> <source>isort</source> <translation>isort</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1086" /> + <location filename="../QScintilla/Editor.py" line="1110" /> <source>Sort Imports</source> <translation>Imports Sortieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1090" /> + <location filename="../QScintilla/Editor.py" line="1114" /> <source>Imports Sorting Diff</source> <translation>Diff der Imports Sortierung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1106" /> + <location filename="../QScintilla/Editor.py" line="1130" /> <source>Tools</source> <translation>Werkzeuge</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1117" /> + <location filename="../QScintilla/Editor.py" line="1141" /> <source>Show</source> <translation>Zeige</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1119" /> + <location filename="../QScintilla/Editor.py" line="1143" /> <source>Code metrics...</source> <translation>Quelltextmetriken...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1121" /> - <source>Code coverage...</source> - <translation>Quelltext Abdeckung...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1124" /> - <source>Show code coverage annotations</source> - <translation>Markiere Zeilen ohne Abdeckung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1127" /> - <source>Hide code coverage annotations</source> - <translation>Lösche Abdeckungsmarkierungen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1131" /> - <source>Profile data...</source> - <translation>Profildaten...</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1145" /> - <source>Diagrams</source> - <translation>Diagramme</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1147" /> - <source>Class Diagram...</source> - <translation>Klassendiagramm...</translation> + <source>Code coverage...</source> + <translation>Quelltext Abdeckung...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1148" /> - <source>Package Diagram...</source> - <translation>Package Diagramm...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1149" /> - <source>Imports Diagram...</source> - <translation>Imports-Diagramm...</translation> + <source>Show code coverage annotations</source> + <translation>Markiere Zeilen ohne Abdeckung</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1151" /> - <source>Application Diagram...</source> - <translation>Applikations-Diagramm...</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1156" /> - <source>Load Diagram...</source> - <translation>Diagramm laden...</translation> + <source>Hide code coverage annotations</source> + <translation>Lösche Abdeckungsmarkierungen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1155" /> + <source>Profile data...</source> + <translation>Profildaten...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1169" /> + <source>Diagrams</source> + <translation>Diagramme</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1171" /> - <source>Languages</source> - <translation>Sprachen</translation> + <source>Class Diagram...</source> + <translation>Klassendiagramm...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1172" /> + <source>Package Diagram...</source> + <translation>Package Diagramm...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1173" /> + <source>Imports Diagram...</source> + <translation>Imports-Diagramm...</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1175" /> + <source>Application Diagram...</source> + <translation>Applikations-Diagramm...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1180" /> + <source>Load Diagram...</source> + <translation>Diagramm laden...</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1195" /> + <source>Languages</source> + <translation>Sprachen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1199" /> <source>Text</source> <translation>Text</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1198" /> + <location filename="../QScintilla/Editor.py" line="1222" /> <source>Guessed</source> <translation>Ermittelt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1527" /> - <location filename="../QScintilla/Editor.py" line="1202" /> + <location filename="../QScintilla/Editor.py" line="1551" /> + <location filename="../QScintilla/Editor.py" line="1226" /> <source>Alternatives</source> <translation>Alternativen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1219" /> + <location filename="../QScintilla/Editor.py" line="1243" /> <source>Encodings</source> <translation>Kodierungen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1242" /> - <source>Re-Open With Encoding</source> - <translation>Öffnen mit Kodierung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1262" /> - <source>End-of-Line Type</source> - <translation>Zeilenendemarkierung</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1266" /> + <source>Re-Open With Encoding</source> + <translation>Öffnen mit Kodierung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1286" /> + <source>End-of-Line Type</source> + <translation>Zeilenendemarkierung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1290" /> <source>Unix</source> <translation>Unix</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1272" /> - <source>Windows</source> - <translation>Windows</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1278" /> - <source>Macintosh</source> - <translation>Macintosh</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1296" /> + <source>Windows</source> + <translation>Windows</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1302" /> + <source>Macintosh</source> + <translation>Macintosh</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1320" /> <source>Spelling</source> <translation>Rechtschreibung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8135" /> - <location filename="../QScintilla/Editor.py" line="1304" /> + <location filename="../QScintilla/Editor.py" line="8264" /> + <location filename="../QScintilla/Editor.py" line="1328" /> <source>Check spelling...</source> <translation>Rechtschreibprüfung...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1309" /> + <location filename="../QScintilla/Editor.py" line="1333" /> <source>Check spelling of selection...</source> <translation>Rechtschreibprüfung für Auswahl...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1313" /> + <location filename="../QScintilla/Editor.py" line="1337" /> <source>Remove from dictionary</source> <translation>Aus dem Wörterbuch entfernen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1330" /> + <location filename="../QScintilla/Editor.py" line="1354" /> <source>Spell Check Languages</source> <translation>Sprachen für Rechtschreibprüfung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1334" /> + <location filename="../QScintilla/Editor.py" line="1358" /> <source>No Language</source> <translation>Keine Sprache</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1361" /> + <location filename="../QScintilla/Editor.py" line="1385" /> <source>Toggle bookmark</source> <translation>Lesezeichen setzen/löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1363" /> + <location filename="../QScintilla/Editor.py" line="1387" /> <source>Next bookmark</source> <translation>Nächstes Lesezeichen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1366" /> + <location filename="../QScintilla/Editor.py" line="1390" /> <source>Previous bookmark</source> <translation>Vorheriges Lesezeichen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1369" /> + <location filename="../QScintilla/Editor.py" line="1393" /> <source>Clear all bookmarks</source> <translation>Alle Lesezeichen löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1380" /> + <location filename="../QScintilla/Editor.py" line="1404" /> <source>Toggle breakpoint</source> <translation>Haltepunkt setzen/löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1383" /> + <location filename="../QScintilla/Editor.py" line="1407" /> <source>Toggle temporary breakpoint</source> <translation>Temporären Haltepunkt setzen/löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1386" /> + <location filename="../QScintilla/Editor.py" line="1410" /> <source>Edit breakpoint...</source> <translation>Haltepunkt bearbeiten...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5812" /> - <location filename="../QScintilla/Editor.py" line="1389" /> + <location filename="../QScintilla/Editor.py" line="5923" /> + <location filename="../QScintilla/Editor.py" line="1413" /> <source>Enable breakpoint</source> <translation>Haltepunkt aktivieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1392" /> + <location filename="../QScintilla/Editor.py" line="1416" /> <source>Next breakpoint</source> <translation>Nächster Haltepunkt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1395" /> + <location filename="../QScintilla/Editor.py" line="1419" /> <source>Previous breakpoint</source> <translation>Vorheriger Haltepunkt</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1398" /> + <location filename="../QScintilla/Editor.py" line="1422" /> <source>Clear all breakpoints</source> <translation>Alle Haltepunkte löschen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1409" /> + <location filename="../QScintilla/Editor.py" line="1433" /> <source>Toggle all folds</source> <translation>Alle Faltungen umschalten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1414" /> + <location filename="../QScintilla/Editor.py" line="1438" /> <source>Toggle all folds (including children)</source> <translation>Alle Faltungen umschalten (inkl. Unterfaltungen)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1417" /> - <source>Toggle current fold</source> - <translation>Aktuelle Faltung umschalten</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1421" /> - <source>Expand (including children)</source> - <translation>Ausklappen (inkl. Unterfaltungen)</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1425" /> - <source>Collapse (including children)</source> - <translation>Einklappen (inkl. Unterfaltungen)</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1430" /> - <source>Clear all folds</source> - <translation>Alle Faltungen aufklappen</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1441" /> - <source>Goto syntax error</source> - <translation>Zu Syntaxfehler gehen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1444" /> - <source>Show syntax error message</source> - <translation>Zeige Syntaxfehlermeldung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1447" /> - <source>Clear syntax error</source> - <translation>Syntaxfehler löschen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1451" /> - <source>Next warning</source> - <translation>Nächste Warnung</translation> + <source>Toggle current fold</source> + <translation>Aktuelle Faltung umschalten</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1445" /> + <source>Expand (including children)</source> + <translation>Ausklappen (inkl. Unterfaltungen)</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1449" /> + <source>Collapse (including children)</source> + <translation>Einklappen (inkl. Unterfaltungen)</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1454" /> - <source>Previous warning</source> - <translation>Vorherige Warnung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1457" /> - <source>Show warning message</source> - <translation>Zeige Warnung</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1460" /> - <source>Clear warnings</source> - <translation>Warnungen löschen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1464" /> - <source>Next uncovered line</source> - <translation>Nächste nichtabgedeckte Zeile</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1467" /> - <source>Previous uncovered line</source> - <translation>Vorige nichtabgedeckte Zeile</translation> + <source>Clear all folds</source> + <translation>Alle Faltungen aufklappen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1465" /> + <source>Goto syntax error</source> + <translation>Zu Syntaxfehler gehen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1468" /> + <source>Show syntax error message</source> + <translation>Zeige Syntaxfehlermeldung</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1471" /> - <source>Next task</source> - <translation>Nächste Aufgabe</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1474" /> - <source>Previous task</source> - <translation>Vorherige Aufgabe</translation> + <source>Clear syntax error</source> + <translation>Syntaxfehler löschen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1475" /> + <source>Next warning</source> + <translation>Nächste Warnung</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1478" /> - <source>Next change</source> - <translation>Nächste Änderung</translation> + <source>Previous warning</source> + <translation>Vorherige Warnung</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1481" /> - <source>Previous change</source> - <translation>Vorherige Änderung</translation> + <source>Show warning message</source> + <translation>Zeige Warnung</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1484" /> - <source>Clear changes</source> - <translation>Änderungsmarker löschen</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1513" /> - <location filename="../QScintilla/Editor.py" line="1504" /> - <source>Export source</source> - <translation>Quelltext exportieren</translation> + <source>Clear warnings</source> + <translation>Warnungen löschen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1488" /> + <source>Next uncovered line</source> + <translation>Nächste nichtabgedeckte Zeile</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1491" /> + <source>Previous uncovered line</source> + <translation>Vorige nichtabgedeckte Zeile</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1495" /> + <source>Next task</source> + <translation>Nächste Aufgabe</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1498" /> + <source>Previous task</source> + <translation>Vorherige Aufgabe</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1502" /> + <source>Next change</source> + <translation>Nächste Änderung</translation> </message> <message> <location filename="../QScintilla/Editor.py" line="1505" /> + <source>Previous change</source> + <translation>Vorherige Änderung</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1508" /> + <source>Clear changes</source> + <translation>Änderungsmarker löschen</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1537" /> + <location filename="../QScintilla/Editor.py" line="1528" /> + <source>Export source</source> + <translation>Quelltext exportieren</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1529" /> <source><p>No exporter available for the export format <b>{0}</b>. Aborting...</p></source> <translation><p>Für das Exportformat <b>{0}</b> steht kein Exporter zur Verfügung. Abbruch...</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1514" /> + <location filename="../QScintilla/Editor.py" line="1538" /> <source>No export format given. Aborting...</source> <translation>Kein Exportformat angegeben. Abbruch...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="1524" /> - <source>Alternatives ({0})</source> - <translation>Alternativen ({0})</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="1547" /> - <source>Pygments Lexer</source> - <translation>Pygments Lexer</translation> - </message> - <message> <location filename="../QScintilla/Editor.py" line="1548" /> + <source>Alternatives ({0})</source> + <translation>Alternativen ({0})</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1571" /> + <source>Pygments Lexer</source> + <translation>Pygments Lexer</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="1572" /> <source>Select the Pygments lexer to apply.</source> <translation>Wähle den anzuwendenden Pygments Lexer.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2098" /> + <location filename="../QScintilla/Editor.py" line="2122" /> <source>Modification of Read Only file</source> <translation>Änderungsversuch für eine schreibgeschützte Datei</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2099" /> + <location filename="../QScintilla/Editor.py" line="2123" /> <source>You are attempting to change a read only file. Please save to a different file first.</source> <translation>Sie versuchen, eine schreibgeschützte Datei zu ändern. Bitte speichern Sie sie zuerst in eine andere Datei.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2520" /> + <location filename="../QScintilla/Editor.py" line="2558" /> <source>Add Breakpoint</source> <translation>Haltepunkt hinzufügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2521" /> + <location filename="../QScintilla/Editor.py" line="2559" /> <source>No Python byte code will be created for the selected line. No break point will be set!</source> <translation>Für die angewählte Zeile wird kein Bytecode erzeugt. Es wird kein Haltepunkt gesetzt!</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2854" /> + <location filename="../QScintilla/Editor.py" line="2892" /> <source>Printing...</source> <translation>Drucke...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2871" /> + <location filename="../QScintilla/Editor.py" line="2909" /> <source>Printing completed</source> <translation>Drucken beendet</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2873" /> + <location filename="../QScintilla/Editor.py" line="2911" /> <source>Error while printing</source> <translation>Fehler beim Drucken</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2876" /> + <location filename="../QScintilla/Editor.py" line="2914" /> <source>Printing aborted</source> <translation>Drucken abgebrochen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3239" /> + <location filename="../QScintilla/Editor.py" line="3277" /> <source>File Modified</source> <translation>Datei geändert</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3240" /> + <location filename="../QScintilla/Editor.py" line="3278" /> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>Die Datei <b>{0}</b> enthält ungesicherte Änderungen.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3298" /> + <location filename="../QScintilla/Editor.py" line="3336" /> <source><p>The file <b>{0}</b> could not be opened.</p><p>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht geöffnet werden.<br />Ursache: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3474" /> + <location filename="../QScintilla/Editor.py" line="3512" /> + <location filename="../QScintilla/Editor.py" line="3493" /> <location filename="../QScintilla/Editor.py" line="3455" /> - <location filename="../QScintilla/Editor.py" line="3417" /> <source>Save File</source> <translation>Datei sichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3418" /> + <location filename="../QScintilla/Editor.py" line="3456" /> <source><p>The file <b>{0}</b> could not be saved.<br/>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht gesichert werden.<br/>Grund: {1}</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3475" /> + <location filename="../QScintilla/Editor.py" line="3513" /> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4986" /> + <location filename="../QScintilla/Editor.py" line="3649" /> + <source>Save File to Device</source> + <translation>Datei auf Gerät speichern</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="3650" /> + <source>Enter the complete device file path:</source> + <translation>Gib den vollständigen Dateipfad auf dem Gerät ein:</translation> + </message> + <message> + <location filename="../QScintilla/Editor.py" line="5097" /> <source>Autocompletion</source> <translation>Automatische Vervollständigung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="4987" /> + <location filename="../QScintilla/Editor.py" line="5098" /> <source>Autocompletion is not available because there is no autocompletion source set.</source> <translation>Die automatische Vervollständigung ist nicht verfügbar, da keine Quelle gesetzt ist.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5115" /> + <location filename="../QScintilla/Editor.py" line="5226" /> <source>Auto-Completion Provider</source> <translation>Provider für automatische Vervollständigungen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5116" /> + <location filename="../QScintilla/Editor.py" line="5227" /> <source>The completion list provider '{0}' was already registered. Ignoring duplicate request.</source> <translation>Der Provider für automatische Vervollständigungen namens '{0}' ist bereits registriert. Die Wiederholung wird ignoriert.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5408" /> + <location filename="../QScintilla/Editor.py" line="5519" /> <source>Call-Tips Provider</source> <translation>Calltipps-Provider</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5409" /> + <location filename="../QScintilla/Editor.py" line="5520" /> <source>The call-tips provider '{0}' was already registered. Ignoring duplicate request.</source> <translation>Der Calltipps-Provider namens '{0}' ist bereits registriert. Die Wiederholung wird ignoriert.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5816" /> + <location filename="../QScintilla/Editor.py" line="5927" /> <source>Disable breakpoint</source> <translation>Haltepunkt deaktivieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6177" /> + <location filename="../QScintilla/Editor.py" line="6307" /> <source>Code Coverage</source> <translation>Quelltext Abdeckung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6178" /> + <location filename="../QScintilla/Editor.py" line="6308" /> <source>Please select a coverage file</source> <translation>Bitte wählen Sie eine Datei mit Abdeckungsdaten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6253" /> - <location filename="../QScintilla/Editor.py" line="6245" /> + <location filename="../QScintilla/Editor.py" line="6383" /> + <location filename="../QScintilla/Editor.py" line="6375" /> <source>Show Code Coverage Annotations</source> <translation>Zeilen ohne Abdeckung Markieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6246" /> + <location filename="../QScintilla/Editor.py" line="6376" /> <source>All lines have been covered.</source> <translation>Alle Zeilen sind abgedeckt.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6254" /> + <location filename="../QScintilla/Editor.py" line="6384" /> <source>There is no coverage file available.</source> <translation>Es gibt keine Datei mit Abdeckungsinformationen.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6358" /> + <location filename="../QScintilla/Editor.py" line="6488" /> <source>Profile Data</source> <translation>Profildaten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6359" /> + <location filename="../QScintilla/Editor.py" line="6489" /> <source>Please select a profile file</source> <translation>Bitte wählen Sie eine Datei mit Profildaten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6520" /> - <location filename="../QScintilla/Editor.py" line="6514" /> + <location filename="../QScintilla/Editor.py" line="6650" /> + <location filename="../QScintilla/Editor.py" line="6644" /> <source>Syntax Error</source> <translation>Syntaxfehler</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6521" /> + <location filename="../QScintilla/Editor.py" line="6651" /> <source>No syntax error message available.</source> <translation>Keine Syntaxfehlermeldung verfügbar.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6732" /> - <location filename="../QScintilla/Editor.py" line="6726" /> + <location filename="../QScintilla/Editor.py" line="6862" /> + <location filename="../QScintilla/Editor.py" line="6856" /> <source>Warning</source> <translation>Warnung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6732" /> + <location filename="../QScintilla/Editor.py" line="6862" /> <source>No warning messages available.</source> <translation>Keine Warnmeldungen verfügbar.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6796" /> + <location filename="../QScintilla/Editor.py" line="6926" /> <source>Style: {0}</source> <translation>Stil: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6799" /> + <location filename="../QScintilla/Editor.py" line="6929" /> <source>Warning: {0}</source> <translation>Warnung: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6806" /> + <location filename="../QScintilla/Editor.py" line="6936" /> <source>Error: {0}</source> <translation>Fehler: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6913" /> + <location filename="../QScintilla/Editor.py" line="7043" /> <source>Macro Name</source> <translation>Makro Name</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6913" /> + <location filename="../QScintilla/Editor.py" line="7043" /> <source>Select a macro name:</source> <translation>Wähle einen Makro Namen:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6939" /> + <location filename="../QScintilla/Editor.py" line="7069" /> <source>Load macro file</source> <translation>Lade Makrodatei</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6985" /> - <location filename="../QScintilla/Editor.py" line="6941" /> + <location filename="../QScintilla/Editor.py" line="7115" /> + <location filename="../QScintilla/Editor.py" line="7071" /> <source>Macro files (*.macro)</source> <translation>Makrodateien (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6963" /> - <location filename="../QScintilla/Editor.py" line="6953" /> + <location filename="../QScintilla/Editor.py" line="7093" /> + <location filename="../QScintilla/Editor.py" line="7083" /> <source>Error loading macro</source> <translation>Fehler beim Makro Laden</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6954" /> + <location filename="../QScintilla/Editor.py" line="7084" /> <source><p>The macro file <b>{0}</b> could not be read.</p></source> <translation><p>Die Makrodatei <b>{0}</b> kann nicht gelesen werden.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6964" /> + <location filename="../QScintilla/Editor.py" line="7094" /> <source><p>The macro file <b>{0}</b> is corrupt.</p></source> <translation><p>Die Makrodatei <b>{0}</b> ist zerstört.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6983" /> + <location filename="../QScintilla/Editor.py" line="7113" /> <source>Save macro file</source> <translation>Makrodatei schreiben</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7001" /> + <location filename="../QScintilla/Editor.py" line="7131" /> <source>Save macro</source> <translation>Makro speichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7002" /> + <location filename="../QScintilla/Editor.py" line="7132" /> <source><p>The macro file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Makrodatei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7017" /> + <location filename="../QScintilla/Editor.py" line="7147" /> <source>Error saving macro</source> <translation>Fehler beim Makro speichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7018" /> + <location filename="../QScintilla/Editor.py" line="7148" /> <source><p>The macro file <b>{0}</b> could not be written.</p></source> <translation><p>Die Makrodatei <b>{0}</b> kann nicht geschrieben werden.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7031" /> + <location filename="../QScintilla/Editor.py" line="7161" /> <source>Start Macro Recording</source> <translation>Makroaufzeichnung starten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7032" /> + <location filename="../QScintilla/Editor.py" line="7162" /> <source>Macro recording is already active. Start new?</source> <translation>Eine Makroaufzeichnung ist bereits aktiv. Neu starten?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7058" /> + <location filename="../QScintilla/Editor.py" line="7188" /> <source>Macro Recording</source> <translation>Makroaufzeichnung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7059" /> + <location filename="../QScintilla/Editor.py" line="7189" /> <source>Enter name of the macro:</source> <translation>Gib einen Namen für das Makro ein:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7210" /> + <location filename="../QScintilla/Editor.py" line="7340" /> <source><p>The file <b>{0}</b> has been changed while it was opened in eric. Reread it?</p></source> <translation><p>Die Datei <b>{0}</b> wurde geändert, während sie in eric geöffnet war. Neu einlesen?</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7216" /> + <location filename="../QScintilla/Editor.py" line="7346" /> <source><br><b>Warning:</b> You will lose your changes upon reopening it.</source> <translation><br><b>Warnung:</b> Vorgenommenen Änderungen gehen beim neu einlesen verloren.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7223" /> + <location filename="../QScintilla/Editor.py" line="7353" /> <source>File changed</source> <translation>Datei geändert</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7273" /> + <location filename="../QScintilla/Editor.py" line="7403" /> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7579" /> + <location filename="../QScintilla/Editor.py" line="7708" /> <source>Drop Error</source> <translation>Drop Fehler</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7580" /> + <location filename="../QScintilla/Editor.py" line="7709" /> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> ist keine Datei.</p></translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7600" /> + <location filename="../QScintilla/Editor.py" line="7729" /> <source>Resources</source> <translation>Ressourcen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7602" /> + <location filename="../QScintilla/Editor.py" line="7731" /> <source>Add file...</source> <translation>Datei hinzufügen...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7603" /> + <location filename="../QScintilla/Editor.py" line="7732" /> <source>Add files...</source> <translation>Dateien hinzufügen...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7604" /> + <location filename="../QScintilla/Editor.py" line="7733" /> <source>Add aliased file...</source> <translation>Aliased-Datei hinzufügen...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7606" /> + <location filename="../QScintilla/Editor.py" line="7735" /> <source>Add localized resource...</source> <translation>Lokalisierte Ressource hinzufügen...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7609" /> + <location filename="../QScintilla/Editor.py" line="7738" /> <source>Add resource frame</source> <translation>Ressourcenrahmen hinzufügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7628" /> + <location filename="../QScintilla/Editor.py" line="7757" /> <source>Add file resource</source> <translation>Dateiressource hinzufügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7642" /> + <location filename="../QScintilla/Editor.py" line="7771" /> <source>Add file resources</source> <translation>Dateiressourcen hinzufügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7666" /> - <location filename="../QScintilla/Editor.py" line="7660" /> + <location filename="../QScintilla/Editor.py" line="7795" /> + <location filename="../QScintilla/Editor.py" line="7789" /> <source>Add aliased file resource</source> <translation>Aliased-Dateiressourcen hinzufügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7667" /> + <location filename="../QScintilla/Editor.py" line="7796" /> <source>Alias for file <b>{0}</b>:</source> <translation>Alias für Datei <b>{0}</b>:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7742" /> + <location filename="../QScintilla/Editor.py" line="7871" /> <source>Package Diagram</source> <translation>Package-Diagramm</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7743" /> + <location filename="../QScintilla/Editor.py" line="7872" /> <source>Include class attributes?</source> <translation>Klassenattribute anzeigen?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7763" /> + <location filename="../QScintilla/Editor.py" line="7892" /> <source>Imports Diagram</source> <translation>Imports Diagramm</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7764" /> + <location filename="../QScintilla/Editor.py" line="7893" /> <source>Include imports from external modules?</source> <translation>Imports externer Module anzeigen?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7783" /> + <location filename="../QScintilla/Editor.py" line="7912" /> <source>Application Diagram</source> <translation>Applikations-Diagramm</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7784" /> + <location filename="../QScintilla/Editor.py" line="7913" /> <source>Include module names?</source> <translation>Modulnamen anzeigen?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8139" /> + <location filename="../QScintilla/Editor.py" line="8268" /> <source>Add to dictionary</source> <translation>Zum Wörterbuch hinzufügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8141" /> + <location filename="../QScintilla/Editor.py" line="8270" /> <source>Ignore All</source> <translation>Alle ignorieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8559" /> + <location filename="../QScintilla/Editor.py" line="8688" /> <source>Sort Lines</source> <translation>Zeilen sortieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8560" /> + <location filename="../QScintilla/Editor.py" line="8689" /> <source>The selection contains illegal data for a numerical sort.</source> <translation>Die Auswahl enthält für eine numerische Sortierung ungültige Daten.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8653" /> + <location filename="../QScintilla/Editor.py" line="8782" /> <source>Register Mouse Click Handler</source> <translation>Maus Klick Handler registrieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8654" /> + <location filename="../QScintilla/Editor.py" line="8783" /> <source>A mouse click handler for "{0}" was already registered by "{1}". Aborting request by "{2}"...</source> <translation>Ein Maus Klick Handler für "{0}" wurde bereits durch "{1}" registriert. Die Anfrage durch "{2}" wird abgebrochen...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8750" /> + <location filename="../QScintilla/Editor.py" line="8879" /> <source>{0:4d} {1}</source> <comment>line number, source code</comment> <translation>{0:4d} {1}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8756" /> + <location filename="../QScintilla/Editor.py" line="8885" /> <source>{0:4d} {1} => {2}</source> <comment>line number, source code, file name</comment> @@ -12574,12 +13014,12 @@ => {2}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8824" /> + <location filename="../QScintilla/Editor.py" line="8953" /> <source>EditorConfig Properties</source> <translation>EditorConfig Eigenschaften</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8825" /> + <location filename="../QScintilla/Editor.py" line="8954" /> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation><p>Die EditorConfig Eigenschaften für die Datei <b>{0}</b> konnten nicht geladen werden.</p></translation> </message> @@ -15612,6 +16052,16 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" /> + <source>Select to perform a search while entering the text to search for.</source> + <translation>Auswählen, um eine Suche während der Eingabe des Suchtextes durchzuführen.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" /> + <source>Enable Quicksearch</source> + <translation>Schnellsuche aktivieren</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" /> <source>Search Markers</source> <translation>Suchmarkierungen</translation> </message> @@ -15695,6 +16145,16 @@ <source>QScintilla Extended Mode (C++11)</source> <translation>Erweiterter QScintilla Modus (C++ 11)</translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" /> + <source>Search Area Highlighting:</source> + <translation>Hervorhebung Suchbereich:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorSearchPage.ui" line="0" /> + <source>Select the color for the highlighting of the search area, if it is not the whole document.</source> + <translation>Wähle die Farbe zur Hervorhebung des Suchbereiches, falls es nicht das gesamte Dokument ist.</translation> + </message> </context> <context> <name>EditorSpellCheckingPage</name> @@ -15972,9 +16432,8 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" /> - <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" /> - <source>Select the color for the caret.</source> - <translation>Wähle die Farbe für die Einfügemarke.</translation> + <source>Select the color for the highlighting background.</source> + <translation>Wähle die Farbe für die Bereichshervorhebung.</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" /> @@ -16254,6 +16713,11 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" /> + <source>Select the color for the caret.</source> + <translation>Wähle die Farbe für die Einfügemarke.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorStylesPage.ui" line="0" /> <source>Caret Line</source> <translation>Aktuelle Zeile</translation> </message> @@ -16997,6 +17461,16 @@ <source>Suppress star import warnings</source> <translation>Stern-Import-Warnungen unterdrücken</translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0" /> + <source>Additional 'builtins' Names:</source> + <translation>Zusätzliche 'builtins' Bezeichner:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorSyntaxPage.ui" line="0" /> + <source>Enter additional 'builtins' names separated by whitespace.</source> + <translation>Gib zusätzliche 'builtins' Bezeichner durch Leerzeichen getrennt ein.</translation> + </message> </context> <context> <name>EditorTypingPage</name> @@ -17712,6 +18186,14 @@ </message> </context> <context> + <name>EricIPv4InputWidget</name> + <message> + <location filename="../EricNetwork/EricIPv4InputWidget.ui" line="0" /> + <source>Press to clear the entered IPv4 address</source> + <translation>Drücken, um die eingegebene IPv4 Adresse zu löschen</translation> + </message> + </context> + <context> <name>EricIconBar</name> <message> <location filename="../EricWidgets/EricIconBar.py" line="36" /> @@ -19968,142 +20450,263 @@ <context> <name>EspDevice</name> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="73" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="57" /> + <source>beacon timeout</source> + <translation>Beacon Zeitüberschreitung</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="58" /> + <source>no matching access point found</source> + <translation>Kein passender Access Point gefunden</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="59" /> + <source>authentication failed</source> + <translation>Authentisierung gescheitert</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="60" /> + <source>association failed</source> + <translation>Assoziation gescheitert</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="61" /> + <source>handshake timeout</source> + <translation>Zeitüberschreitung Handshake</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="62" /> + <source>idle</source> + <translation>Leerlauf</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="63" /> + <source>connecting</source> + <translation>Verbinde</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="64" /> + <source>connected</source> + <translation>Verbunden</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="67" /> + <source>open</source> + <comment>open WiFi network</comment> + <translation>offen</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="133" /> <source>ESP8266, ESP32</source> <translation>ESP8266, ESP32</translation> </message> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="129" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="189" /> <source>ESP32 Functions</source> <translation>ESP32 Funktionen</translation> </message> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="406" /> - <location filename="../MicroPython/Devices/EspDevices.py" line="132" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="388" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="192" /> <source>Show MicroPython Versions</source> <translation>Zeige MicroPython Versionen</translation> </message> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="222" /> - <location filename="../MicroPython/Devices/EspDevices.py" line="208" /> - <location filename="../MicroPython/Devices/EspDevices.py" line="136" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="1506" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="1490" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="196" /> <source>Erase Flash</source> <translation>Flash löschen</translation> </message> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="259" /> - <location filename="../MicroPython/Devices/EspDevices.py" line="139" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="199" /> <source>Flash MicroPython Firmware</source> <translation>MicroPython Firmware flashen</translation> </message> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="296" /> - <location filename="../MicroPython/Devices/EspDevices.py" line="143" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="1591" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="203" /> <source>Flash Additional Firmware</source> <translation>Zusätzliche Firmware flashen</translation> </message> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="332" /> - <location filename="../MicroPython/Devices/EspDevices.py" line="147" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="311" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="207" /> <source>Backup Firmware</source> <translation>Firmware sichern</translation> </message> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="385" /> - <location filename="../MicroPython/Devices/EspDevices.py" line="150" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="364" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="210" /> <source>Restore Firmware</source> <translation>Firmware zurückspielen</translation> </message> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="476" /> - <location filename="../MicroPython/Devices/EspDevices.py" line="154" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="459" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="214" /> <source>Show Chip ID</source> <translation>Chip ID anzeigen</translation> </message> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="496" /> - <location filename="../MicroPython/Devices/EspDevices.py" line="157" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="479" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="217" /> <source>Show Flash ID</source> <translation>Flash ID anzeigen</translation> </message> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="516" /> - <location filename="../MicroPython/Devices/EspDevices.py" line="160" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="499" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="220" /> <source>Show MAC Address</source> <translation>MAC Adresse anzeigen</translation> </message> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="164" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="224" /> <source>Reset Device</source> <translation>Gerät zurücksetzen</translation> </message> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="167" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="227" /> <source>Install 'esptool.py'</source> <translation>'esptool.py' installieren</translation> </message> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="209" /> - <source>Shall the flash of the selected device really be erased?</source> - <translation>Soll der Flashspeicher des ausgewählten Gerätes wirklich gelöscht werden?</translation> - </message> - <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="221" /> - <source>'esptool erase_flash' Output</source> - <translation>Ausgabe von 'esptool erase_flash'</translation> - </message> - <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="384" /> - <location filename="../MicroPython/Devices/EspDevices.py" line="295" /> - <location filename="../MicroPython/Devices/EspDevices.py" line="258" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="310" /> + <source>'esptool read_flash' Output</source> + <translation>Ausgabe von 'esptool read_flash'</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="1590" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="1549" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="363" /> <source>'esptool write_flash' Output</source> <translation>Ausgabe von 'esptool write_flash'</translation> </message> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="331" /> - <source>'esptool read_flash' Output</source> - <translation>Ausgabe von 'esptool read_flash'</translation> - </message> - <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="407" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="389" /> <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source> <translation>Die Firmware des verbundenen Gerätes kann nicht ermittelt werden oder das Board enthält kein MicroPython oder CircuitPython. Abbruch...</translation> </message> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="435" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="418" /> <source>unknown</source> <translation>unbekannt</translation> </message> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="446" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="429" /> <source><h4>{0} Version Information</h4><table><tr><td>Installed:</td><td>{1}</td></tr><tr><td>Available:</td><td>{2}</td></tr></table></source> <translation><h4>{0} Versionsinformationen</h4><table><tr><td>Installiert:</td><td>{1}</td></tr><tr><td>Verfügbar:</td><td>{2}</td></tr></table></translation> </message> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="454" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="437" /> <source><p><b>Update available!</b></p></source> <translation><p><b>Update verfügbar!</b></p></translation> </message> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="458" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="441" /> <source>{0} Version</source> <translation>{0} Version</translation> </message> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="476" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="459" /> <source>'esptool chip_id' Output</source> <translation>Ausgabe von 'esptool chip_id'</translation> </message> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="496" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="479" /> <source>'esptool flash_id' Output</source> <translation>Ausgabe von 'esptool flash_id'</translation> </message> <message> - <location filename="../MicroPython/Devices/EspDevices.py" line="516" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="499" /> <source>'esptool read_mac' Output</source> <translation>Ausgabe von 'esptool read_mac'</translation> </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="847" /> + <source>Error saving credentials: {0}</source> + <translation>Fehler beim Speichern der Berechtigungen: {0}</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="858" /> + <source>Error saving auto-connect script: {0}</source> + <translation>Fehler beim Speichern des Verbindungsskriptes: {0}</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="862" /> + <source>Error modifying 'boot.py': {0}</source> + <translation>Fehler bei der Änderung von 'boot.py': {0}</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="894" /> + <source>Error deleting credentials: {0}</source> + <translation>Fehler beim Löschen der Berechtigungen: {0}</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="980" /> + <source>unknown ({0})</source> + <translation>unbekannt ({0})</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="1209" /> + <source>Active</source> + <translation>Aktiv</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="1210" /> + <source>Name</source> + <translation>Name</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="1211" /> + <source>MAC-Address</source> + <translation>MAC-Addresse</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="1214" /> + <source>Address Type</source> + <translation>Adresstyp</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="1215" /> + <source>Public</source> + <translation>Öffentlich</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="1215" /> + <source>Random</source> + <translation>Zufällig</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="1219" /> + <source>Rx-Buffer</source> + <translation>Empfangspuffer</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="1221" /> + <location filename="../MicroPython/Devices/EspDevices.py" line="1219" /> + <source>{0} Bytes</source> + <translation>{0} Bytes</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="1221" /> + <source>MTU</source> + <translation>MTU</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="1491" /> + <source>Shall the flash of the selected device really be erased?</source> + <translation>Soll der Flashspeicher des ausgewählten Gerätes wirklich gelöscht werden?</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="1505" /> + <source>'esptool erase_flash' Output</source> + <translation>Ausgabe von 'esptool erase_flash'</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDevices.py" line="1550" /> + <source>Flash µPy/CPy Firmware</source> + <translation>µPy/CPy Firmware flashen</translation> + </message> </context> <context> <name>EspFirmwareSelectionDialog</name> @@ -20114,8 +20717,8 @@ </message> <message> <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" /> - <source>Flash MicroPython Firmware</source> - <translation>MicroPython Firmware flashen</translation> + <source>Flash µPy/CPy Firmware</source> + <translation>µPy/CPy Firmware flashen</translation> </message> <message> <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" /> @@ -20184,6 +20787,210 @@ </message> </context> <context> + <name>EthernetController</name> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="44" /> + <source>Ethernet Functions</source> + <translation>Ethernet Funktionen</translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="47" /> + <source>Show Ethernet Status</source> + <translation>Zeige Ethernet Status</translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="50" /> + <source>Connect to LAN (DHCP)</source> + <translation>Mit LAN verbinden (DHCP)</translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="52" /> + <source>Connect to LAN (fixed IP)</source> + <translation>Mit LAN verbinden (feste IP)</translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="181" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="175" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="55" /> + <source>Check Internet Connection</source> + <translation>Internetverbindung prüfen</translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="153" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="147" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="57" /> + <source>Disconnect from LAN</source> + <translation>Vom LAN trennen</translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="228" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="218" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="207" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="60" /> + <source>Write Auto-Connect Script</source> + <translation>Auto-Verbindungsskript schreiben</translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="275" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="265" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="257" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="245" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="63" /> + <source>Remove Auto-Connect Script</source> + <translation>Auto-Verbindungsskript löschen</translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="300" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="291" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="67" /> + <source>Deactivate Ethernet Interface</source> + <translation>Ethernet Schnittstelle deaktivieren</translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="365" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="349" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="329" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="320" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="70" /> + <source>Set Network Time</source> + <translation>Netzwerkzeit setzen</translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="132" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="126" /> + <source>Connect to LAN</source> + <translation>Mit LAN verbinden</translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="127" /> + <source><p>The device was connected to the LAN successfully.</p></source> + <translation><p>Das Gerät wurde erfolgreich mit dem Netzwerk verbunden.</p></translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="133" /> + <source><p>The device could not connect to the LAN.</p><p>Reason: {0}</p></source> + <translation><p>Das Gerät konnte nicht mit dem Netzwerk verbunden werden.</p><p>Ursache: {1}</p></translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="279" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="232" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="184" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="157" /> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="135" /> + <source>unknown</source> + <translation>unbekannt</translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="148" /> + <source><p>The device was disconnected from the LAN.</p></source> + <translation><p>Das Gerät wurde vom Netzwerk getrennt.</p></translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="154" /> + <source><p>The device could not be disconnected from the LAN.</p><p>Reason: {0}</p></source> + <translation><p>Das Gerät konnte nicht vom Netzwerk getrennt werden.</p><p>Ursache: {0}</p></translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="169" /> + <source><p>The internet connection is <b>available</b>.</p></source> + <translation><p>Die Internetverbindung ist <b>verfügbar</b>.</p></translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="171" /> + <source><p>The internet connection is <b>not available</b>.</p></source> + <translation><p>Die Internetverbindung ist <b>nicht verfügbar</b>.</p></translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="182" /> + <source><p>The internet is not available.</p><p>Reason: {0}</p></source> + <translation><p>Das Internet ist nicht verfügbar.</p><p>Ursache: {0}</p></translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="208" /> + <source><p>The auto-connect script and associated configuration was saved on the device. Use the script like this:</p><p>import wiznet_connect<br/>nic = wiznet_connect.connect_lan()</p></source> + <translation><p>Das Skript zur automatischen Verbindung und die zugehörige Konfiguration wurden auf das Gerät geschrieben. Verwende das Skript wie folgt:</p><p>import wiznet_connect<br/>nic = wiznet_connect.connect_lan()</p></translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="219" /> + <source><p>The auto-connect script and associated configuration was saved on the device. The device will connect to the LAN at boot time.</p></source> + <translation><p>Das Skript zur automatischen Verbindung und die zugehörige Konfiguration wurden auf das Gerät geschrieben. Das Gerät wird sich zur Bootzeit mit dem Netzwerk verbinden.</p></translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="229" /> + <source><p>The auto-connect script and associated configuration could not be saved on the device.</p><p>Reason: {0}</p></source> + <translation><p>Das Skript zur automatischen Verbindung und die zugehörige Konfiguration konnten nicht auf das Gerät geschrieben werden.</p><p>Ursache: {0}</p></translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="246" /> + <source>Shall the saved IPv4 parameters really be removed from the connected device?</source> + <translation>Sollen die gespeicherten IPv4 Parameter wirklich vom verbundenen Gerät gelöscht werden?</translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="258" /> + <source><p>The IPv4 parameters were removed from the device.</p></source> + <translation><p>Die IPv4 Parameter wurden auf dem Gerät gelöscht.</p></translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="266" /> + <source><p>The IPv4 parameters were removed from the device. The device will not connect to the LAN at boot time anymore.</p></source> + <translation><p>Die IPv4 Parameter wurden auf dem Gerät gelöscht. Das Gerät wird sich beim Start nicht mehr mit dem Netzwerk verbinden.</p></translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="276" /> + <source><p>The IPv4 parameters could not be removed from the device.</p><p>Reason: {0}</p></source> + <translation><p>Die IPv4 Parameter konnten nicht auf dem Gerät gelöscht werden.</p><p>Ursache: {0}</p></translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="292" /> + <source>The Ethernet interface was deactivated successfully.</source> + <translation>Die Ethernet Schnittstelle wurde erfolgreich deaktiviert.</translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="295" /> + <source><p>The Ethernet interface could not be deactivated.</p></source> + <translation><p>Die Ethernet Schnittstelle konnte nicht deaktiviert werden.</p></translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="297" /> + <source><p>Reason: {0}</p></source> + <translation><p>Ursache: {0}</p></translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="321" /> + <source><p>The device does not support network time synchronization. The module <b>{0}</b> is not installed.</p></source> + <translation><p>Das Gerät unterstützt nicht die Netzwerkzeitsynchronisation. Das Modul <b>{0}</b> ist nicht installiert.</p></translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="330" /> + <source><p>The device does not support network time synchronization. The module <b>ntptime</b> is not available.</p></source> + <translation><p>Das Gerät unterstützt nicht die Netzwerkzeitsynchronisation. Das Modul <b>ntptime</b> ist nicht verfügbar.</p></translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="350" /> + <source>The device time was synchronized successfully.</source> + <translation>Die Gerätezeit wurde erfolgreich synchronisiert.</translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="354" /> + <source><p>The device time could not be synchronized.</p><p>Reason: {0}</p></source> + <translation><p>Die Gerätezeit konnte nicht synchronisiert werden.</p><p>Ursache: {0}</p></translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetController.py" line="359" /> + <source><p>The device time could not be synchronized. Is the device connected to a LAN?</p></source> + <translation><p>Die Gerätezeit konnte nicht synchronisiert werden. Ist das Gerät mit einem Netzwerk verbunden?</p></translation> + </message> + </context> + <context> + <name>EthernetStatusDialog</name> + <message> + <location filename="../MicroPython/EthernetDialogs/EthernetStatusDialog.ui" line="0" /> + <location filename="../MicroPython/EthernetDialogs/EthernetStatusDialog.ui" line="0" /> + <source>Ethernet Status</source> + <translation>Ethernet Status</translation> + </message> + </context> + <context> <name>ExceptionLogger</name> <message> <location filename="../Debugger/ExceptionLogger.py" line="39" /> @@ -21877,15 +22684,66 @@ <context> <name>GenericMicroPythonDevice</name> <message> - <location filename="../MicroPython/Devices/GenericMicroPythonDevices.py" line="194" /> + <location filename="../MicroPython/Devices/GenericMicroPythonDevices.py" line="138" /> + <source>Generic Device Functions</source> + <translation>Funktionen für Generisches Gerät</translation> + </message> + <message> + <location filename="../MicroPython/Devices/GenericMicroPythonDevices.py" line="268" /> + <location filename="../MicroPython/Devices/GenericMicroPythonDevices.py" line="141" /> + <source>Show MicroPython Versions</source> + <translation>Zeige MicroPython Versionen</translation> + </message> + <message> + <location filename="../MicroPython/Devices/GenericMicroPythonDevices.py" line="145" /> + <source>Activate Bootloader</source> + <translation>Bootloader aktivieren</translation> + </message> + <message> + <location filename="../MicroPython/Devices/GenericMicroPythonDevices.py" line="149" /> + <source>Reset Device</source> + <translation>Gerät zurücksetzen</translation> + </message> + <message> + <location filename="../MicroPython/Devices/GenericMicroPythonDevices.py" line="235" /> <source>Workspace Directory</source> <translation>Arbeitsverzeichnis</translation> </message> <message> - <location filename="../MicroPython/Devices/GenericMicroPythonDevices.py" line="195" /> + <location filename="../MicroPython/Devices/GenericMicroPythonDevices.py" line="236" /> <source>Python files for this generic board can be edited in place, if the device volume is locally available. A volume named '{0}' was not found. In place editing will not be available.</source> <translation>Python Dateien für dieses Generische Gerät können an Ort und Stelle bearbeitet werden, wenn das Geräteverzeichnis lokal verfügbar ist. Ein Verzeichnis mit der Bezeichnung '{0}'konnte nicht gefunden werden. Direkte Bearbeitung ist nicht verfügbar.</translation> </message> + <message> + <location filename="../MicroPython/Devices/GenericMicroPythonDevices.py" line="269" /> + <source>The firmware of the connected device cannot be determined or the board does not run MicroPython. Aborting...</source> + <translation>Die Firmware des verbundenen Gerätes kann nicht ermittelt werden oder das Board enthält kein MicroPython. Abbruch...</translation> + </message> + <message> + <location filename="../MicroPython/Devices/GenericMicroPythonDevices.py" line="297" /> + <source>unknown</source> + <translation>unbekannt</translation> + </message> + <message> + <location filename="../MicroPython/Devices/GenericMicroPythonDevices.py" line="307" /> + <source><h4>MicroPython Version Information</h4><table><tr><td>Installed:</td><td>{0}</td></tr><tr><td>Available:</td><td>{1}</td></tr>{2}</table></source> + <translation><h4>MicroPython Versionsinformationen</h4><table><tr><td>Installiert:</td><td>{0}</td></tr><tr><td>Verfügbar:</td><td>{1}</td></tr>{2}</table></translation> + </message> + <message> + <location filename="../MicroPython/Devices/GenericMicroPythonDevices.py" line="317" /> + <source><tr><td>Variant:</td><td>{0}</td></tr></source> + <translation><tr><td>Variante:</td><td>{0}</td></tr></translation> + </message> + <message> + <location filename="../MicroPython/Devices/GenericMicroPythonDevices.py" line="324" /> + <source><p><b>Update available!</b></p></source> + <translation><p><b>Update verfügbar!</b></p></translation> + </message> + <message> + <location filename="../MicroPython/Devices/GenericMicroPythonDevices.py" line="328" /> + <source>MicroPython Version</source> + <translation>MicroPython Version</translation> + </message> </context> <context> <name>Git</name> @@ -29373,27 +30231,27 @@ <context> <name>Globals</name> <message> - <location filename="../Globals/__init__.py" line="209" /> + <location filename="../Globals/__init__.py" line="184" /> <source>{0:4.2f} Bytes</source> <translation>{0:4.2f} Bytes</translation> </message> <message> - <location filename="../Globals/__init__.py" line="212" /> + <location filename="../Globals/__init__.py" line="187" /> <source>{0:4.2f} KiB</source> <translation>{0:4.2f} KiB</translation> </message> <message> - <location filename="../Globals/__init__.py" line="215" /> + <location filename="../Globals/__init__.py" line="190" /> <source>{0:4.2f} MiB</source> <translation>{0:4.2f} MiB</translation> </message> <message> - <location filename="../Globals/__init__.py" line="218" /> + <location filename="../Globals/__init__.py" line="193" /> <source>{0:4.2f} GiB</source> <translation>{0:4.2f} GiB</translation> </message> <message> - <location filename="../Globals/__init__.py" line="221" /> + <location filename="../Globals/__init__.py" line="196" /> <source>{0:4.2f} TiB</source> <translation>{0:4.2f} TiB</translation> </message> @@ -30305,77 +31163,77 @@ <translation>Leere Seite</translation> </message> <message> - <location filename="../HelpViewer/HelpViewerImplQTB.py" line="457" /> + <location filename="../HelpViewer/HelpViewerImplQTB.py" line="456" /> <source>Backward</source> <translation>Zurück</translation> </message> <message> - <location filename="../HelpViewer/HelpViewerImplQTB.py" line="462" /> + <location filename="../HelpViewer/HelpViewerImplQTB.py" line="461" /> <source>Forward</source> <translation>Vorwärts</translation> </message> <message> - <location filename="../HelpViewer/HelpViewerImplQTB.py" line="467" /> + <location filename="../HelpViewer/HelpViewerImplQTB.py" line="466" /> <source>Reload</source> <translation>Erneut laden</translation> </message> <message> - <location filename="../HelpViewer/HelpViewerImplQTB.py" line="476" /> + <location filename="../HelpViewer/HelpViewerImplQTB.py" line="475" /> <source>Copy Page URL to Clipboard</source> <translation>Seiten-URL in die Zwischenablage kopieren</translation> </message> <message> - <location filename="../HelpViewer/HelpViewerImplQTB.py" line="482" /> + <location filename="../HelpViewer/HelpViewerImplQTB.py" line="481" /> <source>Bookmark Page</source> <translation>Lesezeichen für Seite</translation> </message> <message> - <location filename="../HelpViewer/HelpViewerImplQTB.py" line="490" /> + <location filename="../HelpViewer/HelpViewerImplQTB.py" line="489" /> <source>Zoom in</source> <translation>Vergrößern</translation> </message> <message> - <location filename="../HelpViewer/HelpViewerImplQTB.py" line="495" /> + <location filename="../HelpViewer/HelpViewerImplQTB.py" line="494" /> <source>Zoom out</source> <translation>Verkleinern</translation> </message> <message> - <location filename="../HelpViewer/HelpViewerImplQTB.py" line="500" /> + <location filename="../HelpViewer/HelpViewerImplQTB.py" line="499" /> <source>Zoom reset</source> <translation>Vergrößerung zurücksetzen</translation> </message> <message> - <location filename="../HelpViewer/HelpViewerImplQTB.py" line="506" /> + <location filename="../HelpViewer/HelpViewerImplQTB.py" line="505" /> <source>Copy</source> <translation>Kopieren</translation> </message> <message> - <location filename="../HelpViewer/HelpViewerImplQTB.py" line="512" /> + <location filename="../HelpViewer/HelpViewerImplQTB.py" line="511" /> <source>Select All</source> <translation>Alles auswählen</translation> </message> <message> - <location filename="../HelpViewer/HelpViewerImplQTB.py" line="519" /> + <location filename="../HelpViewer/HelpViewerImplQTB.py" line="518" /> <source>Close</source> <translation>Schließen</translation> </message> <message> - <location filename="../HelpViewer/HelpViewerImplQTB.py" line="524" /> + <location filename="../HelpViewer/HelpViewerImplQTB.py" line="523" /> <source>Close Others</source> <translation>Andere schließen</translation> </message> <message> - <location filename="../HelpViewer/HelpViewerImplQTB.py" line="544" /> + <location filename="../HelpViewer/HelpViewerImplQTB.py" line="543" /> <source>Open Link in New Page</source> <translation>Link in neuer Seite öffnen</translation> </message> <message> - <location filename="../HelpViewer/HelpViewerImplQTB.py" line="551" /> + <location filename="../HelpViewer/HelpViewerImplQTB.py" line="550" /> <source>Open Link in Background Page</source> <translation>Link in Hintergrundseite öffnen</translation> </message> <message> - <location filename="../HelpViewer/HelpViewerImplQTB.py" line="559" /> + <location filename="../HelpViewer/HelpViewerImplQTB.py" line="558" /> <source>Copy URL to Clipboard</source> <translation>URL in die Zwischenablage kopieren</translation> </message> @@ -40521,6 +41379,45 @@ </message> </context> <context> + <name>IPv4AddressDialog</name> + <message> + <location filename="../MicroPython/EthernetDialogs/IPv4AddressDialog.ui" line="0" /> + <location filename="../MicroPython/EthernetDialogs/IPv4AddressDialog.ui" line="0" /> + <source>IPv4 Address</source> + <translation>IPv4 Adresse</translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/IPv4AddressDialog.ui" line="0" /> + <source>Select to get the IPv4 address via DHCP.</source> + <translation>Auswählen, um eine IPv4 Adresse über DHCP zu erhalten.</translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/IPv4AddressDialog.ui" line="0" /> + <source>Dynamic IPv4 Address (DHCP)</source> + <translation>Dynamische IPv4 Adresse (DHCP)</translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/IPv4AddressDialog.ui" line="0" /> + <source>Address:</source> + <translation>Adresse:</translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/IPv4AddressDialog.ui" line="0" /> + <source>Netmask:</source> + <translation>Netzmaske:</translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/IPv4AddressDialog.ui" line="0" /> + <source>Gateway:</source> + <translation>Gateway:</translation> + </message> + <message> + <location filename="../MicroPython/EthernetDialogs/IPv4AddressDialog.ui" line="0" /> + <source>DNS:</source> + <translation>DNS:</translation> + </message> + </context> + <context> <name>IbmWatsonEngine</name> <message> <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="191" /> @@ -47431,7 +48328,7 @@ <translation>Pygments</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="592" /> + <location filename="../Preferences/__init__.py" line="594" /> <location filename="../QScintilla/Lexers/__init__.py" line="400" /> <source>Python Files (*.py *.py3)</source> <translation>Python-Dateien (*.py *.py3)</translation> @@ -47672,7 +48569,7 @@ <translation>Alle Dateien (*)</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="595" /> + <location filename="../Preferences/__init__.py" line="597" /> <location filename="../QScintilla/Lexers/__init__.py" line="491" /> <source>Python3 Files (*.py)</source> <translation>Python 3-Dateien (*.py)</translation> @@ -48938,18 +49835,18 @@ <context> <name>MicroPythonDevice</name> <message> - <location filename="../MicroPython/Devices/__init__.py" line="260" /> - <source>Generic Board</source> - <translation>Generisches Board</translation> - </message> - <message> - <location filename="../MicroPython/Devices/__init__.py" line="280" /> + <location filename="../MicroPython/Devices/__init__.py" line="267" /> + <source>Generic MicroPython Board</source> + <translation>Generisches MicroPython Board</translation> + </message> + <message> + <location filename="../MicroPython/Devices/__init__.py" line="307" /> <source>RP2040 based</source> <translation>RP2040 basiert</translation> </message> <message> - <location filename="../MicroPython/Devices/__init__.py" line="428" /> - <location filename="../MicroPython/Devices/__init__.py" line="417" /> + <location filename="../MicroPython/Devices/__init__.py" line="459" /> + <location filename="../MicroPython/Devices/__init__.py" line="448" /> <source>Unknown Device</source> <translation>Unbekanntes Gerät</translation> </message> @@ -48957,50 +49854,50 @@ <context> <name>MicroPythonFileManager</name> <message> - <location filename="../MicroPython/MicroPythonFileManager.py" line="248" /> + <location filename="../MicroPython/MicroPythonFileManager.py" line="291" /> <source>The given name '{0}' is not a directory or does not exist.</source> <translation>Der angegebene Name '{0}' ist kein Verzeichnis oder existiert nicht.</translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManager.py" line="255" /> + <location filename="../MicroPython/MicroPythonFileManager.py" line="298" /> <source>{1}Synchronizing <b>{0}</b>.</source> <translation>{1}Synchronisiere <b>{0}</b>.</translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManager.py" line="258" /> + <location filename="../MicroPython/MicroPythonFileManager.py" line="301" /> <source>{1}Done synchronizing <b>{0}</b>.</source> <translation>{1}Synchronisierung von <b>{0}</b> ist abgeschlossen.</translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManager.py" line="386" /> - <location filename="../MicroPython/MicroPythonFileManager.py" line="306" /> + <location filename="../MicroPython/MicroPythonFileManager.py" line="429" /> + <location filename="../MicroPython/MicroPythonFileManager.py" line="349" /> <source>{1}Adding <b>{0}</b>...</source> <translation>{1}Füge <b>{0}</b> hinzu...</translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManager.py" line="448" /> - <location filename="../MicroPython/MicroPythonFileManager.py" line="355" /> + <location filename="../MicroPython/MicroPythonFileManager.py" line="491" /> + <location filename="../MicroPython/MicroPythonFileManager.py" line="398" /> <source>Source <b>{0}</b> is a directory and destination <b>{1}</b> is a file. Ignoring it.</source> <translation>Die Quelle <b>{0}</b> ist ein Verzeichnis und das Ziel <b>{1}</b> ist eine Datei. Ignoriere sie.</translation> </message> <message> + <location filename="../MicroPython/MicroPythonFileManager.py" line="500" /> + <location filename="../MicroPython/MicroPythonFileManager.py" line="407" /> + <source>Source <b>{0}</b> is a file and destination <b>{1}</b> is a directory. Ignoring it.</source> + <translation>Die Quelle <b>{0}</b> ist eine Datei und das Ziel <b>{1}</b> ist ein Verzeichnis. Ignoriere sie.</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonFileManager.py" line="416" /> + <source>Updating <b>{0}</b>...</source> + <translation>Aktualisiere <b>{0}</b>...</translation> + </message> + <message> <location filename="../MicroPython/MicroPythonFileManager.py" line="457" /> - <location filename="../MicroPython/MicroPythonFileManager.py" line="364" /> - <source>Source <b>{0}</b> is a file and destination <b>{1}</b> is a directory. Ignoring it.</source> - <translation>Die Quelle <b>{0}</b> ist eine Datei und das Ziel <b>{1}</b> ist ein Verzeichnis. Ignoriere sie.</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonFileManager.py" line="373" /> - <source>Updating <b>{0}</b>...</source> - <translation>Aktualisiere <b>{0}</b>...</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonFileManager.py" line="414" /> <source>{1}Removing <b>{0}</b>...</source> <translation>{1}Entferne <b>{0}</b>...</translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManager.py" line="466" /> + <location filename="../MicroPython/MicroPythonFileManager.py" line="509" /> <source>{1}Updating <b>{0}</b>...</source> <translation>{1}Aktualisiere <b>{0}</b>...</translation> </message> @@ -49104,171 +50001,175 @@ <translation>Drücken, um zum Startverzeichnis des Gerätes zu springen</translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="999" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="829" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="146" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="125" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1009" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="839" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="145" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="124" /> <source>Change Directory</source> <translation>Verzeichnis wechseln</translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1019" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="865" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="853" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="149" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="128" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1029" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="875" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="863" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="148" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="127" /> <source>Create Directory</source> <translation>Verzeichnis anlegen</translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1074" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="903" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="892" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="155" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="131" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1084" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="913" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="902" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="154" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="130" /> <source>Delete Directory Tree</source> <translation>Verzeichnisbaum löschen</translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1101" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="941" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="930" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="159" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="135" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1111" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="951" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="940" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="158" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="134" /> <source>Delete File</source> <translation>Datei löschen</translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="162" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="138" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="161" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="137" /> <source>Show Hidden Files</source> <translation>Versteckte Dateien zeigen</translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1046" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="152" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1056" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="151" /> <source>Delete Directory</source> <translation>Verzeichnis löschen</translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="169" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="168" /> <source>Show Filesystem Info</source> <translation>Dateisysteminformationen</translation> </message> <message> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="215" /> + <source>Error handling device</source> + <translation>Fehler bei Gerätekommunikation</translation> + </message> + <message> <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="216" /> - <source>Error handling device</source> - <translation>Fehler bei Gerätekommunikation</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="217" /> <source><p>There was an error communicating with the connected device.</p><p>Method: {0}</p><p>Message: {1}</p></source> <translation><p>Es trat ein Fehler bei der Kommunikation mit dem Gerät auf.</p><p>Methode: {0}</p><p>Nachricht: {1}</p></translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="503" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="502" /> <source>Put File As</source> <translation>Datei Kopieren Als</translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="744" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="571" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="504" /> - <source>Enter a new name for the file</source> - <translation>Gib einen neuen Namen für die Datei ein</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="517" /> - <source>Copy File to Device</source> - <translation>Datei zum Gerät kopieren</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="762" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="518" /> - <source>The given file exists already (Enter file name only).</source> - <translation>Die angegebene Datei existiert bereits (Gib nur den Dateinamen ein).</translation> - </message> - <message> <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="570" /> - <source>Get File As</source> - <translation>Datei Holen Als</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="584" /> - <source>Copy File from Device</source> - <translation>Datei vom Gerät kopieren</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="585" /> - <source>The given file exists already.</source> - <translation>Die angegebene Datei existiert bereits.</translation> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="503" /> + <source>Enter a new name for the file</source> + <translation>Gib einen neuen Namen für die Datei ein</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="516" /> + <source>Copy File to Device</source> + <translation>Datei zum Gerät kopieren</translation> </message> <message> <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="761" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="743" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="517" /> + <source>The given file exists already (Enter file name only).</source> + <translation>Die angegebene Datei existiert bereits (Gib nur den Dateinamen ein).</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="569" /> + <source>Get File As</source> + <translation>Datei Holen Als</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="583" /> + <source>Copy File from Device</source> + <translation>Datei vom Gerät kopieren</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="584" /> + <source>The given file exists already.</source> + <translation>Die angegebene Datei existiert bereits.</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="760" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="742" /> <source>Save File As</source> <translation>Datei speichern als</translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="830" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="743" /> + <source>Enter a new name for the file:</source> + <translation>Gib einen neuen Namen für die Datei ein:</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="840" /> <source>Select Directory</source> <translation>Verzeichnis wählen</translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1020" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="854" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1030" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="864" /> <source>Enter directory name:</source> <translation>Gib den Verzeichnisnamen ein:</translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="866" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="876" /> <source><p>The directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Das Verzeichnis <b>{0}</b> konnte nicht angelegt werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1075" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="893" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1085" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="903" /> <source>Do you really want to delete this directory tree?</source> <translation>Soll dieser Verzeichnisbaum wirklich gelöscht werden?</translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="904" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="914" /> <source><p>The directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>Das Verzeichnis <b>{0}</b> konnte nicht gelöscht werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1102" /> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="931" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1112" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="941" /> <source>Do you really want to delete this file?</source> <translation>Soll diese Datei wirklich gelöscht werden?</translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="942" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="952" /> <source><p>The file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht gelöscht werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1000" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1010" /> <source>Enter the directory path on the device:</source> <translation>Gib den Verzeichnispfad auf dem Gerät ein:</translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1047" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1057" /> <source>Do you really want to delete this directory?</source> <translation>Soll dieses Verzeichnis wirklich gelöscht werden?</translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1135" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1145" /> <source><h3>Filesystem Information</h3></source> <translation><h3>Dateisysteminformationen</h3></translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1137" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1147" /> <source><h4>{0}</h4<table><tr><td>Total Size: </td><td align='right'>{1}</td></tr><tr><td>Used Size: </td><td align='right'>{2}</td></tr><tr><td>Free Size: </td><td align='right'>{3}</td></tr></table></source> <translation><h4>{0}</h4<table><tr><td>Gesamtspeichergröße: </td><td align='right'>{1}</td></tr><tr><td>Belegter Speicher: </td><td align='right'>{2}</td></tr><tr><td>Freier Speicher: </td><td align='right'>{3}</td></tr></table></translation> </message> <message> - <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1150" /> + <location filename="../MicroPython/MicroPythonFileManagerWidget.py" line="1160" /> <source>Filesystem Information</source> <translation>Dateisysteminformationen</translation> </message> @@ -49350,6 +50251,7 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> <source> s</source> <translation> s</translation> </message> @@ -49405,6 +50307,152 @@ </message> <message> <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>WiFi</source> + <translation>WLAN</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Country:</source> + <translation>Staat:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Enter the country code for the WiFi interface</source> + <translation>Gib die Staatenkennung für die WLAN Schnittstelle ein</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Client</source> + <translation>Gerät</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Name:</source> + <translation>Name:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Enter the network name (SSID) to connect to</source> + <translation>Gib den Namen (SSID) des zu verbindenden Netzwerkes ein</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Password:</source> + <translation>Kennwort:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Enter the network password</source> + <translation>Gib das Netzwerkkennwort ein</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="338" /> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="321" /> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Press to show the password</source> + <translation>Drücken, um das Kennwort anzuzeigen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Access Point</source> + <translation>Access Point</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Enter the network name (SSID) to publish</source> + <translation>Gib den zu sendenden Netzwerknamen (SSID) ein</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Security:</source> + <translation>Sicherheit:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Select the security mode</source> + <translation>Wähle den Sicherheitsmodus</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>IPv4 Configuration</source> + <translation>IPv4 Konfiguration</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Address:</source> + <translation>Adresse:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Netmask:</source> + <translation>Netzmaske:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Gateway:</source> + <translation>Gateway:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>DNS:</source> + <translation>DNS:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>NTP Parameter</source> + <translation>NTP Parameter</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>NTP Server:</source> + <translation>NTP Server:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Enter the name of the NTP server.</source> + <translation>Gib den Namen des NTP-Servers ein.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Time Zone Offset:</source> + <translation>Offset Zeitzone:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Enter the time zone offset to UTC.</source> + <translation>Gib den Unterschied der Zeitzone zu UTC ein.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source> h</source> + <translation> h</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Select to indicate that daylight savings is in effect (i.e. 1h plus to UTC).</source> + <translation>Auswählen, wenn Sommerzeit aktiv ist (d.h. 1h plus zu UTC).</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Is Daylight Savings</source> + <translation>Sommerzeit</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Timeout:</source> + <translation>Wartezeit:</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> + <source>Enter the timeout in seconds.</source> + <translation>Gib die Wartezeit in Sekunden ein.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.ui" line="0" /> <source>MPY Cross Compiler</source> <translation>MPY Cross Compiler</translation> </message> @@ -49551,56 +50599,67 @@ <translation>Gib die URL für die Callope mini MicroPython Dokumentation ein</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="47" /> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="53" /> <source>Automatic</source> <translation>Automatisch</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="49" /> - <source>Light</source> - <translation>Hell</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="52" /> - <source>Dark</source> - <translation>Dunkel</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="55" /> - <source>Blue Cerulean</source> - <translation>Zweckhaftes Blau</translation> + <source>Light</source> + <translation>Hell</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="58" /> - <source>Brown Sand</source> - <translation>Brauner Sand</translation> + <source>Dark</source> + <translation>Dunkel</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="61" /> - <source>Blue NCS</source> - <translation>NCS Blau</translation> + <source>Blue Cerulean</source> + <translation>Zweckhaftes Blau</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="64" /> - <source>High Contrast</source> - <translation>Hoher Kontrast</translation> + <source>Brown Sand</source> + <translation>Brauner Sand</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="67" /> - <source>Blue Icy</source> - <translation>Eisblau</translation> + <source>Blue NCS</source> + <translation>NCS Blau</translation> </message> <message> <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="70" /> + <source>High Contrast</source> + <translation>Hoher Kontrast</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="73" /> + <source>Blue Icy</source> + <translation>Eisblau</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" /> <source>Qt</source> <translation>Qt</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="79" /> - <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="76" /> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="85" /> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="82" /> <source>All Files (*)</source> <translation>Alle Dateien (*)</translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="88" /> + <source>open</source> + <translation>offen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="334" /> + <location filename="../Preferences/ConfigurationPages/MicroPythonPage.py" line="317" /> + <source>Press to hide the password</source> + <translation>Drücken, um das Kennwort auszublenden</translation> + </message> </context> <context> <name>MicroPythonProgressInfoDialog</name> @@ -49613,17 +50672,17 @@ <context> <name>MicroPythonWidget</name> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="231" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="247" /> <source>MicroPython Menu</source> <translation>MicroPython MenÜ</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="288" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="306" /> <source><h3>The QtSerialPort package is not available.<br/>MicroPython support is deactivated.</h3></source> <translation><h3>Das Paket QtSerialPort ist nicht verfügbar.<br/>Die MicroPython Unterstützung wird deaktiviert.</h3></translation> </message> <message numerus="yes"> - <location filename="../MicroPython/MicroPythonWidget.py" line="329" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="347" /> <source>%n supported device(s) detected.</source> <translation> <numerusform>%n unterstütztes Gerät gefunden.</numerusform> @@ -49631,18 +50690,18 @@ </translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="343" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="361" /> <source>{0} - {1} ({2})</source> <comment>board name, description, port name</comment> <translation>{0} - {1} ({2})</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="363" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="381" /> <source>No supported devices detected.</source> <translation>Keine unterstützten Geräte gefunden.</translation> </message> <message numerus="yes"> - <location filename="../MicroPython/MicroPythonWidget.py" line="367" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="385" /> <source> %n unknown device(s) for manual selection.</source> <translation> @@ -49653,70 +50712,70 @@ </translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="374" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="392" /> <source>Manual Selection</source> <translation>Manuelle Auswahl</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="437" /> - <location filename="../MicroPython/MicroPythonWidget.py" line="408" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="455" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="426" /> <source>Unknown MicroPython Device</source> <translation>Unbekanntes MicroPython Gerät</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="409" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="427" /> <source><p>Detected these unknown serial devices</p><ul><li>{0}</li></ul><p>Please report them together with the board name and a short description to <a href="mailto:{1}"> the eric bug reporting address</a> if it is a MicroPython board.</p></source> <translation><p>Diese ubekannten seriellen Geräte wurden erkannt.</p><ul><li>{0}</li></ul><p>Falls es sich um ein MicroPython Board handelt, melden sie es bitte zusammen mit dem Boardnamen und einer Kurzbeschreibung an <a href="mailto:{1}"> die eric Fehlermitteilungsadresse</a>.</p></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="421" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="439" /> <source>{0} (0x{1:04x}/0x{2:04x})</source> <comment>description, VId, PId</comment> <translation>{0} (0x{1:04x}/0x{2:04x})</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="438" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="456" /> <source>Would you like to add them to the list of manually configured devices?</source> <translation>Sollen sie zur Liste der manuell konfigurierten Geräte hinzugefügt werden?</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="568" /> - <source>Clear</source> - <translation>Löschen</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="573" /> - <source>Copy</source> - <translation>Kopieren</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="579" /> - <source>Paste</source> - <translation>Einfügen</translation> - </message> - <message> <location filename="../MicroPython/MicroPythonWidget.py" line="586" /> + <source>Clear</source> + <translation>Löschen</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="591" /> + <source>Copy</source> + <translation>Kopieren</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="597" /> + <source>Paste</source> + <translation>Einfügen</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="604" /> <source>Select All</source> <translation>Alles auswählen</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="612" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="630" /> <source>Press to disconnect the current device</source> <translation>Drücken, um die Verbindung zum aktuelle Geräte zu trennen</translation> </message> <message> <location filename="../MicroPython/MicroPythonWidget.ui" line="0" /> - <location filename="../MicroPython/MicroPythonWidget.py" line="617" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="635" /> <source>Press to connect the selected device</source> <translation>Drücken, um eine Verbindung mit den ausgewählten Gerät herzustellen</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="644" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="667" /> <source>No device attached</source> <translation>Kein Gerät angeschlossen</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="645" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="668" /> <source>Please ensure the device is plugged into your computer and selected. It must have a version of MicroPython (or CircuitPython) flashed onto it before anything will work. @@ -49729,322 +50788,345 @@ Drücke zum Abschluss den Resetknopf des Gerätes und warte ein paar Sekunden vor einem neuen Versuch.</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="674" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="697" /> <source>Start REPL</source> <translation>REPL starten</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="675" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="698" /> <source><p>The REPL cannot be started.</p><p>Reason: {0}</p></source> <translation><p>Die Eingabeaufforderung kann nicht gestartet werden.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1194" /> - <location filename="../MicroPython/MicroPythonWidget.py" line="1183" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1226" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1215" /> <source>Serial Device Connect</source> <translation>Serielle Verbindung</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1184" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1216" /> <source><p>The device at serial port <b>{0}</b> does not respond. It may not have a MicroPython firmware flashed.</p></source> <translation><p>Das Gerät am seriellen Port <b>{0}</b> antwortet nicht. Es hat wahrscheinlich keine MicroPython Firmware geflasht.</p></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1195" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1227" /> <source><p>Cannot connect to device at serial port <b>{0}</b>.</p></source> <translation><p>Kann keine Verbindung zum Gerät an der seriellen Schnittstelle <b>{0}</b> herstellen.</p></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1253" /> - <location filename="../MicroPython/MicroPythonWidget.py" line="1244" /> - <location filename="../MicroPython/MicroPythonWidget.py" line="1235" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1285" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1276" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1267" /> <source>Run Script</source> <translation>Skript ausführen</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1236" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1268" /> <source>There is no editor open. Abort...</source> <translation>Es ist kein Editor offen. Abbruch...</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1245" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1277" /> <source>The current editor does not contain a script. Abort...</source> <translation>Der aktuelle Editortext enthält kein Skript. Abbruch...</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1254" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1286" /> <source><p>Cannot run script.</p><p>Reason: {0}</p></source> <translation><p>Das Skript kann nicht ausgeführt werden.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1290" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1322" /> <source>Start Chart</source> <translation>Chart starten</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1291" /> - <source><p>The Chart cannot be started.</p><p>Reason: {0}</p></source> - <translation><p>Das Chart kann nicht gestartet werden.</p><p>Ursache: {0}</p></translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1306" /> - <source>µPy Chart</source> - <translation>µPy Chart</translation> - </message> - <message> <location filename="../MicroPython/MicroPythonWidget.py" line="1323" /> + <source><p>The Chart cannot be started.</p><p>Reason: {0}</p></source> + <translation><p>Das Chart kann nicht gestartet werden.</p><p>Ursache: {0}</p></translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1338" /> + <source>µPy Chart</source> + <translation>µPy Chart</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1355" /> <source>Unsaved Chart Data</source> <translation>Nicht gesicherte Chart Daten</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1324" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1356" /> <source>The chart contains unsaved data.</source> <translation>Das Chart enthält ungesicherte Daten.</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1372" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1404" /> <source>Start File Manager</source> <translation>Dateimanager starten</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1373" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1405" /> <source><p>The File Manager cannot be started.</p><p>Reason: {0}</p></source> <translation><p>Der Dateimanager kann nicht gestartet werden.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1392" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1425" /> <source>µPy Files</source> <translation>µPy Dateien</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1428" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1488" /> <source>Downloads</source> <translation>Downloads</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1443" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1535" /> <source>Show Version</source> <translation>Version anzeigen</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1446" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1538" /> <source>Show Implementation</source> <translation>Implementierung anzeigen</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1449" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1541" /> <source>Show Board Data</source> <translation>Board Daten anzeigen</translation> </message> <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1723" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1546" /> + <source>Synchronize Time</source> + <translation>Zeit synchronisieren</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1549" /> + <source>Show Device Time</source> + <translation>Gerätezeit anzeigen</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1551" /> + <source>Show Local Time</source> + <translation>Lokale Zeit anzeigen</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1554" /> + <source>Show Time</source> + <translation>Zeit anzeigen</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1558" /> + <source>Show Builtin Modules</source> + <translation>Eingebaute Module anzeigen</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="2130" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1562" /> + <source>Install Package</source> + <translation>Paket installieren</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="2142" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="2139" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1566" /> + <source>Install Packages</source> + <translation>Pakete installieren</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1947" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1572" /> + <source>Compile Python File</source> + <translation>Python Datei übersetzen</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1971" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1962" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1576" /> + <source>Compile Current Editor</source> + <translation>Aktuellen Editor übersetzen</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1597" /> + <source>Download Firmware</source> + <translation>Firmware herunterladen</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1604" /> + <source>Show Documentation</source> + <translation>Dokumentation anzeigen</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1607" /> + <source>Convert To UF2</source> + <translation>Zu UF2 konvertieren</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1608" /> + <source>Flash UF2 Device</source> + <translation>UF2 Gerät flashen</translation> + </message> + <message> <location filename="../MicroPython/MicroPythonWidget.py" line="1611" /> - <location filename="../MicroPython/MicroPythonWidget.py" line="1454" /> - <source>Synchronize Time</source> - <translation>Zeit synchronisieren</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1457" /> - <source>Show Device Time</source> - <translation>Gerätezeit anzeigen</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1459" /> - <source>Show Local Time</source> - <translation>Lokale Zeit anzeigen</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1462" /> - <source>Show Time</source> - <translation>Zeit anzeigen</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1466" /> - <source>Show Builtin Modules</source> - <translation>Eingebaute Module anzeigen</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1835" /> - <location filename="../MicroPython/MicroPythonWidget.py" line="1472" /> - <source>Compile Python File</source> - <translation>Python Datei übersetzen</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1859" /> - <location filename="../MicroPython/MicroPythonWidget.py" line="1850" /> - <location filename="../MicroPython/MicroPythonWidget.py" line="1476" /> - <source>Compile Current Editor</source> - <translation>Aktuellen Editor übersetzen</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1485" /> - <source>Download Firmware</source> - <translation>Firmware herunterladen</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1492" /> - <source>Show Documentation</source> - <translation>Dokumentation anzeigen</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1496" /> - <source>Flash UF2 Device</source> - <translation>UF2 Gerät flashen</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1499" /> <source>Manage Unknown Devices</source> <translation>Unbekannte Geräte verwalten</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1502" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1614" /> <source>Ignored Serial Devices</source> <translation>Ignorierte Serielle Geräte</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1505" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1617" /> <source>Configure</source> <translation>Einstellungen</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1514" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1626" /> <source><h3>Device Version Information</h3></source> <translation><h3>Versionsinformationen des Gerätes</h3></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1525" /> - <location filename="../MicroPython/MicroPythonWidget.py" line="1521" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1637" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1633" /> <source>Device Version Information</source> <translation>Versionsinformationen des Gerätes</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1526" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1638" /> <source>No version information available.</source> <translation>Keine Versionsinformationen verfügbar.</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1550" /> - <location filename="../MicroPython/MicroPythonWidget.py" line="1542" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1662" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1654" /> <source>unknown</source> <translation>unbekannt</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1556" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1668" /> <source> ({0})</source> <translation> ({0})</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1572" /> - <location filename="../MicroPython/MicroPythonWidget.py" line="1563" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1684" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1675" /> <source>Device Implementation Information</source> <translation>Informationen zur Implementierung</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1564" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1676" /> <source><h3>Device Implementation Information</h3><p>This device contains <b>{0} {1}{2}</b>.</p></source> <translation><h3>Informationen zur Implementierung</h3><p>Dieses Gerät enthält <b>{0} {1}{2}</b>.</p></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1573" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1685" /> <source>No device implementation information available.</source> <translation>Keine Informationen zur Implementierung verfügbar.</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1612" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1724" /> <source><p>The time of the connected device was synchronized with the local time.</p></source> <translation><p>Die Zeit des angeschlossenen Gerätes wurde mit der lokalen Zeit synchronisiert.</p></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1634" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1746" /> <source><h3>Device Date and Time</h3><table><tr><td><b>Date</b></td><td>{0}</td></tr><tr><td><b>Time</b></td><td>{1}</td></tr></table></source> <translation><h3>Datum und Zeit des Gerätes</h3><table><tr><td><b>Datum</b></td><td>{0}</td></tr><tr><td><b>Zeit</b></td><td>{1}</td></tr></table></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1642" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1754" /> <source><h3>Device Date and Time</h3><p>{0}</p></source> <translation><h3>Datum und Zeit des Gerätes</h3><p>{0}</p></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1658" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1770" /> <source>Device Date and Time</source> <translation>Datum und Zeit des Gerätes</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1670" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1782" /> <source>Local Date and Time</source> <translation>Lokales Datum und Zeit</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1671" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1783" /> <source><h3>Local Date and Time</h3><table><tr><td><b>Date</b></td><td>{0}</td></tr><tr><td><b>Time</b></td><td>{1}</td></tr></table></source> <translation><h3>Lokales Datum und Zeit</h3><table><tr><td><b>Datum</b></td><td>{0}</td></tr><tr><td><b>Zeit</b></td><td>{1}</td></tr></table></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1712" /> - <location filename="../MicroPython/MicroPythonWidget.py" line="1695" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1824" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1807" /> <source>Date and Time</source> <translation>Datum und Zeit</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1696" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1808" /> <source><table><tr><th></th><th>Local Date and Time</th><th>Device Date and Time</th></tr><tr><td><b>Date</b></td><td align='center'>{0}</td><td align='center'>{2}</td></tr><tr><td><b>Time</b></td><td align='center'>{1}</td><td align='center'>{3}</td></tr></table></source> <translation><table><tr><th></th><th>Lokales Datum und Zeit</th><th>Datum und Zeit des Gerätes</th></tr><tr><td><b>Datum</b></td><td align='center'>{0}</td><td align='center'>{2}</td></tr><tr><td><b>Zeit</b></td><td align='center'>{1}</td><td align='center'>{3}</td></tr></table></translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1713" /> - <source><table><tr><th>Local Date and Time</th><th>Device Date and Time</th></tr><tr><td align='center'>{0} {1}</td><td align='center'>{2}</td></tr></table></source> - <translation><table><tr><th>Lokales Datum und Zeit</th><th>Datum und Zeit des Gerätes</th></tr><tr><td align='center'>{0} {1}</td><td align='center'>{2}</td></tr></table></translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1737" /> - <source>Error handling device</source> - <translation>Fehler bei Gerätekommunikation</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1738" /> - <source><p>There was an error communicating with the connected device.</p><p>Method: {0}</p><p>Message: {1}</p></source> - <translation><p>Es trat ein Fehler bei der Kommunikation mit dem Gerät auf.</p><p>Methode: {0}</p><p>Nachricht: {1}</p></translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1780" /> - <source>The MicroPython cross compiler <b>mpy-cross</b> cannot be found. Ensure it is in the search path or configure it on the MicroPython configuration page.</source> - <translation>Der MicroPython Crosscompiler <b>mpy-cross</b> kann nicht gefunden werden. Stelle sicher, dass er im Suchpfad liegt oder konfiguriere ihn auf der MicroPython Konfigurationsseite.</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1806" /> - <source>Python Files (*.py);;All Files (*)</source> - <translation>Python-Dateien (*.py);;Alle Dateien (*)</translation> - </message> - <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1816" /> - <source>The Python file <b>{0}</b> does not exist. Aborting...</source> - <translation>Die Python Datei <b>{0}</b> existiert nicht. Abbruch...</translation> - </message> - <message> <location filename="../MicroPython/MicroPythonWidget.py" line="1825" /> + <source><table><tr><th>Local Date and Time</th><th>Device Date and Time</th></tr><tr><td align='center'>{0} {1}</td><td align='center'>{2}</td></tr></table></source> + <translation><table><tr><th>Lokales Datum und Zeit</th><th>Datum und Zeit des Gerätes</th></tr><tr><td align='center'>{0} {1}</td><td align='center'>{2}</td></tr></table></translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1849" /> + <source>Error handling device</source> + <translation>Fehler bei Gerätekommunikation</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1850" /> + <source><p>There was an error communicating with the connected device.</p><p>Method: {0}</p><p>Message: {1}</p></source> + <translation><p>Es trat ein Fehler bei der Kommunikation mit dem Gerät auf.</p><p>Methode: {0}</p><p>Nachricht: {1}</p></translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1892" /> + <source>The MicroPython cross compiler <b>mpy-cross</b> cannot be found. Ensure it is in the search path or configure it on the MicroPython configuration page.</source> + <translation>Der MicroPython Crosscompiler <b>mpy-cross</b> kann nicht gefunden werden. Stelle sicher, dass er im Suchpfad liegt oder konfiguriere ihn auf der MicroPython Konfigurationsseite.</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1918" /> + <source>Python Files (*.py);;All Files (*)</source> + <translation>Python-Dateien (*.py);;Alle Dateien (*)</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1928" /> + <source>The Python file <b>{0}</b> does not exist. Aborting...</source> + <translation>Die Python Datei <b>{0}</b> existiert nicht. Abbruch...</translation> + </message> + <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="1937" /> <source>'mpy-cross' Output</source> <translation>'mpy-cross' Ausgabe</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1851" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="1963" /> <source>The current editor does not contain a Python file. Aborting...</source> <translation>Der aktuelle Editortext enthält keine Pythondatei. Abbruch...</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1943" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="2055" /> <source>Add Unknown Devices</source> <translation>Unbekannte Geräte hinzufügen</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1944" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="2056" /> <source>Select the devices to be added:</source> <translation>Wähle die hinzuzufügenden unbekannten Geräte:</translation> </message> <message> - <location filename="../MicroPython/MicroPythonWidget.py" line="1985" /> + <location filename="../MicroPython/MicroPythonWidget.py" line="2105" /> <source>Plus any modules on the filesystem.</source> <translation>Zusätzlich alle Module im Dateisystem.</translation> </message> <message> + <location filename="../MicroPython/MicroPythonWidget.py" line="2143" /> + <source>Enter the packages to be installed separated by whitespace:</source> + <translation>Gib die zu installierenden Pakete durch Leerzeichen getrennt ein:</translation> + </message> + <message> <location filename="../MicroPython/MicroPythonWidget.ui" line="0" /> <source>Press to check for connected devices</source> <translation>Drücken, um nach angeschlossenen Geräten zu suchen</translation> @@ -50073,171 +51155,221 @@ <context> <name>MicrobitDevice</name> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="86" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="58" /> + <source>Public</source> + <translation>öffentlich</translation> + </message> + <message> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="59" /> + <source>Random Static</source> + <translation>zufällig, statisch</translation> + </message> + <message> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="60" /> + <source>Random Private Resolvable</source> + <translation>zufällig, privat, auflösbar</translation> + </message> + <message> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="61" /> + <source>Random Private Non-Resolvable</source> + <translation>zufällig, privat, nicht auflösbar</translation> + </message> + <message> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="108" /> <source>BBC micro:bit</source> <translation>BBC micro:bit</translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="89" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="111" /> <source>Calliope mini</source> <translation>Calliope mini</translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="186" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="208" /> <source>BBC micro:bit/Calliope Functions</source> <translation>BBC micro:bit/Calliope Funktionen</translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="399" /> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="387" /> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="370" /> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="189" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="421" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="409" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="392" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="211" /> <source>Show MicroPython Versions</source> <translation>Zeige MicroPython Versionen</translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="193" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="215" /> <source>Flash MicroPython</source> <translation>MicroPython flashen</translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="196" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="218" /> <source>Flash Firmware</source> <translation>Firmware flashen</translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="473" /> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="200" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="496" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="222" /> <source>Save Script as 'main.py'</source> <translation>Skript als 'main.py' speichern</translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="203" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="225" /> <source>Save the current script as 'main.py' on the connected device</source> <translation>Speichert das aktuelle Skript als 'main.py' auf das angeschlossene Gerät</translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="207" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="229" /> <source>Reset {0}</source> <translation>{0} zurücksetzen</translation> </message> <message> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="375" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="366" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="352" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="335" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="322" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="302" /> + <source>Flash MicroPython/Firmware</source> + <translation>MicroPython/Firmware flashen</translation> + </message> + <message> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="303" /> + <source><p>The BBC micro:bit is not ready for flashing the DAPLink firmware. Follow these instructions. </p><ul><li>unplug USB cable and any batteries</li><li>keep RESET button pressed and plug USB cable back in</li><li>a drive called MAINTENANCE should be available</li></ul><p>See the <a href="https://microbit.org/guide/firmware/">micro:bit web site</a> for details.</p></source> + <translation><p>Der BBC micro:bit ist nicht bereit zum Flashen der DAPLink Firmware. Folge diesen Anweisungen.</p><ul><li>ziehe das USB Kabel und alle Batterien heraus</li><li>halte den RESET Knopf gedrückt und stecke das USB Kabel wieder ein</li><li>ein Laufwerk mit Namen MAINTENANCE sollte verfügbar sein</li></ul><p>Siehe auch die <a href="https://microbit.org/guide/firmware/">micro:bit Web Seite</a>für Details.</p></translation> + </message> + <message> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="323" /> + <source><p>The BBC micro:bit is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MICROBIT is available.</p></source> + <translation><p>Der BBC micro:bit ist nicht bereit zum Flashen der MicroPython Firmware. Stelle sicher, dass ein Laufwerk mit Namen MICROBIT verfügbar ist.</p></translation> + </message> + <message> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="336" /> + <source><p>The "Calliope mini" is not ready for flashing the DAPLink firmware. Follow these instructions. </p><ul><li>unplug USB cable and any batteries</li><li>keep RESET button pressed an plug USB cable back in</li><li>a drive called MAINTENANCE should be available</li></ul></source> + <translation><p>Der "Calliope mini" ist nicht bereit zum Flashen der DAPLink Firmware. Folge diesen Anweisungen.</p><ul><li>ziehe das USB Kabel und alle Batterien heraus</li><li>halte den RESET Knopf gedrückt und stecke das USB Kabel wieder ein</li><li>ein Laufwerk mit Namen MAINTENANCE sollte verfügbar sein</li></ul></translation> + </message> + <message> <location filename="../MicroPython/Devices/MicrobitDevices.py" line="353" /> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="344" /> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="330" /> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="313" /> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="300" /> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="280" /> - <source>Flash MicroPython/Firmware</source> - <translation>MicroPython/Firmware flashen</translation> - </message> - <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="281" /> - <source><p>The BBC micro:bit is not ready for flashing the DAPLink firmware. Follow these instructions. </p><ul><li>unplug USB cable and any batteries</li><li>keep RESET button pressed and plug USB cable back in</li><li>a drive called MAINTENANCE should be available</li></ul><p>See the <a href="https://microbit.org/guide/firmware/">micro:bit web site</a> for details.</p></source> - <translation><p>Der BBC micro:bit ist nicht bereit zum Flashen der DAPLink Firmware. Folge diesen Anweisungen.</p><ul><li>ziehe das USB Kabel und alle Batterien heraus</li><li>halte den RESET Knopf gedrückt und stecke das USB Kabel wieder ein</li><li>ein Laufwerk mit Namen MAINTENANCE sollte verfügbar sein</li></ul><p>Siehe auch die <a href="https://microbit.org/guide/firmware/">micro:bit Web Seite</a>für Details.</p></translation> - </message> - <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="301" /> - <source><p>The BBC micro:bit is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MICROBIT is available.</p></source> - <translation><p>Der BBC micro:bit ist nicht bereit zum Flashen der MicroPython Firmware. Stelle sicher, dass ein Laufwerk mit Namen MICROBIT verfügbar ist.</p></translation> - </message> - <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="314" /> - <source><p>The "Calliope mini" is not ready for flashing the DAPLink firmware. Follow these instructions. </p><ul><li>unplug USB cable and any batteries</li><li>keep RESET button pressed an plug USB cable back in</li><li>a drive called MAINTENANCE should be available</li></ul></source> - <translation><p>Der "Calliope mini" ist nicht bereit zum Flashen der DAPLink Firmware. Folge diesen Anweisungen.</p><ul><li>ziehe das USB Kabel und alle Batterien heraus</li><li>halte den RESET Knopf gedrückt und stecke das USB Kabel wieder ein</li><li>ein Laufwerk mit Namen MAINTENANCE sollte verfügbar sein</li></ul></translation> - </message> - <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="331" /> <source><p>The "Calliope mini" is not ready for flashing the MicroPython firmware. Please make sure, that a drive called MINI is available.</p></source> <translation><p>Der "Calliope mini" ist nicht bereit zum Flashen der MicroPython Firmware. Stelle sicher, dass ein Laufwerk mit Namen MINI verfügbar ist.</p></translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="346" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="368" /> <source>MicroPython/Firmware Files (*.hex *.bin);;All Files (*)</source> <translation>MicroPython/Firmware Dateien (*.hex *.bin);;Alle Dateien (*)</translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="354" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="376" /> <source>There are multiple devices ready for flashing. Please make sure, that only one device is prepared.</source> <translation>Es sind mehrere Geräte zum Flashen bereit. Bitte stelle sicher, dass nur eines vorbereitet wird.</translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="371" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="393" /> <source>The firmware of the connected device cannot be determined or the board does not run MicroPython or CircuitPython. Aborting...</source> <translation>Die Firmware des verbundenen Gerätes kann nicht ermittelt werden oder das Board enthält kein MicroPython oder CircuitPython. Abbruch...</translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="388" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="410" /> <source><p>The BBC micro:bit generation cannot be determined. Aborting...</p></source> <translation><p>Die BBC micro:bit Generation kann nicht ermittelt werden. Abbruch...</p></translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="400" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="422" /> <source><p>The firmware URL for the device type <b>{0}</b> is not known. Aborting...</p></source> <translation><p>Die URL für die Firmware des Gerätetyps <b>{0}</b> ist nicht bekannt. Abbruch...</p></translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="427" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="450" /> <source>unknown</source> <translation>unbekannt</translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="443" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="466" /> <source>Firmware</source> <translation>Firmware</translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="446" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="469" /> <source><h4>{0} Version Information<br/>(BBC micro:bit v{1})</h4><table><tr><td>Installed:</td><td>{2}</td></tr><tr><td>Available:</td><td>{3}</td></tr></table></source> <translation><h4>{0} Versionsinformationen<br/>(BBC micro:bit v{1})</h4><table><tr><td>Installiert:</td><td>{2}</td></tr><tr><td>Verfügbar:</td><td>{3}</td></tr></table></translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="455" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="478" /> <source><p><b>Update available!</b></p></source> <translation><p><b>Update verfügbar!</b></p></translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="459" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="482" /> <source>{0} Version</source> <translation>{0} Version</translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="479" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="502" /> <source>The current editor does not contain a Python script. Write it anyway?</source> <translation>Der aktuelle Editor enthält kein Python Skript. Trotzdem schreiben?</translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="490" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="513" /> <source>The script is empty. Aborting.</source> <translation>Das Skript ist leer. Abbruch.</translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="544" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="567" /> <source>MicroPython Firmware for BBC micro:bit V1</source> <translation>MicroPython Firmware für BBC micro:bit V1</translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="576" /> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="563" /> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="548" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="599" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="586" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="571" /> <source>DAPLink Firmware</source> <translation>DAPLink Firmware</translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="555" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="578" /> <source>MicroPython Firmware for BBC micro:bit V2</source> <translation>MicroPython Firmware für BBC micro:bit V2</translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="559" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="582" /> <source>CircuitPython Firmware for BBC micro:bit V2</source> <translation>CircuitPython Firmware für BBC micro:bit V2</translation> </message> <message> - <location filename="../MicroPython/Devices/MicrobitDevices.py" line="572" /> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="595" /> <source>MicroPython Firmware</source> <translation>MicroPython Firmware</translation> </message> + <message> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="818" /> + <source>Active</source> + <translation>Aktiv</translation> + </message> + <message> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="819" /> + <source>Name</source> + <translation>Name</translation> + </message> + <message> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="820" /> + <source>MAC-Address</source> + <translation>MAC-Addresse</translation> + </message> + <message> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="822" /> + <source>Address Type</source> + <translation>Adresstyp</translation> + </message> + <message> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="824" /> + <source>Connected</source> + <translation>verbunden</translation> + </message> + <message> + <location filename="../MicroPython/Devices/MicrobitDevices.py" line="825" /> + <source>Advertising</source> + <translation>Advertising</translation> + </message> </context> <context> <name>MicrosoftEngine</name> @@ -50260,6 +51392,7 @@ <context> <name>MimeTypes</name> <message> + <location filename="../Utilities/MimeTypes.py" line="54" /> <location filename="../Utilities/MimeTypes.py" line="38" /> <source>Open File</source> <translation>Datei öffnen</translation> @@ -50267,7 +51400,12 @@ <message> <location filename="../Utilities/MimeTypes.py" line="39" /> <source><p>Is the file <b>{0}</b> a text file to be opened in eric?</p><p><b>Note:</b> You may suppress this question by adding a pattern to the list of known text files on the <b>MimeTypes</b> configuration page.</p></source> - <translation><p>Ist die Datei <b>{0}</b> eine in eric zu öffnende Textdatei?</p><p><b>Hinweis:</b> Diese Frage kann unterbunden werden, indem auf der <b>MimeTypes</b> Konfigurationsseite ein Muster zur Liste bekannter Textdateien hinzugefügt wird.</p></translation> + <translation><p>Ist die Datei <b>{0}</b> eine in eric zu öffnende Textdatei?</p><p><b>Hinweis:</b> Diese Frage kann unterbunden werden, indem auf der <b>MIME-Typen</b> Konfigurationsseite ein Muster zur Liste bekannter Textdateien hinzugefügt wird.</p></translation> + </message> + <message> + <location filename="../Utilities/MimeTypes.py" line="55" /> + <source><p>The file <b>{0}</b> has the mime type <b>{1}</b>. This type is not recognized as being text to be opened in eric. Is this an editable text file?</p><p><b>Note:</b> You may suppress this question by adding an entry to the list of known text file types on the <b>MimeTypes</b> configuration page.</p></source> + <translation><p>Die Datei<b>{0}</b> hat den Mimetyp <b>{1}</b>. Dieser Typ wurde nich als in eric zu öffnender Text erkannt. Ist dies eine editierbare Fextdatei?</p><p><b>Hinweis:</b> Diese Frage kann unterbunden werden, indem auf der <b>MIME-Typen</b> Konfigurationsseite ein Eintrag zu den bekannten Textdatei Typen hinzugefügt wird.</p></translation> </message> </context> <context> @@ -50326,398 +51464,398 @@ <context> <name>MiniEditor</name> <message> - <location filename="../QScintilla/MiniEditor.py" line="461" /> + <location filename="../QScintilla/MiniEditor.py" line="459" /> <source>About eric Mini Editor</source> <translation>Über den eric Mini Editor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="462" /> + <location filename="../QScintilla/MiniEditor.py" line="460" /> <source>The eric Mini Editor is an editor component based on QScintilla. It may be used for simple editing tasks, that don't need the power of a full blown editor.</source> <translation>Der eric Mini-Editor ist eine Editorkomponente, die auf QScintilla basiert. Sie kann für einfachere Editieraufgaben, die keinen ausgewachsenen Editor benötigen, verwendet werden.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="531" /> + <location filename="../QScintilla/MiniEditor.py" line="529" /> <source>Line: {0:5}</source> <translation>Zeile: {0:5}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="535" /> + <location filename="../QScintilla/MiniEditor.py" line="533" /> <source>Pos: {0:5}</source> <translation>Pos: {0:5}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="549" /> + <location filename="../QScintilla/MiniEditor.py" line="547" /> <source>Language: {0}</source> <translation>Sprache: {0}</translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="609" /> + <source>New</source> + <translation>Neu</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="611" /> - <source>New</source> - <translation>Neu</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="613" /> <source>&New</source> <translation>&Neu</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="614" /> + <location filename="../QScintilla/MiniEditor.py" line="612" /> <source>Ctrl+N</source> <comment>File|New</comment> <translation>Ctrl+N</translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="617" /> + <source>Open an empty editor window</source> + <translation>Öffnet ein leeres Editorfenster</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="619" /> - <source>Open an empty editor window</source> - <translation>Öffnet ein leeres Editorfenster</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="621" /> <source><b>New</b><p>An empty editor window will be created.</p></source> <translation><b>Neu</b><p>Ein neues Editorfenster wird geöffnet.</p></translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="625" /> + <source>Open</source> + <translation>Öffnen</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="627" /> - <source>Open</source> - <translation>Öffnen</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="629" /> <source>&Open...</source> <translation>&Öffnen...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="630" /> + <location filename="../QScintilla/MiniEditor.py" line="628" /> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="635" /> + <location filename="../QScintilla/MiniEditor.py" line="633" /> <source>Open a file</source> <translation>Datei öffnen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="637" /> + <location filename="../QScintilla/MiniEditor.py" line="635" /> <source><b>Open a file</b><p>You will be asked for the name of a file to be opened.</p></source> <translation><b>Datei öffnen</b><p>Sie werden nach dem Namen einer Datei gefragt, die geöffnet werden soll.</p></translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="644" /> + <source>Save</source> + <translation>Speichern</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="646" /> - <source>Save</source> - <translation>Speichern</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="648" /> <source>&Save</source> <translation>&Speichern</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="649" /> + <location filename="../QScintilla/MiniEditor.py" line="647" /> <source>Ctrl+S</source> <comment>File|Save</comment> <translation>Ctrl+S</translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="652" /> + <source>Save the current file</source> + <translation>Speichert die aktuelle Datei</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="654" /> - <source>Save the current file</source> - <translation>Speichert die aktuelle Datei</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="656" /> <source><b>Save File</b><p>Save the contents of current editor window.</p></source> <translation><b>Datei speichern</b><p>Dies speichert den Inhalt des aktuellen Editorfensters.</p></translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="663" /> + <source>Save as</source> + <translation>Speichern unter</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="665" /> - <source>Save as</source> - <translation>Speichern unter</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="667" /> <source>Save &as...</source> <translation>Speichern &unter...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="668" /> + <location filename="../QScintilla/MiniEditor.py" line="666" /> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="671" /> + <source>Save the current file to a new one</source> + <translation>Speichere die aktuelle Datei unter neuem Namen</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="673" /> - <source>Save the current file to a new one</source> - <translation>Speichere die aktuelle Datei unter neuem Namen</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="675" /> <source><b>Save File as</b><p>Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.</p></source> <translation><b>Speichen unter</b><p>Dies speichert den Inhalt des aktuellen Editors in eine neue Datei. Die Datei kann mit einem Dateiauswahldialog eingegeben werden.</p></translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="683" /> + <source>Save Copy</source> + <translation>Kopie speichern</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="685" /> - <source>Save Copy</source> - <translation>Kopie speichern</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="687" /> <source>Save &Copy...</source> <translation>&Kopie speichern...</translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="691" /> + <source>Save a copy of the current file</source> + <translation>Speichert eine Kopie der aktuellen Datei</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="693" /> - <source>Save a copy of the current file</source> - <translation>Speichert eine Kopie der aktuellen Datei</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="695" /> <source><b>Save Copy</b><p>Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.</p></source> <translation><b>Kopie speichern</b><p>Speichern einer Kopie des Inhalts des aktuellen Editorfensters. Die Datei kann mit einem Dateiauswahldialog eingegeben werden.</p></translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="703" /> + <source>Close</source> + <translation>Schließen</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="705" /> - <source>Close</source> - <translation>Schließen</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="707" /> <source>&Close</source> <translation>Schl&ießen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="708" /> + <location filename="../QScintilla/MiniEditor.py" line="706" /> <source>Ctrl+W</source> <comment>File|Close</comment> <translation>Ctrl+W</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="713" /> + <location filename="../QScintilla/MiniEditor.py" line="711" /> <source>Close the editor window</source> <translation>Schließt das Editorfenster</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="715" /> + <location filename="../QScintilla/MiniEditor.py" line="713" /> <source><b>Close Window</b><p>Close the current window.</p></source> <translation><b>Fenster schließen</b><p>Dies schließt das aktuelle Editorfenster.</p></translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="719" /> + <source>Print</source> + <translation>Drucken</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="721" /> - <source>Print</source> - <translation>Drucken</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="723" /> <source>&Print</source> <translation>&Drucken</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="724" /> + <location filename="../QScintilla/MiniEditor.py" line="722" /> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="727" /> + <source>Print the current file</source> + <translation>Druckt die aktuelle Datei</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="729" /> - <source>Print the current file</source> - <translation>Druckt die aktuelle Datei</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="731" /> <source><b>Print File</b><p>Print the contents of the current file.</p></source> <translation><b>Datei drucken</b><p>Dies druckt den Inhalt der aktuellen Datei.</p></translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="740" /> + <location filename="../QScintilla/MiniEditor.py" line="738" /> <source>Print Preview</source> <translation>Druckvorschau</translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="746" /> + <source>Print preview of the current file</source> + <translation>Druckvorschau der aktuellen Datei</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="748" /> - <source>Print preview of the current file</source> - <translation>Druckvorschau der aktuellen Datei</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="750" /> <source><b>Print Preview</b><p>Print preview of the current file.</p></source> <translation><b>Druckvorschau</b><p>Zeift eine Druckvorschau der aktuellen Datei.</p></translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="761" /> + <source>Undo</source> + <translation>Rückgängig</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="763" /> - <source>Undo</source> - <translation>Rückgängig</translation> + <source>&Undo</source> + <translation>&Rückgängig</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="764" /> + <source>Ctrl+Z</source> + <comment>Edit|Undo</comment> + <translation>Ctrl+Z</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="765" /> - <source>&Undo</source> - <translation>&Rückgängig</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="766" /> - <source>Ctrl+Z</source> - <comment>Edit|Undo</comment> - <translation>Ctrl+Z</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="767" /> <source>Alt+Backspace</source> <comment>Edit|Undo</comment> <translation>Alt+Backspace</translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="769" /> + <source>Undo the last change</source> + <translation>Die letzte Änderung rückgängig machen</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="771" /> - <source>Undo the last change</source> - <translation>Die letzte Änderung rückgängig machen</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="773" /> <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> <translation><b>Rückgängig</b><p>Dies macht die letzte Änderung des aktuellen Editors rückgängig.</p></translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="780" /> + <source>Redo</source> + <translation>Wiederherstellen</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="782" /> - <source>Redo</source> - <translation>Wiederherstellen</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="784" /> <source>&Redo</source> <translation>Wieder&herstellen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="785" /> + <location filename="../QScintilla/MiniEditor.py" line="783" /> <source>Ctrl+Shift+Z</source> <comment>Edit|Redo</comment> <translation>Ctrl+Shift+Z</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="790" /> + <location filename="../QScintilla/MiniEditor.py" line="788" /> <source>Redo the last change</source> <translation>Die letzte Änderung wiederherstellen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="792" /> + <location filename="../QScintilla/MiniEditor.py" line="790" /> <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> <translation><b>Wiederherstellen</b><p>Dies stellt die letzte Änderung des aktuellen Editors wieder her.</p></translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="799" /> + <source>Cut</source> + <translation>Ausschneiden</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="801" /> - <source>Cut</source> - <translation>Ausschneiden</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="803" /> <source>Cu&t</source> <translation>&Ausschneiden</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="804" /> + <location filename="../QScintilla/MiniEditor.py" line="802" /> <source>Ctrl+X</source> <comment>Edit|Cut</comment> <translation>Ctrl+X</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="805" /> + <location filename="../QScintilla/MiniEditor.py" line="803" /> <source>Shift+Del</source> <comment>Edit|Cut</comment> <translation>Shift+Del</translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="807" /> + <source>Cut the selection</source> + <translation>Schneidet die Auswahl aus</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="809" /> - <source>Cut the selection</source> - <translation>Schneidet die Auswahl aus</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="811" /> <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> <translation><b>Ausschneiden</b><p>Dies schneidet den ausgewählten Text des aktuellen Editors aus und legt ihn in der Zwischenablage ab.</p></translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="819" /> + <source>Copy</source> + <translation>Kopieren</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="821" /> - <source>Copy</source> - <translation>Kopieren</translation> + <source>&Copy</source> + <translation>&Kopieren</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="822" /> + <source>Ctrl+C</source> + <comment>Edit|Copy</comment> + <translation>Ctrl+C</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="823" /> - <source>&Copy</source> - <translation>&Kopieren</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="824" /> - <source>Ctrl+C</source> - <comment>Edit|Copy</comment> - <translation>Ctrl+C</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="825" /> <source>Ctrl+Ins</source> <comment>Edit|Copy</comment> <translation>Ctrl+Einfg</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="829" /> + <location filename="../QScintilla/MiniEditor.py" line="827" /> <source>Copy the selection</source> <translation>Kopiert die Auswahl</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="831" /> + <location filename="../QScintilla/MiniEditor.py" line="829" /> <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> <translation><b>Kopieren</b><p>Dies kopiert den ausgewählten Text des aktuellen Editors in die Zwischenablage.</p></translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="839" /> + <source>Paste</source> + <translation>Einfügen</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="841" /> - <source>Paste</source> - <translation>Einfügen</translation> + <source>&Paste</source> + <translation>Ein&fügen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="842" /> + <source>Ctrl+V</source> + <comment>Edit|Paste</comment> + <translation>Ctrl+V</translation> </message> <message> <location filename="../QScintilla/MiniEditor.py" line="843" /> - <source>&Paste</source> - <translation>Ein&fügen</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="844" /> - <source>Ctrl+V</source> - <comment>Edit|Paste</comment> - <translation>Ctrl+V</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="845" /> <source>Shift+Ins</source> <comment>Edit|Paste</comment> <translation>Shift+Ins</translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="847" /> + <source>Paste the last cut/copied text</source> + <translation>Fügt den Inhalt der Zwischenablage ein</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="849" /> - <source>Paste the last cut/copied text</source> - <translation>Fügt den Inhalt der Zwischenablage ein</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="851" /> <source><b>Paste</b><p>Paste the last cut/copied text from the clipboard to the current editor.</p></source> <translation><b>Einfügen</b><p>Dies fügt den zuletzt ausgeschnittenen/kopierten Text aus der Zwischenablage in den aktuellen Editor ein.</p></translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="859" /> + <source>Clear</source> + <translation>Löschen</translation> + </message> + <message> <location filename="../QScintilla/MiniEditor.py" line="861" /> - <source>Clear</source> - <translation>Löschen</translation> - </message> - <message> - <location filename="../QScintilla/MiniEditor.py" line="863" /> <source>Cl&ear</source> <translation>All&es löschen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="864" /> + <location filename="../QScintilla/MiniEditor.py" line="862" /> <source>Alt+Shift+C</source> <comment>Edit|Clear</comment> <translation>Alt+Shift+C</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="869" /> + <location filename="../QScintilla/MiniEditor.py" line="867" /> <source>Clear all text</source> <translation>Löscht den gesamten Text</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="871" /> + <location filename="../QScintilla/MiniEditor.py" line="869" /> <source><b>Clear</b><p>Delete all text of the current editor.</p></source> <translation><b>Alles Löschen</b><p>Dies löscht den gesamten Text des aktuellen Editors.</p></translation> </message> @@ -50949,8 +52087,8 @@ <translation>Mini Editor</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3676" /> - <location filename="../QScintilla/MiniEditor.py" line="3647" /> + <location filename="../QScintilla/MiniEditor.py" line="3683" /> + <location filename="../QScintilla/MiniEditor.py" line="3654" /> <location filename="../QScintilla/MiniEditor.py" line="3338" /> <source>Untitled</source> <translation>Unbenannt</translation> @@ -50961,83 +52099,121 @@ <translation>{0} [*] – {1}</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3642" /> + <location filename="../QScintilla/MiniEditor.py" line="3649" /> <source>Printing...</source> <translation>Drucke...</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3658" /> + <location filename="../QScintilla/MiniEditor.py" line="3665" /> <source>Printing completed</source> <translation>Drucken beendet</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3660" /> + <location filename="../QScintilla/MiniEditor.py" line="3667" /> <source>Error while printing</source> <translation>Fehler beim Drucken</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3663" /> + <location filename="../QScintilla/MiniEditor.py" line="3670" /> <source>Printing aborted</source> <translation>Drucken abgebrochen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3717" /> + <location filename="../QScintilla/MiniEditor.py" line="3724" /> <source>Select all</source> <translation>Alles auswählen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3718" /> + <location filename="../QScintilla/MiniEditor.py" line="3725" /> <source>Deselect all</source> <translation>Auswahl aufheben</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3731" /> + <location filename="../QScintilla/MiniEditor.py" line="3738" /> <source>Languages</source> <translation>Sprachen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3734" /> + <location filename="../QScintilla/MiniEditor.py" line="3741" /> <source>No Language</source> <translation>Keine Sprache</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3756" /> + <location filename="../QScintilla/MiniEditor.py" line="3763" /> <source>Guessed</source> <translation>Ermittelt</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3778" /> - <location filename="../QScintilla/MiniEditor.py" line="3760" /> + <location filename="../QScintilla/MiniEditor.py" line="3785" /> + <location filename="../QScintilla/MiniEditor.py" line="3767" /> <source>Alternatives</source> <translation>Alternativen</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3775" /> + <location filename="../QScintilla/MiniEditor.py" line="3782" /> <source>Alternatives ({0})</source> <translation>Alternativen ({0})</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3806" /> + <location filename="../QScintilla/MiniEditor.py" line="3813" /> <source>Pygments Lexer</source> <translation>Pygments Lexer</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="3807" /> + <location filename="../QScintilla/MiniEditor.py" line="3814" /> <source>Select the Pygments lexer to apply.</source> <translation>Wähle den anzuwendenden Pygments Lexer.</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="4305" /> + <location filename="../QScintilla/MiniEditor.py" line="4326" /> <source>EditorConfig Properties</source> <translation>EditorConfig Eigenschaften</translation> </message> <message> - <location filename="../QScintilla/MiniEditor.py" line="4306" /> + <location filename="../QScintilla/MiniEditor.py" line="4327" /> <source><p>The EditorConfig properties for file <b>{0}</b> could not be loaded.</p></source> <translation><p>Die EditorConfig Eigenschaften für die Datei <b>{0}</b> konnten nicht geladen werden.</p></translation> </message> </context> <context> + <name>MipPackageDialog</name> + <message> + <location filename="../MicroPython/MipPackageDialog.ui" line="0" /> + <source>Install Package</source> + <translation>Paket installieren</translation> + </message> + <message> + <location filename="../MicroPython/MipPackageDialog.ui" line="0" /> + <source>Package Name:</source> + <translation>Paketname:</translation> + </message> + <message> + <location filename="../MicroPython/MipPackageDialog.ui" line="0" /> + <source>Enter the name of the package.</source> + <translation>Gib den Namen des Paketes ein.</translation> + </message> + <message> + <location filename="../MicroPython/MipPackageDialog.ui" line="0" /> + <source>Version:</source> + <translation>Version:</translation> + </message> + <message> + <location filename="../MicroPython/MipPackageDialog.ui" line="0" /> + <source>Enter the version of the package.</source> + <translation>Gib die Version des Paketes ein.</translation> + </message> + <message> + <location filename="../MicroPython/MipPackageDialog.ui" line="0" /> + <source>Select to install as compiled (.mpy) file.</source> + <translation>Auswählen, um als übersetzte Datei (.mpy) zu installieren.</translation> + </message> + <message> + <location filename="../MicroPython/MipPackageDialog.ui" line="0" /> + <source>Install .mpy File</source> + <translation>.mpy Datei installieren</translation> + </message> + </context> + <context> <name>MiscellaneousChecker</name> <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/Miscellaneous/translations.py" line="15" /> @@ -52767,6 +53943,74 @@ </message> </context> <context> + <name>NtpParametersDialog</name> + <message> + <location filename="../MicroPython/NtpParametersDialog.ui" line="0" /> + <source>NTP Parameter</source> + <translation>NTP Parameter</translation> + </message> + <message> + <location filename="../MicroPython/NtpParametersDialog.ui" line="0" /> + <source>NTP Server:</source> + <translation>NTP Server:</translation> + </message> + <message> + <location filename="../MicroPython/NtpParametersDialog.ui" line="0" /> + <source>Enter the name of the NTP server.</source> + <translation>Gib den Namen des NTP-Servers ein.</translation> + </message> + <message> + <location filename="../MicroPython/NtpParametersDialog.ui" line="0" /> + <source>Time Zone Offset:</source> + <translation>Offset Zeitzone:</translation> + </message> + <message> + <location filename="../MicroPython/NtpParametersDialog.ui" line="0" /> + <source>Enter the time zone offset to UTC.</source> + <translation>Gib den Unterschied der Zeitzone zu UTC ein.</translation> + </message> + <message> + <location filename="../MicroPython/NtpParametersDialog.ui" line="0" /> + <source> h</source> + <translation> h</translation> + </message> + <message> + <location filename="../MicroPython/NtpParametersDialog.ui" line="0" /> + <source>Select to indicate that daylight savings is in effect (i.e. 1h plus to UTC).</source> + <translation>Auswählen, wenn Sommerzeit aktiv ist (d.h. 1h plus zu UTC).</translation> + </message> + <message> + <location filename="../MicroPython/NtpParametersDialog.ui" line="0" /> + <source>Is Daylight Savings</source> + <translation>Sommerzeit</translation> + </message> + <message> + <location filename="../MicroPython/NtpParametersDialog.ui" line="0" /> + <source>Timeout:</source> + <translation>Wartezeit:</translation> + </message> + <message> + <location filename="../MicroPython/NtpParametersDialog.ui" line="0" /> + <source>Enter the timeout in seconds.</source> + <translation>Gib die Wartezeit in Sekunden ein.</translation> + </message> + <message> + <location filename="../MicroPython/NtpParametersDialog.ui" line="0" /> + <source> s</source> + <translation> s</translation> + </message> + <message> + <location filename="../MicroPython/NtpParametersDialog.ui" line="0" /> + <source>Select to remember the entered NTP parameters.</source> + <translation>Auswählen, um die eingegebenen NTP Parameter zu speichern.</translation> + </message> + <message> + <location filename="../MicroPython/NtpParametersDialog.ui" line="0" /> + <source>Remember Parameters</source> + <translation>Parameter speichern</translation> + </message> + </context> + <context> <name>NumbersWidget</name> <message> <location filename="../UI/NumbersWidget.py" line="198" /> @@ -55056,26 +56300,6 @@ </message> <message> <location filename="../PipInterface/PipLicensesDialog.ui" line="0" /> - <source>Select to show only licenses of locally installed packages</source> - <translation>Auswählen, um nur die Lizenzen für lokal installierte Packete anzuzeigen</translation> - </message> - <message> - <location filename="../PipInterface/PipLicensesDialog.ui" line="0" /> - <source>Local packages only</source> - <translation>Nur lokale Pakete</translation> - </message> - <message> - <location filename="../PipInterface/PipLicensesDialog.ui" line="0" /> - <source>Select to show only licenses of packages installed to the user-site</source> - <translation>Auswählen, um nur die Lizenzen für im Nutzerverzeichnis installierte Packete anzuzeigen</translation> - </message> - <message> - <location filename="../PipInterface/PipLicensesDialog.ui" line="0" /> - <source>User-Site only</source> - <translation>Nur Nutzerverzeichnis</translation> - </message> - <message> - <location filename="../PipInterface/PipLicensesDialog.ui" line="0" /> <source>Package</source> <translation>Paket</translation> </message> @@ -55096,38 +56320,38 @@ <translation>Anzahl</translation> </message> <message> - <location filename="../PipInterface/PipLicensesDialog.py" line="60" /> + <location filename="../PipInterface/PipLicensesDialog.py" line="58" /> <source><All></source> <translation><Alle></translation> </message> <message> - <location filename="../PipInterface/PipLicensesDialog.py" line="63" /> + <location filename="../PipInterface/PipLicensesDialog.py" line="61" /> <source>Save as CSV...</source> <translation>Als CSV speichern...</translation> </message> <message> - <location filename="../PipInterface/PipLicensesDialog.py" line="77" /> + <location filename="../PipInterface/PipLicensesDialog.py" line="69" /> <source>Licenses of "{0}"</source> <translation>Lizenzen für "{0}"</translation> </message> <message> - <location filename="../PipInterface/PipLicensesDialog.py" line="81" /> + <location filename="../PipInterface/PipLicensesDialog.py" line="73" /> <source>No environment specified.</source> <translation>Keine Umgebung angegeben.</translation> </message> <message> - <location filename="../PipInterface/PipLicensesDialog.py" line="216" /> - <location filename="../PipInterface/PipLicensesDialog.py" line="185" /> + <location filename="../PipInterface/PipLicensesDialog.py" line="205" /> + <location filename="../PipInterface/PipLicensesDialog.py" line="174" /> <source>Save as CSV</source> <translation>Als CSV speichern</translation> </message> <message> - <location filename="../PipInterface/PipLicensesDialog.py" line="187" /> + <location filename="../PipInterface/PipLicensesDialog.py" line="176" /> <source>CSV Files (*.csv);;All Files (*)</source> <translation>CSV Dateien (*.csv);;Alle Dateien (*)</translation> </message> <message> - <location filename="../PipInterface/PipLicensesDialog.py" line="217" /> + <location filename="../PipInterface/PipLicensesDialog.py" line="206" /> <source><p>The license information could not be saved into the CSV file <b>{0}</b>.</p><p>Reason: {1}</p></source> <translation><p>Die Lizenzinformationen konnten nicht in der Datei <b>{0}</b> gespeichert werden.</p><p>Ursache: {1}</p></translation> </message> @@ -55704,30 +56928,30 @@ <translation>Dateien:</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="422" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="434" /> <source>Getting installed packages...</source> <translation>Ermittle installierte Pakete...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="436" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="448" /> <source>Getting outdated packages...</source> <translation>Ermittle veraltete Pakete...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1190" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="1010" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="997" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="961" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1202" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1022" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1009" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="973" /> <source>Search PyPI</source> <translation>PyPI durchsuchen</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="962" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="974" /> <source><p>Received an error while searching for <b>{0}</b>.</p><p>Error: {1}</p></source> <translation><p>Fehler während der Suche nach <b>{0}</b> empfangen.</p><p>Fehler: {1}</p></translation> </message> <message numerus="yes"> - <location filename="../PipInterface/PipPackagesWidget.py" line="977" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="989" /> <source>%n package(s) found.</source> <translation> <numerusform>%n Paket gefunden.</numerusform> @@ -55735,190 +56959,190 @@ </translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="984" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="996" /> <source>Showing first {0} packages found.</source> <translation>Zeige die ersten {0} gefundenen Pakete.</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1003" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="998" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1015" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1010" /> <source><p>There were no results for <b>{0}</b>.</p></source> <translation><p>Es gab keine Ergebnisse für <b>{0}</b>.</p></translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1011" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1023" /> <source><p>There were no more results for <b>{0}</b>.</p></source> <translation><p>Es gab keine weiteren Ergebnisse für <b>{0}</b>.</p></translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1191" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1203" /> <source><p>No package details info for <b>{0}</b> available.</p></source> <translation><p>Keine detaillierten Paketinformationen für <b>{0}</b> verfügbar.</p></translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1210" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1222" /> <source>Pip</source> <translation>Pip</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1212" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1224" /> <source>Install Pip</source> <translation>Pip installieren</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1215" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1227" /> <source>Install Pip to User-Site</source> <translation>Pip in Nutzerverzeichnis installieren</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1218" /> - <source>Repair Pip</source> - <translation>Pip reparieren</translation> - </message> - <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1225" /> - <source>Install</source> - <translation>Installieren</translation> - </message> - <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1390" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="1227" /> - <source>Install Packages</source> - <translation>Pakete installieren</translation> - </message> - <message> <location filename="../PipInterface/PipPackagesWidget.py" line="1230" /> - <source>Install Local Package</source> - <translation>Lokales Paket installieren</translation> - </message> - <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1233" /> - <source>Re-Install Selected Packages</source> - <translation>Ausgewählte Pakete neu installieren</translation> - </message> - <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1240" /> - <source>Requirements/Constraints</source> - <translation>Anforderungen/Constraints</translation> + <source>Repair Pip</source> + <translation>Pip reparieren</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1237" /> + <source>Install</source> + <translation>Installieren</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1402" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1239" /> + <source>Install Packages</source> + <translation>Pakete installieren</translation> </message> <message> <location filename="../PipInterface/PipPackagesWidget.py" line="1242" /> - <source>Install Requirements</source> - <translation>Anforderungen installieren</translation> + <source>Install Local Package</source> + <translation>Lokales Paket installieren</translation> </message> <message> <location filename="../PipInterface/PipPackagesWidget.py" line="1245" /> - <source>Uninstall Requirements</source> - <translation>Anforderungen deinstallieren</translation> - </message> - <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1248" /> - <source>Generate Requirements...</source> - <translation>Anforderungen erzeugen...</translation> + <source>Re-Install Selected Packages</source> + <translation>Ausgewählte Pakete neu installieren</translation> </message> <message> <location filename="../PipInterface/PipPackagesWidget.py" line="1252" /> - <source>Generate Constraints...</source> - <translation>Constraints generieren...</translation> - </message> - <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1259" /> - <source>Cache</source> - <translation>Zwischenspeicher</translation> - </message> - <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1261" /> - <source>Show Cache Info...</source> - <translation>Zwischenspeicherinfo...</translation> + <source>Requirements/Constraints</source> + <translation>Anforderungen/Constraints</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1254" /> + <source>Install Requirements</source> + <translation>Anforderungen installieren</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1257" /> + <source>Uninstall Requirements</source> + <translation>Anforderungen deinstallieren</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1260" /> + <source>Generate Requirements...</source> + <translation>Anforderungen erzeugen...</translation> </message> <message> <location filename="../PipInterface/PipPackagesWidget.py" line="1264" /> + <source>Generate Constraints...</source> + <translation>Constraints generieren...</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1271" /> + <source>Cache</source> + <translation>Zwischenspeicher</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1273" /> + <source>Show Cache Info...</source> + <translation>Zwischenspeicherinfo...</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1276" /> <source>Show Cached Files...</source> <translation>Zwischengespeicherte Dateien...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1267" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1279" /> <source>Remove Cached Files...</source> <translation>Zwischengespeicherte Dateien löschen...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1270" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1282" /> <source>Purge Cache...</source> <translation>Zwischenspeicher leeren...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1287" /> - <source>Show Licenses...</source> - <translation>Lizenzen anzeigen...</translation> - </message> - <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1291" /> - <source>Check Vulnerabilities</source> - <translation>Verwundbarkeiten prüfen</translation> - </message> - <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1295" /> - <source>Update Vulnerability Database</source> - <translation>Verwundbarkeitsdatenbank aktualisieren</translation> - </message> - <message> <location filename="../PipInterface/PipPackagesWidget.py" line="1299" /> + <source>Show Licenses...</source> + <translation>Lizenzen anzeigen...</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1303" /> + <source>Check Vulnerabilities</source> + <translation>Verwundbarkeiten prüfen</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1307" /> + <source>Update Vulnerability Database</source> + <translation>Verwundbarkeitsdatenbank aktualisieren</translation> + </message> + <message> + <location filename="../PipInterface/PipPackagesWidget.py" line="1311" /> <source>Create SBOM file</source> <translation>STL Datei erzeugen</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1306" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1318" /> <source>Edit User Configuration...</source> <translation>Nutzerkonfiguration bearbeiten...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1309" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1321" /> <source>Edit Environment Configuration...</source> <translation>Umgebungskonfiguration bearbeiten...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1314" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1326" /> <source>Configure...</source> <translation>Einstellungen...</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1533" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="1520" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="1509" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1545" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1532" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1521" /> <source>Edit Configuration</source> <translation>Konfiguration bearbeiten</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1534" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="1521" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="1510" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1546" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1533" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1522" /> <source>No valid configuration path determined. Aborting</source> <translation>Es konnte kein gültiger Konfigurationspfad ermittelt werden. Abbruch</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1702" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1714" /> <source>{0} {1}</source> <comment>package name, package version</comment> <translation>{0} {1}</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1723" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1735" /> <source>Affected Version:</source> <translation>Betroffene Version:</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1726" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1738" /> <source>Advisory:</source> <translation>Advisory:</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1850" /> - <location filename="../PipInterface/PipPackagesWidget.py" line="1831" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1862" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1843" /> <source>unknown</source> <translation>unbekannt</translation> </message> <message> - <location filename="../PipInterface/PipPackagesWidget.py" line="1847" /> + <location filename="../PipInterface/PipPackagesWidget.py" line="1859" /> <source>any</source> <translation>beliebig</translation> </message> @@ -57278,18 +58502,18 @@ <context> <name>Preferences</name> <message> - <location filename="../Preferences/__init__.py" line="1793" /> + <location filename="../Preferences/__init__.py" line="1811" /> <source>Export Preferences</source> <translation>Einstellungen exportieren</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1822" /> - <location filename="../Preferences/__init__.py" line="1795" /> + <location filename="../Preferences/__init__.py" line="1840" /> + <location filename="../Preferences/__init__.py" line="1813" /> <source>Properties File (*.ini);;All Files (*)</source> <translation>Properties-Dateien (*.ini);;Alle Dateien (*)</translation> </message> <message> - <location filename="../Preferences/__init__.py" line="1820" /> + <location filename="../Preferences/__init__.py" line="1838" /> <source>Import Preferences</source> <translation>Einstellungen importieren</translation> </message> @@ -57954,371 +59178,371 @@ <translation><p>Der Projekttyp <b>{0}</b> ist bereits registriert.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="751" /> + <location filename="../Project/Project.py" line="755" /> <source>All Files (*)</source> <translation>Alle Dateien (*)</translation> </message> <message> - <location filename="../Project/Project.py" line="1098" /> + <location filename="../Project/Project.py" line="1102" /> <source>Read Project File</source> <translation>Projektdatei lesen</translation> </message> <message> - <location filename="../Project/Project.py" line="1099" /> + <location filename="../Project/Project.py" line="1103" /> <source><p>The project file <b>{0}</b> could not be read.</p></source> <translation><p>Die Projektdatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1214" /> + <location filename="../Project/Project.py" line="1218" /> <source>Read User Project Properties</source> <translation>Nutzer bezogene Projektdaten lesen</translation> </message> <message> - <location filename="../Project/Project.py" line="1215" /> + <location filename="../Project/Project.py" line="1219" /> <source><p>The user specific project properties file <b>{0}</b> could not be read.</p></source> <translation><p>Die Datei mit den Nutzer bezogenen Projektdaten <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1262" /> + <location filename="../Project/Project.py" line="1266" /> <source>Read Project Session</source> <translation>Projektsitzung lesen</translation> </message> <message> - <location filename="../Project/Project.py" line="1500" /> - <location filename="../Project/Project.py" line="1481" /> - <location filename="../Project/Project.py" line="1435" /> - <location filename="../Project/Project.py" line="1360" /> - <location filename="../Project/Project.py" line="1329" /> - <location filename="../Project/Project.py" line="1310" /> - <location filename="../Project/Project.py" line="1263" /> + <location filename="../Project/Project.py" line="1504" /> + <location filename="../Project/Project.py" line="1485" /> + <location filename="../Project/Project.py" line="1439" /> + <location filename="../Project/Project.py" line="1364" /> + <location filename="../Project/Project.py" line="1333" /> + <location filename="../Project/Project.py" line="1314" /> + <location filename="../Project/Project.py" line="1267" /> <source>Please save the project first.</source> <translation>Bitte speichern Sie zuerst das Projekt.</translation> </message> <message> - <location filename="../Project/Project.py" line="1289" /> + <location filename="../Project/Project.py" line="1293" /> <source>Read project session</source> <translation>Projektsitzung lesen</translation> </message> <message> - <location filename="../Project/Project.py" line="1290" /> + <location filename="../Project/Project.py" line="1294" /> <source><p>The project session file <b>{0}</b> could not be read.</p></source> <translation><p>Die Projektsitzungsdatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1309" /> + <location filename="../Project/Project.py" line="1313" /> <source>Save Project Session</source> <translation>Projektsitzung speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="1345" /> - <location filename="../Project/Project.py" line="1328" /> + <location filename="../Project/Project.py" line="1349" /> + <location filename="../Project/Project.py" line="1332" /> <source>Delete Project Session</source> <translation>Projektsitzung löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="1346" /> + <location filename="../Project/Project.py" line="1350" /> <source><p>The project session file <b>{0}</b> could not be deleted.</p></source> <translation><p>Die Projektsitzungsdatei <b>{0}</b> konnte nicht gelöscht werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1381" /> - <location filename="../Project/Project.py" line="1359" /> + <location filename="../Project/Project.py" line="1385" /> + <location filename="../Project/Project.py" line="1363" /> <source>Read Tasks</source> <translation>Aufgaben lesen</translation> </message> <message> - <location filename="../Project/Project.py" line="1382" /> + <location filename="../Project/Project.py" line="1386" /> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1461" /> - <location filename="../Project/Project.py" line="1434" /> + <location filename="../Project/Project.py" line="1465" /> + <location filename="../Project/Project.py" line="1438" /> <source>Read Debugger Properties</source> <translation>Debugger-Eigenschaften lesen</translation> </message> <message> - <location filename="../Project/Project.py" line="1462" /> + <location filename="../Project/Project.py" line="1466" /> <source><p>The project debugger properties file <b>{0}</b> could not be read.</p></source> <translation><p>Die Datei mit den projektspezifischen Debugger-Eigenschaften <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1480" /> + <location filename="../Project/Project.py" line="1484" /> <source>Save Debugger Properties</source> <translation>Debugger-Eigenschaften speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="1516" /> - <location filename="../Project/Project.py" line="1499" /> + <location filename="../Project/Project.py" line="1520" /> + <location filename="../Project/Project.py" line="1503" /> <source>Delete Debugger Properties</source> <translation>Debugger-Eigenschaften löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="1517" /> + <location filename="../Project/Project.py" line="1521" /> <source><p>The project debugger properties file <b>{0}</b> could not be deleted.</p></source> <translation><p>Die Datei mit den projektspezifischen Debugger-Eigenschaften <b>{0}</b> konnte nicht gelöscht werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1677" /> + <location filename="../Project/Project.py" line="1681" /> <source>Add Language</source> <translation>Sprache hinzufügen</translation> </message> <message> - <location filename="../Project/Project.py" line="1678" /> + <location filename="../Project/Project.py" line="1682" /> <source>You have to specify a translation pattern first.</source> <translation>Sie müssen zuerst ein Übersetzungsmuster festlegen.</translation> </message> <message> - <location filename="../Project/Project.py" line="1811" /> - <location filename="../Project/Project.py" line="1785" /> + <location filename="../Project/Project.py" line="1815" /> + <location filename="../Project/Project.py" line="1789" /> <source>Delete translation</source> <translation>Übersetzung löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="1812" /> - <location filename="../Project/Project.py" line="1786" /> + <location filename="../Project/Project.py" line="1816" /> + <location filename="../Project/Project.py" line="1790" /> <source><p>The selected translation file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>Die ausgewählte Übersetzungsdatei <b>{0}</b> konnte nicht gelöscht werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1943" /> - <location filename="../Project/Project.py" line="1930" /> - <location filename="../Project/Project.py" line="1916" /> + <location filename="../Project/Project.py" line="1947" /> + <location filename="../Project/Project.py" line="1934" /> + <location filename="../Project/Project.py" line="1920" /> <source>Add file</source> <translation>Datei hinzufügen</translation> </message> <message> - <location filename="../Project/Project.py" line="2011" /> - <location filename="../Project/Project.py" line="1917" /> + <location filename="../Project/Project.py" line="2015" /> + <location filename="../Project/Project.py" line="1921" /> <source><p>The file <b>{0}</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1931" /> + <location filename="../Project/Project.py" line="1935" /> <source><p>The selected file <b>{0}</b> could not be added to <b>{1}</b>.</p><p>Reason: {2}</p></source> <translation><p>Die ausgewählte Datei <b>{0}</b> konnte nicht zu <b>{1}</b> hinzugefügt werden.</p><p>Ursache: {2}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2087" /> - <location filename="../Project/Project.py" line="1944" /> + <location filename="../Project/Project.py" line="2091" /> + <location filename="../Project/Project.py" line="1948" /> <source>The target directory must not be empty.</source> <translation>Das Zielverzeichnis darf nicht leer sein.</translation> </message> <message> - <location filename="../Project/Project.py" line="2098" /> - <location filename="../Project/Project.py" line="2086" /> - <location filename="../Project/Project.py" line="2010" /> - <location filename="../Project/Project.py" line="1991" /> - <location filename="../Project/Project.py" line="1975" /> + <location filename="../Project/Project.py" line="2102" /> + <location filename="../Project/Project.py" line="2090" /> + <location filename="../Project/Project.py" line="2014" /> + <location filename="../Project/Project.py" line="1995" /> + <location filename="../Project/Project.py" line="1979" /> <source>Add directory</source> <translation>Verzeichnis hinzufügen</translation> </message> <message> - <location filename="../Project/Project.py" line="1976" /> + <location filename="../Project/Project.py" line="1980" /> <source><p>The source directory doesn't contain any files belonging to the selected category.</p></source> <translation><p>Das Quellverzeichnis enthält keine Dateien, die zur gewählten Kategorie gehören.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="1992" /> + <location filename="../Project/Project.py" line="1996" /> <source><p>The target directory <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Das Zielverzeichnis <b>{0}</b> konnte nicht erstellt werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2099" /> + <location filename="../Project/Project.py" line="2103" /> <source>The source directory must not be empty.</source> <translation>Das Quellverzeichnis darf nicht leer sein.</translation> </message> <message> - <location filename="../Project/Project.py" line="2160" /> + <location filename="../Project/Project.py" line="2164" /> <source>Rename file</source> <translation>Datei umbenennen</translation> </message> <message> - <location filename="../Project/Project.py" line="2187" /> - <location filename="../Project/Project.py" line="2172" /> + <location filename="../Project/Project.py" line="2191" /> + <location filename="../Project/Project.py" line="2176" /> <source>Rename File</source> <translation>Datei umbenennen</translation> </message> <message> - <location filename="../Project/Project.py" line="3354" /> - <location filename="../Project/Project.py" line="2173" /> + <location filename="../Project/Project.py" line="3358" /> + <location filename="../Project/Project.py" line="2177" /> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Die Datei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2188" /> + <location filename="../Project/Project.py" line="2192" /> <source><p>The file <b>{0}</b> could not be renamed.<br />Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht umbenannt werden.<br />Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2403" /> + <location filename="../Project/Project.py" line="2407" /> <source>Delete file</source> <translation>Datei löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="2404" /> + <location filename="../Project/Project.py" line="2408" /> <source><p>The selected file <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>Die ausgewählte Datei <b>{0}</b> konnte nicht gelöscht werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2430" /> + <location filename="../Project/Project.py" line="2434" /> <source>Delete directory</source> <translation>Verzeichnis löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="2431" /> + <location filename="../Project/Project.py" line="2435" /> <source><p>The selected directory <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> <translation><p>Das ausgewählte Verzeichnis <b>{0}</b> konnte nicht gelöscht werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2531" /> + <location filename="../Project/Project.py" line="2535" /> <source>Create project directory</source> <translation>Projektverzeichnis erstellen</translation> </message> <message> - <location filename="../Project/Project.py" line="2532" /> + <location filename="../Project/Project.py" line="2536" /> <source><p>The project directory <b>{0}</b> could not be created.</p></source> <translation><p>Das Projektverzeichnis <b>{0}</b> konnte nicht erstellt werden.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3155" /> - <location filename="../Project/Project.py" line="2595" /> + <location filename="../Project/Project.py" line="3159" /> + <location filename="../Project/Project.py" line="2599" /> <source>Create project management directory</source> <translation>Projektverwaltungsverzeichnis erstellen</translation> </message> <message> - <location filename="../Project/Project.py" line="3156" /> - <location filename="../Project/Project.py" line="2596" /> + <location filename="../Project/Project.py" line="3160" /> + <location filename="../Project/Project.py" line="2600" /> <source><p>The project directory <b>{0}</b> is not writable.</p></source> <translation><p>Das Projektverzeichnis <b>{0}</b> ist nicht beschreibbar.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2618" /> + <location filename="../Project/Project.py" line="2622" /> <source>Create main script</source> <translation>Hauptskript erzeugen</translation> </message> <message> - <location filename="../Project/Project.py" line="2619" /> + <location filename="../Project/Project.py" line="2623" /> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation><p>Das Hauptskript <b>{0}</b> konnte nicht erzeugt werden.<br/>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2965" /> - <location filename="../Project/Project.py" line="2643" /> + <location filename="../Project/Project.py" line="2969" /> + <location filename="../Project/Project.py" line="2647" /> <source>Create Makefile</source> <translation>Makefile erzeugen</translation> </message> <message> - <location filename="../Project/Project.py" line="2966" /> - <location filename="../Project/Project.py" line="2644" /> + <location filename="../Project/Project.py" line="2970" /> + <location filename="../Project/Project.py" line="2648" /> <source><p>The makefile <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation><p>Die make Datei <b>{0}</b> konnte nicht erzeugt werden.<br/>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3184" /> - <location filename="../Project/Project.py" line="2782" /> - <location filename="../Project/Project.py" line="2753" /> - <location filename="../Project/Project.py" line="2709" /> - <location filename="../Project/Project.py" line="2684" /> - <location filename="../Project/Project.py" line="2654" /> + <location filename="../Project/Project.py" line="3188" /> + <location filename="../Project/Project.py" line="2786" /> + <location filename="../Project/Project.py" line="2757" /> + <location filename="../Project/Project.py" line="2713" /> + <location filename="../Project/Project.py" line="2688" /> + <location filename="../Project/Project.py" line="2658" /> <source>New Project</source> <translation>Neues Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="2655" /> + <location filename="../Project/Project.py" line="2659" /> <source>Add existing files to the project?</source> <translation>Existierende Dateien dem Projekt hinzufügen?</translation> </message> <message> - <location filename="../Project/Project.py" line="3185" /> - <location filename="../Project/Project.py" line="2685" /> + <location filename="../Project/Project.py" line="3189" /> + <location filename="../Project/Project.py" line="2689" /> <source>Select Version Control System</source> <translation>Versionskontrollsystem auswählen</translation> </message> <message> - <location filename="../Project/Project.py" line="2783" /> - <location filename="../Project/Project.py" line="2710" /> + <location filename="../Project/Project.py" line="2787" /> + <location filename="../Project/Project.py" line="2714" /> <source>Would you like to edit the VCS command options?</source> <translation>Möchten Sie die VCS-Befehlsoptionen bearbeiten?</translation> </message> <message> - <location filename="../Project/Project.py" line="4130" /> - <location filename="../Project/Project.py" line="2725" /> + <location filename="../Project/Project.py" line="4134" /> + <location filename="../Project/Project.py" line="2729" /> <source>New project</source> <translation>Neues Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="2726" /> + <location filename="../Project/Project.py" line="2730" /> <source>Shall the project file be added to the repository?</source> <translation>Soll die Projektdatei zum Repository hinzugefügt werden?</translation> </message> <message> - <location filename="../Project/Project.py" line="2759" /> - <location filename="../Project/Project.py" line="2747" /> + <location filename="../Project/Project.py" line="2763" /> + <location filename="../Project/Project.py" line="2751" /> <source>None</source> <translation>Keines</translation> </message> <message> - <location filename="../Project/Project.py" line="2754" /> + <location filename="../Project/Project.py" line="2758" /> <source>Select version control system for the project</source> <translation>Wähle das Versionskontrollsystem für das Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="2891" /> + <location filename="../Project/Project.py" line="2895" /> <source>Translation Pattern</source> <translation>Übersetzungsmuster</translation> </message> <message> - <location filename="../Project/Project.py" line="2892" /> + <location filename="../Project/Project.py" line="2896" /> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Gib das Pfadmuster für Übersetzungsdateien ein (benutze „%language%“ anstelle des Sprachcodes):</translation> </message> <message> - <location filename="../Project/Project.py" line="4150" /> - <location filename="../Project/Project.py" line="3134" /> + <location filename="../Project/Project.py" line="4154" /> + <location filename="../Project/Project.py" line="3138" /> <source>Open project</source> <translation>Projekt öffnen</translation> </message> <message> - <location filename="../Project/Project.py" line="3136" /> + <location filename="../Project/Project.py" line="3140" /> <source>Project Files (*.epj);;XML Project Files (*.e4p)</source> <translation>Projekt Dateien (*.epj);;XML Projekt Dateien (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3339" /> - <location filename="../Project/Project.py" line="3329" /> + <location filename="../Project/Project.py" line="3343" /> + <location filename="../Project/Project.py" line="3333" /> <source>Project Files (*.epj)</source> <translation>Projektdateien (*.epj)</translation> </message> <message> - <location filename="../Project/Project.py" line="3337" /> + <location filename="../Project/Project.py" line="3341" /> <source>Save Project</source> <translation>Projekt speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="3353" /> + <location filename="../Project/Project.py" line="3357" /> <source>Save File</source> <translation>Datei speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="3392" /> + <location filename="../Project/Project.py" line="3396" /> <source>Close Project</source> <translation>Projekt schließen</translation> </message> <message> - <location filename="../Project/Project.py" line="3393" /> + <location filename="../Project/Project.py" line="3397" /> <source>The current project has unsaved changes.</source> <translation>Das aktuelle Projekt hat ungesicherte Änderungen.</translation> </message> <message> - <location filename="../Project/Project.py" line="3582" /> - <location filename="../Project/Project.py" line="3548" /> + <location filename="../Project/Project.py" line="3586" /> + <location filename="../Project/Project.py" line="3552" /> <source>Syntax errors detected</source> <translation>Syntaxfehler gefunden</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="3583" /> - <location filename="../Project/Project.py" line="3549" /> + <location filename="../Project/Project.py" line="3587" /> + <location filename="../Project/Project.py" line="3553" /> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Das Projekt beinhaltet eine Datei mit Syntaxfehlern.</numerusform> @@ -58326,1171 +59550,1171 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="4132" /> + <location filename="../Project/Project.py" line="4136" /> <source>&New...</source> <translation>&Neu...</translation> </message> <message> - <location filename="../Project/Project.py" line="4138" /> + <location filename="../Project/Project.py" line="4142" /> <source>Generate a new project</source> <translation>Erstelle ein neues Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="4140" /> + <location filename="../Project/Project.py" line="4144" /> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Neu...</b><p>Dies öffnet einen Dialog zur Eingabe der Informationen des neuen Projektes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4152" /> + <location filename="../Project/Project.py" line="4156" /> <source>&Open...</source> <translation>&Öffnen...</translation> </message> <message> - <location filename="../Project/Project.py" line="4158" /> + <location filename="../Project/Project.py" line="4162" /> <source>Open an existing project</source> <translation>Öffnet ein bestehendes Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="4160" /> + <location filename="../Project/Project.py" line="4164" /> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Öffnen...</b><p>Dies öffnet ein bestehendes Projekt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4166" /> + <location filename="../Project/Project.py" line="4170" /> <source>Reload project</source> <translation>Projekt erneut laden</translation> </message> <message> - <location filename="../Project/Project.py" line="4168" /> + <location filename="../Project/Project.py" line="4172" /> <source>&Reload</source> <translation>E&rneut laden</translation> </message> <message> - <location filename="../Project/Project.py" line="4174" /> + <location filename="../Project/Project.py" line="4178" /> <source>Reload the current project</source> <translation>Das aktuelle Projekt erneut laden</translation> </message> <message> - <location filename="../Project/Project.py" line="4176" /> + <location filename="../Project/Project.py" line="4180" /> <source><b>Reload</b><p>This reloads the current project.</p></source> <translation><b>Erneut laden</b><p>Dies lädt das Projekt erneut.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4182" /> + <location filename="../Project/Project.py" line="4186" /> <source>Close project</source> <translation>Projekt schließen</translation> </message> <message> - <location filename="../Project/Project.py" line="4184" /> + <location filename="../Project/Project.py" line="4188" /> <source>&Close</source> <translation>Schl&ießen</translation> </message> <message> - <location filename="../Project/Project.py" line="4190" /> + <location filename="../Project/Project.py" line="4194" /> <source>Close the current project</source> <translation>Schließt das aktuelle Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="4192" /> + <location filename="../Project/Project.py" line="4196" /> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Schließen</b><p>Dies schließt das aktuelle Projekt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4198" /> + <location filename="../Project/Project.py" line="4202" /> <source>Save project</source> <translation>Projekt speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="4473" /> - <location filename="../Project/Project.py" line="4200" /> + <location filename="../Project/Project.py" line="4477" /> + <location filename="../Project/Project.py" line="4204" /> <source>&Save</source> <translation>&Speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="4206" /> + <location filename="../Project/Project.py" line="4210" /> <source>Save the current project</source> <translation>Speichert das aktuelle Projekt</translation> </message> <message> - <location filename="../Project/Project.py" line="4208" /> + <location filename="../Project/Project.py" line="4212" /> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Speichern</b><p>Dies speichert das aktuelle Projekt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4214" /> + <location filename="../Project/Project.py" line="4218" /> <source>Save project as</source> <translation>Projekt speichern unter</translation> </message> <message> - <location filename="../Project/Project.py" line="4216" /> + <location filename="../Project/Project.py" line="4220" /> <source>Save &as...</source> <translation>Speichern &unter...</translation> </message> <message> - <location filename="../Project/Project.py" line="4222" /> + <location filename="../Project/Project.py" line="4226" /> <source>Save the current project to a new file</source> <translation>Speichert das aktuelle Projekt in eine neue Datei</translation> </message> <message> - <location filename="../Project/Project.py" line="4224" /> + <location filename="../Project/Project.py" line="4228" /> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Speichern unter</b><p>Dies speichert das aktuelle Projekt in eine neue Datei.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4239" /> + <location filename="../Project/Project.py" line="4243" /> <source>Add files to project</source> <translation>Dateien zum Projekt hinzufügen</translation> </message> <message> - <location filename="../Project/Project.py" line="4241" /> + <location filename="../Project/Project.py" line="4245" /> <source>Add &files...</source> <translation>&Dateien hinzufügen...</translation> </message> <message> - <location filename="../Project/Project.py" line="4247" /> + <location filename="../Project/Project.py" line="4251" /> <source>Add files to the current project</source> <translation>Fügt Dateien zum aktuellen Projekt hinzu</translation> </message> <message> - <location filename="../Project/Project.py" line="4249" /> + <location filename="../Project/Project.py" line="4253" /> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Dateien hinzufügen...</b><p>Dies öffnet einen Dialog, mit dem Dateien zum aktuellen Projekt hinzugefügt werden kann. Der Ort, an dem sie eingefügt werden, wird durch die Dateinamenerweiterung bestimmt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4260" /> + <location filename="../Project/Project.py" line="4264" /> <source>Add directory to project</source> <translation>Verzeichnis zum Projekt hinzufügen</translation> </message> <message> - <location filename="../Project/Project.py" line="4262" /> + <location filename="../Project/Project.py" line="4266" /> <source>Add directory...</source> <translation>Verzeichnis hinzufügen...</translation> </message> <message> - <location filename="../Project/Project.py" line="4269" /> + <location filename="../Project/Project.py" line="4273" /> <source>Add a directory to the current project</source> <translation>Füge den Inhalt eines Verzeichnisses zum Projekt hinzu</translation> </message> <message> - <location filename="../Project/Project.py" line="4272" /> + <location filename="../Project/Project.py" line="4276" /> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Verzeichnis hinzufügen</b><p>Dies öffnet einen Dialog, mit dem ein Verzeichnis bzw. der Inhalt eines Verzeichnisses zum aktuellen Projekt hinzugefügt werden kann.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4282" /> + <location filename="../Project/Project.py" line="4286" /> <source>Add translation to project</source> <translation>Übersetzung zum Projekt hinzufügen</translation> </message> <message> - <location filename="../Project/Project.py" line="4284" /> + <location filename="../Project/Project.py" line="4288" /> <source>Add &translation...</source> <translation>&Übersetzung hinzufügen...</translation> </message> <message> - <location filename="../Project/Project.py" line="4291" /> + <location filename="../Project/Project.py" line="4295" /> <source>Add a translation to the current project</source> <translation>Eine Übersetzung zum aktuellen Projekt hinzufügen</translation> </message> <message> - <location filename="../Project/Project.py" line="4294" /> + <location filename="../Project/Project.py" line="4298" /> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>Übersetzung hinzufügen...</b><p>Dies öffnet einen Dialog, mit dem eine Übersetzung zum aktuellen Projekt hinzugefügt werden kann.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4304" /> + <location filename="../Project/Project.py" line="4308" /> <source>Search new files</source> <translation>Neue Dateien suchen</translation> </message> <message> - <location filename="../Project/Project.py" line="4305" /> + <location filename="../Project/Project.py" line="4309" /> <source>Searc&h new files...</source> <translation>Neue &Dateien suchen...</translation> </message> <message> - <location filename="../Project/Project.py" line="4311" /> + <location filename="../Project/Project.py" line="4315" /> <source>Search new files in the project directory.</source> <translation>Sucht neue Dateien im Projektverzeichnis.</translation> </message> <message> - <location filename="../Project/Project.py" line="4313" /> + <location filename="../Project/Project.py" line="4317" /> <source><b>Search new files...</b><p>This searches for new files (sources, forms, ...) in the project directory and registered subdirectories.</p></source> <translation><b>Neue Dateien suchen...</b><p>Dies sucht im Projektverzeichnis und in registrierten Unterverzeichnissen nach neuen Dateien (Quellen, Formulare, ...).</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4323" /> + <location filename="../Project/Project.py" line="4327" /> <source>Search Project File</source> <translation>Projektdatei suchen</translation> </message> <message> - <location filename="../Project/Project.py" line="4324" /> + <location filename="../Project/Project.py" line="4328" /> <source>Search Project File...</source> <translation>Projektdatei suchen...</translation> </message> <message> - <location filename="../Project/Project.py" line="4325" /> + <location filename="../Project/Project.py" line="4329" /> <source>Alt+Ctrl+P</source> <comment>Project|Search Project File</comment> <translation>Alt+Ctrl+P</translation> </message> <message> - <location filename="../Project/Project.py" line="4330" /> + <location filename="../Project/Project.py" line="4334" /> <source>Search for a file in the project list of files.</source> <translation>Suche nach einer Datei in der Liste der Projektdateien.</translation> </message> <message> - <location filename="../Project/Project.py" line="4332" /> + <location filename="../Project/Project.py" line="4336" /> <source><b>Search Project File</b><p>This searches for a file in the project list of files.</p></source> <translation><b>Projektdatei suchen</b><p>Dies sucht nach einer Datei in der Liste der Projektdateien.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4341" /> + <location filename="../Project/Project.py" line="4345" /> <source>Project properties</source> <translation>Projekteigenschaften</translation> </message> <message> - <location filename="../Project/Project.py" line="4343" /> + <location filename="../Project/Project.py" line="4347" /> <source>&Properties...</source> <translation>&Eigenschaften...</translation> </message> <message> - <location filename="../Project/Project.py" line="4349" /> + <location filename="../Project/Project.py" line="4353" /> <source>Show the project properties</source> <translation>Zeigt die Projekteigenschaften an</translation> </message> <message> - <location filename="../Project/Project.py" line="4351" /> + <location filename="../Project/Project.py" line="4355" /> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Eigenschaften...</b><p>Dies zeigt einen Dialog an, mit dem die Projekteigenschaften bearbeitet werden können.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4360" /> + <location filename="../Project/Project.py" line="4364" /> <source>User project properties</source> <translation>Nutzer bezogene Projektdaten</translation> </message> <message> - <location filename="../Project/Project.py" line="4362" /> + <location filename="../Project/Project.py" line="4366" /> <source>&User Properties...</source> <translation>&Nutzer bezogene Projektdaten...</translation> </message> <message> - <location filename="../Project/Project.py" line="4369" /> + <location filename="../Project/Project.py" line="4373" /> <source>Show the user specific project properties</source> <translation>Zeigt die Nutzer bezogenen Projektdaten an</translation> </message> <message> - <location filename="../Project/Project.py" line="4372" /> + <location filename="../Project/Project.py" line="4376" /> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Nutzer bezogene Projektdaten...</b><p>Dies zeigt einen Dialog an, um Nutzer bezogene Projektdaten zu bearbeiten.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4382" /> + <location filename="../Project/Project.py" line="4386" /> <source>Filetype Associations</source> <translation>Dateitypzuordnungen</translation> </message> <message> - <location filename="../Project/Project.py" line="4383" /> + <location filename="../Project/Project.py" line="4387" /> <source>Filetype Associations...</source> <translation>Dateitypzuordnungen...</translation> </message> <message> - <location filename="../Project/Project.py" line="4390" /> + <location filename="../Project/Project.py" line="4394" /> <source>Show the project file type associations</source> <translation>Zeigt die Dateitypzuordnungen des Projektes</translation> </message> <message> - <location filename="../Project/Project.py" line="4393" /> + <location filename="../Project/Project.py" line="4397" /> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the file type associations of the project. These associations determine the type (source, form, interface, protocol or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Dateitypzuordnungen...</b><p>Dies zeigt einen Dialog zur Eingabe der Dateitypzuordnungen des Projektes. Diese Zuordnungen bestimmen den Typ (Quellen, Formulare, Schnittstellen, Protokolle oder Sonstige) über ein Dateinamenmuster. Sie werden genutzt, wenn eine Datei zum Projekt hinzugefügt oder wenn nach neuen Dateien gesucht wird.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4406" /> + <location filename="../Project/Project.py" line="4410" /> <source>Lexer Associations</source> <translation>Lexerzuordnungen</translation> </message> <message> - <location filename="../Project/Project.py" line="4407" /> + <location filename="../Project/Project.py" line="4411" /> <source>Lexer Associations...</source> <translation>Lexerzuordnungen...</translation> </message> <message> - <location filename="../Project/Project.py" line="4414" /> + <location filename="../Project/Project.py" line="4418" /> <source>Show the project lexer associations (overriding defaults)</source> <translation>Zeigt die projektspezifischen Lexerzuordnungen</translation> </message> <message> - <location filename="../Project/Project.py" line="4417" /> + <location filename="../Project/Project.py" line="4421" /> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Lexerzuordnungen</b><p>Dies öffnet einen Dialog, um die projektspezifischen Lexerzuordnungen zu bearbeiten. Diese Zuordnungen überschreiben die globalen Lexerzuordnungen. Lexer werden verwendet, um den Editortext einzufärben.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4435" /> + <location filename="../Project/Project.py" line="4439" /> <source>Debugger Properties</source> <translation>Debugger-Eigenschaften</translation> </message> <message> - <location filename="../Project/Project.py" line="4436" /> + <location filename="../Project/Project.py" line="4440" /> <source>Debugger &Properties...</source> <translation>Debugger-&Eigenschaften...</translation> </message> <message> - <location filename="../Project/Project.py" line="4442" /> + <location filename="../Project/Project.py" line="4446" /> <source>Show the debugger properties</source> <translation>Debugger-Eigenschaften anzeigen</translation> </message> <message> - <location filename="../Project/Project.py" line="4444" /> + <location filename="../Project/Project.py" line="4448" /> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation><b>Debugger-Eigenschaften...</b><p>Dies zeigt einen Dialog an, um die projektspezifischen Debugger-Einstellungen zu bearbeiten.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4454" /> + <location filename="../Project/Project.py" line="4458" /> <source>Load</source> <translation>Laden</translation> </message> <message> - <location filename="../Project/Project.py" line="4455" /> + <location filename="../Project/Project.py" line="4459" /> <source>&Load</source> <translation>&Laden</translation> </message> <message> - <location filename="../Project/Project.py" line="4461" /> + <location filename="../Project/Project.py" line="4465" /> <source>Load the debugger properties</source> <translation>Debugger-Eigenschaften laden</translation> </message> <message> - <location filename="../Project/Project.py" line="4463" /> + <location filename="../Project/Project.py" line="4467" /> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation><b>Debugger-Eigenschaften laden</b><p>Dies lädt die projektspezifischen Debugger-Einstellungen.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4472" /> + <location filename="../Project/Project.py" line="4476" /> <source>Save</source> <translation>Speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="4479" /> + <location filename="../Project/Project.py" line="4483" /> <source>Save the debugger properties</source> <translation>Debugger-Eigenschaften speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="4481" /> + <location filename="../Project/Project.py" line="4485" /> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation><b>Debugger-Eigenschaften speichern</b><p>Dies speichert die projektspezifischen Debugger-Einstellungen.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4490" /> + <location filename="../Project/Project.py" line="4494" /> <source>Delete</source> <translation>Löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="4491" /> + <location filename="../Project/Project.py" line="4495" /> <source>&Delete</source> <translation>&Löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="4497" /> + <location filename="../Project/Project.py" line="4501" /> <source>Delete the debugger properties</source> <translation>Debugger-Eigenschaften löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="4499" /> + <location filename="../Project/Project.py" line="4503" /> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation><b>Debugger-Eigenschaften löschen</b><p>Dies löscht die Datei mit den projektspezifischen Debugger-Einstellungen.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4509" /> + <location filename="../Project/Project.py" line="4513" /> <source>Reset</source> <translation>Zurücksetzen</translation> </message> <message> - <location filename="../Project/Project.py" line="4510" /> + <location filename="../Project/Project.py" line="4514" /> <source>&Reset</source> <translation>&Zurücksetzen</translation> </message> <message> - <location filename="../Project/Project.py" line="4516" /> + <location filename="../Project/Project.py" line="4520" /> <source>Reset the debugger properties</source> <translation>Debugger-Eigenschaften zurücksetzen</translation> </message> <message> - <location filename="../Project/Project.py" line="4518" /> + <location filename="../Project/Project.py" line="4522" /> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Debugger-Eigenschaften zurücksetzen</b><p>Dies setzt die projektspezifischen Debugger-Einstellungen zurück.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4534" /> - <location filename="../Project/Project.py" line="4533" /> + <location filename="../Project/Project.py" line="4538" /> + <location filename="../Project/Project.py" line="4537" /> <source>Load session</source> <translation>Sitzung laden</translation> </message> <message> - <location filename="../Project/Project.py" line="4540" /> + <location filename="../Project/Project.py" line="4544" /> <source>Load the projects session file.</source> <translation>Laden der Projektsitzung.</translation> </message> <message> - <location filename="../Project/Project.py" line="4542" /> + <location filename="../Project/Project.py" line="4546" /> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Sitzung laden</b><p>Dies lädt eine Projektsitzungsdatei. Die Sitzung enthält die folgenden Daten.<br>- alle offenen Quelltextdateien<br>- alle Haltepunkte<br>- die Kommandozeilenparameter<br>- das Arbeitsverzeichnis<br>- das Ausnahmemeldungsflag</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4558" /> - <location filename="../Project/Project.py" line="4557" /> + <location filename="../Project/Project.py" line="4562" /> + <location filename="../Project/Project.py" line="4561" /> <source>Save session</source> <translation>Sitzung speichern</translation> </message> <message> - <location filename="../Project/Project.py" line="4564" /> + <location filename="../Project/Project.py" line="4568" /> <source>Save the projects session file.</source> <translation>Speichern der Projektsitzung.</translation> </message> <message> - <location filename="../Project/Project.py" line="4566" /> + <location filename="../Project/Project.py" line="4570" /> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Sitzung speichern</b><p>Dies speichert eine Projektsitzungsdatei. Die Sitzung enthält die folgenden Daten.<br>- alle offenen Quelltextdateien<br>- alle Haltepunkte<br>- die Kommandozeilenparameter<br>- das Arbeitsverzeichnis<br>- das Ausnahmemeldungsflag</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4582" /> - <location filename="../Project/Project.py" line="4581" /> + <location filename="../Project/Project.py" line="4586" /> + <location filename="../Project/Project.py" line="4585" /> <source>Delete session</source> <translation>Sitzung löschen</translation> </message> <message> - <location filename="../Project/Project.py" line="4588" /> + <location filename="../Project/Project.py" line="4592" /> <source>Delete the projects session file.</source> <translation>Löscht die Projektsitzungsdatei.</translation> </message> <message> - <location filename="../Project/Project.py" line="4590" /> + <location filename="../Project/Project.py" line="4594" /> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Sitzung löschen</b><p>Dies löscht die Sitzungsdatei des Projektes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4605" /> + <location filename="../Project/Project.py" line="4609" /> <source>Code Metrics</source> <translation>Quelltextmetriken</translation> </message> <message> - <location filename="../Project/Project.py" line="4606" /> + <location filename="../Project/Project.py" line="4610" /> <source>&Code Metrics...</source> <translation>&Quelltextmetriken...</translation> </message> <message> - <location filename="../Project/Project.py" line="4613" /> + <location filename="../Project/Project.py" line="4617" /> <source>Show some code metrics for the project.</source> <translation>Zeige einige Quelltextmetriken für das Projekt.</translation> </message> <message> - <location filename="../Project/Project.py" line="4616" /> + <location filename="../Project/Project.py" line="4620" /> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Quelltextmetriken...</b><p>Dies zeigt einige Quelltextmetriken für alle Python-Dateien des Projektes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4626" /> + <location filename="../Project/Project.py" line="4630" /> <source>Python Code Coverage</source> <translation>Python-Quelltext-Abdeckung</translation> </message> <message> - <location filename="../Project/Project.py" line="4627" /> + <location filename="../Project/Project.py" line="4631" /> <source>Code Co&verage...</source> <translation>&Quelltext Abdeckung...</translation> </message> <message> - <location filename="../Project/Project.py" line="4634" /> + <location filename="../Project/Project.py" line="4638" /> <source>Show code coverage information for the project.</source> <translation>Zeige die Quelltextabdeckung für das Projekt.</translation> </message> <message> - <location filename="../Project/Project.py" line="4637" /> + <location filename="../Project/Project.py" line="4641" /> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation><b>Quelltext Abdeckung...</b><p>Dies zeigt die Quelltextabdeckung für alle Python-Dateien des Projektes an.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="5959" /> - <location filename="../Project/Project.py" line="5946" /> - <location filename="../Project/Project.py" line="4647" /> + <location filename="../Project/Project.py" line="5963" /> + <location filename="../Project/Project.py" line="5950" /> + <location filename="../Project/Project.py" line="4651" /> <source>Profile Data</source> <translation>Profildaten</translation> </message> <message> - <location filename="../Project/Project.py" line="4648" /> + <location filename="../Project/Project.py" line="4652" /> <source>&Profile Data...</source> <translation>&Profildaten...</translation> </message> <message> - <location filename="../Project/Project.py" line="4655" /> + <location filename="../Project/Project.py" line="4659" /> <source>Show profiling data for the project.</source> <translation>Zeige Profildaten des aktuellen Projektes.</translation> </message> <message> - <location filename="../Project/Project.py" line="4658" /> + <location filename="../Project/Project.py" line="4662" /> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Profildaten...</b><p>Dies zeigt die Profildaten des Projektes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="6011" /> - <location filename="../Project/Project.py" line="4673" /> + <location filename="../Project/Project.py" line="6015" /> + <location filename="../Project/Project.py" line="4677" /> <source>Application Diagram</source> <translation>Applikations-Diagramm</translation> </message> <message> - <location filename="../Project/Project.py" line="4674" /> + <location filename="../Project/Project.py" line="4678" /> <source>&Application Diagram...</source> <translation>&Applikations-Diagramm...</translation> </message> <message> - <location filename="../Project/Project.py" line="4681" /> + <location filename="../Project/Project.py" line="4685" /> <source>Show a diagram of the project.</source> <translation>Zeigt ein Diagramm des Projektes.</translation> </message> <message> - <location filename="../Project/Project.py" line="4684" /> + <location filename="../Project/Project.py" line="4688" /> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Applikations-Diagramm...</b><p>Dies zeigt ein Diagramm des Projektes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4693" /> + <location filename="../Project/Project.py" line="4697" /> <source>Load Diagram</source> <translation>Diagramm laden</translation> </message> <message> - <location filename="../Project/Project.py" line="4694" /> + <location filename="../Project/Project.py" line="4698" /> <source>&Load Diagram...</source> <translation>Diagramm &laden...</translation> </message> <message> - <location filename="../Project/Project.py" line="4700" /> + <location filename="../Project/Project.py" line="4704" /> <source>Load a diagram from file.</source> <translation>Lade ein Diagramm aus einer Datei.</translation> </message> <message> - <location filename="../Project/Project.py" line="4702" /> + <location filename="../Project/Project.py" line="4706" /> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation><b>Diagramm laden...</b><p>Dies lädt ein Diagramm aus einer Datei.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="6174" /> - <location filename="../Project/Project.py" line="6119" /> - <location filename="../Project/Project.py" line="4717" /> + <location filename="../Project/Project.py" line="6178" /> + <location filename="../Project/Project.py" line="6123" /> + <location filename="../Project/Project.py" line="4721" /> <source>Create Package List</source> <translation>Erzeuge Paketliste</translation> </message> <message> - <location filename="../Project/Project.py" line="4719" /> + <location filename="../Project/Project.py" line="4723" /> <source>Create &Package List</source> <translation>Erzeuge &Paketliste</translation> </message> <message> - <location filename="../Project/Project.py" line="4726" /> + <location filename="../Project/Project.py" line="4730" /> <source>Create an initial PKGLIST file for an eric plugin.</source> <translation>Erzeugt eine erste PKGLIST-Datei für ein eric Plugin.</translation> </message> <message> - <location filename="../Project/Project.py" line="4729" /> + <location filename="../Project/Project.py" line="4733" /> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric plugin archive. The list is created from the project file.</p></source> <translation><b>Erzeuge Paketliste</b><p>Dies erzeugt eine erste Liste von Dateien, die in ein eric Pluginarchive einbezogen werden sollen. Die Liste wird aus der Projektdatei erzeugt.</p></translation> </message> <message> + <location filename="../Project/Project.py" line="6247" /> + <location filename="../Project/Project.py" line="4744" /> + <source>Create Plugin Archives</source> + <translation>Erzeuge Plugin Archive</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4746" /> + <source>Create Plugin &Archives</source> + <translation>Erzeuge Plugin &Archive</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4752" /> + <source>Create eric plugin archive files.</source> + <translation>Erzeugt eric Plugin Archivdateien.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4754" /> + <source><b>Create Plugin Archives</b><p>This creates eric plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> + <translation><b>Erzeuge Plugin Archive</b><p>Dies erzeugt eric Plugin Archivdateien mit den Dateien, die in einer PKGLIST*-Datei angegeben wurden. Der Archivname wird aus dem Namen des Hauptskriptes generiert, falls er nicht in der Paketlistendatei angegeben ist.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4766" /> + <source>Create Plugin Archives (Snapshot)</source> + <translation>Erzeuge Plugin Archive (Snapshot)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4768" /> + <source>Create Plugin Archives (&Snapshot)</source> + <translation>Erzeuge Plugin Archive (&Snapshot)</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4775" /> + <source>Create eric plugin archive files (snapshot releases).</source> + <translation>Erzeugt eric Plugin Archivdateien (Snapshot Releases).</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4778" /> + <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> + <translation><b>Erzeuge Plugin Archive (Snapshot)</b><p>Dies erzeugt eric Plugin Archivdateien mit den Dateien, die in der PKGLIST*-Datei angegeben wurden. Der Archivname wird aus dem Namen des Hauptskriptes generiert, falls er nicht in der Paketlistendatei angegeben ist. Der Versionseintrag des Hauptskriptes wird verändert, um ein Snapshot Release anzuzeigen.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="6668" /> + <location filename="../Project/Project.py" line="6639" /> + <location filename="../Project/Project.py" line="6590" /> + <location filename="../Project/Project.py" line="4797" /> + <source>Execute Make</source> + <translation>Make ausführen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4798" /> + <source>&Execute Make</source> + <translation>&Make ausführen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4804" /> + <source>Perform a 'make' run.</source> + <translation>Führt eine 'make' Lauf aus.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4806" /> + <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> + <translation><b>Make ausführen</b><p>Die führt einen 'make' Lauf aus, um das konfigurierte Ziel zu bauen.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="6645" /> + <location filename="../Project/Project.py" line="4816" /> + <source>Test for Changes</source> + <translation>Auf Änderungen prüfen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4817" /> + <source>&Test for Changes</source> + <translation>Auf Änderungen &prüfen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4824" /> + <source>Question 'make', if a rebuild is needed.</source> + <translation>Fragt 'make', ob ein Neubau erforderlich ist.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4827" /> + <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> + <translation><b>Auf Änderungen prüfen</b><p>Dies fragt 'make', ob ein Neubau des konfigurierten Zieles erforderlich ist.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4845" /> + <source>Create SBOM File</source> + <translation>STL Datei erzeugen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4846" /> + <source>Create &SBOM File</source> + <translation>&STL Datei erzeugen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4853" /> + <source>Create a SBOM file of the project dependencies.</source> + <translation>Erzeuge eine STL Datei der Projektabhängigkeiten.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4856" /> + <source><b>Create SBOM File</b><p>This allows the creation of a SBOM file of the project dependencies. This may be based on various input sources and will be saved as a CycloneDX SBOM file.</p></source> + <translation><b>STL Datei erzeugen</b><p>Dies erlaubt die Erstellung einer STL Datei der Projektabhängigkeiten. Dies kann auf verschiedenen Eingaben aufgebaut werden und wird in eine CycloneDX STL Datei gesichert.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4873" /> + <source>About Black</source> + <translation>Über Black</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4874" /> + <source>&Black</source> + <translation>&Black</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4880" /> + <source>Show some information about 'Black'.</source> + <translation>Gibt ein paar Informationen zu 'Black' aus.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4882" /> + <source><b>Black</b><p>This shows some information about the installed 'Black' tool.</p></source> + <translation><b>Black</b><p>Dies gibt ein paar Informationen zum installierten 'Black' Werkzeug aus.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4894" /> + <source>Format Code</source> + <translation>Code formatieren</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4895" /> + <source>&Format Code</source> + <translation>Code &formatieren</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4902" /> + <source>Format the project sources with 'Black'.</source> + <translation>Formatiert die Projektquellen mit 'Black'.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4905" /> + <source><b>Format Code</b><p>This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.</p></source> + <translation><b>Code formatieren</b><p>Dies zeigt einen Dialog zur Konfiguration eines Formatierungslaufes an und formatiert die Quellen mit 'Black'.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4917" /> + <source>Check Code Formatting</source> + <translation>Code Umformatierung prüfen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4918" /> + <source>&Check Code Formatting</source> + <translation>&Code Umformatierung prüfen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4925" /> + <source>Check, if the project sources need to be reformatted with 'Black'.</source> + <translation>Prüft, ob die Projektquellen mit 'Black' umformatiert werden müssen.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4930" /> + <source><b>Check Code Formatting</b><p>This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.</p></source> + <translation><b>Code Umformatierung prüfen</b><p>Dies zeigt einen Dialog zur Konfiguration eines Formatierungsprüflaufes an und prüft, ob die Projektquellen mit 'Black' umformatiert werden müssen.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4943" /> + <source>Code Formatting Diff</source> + <translation>Diff Code Umformatierung</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4944" /> + <source>Code Formatting &Diff</source> + <translation>&Diff Code Umformatierung</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4951" /> + <source>Generate a unified diff of potential project source reformatting with 'Black'.</source> + <translation>Erzeugt ein Unified Diff potentieller Umformatierungen der Projektquellen mit 'Black'.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4957" /> + <source><b>Diff Code Formatting</b><p>This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.</p></source> + <translation><b>Diff Code Umformatierung</b><p>Dies zeigt einen Dialog zur Konfiguration der Erstellung eines Formatierungsdiff an und erstellt ein Unified Diff potentieller Umformatierungen der Projektquellen mit 'Black'.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5122" /> + <location filename="../Project/Project.py" line="5072" /> + <location filename="../Project/Project.py" line="5071" /> + <location filename="../Project/Project.py" line="4971" /> + <location filename="../Project/Project.py" line="4970" /> + <source>Configure</source> + <translation>Einstellungen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4978" /> + <source>Enter the parameters for formatting the project sources with 'Black'.</source> + <translation>Gib die Parameter zur Formatierung der Projektquellen mit 'Black' ein.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="4983" /> + <source><b>Configure</b><p>This shows a dialog to enter the parameters for formatting the project sources with 'Black'.</p></source> + <translation><b>Einstellungen</b><p>Dies öffnet einen Dialog zur Eingabe der Parameter für Formatierung der Projektquellen mit 'Black'.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="4999" /> + <source>About isort</source> + <translation>Über isort</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5000" /> + <source>&isort</source> + <translation>&isort</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5006" /> + <source>Show some information about 'isort'.</source> + <translation>Gibt ein paar Informationen zu 'isort' aus.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5008" /> + <source><b>isort</b><p>This shows some information about the installed 'isort' tool.</p></source> + <translation><b>isort</b><p>Dies gibt ein paar Informationen zum installierten 'isort' Werkzeug aus.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5021" /> + <location filename="../Project/Project.py" line="5020" /> + <source>Sort Imports</source> + <translation>Imports Sortieren</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5028" /> + <source>Sort the import statements of the project sources with 'isort'.</source> + <translation>Sortiert die Importanweisungen der Projektquellen mit 'isort'.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5031" /> + <source><b>Sort Imports</b><p>This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.</p></source> + <translation><b>Imports Sortieren</b><p>Dies zeigt einen Dialog zur Eingabe der Parameter eines Sortierungslaufes an und sortiert die Importanweisungen der Projektquellen mit 'isort'.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5045" /> + <location filename="../Project/Project.py" line="5044" /> + <source>Imports Sorting Diff</source> + <translation>Diff der Imports Sortierung</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5052" /> + <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source> + <translation>Erzeugt ein Unified Diff potentieller Umsortierungen der Importanweisungen der Projektquellen mit 'isort'.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5058" /> + <source><b>Imports Sorting Diff</b><p>This shows a dialog to enter parameters for the imports sorting diff run and generates a unified diff of potential project source changes using 'isort'.</p></source> + <translation><b>Diff der Imports Sortierung</b><p>Dies zeigt einen Dialog zur Eingabe der Parameter eines Sortierungslaufes an und erzeugt ein Unified Diff potentieller Umsortierungen der Importanweisungen der Projektquellen mit 'isort'.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5079" /> + <source>Enter the parameters for resorting the project sources import statements with 'isort'.</source> + <translation>Gib die Parameter für die Umsortierung der Importanweisungen der Projektquellen mit 'isort' ein.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5085" /> + <source><b>Configure</b><p>This shows a dialog to enter the parameters for resorting the import statements of the project sources with 'isort'.</p></source> + <translation><b>Einstellungen</b><p>Dies zeigt einen Dialog zur Eingabe der Parameter für die Umsortierung der Importanweisungen der Projektquellen mit 'isort' an.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5101" /> + <source>Install Project</source> + <translation>Projekt installieren</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5102" /> + <source>&Install Project</source> + <translation>Projekt &installieren</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5109" /> + <source>Install the project into the embedded environment.</source> + <translation>Installiert das Projekt in die eingebettete Umgebung.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5112" /> + <source><b>Install Project</b><p>This installs the project into the embedded virtual environment in editable mode (i.e. development mode).</p></source> + <translation><b>Projekt insttallieren</b><p>Die installiert das Projekt im editierbaren Modus (d.h. Entwicklungsmodus) in die eingebettete Umgebung.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5123" /> + <source>&Configure</source> + <translation>&Einstellungen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5130" /> + <source>Configure the embedded environment.</source> + <translation>Konfiguriert die eingebettete Umgebung.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5133" /> + <source><b>Configure</b><p>This opens a dialog to configure the embedded virtual environment of the project.</p></source> + <translation><b>Einstellungen</b><p>Dies öffnet einen Dialog zur Konfiguration der einebetteten virtuellen Umgebung des Projektes.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5143" /> + <source>Upgrade</source> + <translation>Aktualisieren</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5144" /> + <source>&Upgrade</source> + <translation>&Aktualisieren</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5150" /> + <source>Upgrade the embedded environment.</source> + <translation>Aktualisiert die eingebettete Umgebung.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5152" /> + <source><b>Upgrade</b><p>This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.</p></source> + <translation><b>Aktualisieren</b><p>Dies öffnet einen Dialog zur Eingabe der Parameter für die Aktualisierung der einebetteten virtuellen Umgebung des Projektes.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5164" /> + <source>Recreate</source> + <translation>Neu erzeugen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5165" /> + <source>&Recreate</source> + <translation>&Neu erzeugen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5171" /> + <source>Recreate the embedded environment.</source> + <translation>Erzeugt die eingebettete Umgebung neu.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5173" /> + <source><b>Recreate</b><p>This opens a dialog to enter the parameters to recreate the embedded virtual environment of the project. The existing environment is cleared first.</p></source> + <translation><b>Neu erzeugen</b><p>Dies öffnet einen Dialog zur Eingabe der Parameter für die Neuerzeugung der einebetteten virtuellen Umgebung des Projektes. Die existierende Umgebung wird zunächst gelöscht.</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5205" /> + <source>&Project</source> + <translation>&Projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5206" /> + <source>Open &Recent Projects</source> + <translation>Zu&letzt geöffnete Projekte</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5207" /> + <source>Session</source> + <translation>Sitzung</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5208" /> + <source>Debugger</source> + <translation>Debugger</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5209" /> + <source>Embedded Environment</source> + <translation>Eingebettete Umgebung</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5211" /> + <source>Project-T&ools</source> + <translation>Projekt&werkzeuge</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5212" /> + <source>&Version Control</source> + <translation>&Versionskontrolle</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5216" /> + <source>Chec&k</source> + <translation>&Prüfen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5218" /> + <source>Code &Formatting</source> + <translation>Code &Formatierung</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5220" /> + <source>Sho&w</source> + <translation>&Zeige</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5221" /> + <source>&Diagrams</source> + <translation>&Diagramme</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5222" /> + <source>Pac&kagers</source> + <translation>Pa&ketierer</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5223" /> + <source>Source &Documentation</source> + <translation>&Quelltextdokumentation</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5225" /> + <source>Make</source> + <translation>Make</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5226" /> + <source>Other Tools</source> + <translation>Weitere Werkzeuge</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5386" /> + <location filename="../Project/Project.py" line="5384" /> + <source>Project</source> + <translation>Projekt</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5447" /> + <source>&Clear</source> + <translation>&Löschen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5606" /> + <source>Search New Files</source> + <translation>Neue Dateien suchen</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5607" /> + <source>There were no new files found to be added.</source> + <translation>Es wurden keine neuen Dateien gefunden.</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5756" /> + <location filename="../Project/Project.py" line="5743" /> + <source>Version Control System</source> + <translation>Versionskontrollsystem</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5744" /> + <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> + <translation><p>Das ausgewählte Versionskontrollsystem <b>{0}</b> konnte nicht gefunden werden.<br/>Ignoriere Übersteuerung.</p><p>{1}</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5757" /> + <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> + <translation><p>Das ausgewählte Versionskontrollsystem <b>{0}</b> konnte nicht gefunden werden.<br/>Versionskontrolle nicht möglich.</p><p>{1}</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="5905" /> + <source>Coverage Data</source> + <translation>Quelltext Abdeckungsdaten</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5951" /> + <location filename="../Project/Project.py" line="5906" /> + <source>There is no main script defined for the current project. Aborting</source> + <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5918" /> + <source>Code Coverage</source> + <translation>Quelltext Abdeckung</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5919" /> + <source>Please select a coverage file</source> + <translation>Bitte wählen Sie eine Datei mit Abdeckungsdaten</translation> + </message> + <message> + <location filename="../Project/Project.py" line="5964" /> + <source>Please select a profile file</source> + <translation>Bitte wählen Sie eine Datei mit Profildaten</translation> + </message> + <message> + <location filename="../Project/Project.py" line="6016" /> + <source>Include module names?</source> + <translation>Modulnamen anzeigen?</translation> + </message> + <message> + <location filename="../Project/Project.py" line="6124" /> + <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> + <translation><p>Die Datei <b>PKGLIST</b> existiert bereits.</p><p>Überschreiben?</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="6179" /> + <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> + <translation><p>Die Datei <b>PKGLIST</b> konnte nicht erzeugt werden.</p><p>Ursache: {0}</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="6468" /> + <location filename="../Project/Project.py" line="6426" /> + <location filename="../Project/Project.py" line="6380" /> + <location filename="../Project/Project.py" line="6369" /> + <location filename="../Project/Project.py" line="6351" /> + <location filename="../Project/Project.py" line="6318" /> + <location filename="../Project/Project.py" line="6288" /> + <location filename="../Project/Project.py" line="6260" /> + <location filename="../Project/Project.py" line="6230" /> + <location filename="../Project/Project.py" line="6216" /> + <location filename="../Project/Project.py" line="6199" /> + <source>Create Plugin Archive</source> + <translation>Erzeuge Plugin Archiv</translation> + </message> + <message> + <location filename="../Project/Project.py" line="6200" /> + <source>The project does not have a main script defined. Aborting...</source> + <translation>Für das Projekt wurde kein Hauptskript angegeben. Abbruch...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="6217" /> + <source>Select package lists:</source> + <translation>Wähle Paketlisten:</translation> + </message> + <message> + <location filename="../Project/Project.py" line="6231" /> + <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> + <translation><p>Keine Paketlistendateien (PKGLIST*) verfügbar oder ausgewählt. Abbruch...</p></translation> + </message> + <message> + <location filename="../Project/Project.py" line="6239" /> + <source>Creating plugin archives...</source> + <translation>Erzeuge Plugin Archive...</translation> + </message> + <message> + <location filename="../Project/Project.py" line="6240" /> + <source>Abort</source> + <translation>Abbruch</translation> + </message> + <message> <location filename="../Project/Project.py" line="6243" /> - <location filename="../Project/Project.py" line="4740" /> - <source>Create Plugin Archives</source> - <translation>Erzeuge Plugin Archive</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4742" /> - <source>Create Plugin &Archives</source> - <translation>Erzeuge Plugin &Archive</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4748" /> - <source>Create eric plugin archive files.</source> - <translation>Erzeugt eric Plugin Archivdateien.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4750" /> - <source><b>Create Plugin Archives</b><p>This creates eric plugin archive files using the list of files given in a PKGLIST* file. The archive name is built from the main script name if not designated in the package list file.</p></source> - <translation><b>Erzeuge Plugin Archive</b><p>Dies erzeugt eric Plugin Archivdateien mit den Dateien, die in einer PKGLIST*-Datei angegeben wurden. Der Archivname wird aus dem Namen des Hauptskriptes generiert, falls er nicht in der Paketlistendatei angegeben ist.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4762" /> - <source>Create Plugin Archives (Snapshot)</source> - <translation>Erzeuge Plugin Archive (Snapshot)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4764" /> - <source>Create Plugin Archives (&Snapshot)</source> - <translation>Erzeuge Plugin Archive (&Snapshot)</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4771" /> - <source>Create eric plugin archive files (snapshot releases).</source> - <translation>Erzeugt eric Plugin Archivdateien (Snapshot Releases).</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4774" /> - <source><b>Create Plugin Archives (Snapshot)</b><p>This creates eric plugin archive files using the list of files given in the PKGLIST* file. The archive name is built from the main script name if not designated in the package list file. The version entry of the main script is modified to reflect a snapshot release.</p></source> - <translation><b>Erzeuge Plugin Archive (Snapshot)</b><p>Dies erzeugt eric Plugin Archivdateien mit den Dateien, die in der PKGLIST*-Datei angegeben wurden. Der Archivname wird aus dem Namen des Hauptskriptes generiert, falls er nicht in der Paketlistendatei angegeben ist. Der Versionseintrag des Hauptskriptes wird verändert, um ein Snapshot Release anzuzeigen.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="6664" /> - <location filename="../Project/Project.py" line="6635" /> - <location filename="../Project/Project.py" line="6586" /> - <location filename="../Project/Project.py" line="4793" /> - <source>Execute Make</source> - <translation>Make ausführen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4794" /> - <source>&Execute Make</source> - <translation>&Make ausführen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4800" /> - <source>Perform a 'make' run.</source> - <translation>Führt eine 'make' Lauf aus.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4802" /> - <source><b>Execute Make</b><p>This performs a 'make' run to rebuild the configured target.</p></source> - <translation><b>Make ausführen</b><p>Die führt einen 'make' Lauf aus, um das konfigurierte Ziel zu bauen.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="6641" /> - <location filename="../Project/Project.py" line="4812" /> - <source>Test for Changes</source> - <translation>Auf Änderungen prüfen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4813" /> - <source>&Test for Changes</source> - <translation>Auf Änderungen &prüfen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4820" /> - <source>Question 'make', if a rebuild is needed.</source> - <translation>Fragt 'make', ob ein Neubau erforderlich ist.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4823" /> - <source><b>Test for Changes</b><p>This questions 'make', if a rebuild of the configured target is necessary.</p></source> - <translation><b>Auf Änderungen prüfen</b><p>Dies fragt 'make', ob ein Neubau des konfigurierten Zieles erforderlich ist.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4841" /> - <source>Create SBOM File</source> - <translation>STL Datei erzeugen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4842" /> - <source>Create &SBOM File</source> - <translation>&STL Datei erzeugen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4849" /> - <source>Create a SBOM file of the project dependencies.</source> - <translation>Erzeuge eine STL Datei der Projektabhängigkeiten.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4852" /> - <source><b>Create SBOM File</b><p>This allows the creation of a SBOM file of the project dependencies. This may be based on various input sources and will be saved as a CycloneDX SBOM file.</p></source> - <translation><b>STL Datei erzeugen</b><p>Dies erlaubt die Erstellung einer STL Datei der Projektabhängigkeiten. Dies kann auf verschiedenen Eingaben aufgebaut werden und wird in eine CycloneDX STL Datei gesichert.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4869" /> - <source>About Black</source> - <translation>Über Black</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4870" /> - <source>&Black</source> - <translation>&Black</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4876" /> - <source>Show some information about 'Black'.</source> - <translation>Gibt ein paar Informationen zu 'Black' aus.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4878" /> - <source><b>Black</b><p>This shows some information about the installed 'Black' tool.</p></source> - <translation><b>Black</b><p>Dies gibt ein paar Informationen zum installierten 'Black' Werkzeug aus.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4890" /> - <source>Format Code</source> - <translation>Code formatieren</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4891" /> - <source>&Format Code</source> - <translation>Code &formatieren</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4898" /> - <source>Format the project sources with 'Black'.</source> - <translation>Formatiert die Projektquellen mit 'Black'.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4901" /> - <source><b>Format Code</b><p>This shows a dialog to enter parameters for the formatting run and reformats the project sources using 'Black'.</p></source> - <translation><b>Code formatieren</b><p>Dies zeigt einen Dialog zur Konfiguration eines Formatierungslaufes an und formatiert die Quellen mit 'Black'.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4913" /> - <source>Check Code Formatting</source> - <translation>Code Umformatierung prüfen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4914" /> - <source>&Check Code Formatting</source> - <translation>&Code Umformatierung prüfen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4921" /> - <source>Check, if the project sources need to be reformatted with 'Black'.</source> - <translation>Prüft, ob die Projektquellen mit 'Black' umformatiert werden müssen.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4926" /> - <source><b>Check Code Formatting</b><p>This shows a dialog to enter parameters for the format check run and performs a check, if the project sources need to be reformatted using 'Black'.</p></source> - <translation><b>Code Umformatierung prüfen</b><p>Dies zeigt einen Dialog zur Konfiguration eines Formatierungsprüflaufes an und prüft, ob die Projektquellen mit 'Black' umformatiert werden müssen.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4939" /> - <source>Code Formatting Diff</source> - <translation>Diff Code Umformatierung</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4940" /> - <source>Code Formatting &Diff</source> - <translation>&Diff Code Umformatierung</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4947" /> - <source>Generate a unified diff of potential project source reformatting with 'Black'.</source> - <translation>Erzeugt ein Unified Diff potentieller Umformatierungen der Projektquellen mit 'Black'.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4953" /> - <source><b>Diff Code Formatting</b><p>This shows a dialog to enter parameters for the format diff run and generates a unified diff of potential project source reformatting using 'Black'.</p></source> - <translation><b>Diff Code Umformatierung</b><p>Dies zeigt einen Dialog zur Konfiguration der Erstellung eines Formatierungsdiff an und erstellt ein Unified Diff potentieller Umformatierungen der Projektquellen mit 'Black'.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5118" /> - <location filename="../Project/Project.py" line="5068" /> - <location filename="../Project/Project.py" line="5067" /> - <location filename="../Project/Project.py" line="4967" /> - <location filename="../Project/Project.py" line="4966" /> - <source>Configure</source> - <translation>Einstellungen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4974" /> - <source>Enter the parameters for formatting the project sources with 'Black'.</source> - <translation>Gib die Parameter zur Formatierung der Projektquellen mit 'Black' ein.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4979" /> - <source><b>Configure</b><p>This shows a dialog to enter the parameters for formatting the project sources with 'Black'.</p></source> - <translation><b>Einstellungen</b><p>Dies öffnet einen Dialog zur Eingabe der Parameter für Formatierung der Projektquellen mit 'Black'.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="4995" /> - <source>About isort</source> - <translation>Über isort</translation> - </message> - <message> - <location filename="../Project/Project.py" line="4996" /> - <source>&isort</source> - <translation>&isort</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5002" /> - <source>Show some information about 'isort'.</source> - <translation>Gibt ein paar Informationen zu 'isort' aus.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5004" /> - <source><b>isort</b><p>This shows some information about the installed 'isort' tool.</p></source> - <translation><b>isort</b><p>Dies gibt ein paar Informationen zum installierten 'isort' Werkzeug aus.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5017" /> - <location filename="../Project/Project.py" line="5016" /> - <source>Sort Imports</source> - <translation>Imports Sortieren</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5024" /> - <source>Sort the import statements of the project sources with 'isort'.</source> - <translation>Sortiert die Importanweisungen der Projektquellen mit 'isort'.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5027" /> - <source><b>Sort Imports</b><p>This shows a dialog to enter parameters for the imports sorting run and sorts the import statements of the project sources using 'isort'.</p></source> - <translation><b>Imports Sortieren</b><p>Dies zeigt einen Dialog zur Eingabe der Parameter eines Sortierungslaufes an und sortiert die Importanweisungen der Projektquellen mit 'isort'.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5041" /> - <location filename="../Project/Project.py" line="5040" /> - <source>Imports Sorting Diff</source> - <translation>Diff der Imports Sortierung</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5048" /> - <source>Generate a unified diff of potential project source imports resorting with 'isort'.</source> - <translation>Erzeugt ein Unified Diff potentieller Umsortierungen der Importanweisungen der Projektquellen mit 'isort'.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5054" /> - <source><b>Imports Sorting Diff</b><p>This shows a dialog to enter parameters for the imports sorting diff run and generates a unified diff of potential project source changes using 'isort'.</p></source> - <translation><b>Diff der Imports Sortierung</b><p>Dies zeigt einen Dialog zur Eingabe der Parameter eines Sortierungslaufes an und erzeugt ein Unified Diff potentieller Umsortierungen der Importanweisungen der Projektquellen mit 'isort'.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5075" /> - <source>Enter the parameters for resorting the project sources import statements with 'isort'.</source> - <translation>Gib die Parameter für die Umsortierung der Importanweisungen der Projektquellen mit 'isort' ein.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5081" /> - <source><b>Configure</b><p>This shows a dialog to enter the parameters for resorting the import statements of the project sources with 'isort'.</p></source> - <translation><b>Einstellungen</b><p>Dies zeigt einen Dialog zur Eingabe der Parameter für die Umsortierung der Importanweisungen der Projektquellen mit 'isort' an.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5097" /> - <source>Install Project</source> - <translation>Projekt installieren</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5098" /> - <source>&Install Project</source> - <translation>Projekt &installieren</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5105" /> - <source>Install the project into the embedded environment.</source> - <translation>Installiert das Projekt in die eingebettete Umgebung.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5108" /> - <source><b>Install Project</b><p>This installs the project into the embedded virtual environment in editable mode (i.e. development mode).</p></source> - <translation><b>Projekt insttallieren</b><p>Die installiert das Projekt im editierbaren Modus (d.h. Entwicklungsmodus) in die eingebettete Umgebung.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5119" /> - <source>&Configure</source> - <translation>&Einstellungen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5126" /> - <source>Configure the embedded environment.</source> - <translation>Konfiguriert die eingebettete Umgebung.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5129" /> - <source><b>Configure</b><p>This opens a dialog to configure the embedded virtual environment of the project.</p></source> - <translation><b>Einstellungen</b><p>Dies öffnet einen Dialog zur Konfiguration der einebetteten virtuellen Umgebung des Projektes.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5139" /> - <source>Upgrade</source> - <translation>Aktualisieren</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5140" /> - <source>&Upgrade</source> - <translation>&Aktualisieren</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5146" /> - <source>Upgrade the embedded environment.</source> - <translation>Aktualisiert die eingebettete Umgebung.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5148" /> - <source><b>Upgrade</b><p>This opens a dialog to enter the parameters to upgrade the embedded virtual environment of the project.</p></source> - <translation><b>Aktualisieren</b><p>Dies öffnet einen Dialog zur Eingabe der Parameter für die Aktualisierung der einebetteten virtuellen Umgebung des Projektes.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5160" /> - <source>Recreate</source> - <translation>Neu erzeugen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5161" /> - <source>&Recreate</source> - <translation>&Neu erzeugen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5167" /> - <source>Recreate the embedded environment.</source> - <translation>Erzeugt die eingebettete Umgebung neu.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5169" /> - <source><b>Recreate</b><p>This opens a dialog to enter the parameters to recreate the embedded virtual environment of the project. The existing environment is cleared first.</p></source> - <translation><b>Neu erzeugen</b><p>Dies öffnet einen Dialog zur Eingabe der Parameter für die Neuerzeugung der einebetteten virtuellen Umgebung des Projektes. Die existierende Umgebung wird zunächst gelöscht.</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5201" /> - <source>&Project</source> - <translation>&Projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5202" /> - <source>Open &Recent Projects</source> - <translation>Zu&letzt geöffnete Projekte</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5203" /> - <source>Session</source> - <translation>Sitzung</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5204" /> - <source>Debugger</source> - <translation>Debugger</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5205" /> - <source>Embedded Environment</source> - <translation>Eingebettete Umgebung</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5207" /> - <source>Project-T&ools</source> - <translation>Projekt&werkzeuge</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5208" /> - <source>&Version Control</source> - <translation>&Versionskontrolle</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5212" /> - <source>Chec&k</source> - <translation>&Prüfen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5214" /> - <source>Code &Formatting</source> - <translation>Code &Formatierung</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5216" /> - <source>Sho&w</source> - <translation>&Zeige</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5217" /> - <source>&Diagrams</source> - <translation>&Diagramme</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5218" /> - <source>Pac&kagers</source> - <translation>Pa&ketierer</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5219" /> - <source>Source &Documentation</source> - <translation>&Quelltextdokumentation</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5221" /> - <source>Make</source> - <translation>Make</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5222" /> - <source>Other Tools</source> - <translation>Weitere Werkzeuge</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5382" /> - <location filename="../Project/Project.py" line="5380" /> - <source>Project</source> - <translation>Projekt</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5443" /> - <source>&Clear</source> - <translation>&Löschen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5602" /> - <source>Search New Files</source> - <translation>Neue Dateien suchen</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5603" /> - <source>There were no new files found to be added.</source> - <translation>Es wurden keine neuen Dateien gefunden.</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5752" /> - <location filename="../Project/Project.py" line="5739" /> - <source>Version Control System</source> - <translation>Versionskontrollsystem</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5740" /> - <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> - <translation><p>Das ausgewählte Versionskontrollsystem <b>{0}</b> konnte nicht gefunden werden.<br/>Ignoriere Übersteuerung.</p><p>{1}</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5753" /> - <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> - <translation><p>Das ausgewählte Versionskontrollsystem <b>{0}</b> konnte nicht gefunden werden.<br/>Versionskontrolle nicht möglich.</p><p>{1}</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="5901" /> - <source>Coverage Data</source> - <translation>Quelltext Abdeckungsdaten</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5947" /> - <location filename="../Project/Project.py" line="5902" /> - <source>There is no main script defined for the current project. Aborting</source> - <translation>Für das aktuelle Projekt ist kein Hauptskript festgelegt. Abbruch</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5914" /> - <source>Code Coverage</source> - <translation>Quelltext Abdeckung</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5915" /> - <source>Please select a coverage file</source> - <translation>Bitte wählen Sie eine Datei mit Abdeckungsdaten</translation> - </message> - <message> - <location filename="../Project/Project.py" line="5960" /> - <source>Please select a profile file</source> - <translation>Bitte wählen Sie eine Datei mit Profildaten</translation> - </message> - <message> - <location filename="../Project/Project.py" line="6012" /> - <source>Include module names?</source> - <translation>Modulnamen anzeigen?</translation> - </message> - <message> - <location filename="../Project/Project.py" line="6120" /> - <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> - <translation><p>Die Datei <b>PKGLIST</b> existiert bereits.</p><p>Überschreiben?</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="6175" /> - <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> - <translation><p>Die Datei <b>PKGLIST</b> konnte nicht erzeugt werden.</p><p>Ursache: {0}</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="6464" /> - <location filename="../Project/Project.py" line="6422" /> - <location filename="../Project/Project.py" line="6376" /> - <location filename="../Project/Project.py" line="6365" /> - <location filename="../Project/Project.py" line="6347" /> - <location filename="../Project/Project.py" line="6314" /> - <location filename="../Project/Project.py" line="6284" /> - <location filename="../Project/Project.py" line="6256" /> - <location filename="../Project/Project.py" line="6226" /> - <location filename="../Project/Project.py" line="6212" /> - <location filename="../Project/Project.py" line="6195" /> - <source>Create Plugin Archive</source> - <translation>Erzeuge Plugin Archiv</translation> - </message> - <message> - <location filename="../Project/Project.py" line="6196" /> - <source>The project does not have a main script defined. Aborting...</source> - <translation>Für das Projekt wurde kein Hauptskript angegeben. Abbruch...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="6213" /> - <source>Select package lists:</source> - <translation>Wähle Paketlisten:</translation> - </message> - <message> - <location filename="../Project/Project.py" line="6227" /> - <source><p>No package list files (PKGLIST*) available or selected. Aborting...</p></source> - <translation><p>Keine Paketlistendateien (PKGLIST*) verfügbar oder ausgewählt. Abbruch...</p></translation> - </message> - <message> - <location filename="../Project/Project.py" line="6235" /> - <source>Creating plugin archives...</source> - <translation>Erzeuge Plugin Archive...</translation> - </message> - <message> - <location filename="../Project/Project.py" line="6236" /> - <source>Abort</source> - <translation>Abbruch</translation> - </message> - <message> - <location filename="../Project/Project.py" line="6239" /> <source>%v/%m Archives</source> <translation>%v/%m Archive</translation> </message> <message> - <location filename="../Project/Project.py" line="6257" /> + <location filename="../Project/Project.py" line="6261" /> <source><p>The file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht geladen werden.<br/>Grund: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="6285" /> + <location filename="../Project/Project.py" line="6289" /> <source><p>The file <b>{0}</b> is not ready yet.</p><p>Please rework it and delete the'; initial_list' line of the header.</p></source> <translation><p>Die Datei <b>{0}</b> ist noch nicht bereit.</p><p>Bitte überarbeite sie und löschen die Zeile '; initial_list' des Dateikopfes.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="6315" /> + <location filename="../Project/Project.py" line="6319" /> <source><p>The eric plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Die eric Plugin Archivdatei <b>{0}</b> konnte nicht erzeugt werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="6348" /> + <location filename="../Project/Project.py" line="6352" /> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Die Datei <b>{0}</b> konnte nicht im Archiv gespeichert werde. Sie wird ignoriert.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="6366" /> + <location filename="../Project/Project.py" line="6370" /> <source><p>The eric plugin archive files were created with some errors.</p></source> <translation><p>Die eric Plugin Archivdateien wurden mit einigen Fehlern erzeugt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="6377" /> + <location filename="../Project/Project.py" line="6381" /> <source><p>The eric plugin archive files were created successfully.</p></source> <translation><p>Die eric Plugin Archivdateien wurden erfolgreich erzeugt.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="6423" /> + <location filename="../Project/Project.py" line="6427" /> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Die Plugindatei <b>{0}</b> konnte nicht gelesen werden.<br>Grund: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="6465" /> + <location filename="../Project/Project.py" line="6469" /> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation><p>Die Plugindatei <b>{0}</b> konnte nicht gelesen werden.<br>Ursache: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="6587" /> + <location filename="../Project/Project.py" line="6591" /> <source>The make process did not start.</source> <translation>Der make Prozess ist nicht gestartet.</translation> </message> <message> - <location filename="../Project/Project.py" line="6636" /> + <location filename="../Project/Project.py" line="6640" /> <source>The make process crashed.</source> <translation>Der make Prozess ist abgestürzt.</translation> </message> <message> - <location filename="../Project/Project.py" line="6644" /> + <location filename="../Project/Project.py" line="6648" /> <source><p>There are changes that require the configured make target <b>{0}</b> to be rebuilt.</p></source> <translation><p>Es gibt Änderungen, die einen Neubau des konfigurierten Zieles <b>{0}</b> erfordern.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="6649" /> + <location filename="../Project/Project.py" line="6653" /> <source><p>There are changes that require the default make target to be rebuilt.</p></source> <translation><p>Es gibt Änderungen, die einen Neubau des Standardzieles erfordern.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="6665" /> + <location filename="../Project/Project.py" line="6669" /> <source>The makefile contains errors.</source> <translation>Die make Datei enthält Fehler.</translation> </message> @@ -61984,135 +63208,140 @@ <context> <name>PyBoardDevice</name> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="82" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="84" /> <source>PyBoard</source> <translation>PyBoard</translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="197" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="199" /> <source>Workspace Directory</source> <translation>Arbeitsverzeichnis</translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="198" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="200" /> <source>Python files for PyBoard can be edited in place, if the device volume is locally available. Such a volume was not found. In place editing will not be available.</source> <translation>Python Dateien für PyBoard können an Ort und Stelle bearbeitet werden, wenn das Geräteverzeichnis lokal verfügbar ist. Ein solches Verzeichnis konnte nicht gefunden werden. Direkte Bearbeitung ist nicht verfügbar.</translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="230" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="232" /> <source>PyBoard Functions</source> <translation>PyBoard Funktionen</translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="439" /> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="233" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="446" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="235" /> <source>Show MicroPython Versions</source> <translation>Zeige MicroPython Versionen</translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="237" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="239" /> <source>Activate Bootloader</source> <translation>Bootloader aktivieren</translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="240" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="242" /> <source>List DFU-capable Devices</source> <translation>Liste der DFU fähigen Geräte</translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="422" /> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="244" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="429" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="246" /> <source>Flash MicroPython Firmware</source> <translation>MicroPython Firmware flashen</translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="247" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="249" /> <source>MicroPython Flash Instructions</source> <translation>MicroPython Flashanweisungen</translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="306" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="253" /> + <source>Reset Device</source> + <translation>Gerät zurücksetzen</translation> + </message> + <message> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="313" /> <source>dfu-util not available</source> <translation>dfu-util ist nicht verfügbar</translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="307" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="314" /> <source>The dfu-util firmware flashing tool <b>dfu-util</b> cannot be found or is not executable. Ensure it is in the search path or configure it on the MicroPython configuration page.</source> <translation>Das dfu-util Firmware Flashingprogramm <b>dfu-util</b> kann nicht gefunden werden oder ist nicht ausführbar. Stelle sicher, dass es sich im Suchpfad befindet, oder konfiguriere es auf der MicroPython Konfigurationsseite.</translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="327" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="334" /> <source><h3>Enable DFU Mode</h3><p>1. Disconnect everything from your board</p><p>2. Disconnect your board</p><p>3. Connect the DFU/BOOT0 pin with a 3.3V pin</p><p>4. Re-connect your board</p><hr /></source> <translation><h3>DFU Modus aktivieren</h3><p>1. Trenne alles von deinem Board</p><p>2. Trenne dein Board</p><p>3. Verbinde den DFU/BOOT0 pin mit dem 3,3V Pin</p><p>4. Verbinde dein Board wieder</p><hr /></translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="337" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="344" /> <source><p><b>Warning:</b> Make sure that all other DFU capable devices except your PyBoard are disconnected.<hr /></source> <translation><p><b>Warnung:</b> Stelle sicher, dass alle anderen DFU fähigen Geräte mit Ausnahme deines PyBoard getrennt sind.<hr /></translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="343" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="350" /> <source><p>Press <b>OK</b> to continue...</p></source> <translation><p>Drücke <b>OK</b> zum Fortfahren...</p></translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="346" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="353" /> <source>Enable DFU mode</source> <translation>DFU Modus aktivieren</translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="357" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="364" /> <source><h3>Disable DFU Mode</h3><p>1. Disconnect your board</p><p>2. Remove the DFU jumper</p><p>3. Re-connect your board</p><hr /><p>Press <b>OK</b> to continue...</p></source> <translation><h3>DFU Modus deaktivieren</h3><p>1. Trenne dein BOard</p><p>2. Entferne die DFU Brücke</p><p>3. Verbinde dein Board wieder</p><hr /><p>Drücke <b>OK</b> zum Fortfahren...</p></translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="365" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="372" /> <source>Disable DFU mode</source> <translation>DFU Modus deaktivieren</translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="421" /> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="383" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="428" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="390" /> <source>'dfu-util' Output</source> <translation>'dfu-util' Ausgabe</translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="383" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="390" /> <source>List DFU capable Devices</source> <translation>Liste der DFU fähigen Geräte</translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="406" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="413" /> <source>Flash MicroPython/CircuitPython Firmware</source> <translation>MicroPython/CircuitPython Firmware flashen</translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="408" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="415" /> <source>MicroPython Firmware Files (*.dfu);;CircuitPython Firmware Files (*.bin);;All Files (*)</source> <translation>MicroPython Firmwaredateien (*.dfu);;CircuitPython Firmwaredateien (*.bin);;Alle Dateien (*)</translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="440" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="447" /> <source>The firmware of the connected device cannot be determined or the board does not run MicroPython. Aborting...</source> <translation>Die Firmware des verbundenen Gerätes kann nicht ermittelt werden oder das Board enthält kein MicroPython. Abbruch...</translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="467" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="475" /> <source>unknown</source> <translation>unbekannt</translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="473" /> - <source><h4>MicroPython Version Information</h4><table><tr><td>Installed:</td><td>{0}</td></tr><tr><td>Available:</td><td>{1}</td></tr></table></source> - <translation><h4>MicroPython Versionsinformationen</h4><table><tr><td>Installiert:</td><td>{0}</td></tr><tr><td>Verfügbar:</td><td>{1}</td></tr></table></translation> - </message> - <message> <location filename="../MicroPython/Devices/PyBoardDevices.py" line="481" /> + <source><h4>MicroPython Version Information</h4><table><tr><td>Installed:</td><td>{0}</td></tr><tr><td>Available:</td><td>{1}</td></tr></table></source> + <translation><h4>MicroPython Versionsinformationen</h4><table><tr><td>Installiert:</td><td>{0}</td></tr><tr><td>Verfügbar:</td><td>{1}</td></tr></table></translation> + </message> + <message> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="489" /> <source><p><b>Update available!</b></p></source> <translation><p><b>Update verfügbar!</b></p></translation> </message> <message> - <location filename="../MicroPython/Devices/PyBoardDevices.py" line="485" /> + <location filename="../MicroPython/Devices/PyBoardDevices.py" line="493" /> <source>MicroPython Version</source> <translation>MicroPython Version</translation> </message> @@ -67278,86 +68507,253 @@ <context> <name>RP2040Device</name> <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="53" /> + <source>authentication failed</source> + <translation>Authentisierung gescheitert</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="63" /> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="54" /> + <source>no matching access point found</source> + <translation>Kein passender Access Point gefunden</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="66" /> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="55" /> + <source>connection failed</source> + <translation>Verbindung gescheitert</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="62" /> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="56" /> + <source>idle</source> + <translation>Leerlauf</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="57" /> + <source>connecting</source> + <translation>Verbinde</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="58" /> + <source>connected, waiting for IP address</source> + <translation>Verbunden, warte auf IP-Adresse</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="65" /> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="59" /> + <source>connected</source> + <translation>Verbunden</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="64" /> + <source>network scan completed</source> + <translation>Netzwerk-Scan abgeschlossen</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="67" /> + <source>connection lost</source> + <translation>Verbindung verloren</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="68" /> + <source>disconnected</source> + <translation>Getrennt</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="69" /> + <source>AP listening</source> + <translation>AP bereit</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="70" /> + <source>AP connected</source> + <translation>AP verbunden</translation> + </message> + <message> <location filename="../MicroPython/Devices/RP2040Devices.py" line="71" /> - <source>RP2040</source> - <translation>RP2040</translation> + <source>AP failed</source> + <translation>AP Fehler</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="74" /> + <source>switched off</source> + <translation>abgeschaltet</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="75" /> + <source>switched on, inactive</source> + <translation>angeschaltet, inaktiv</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="76" /> + <source>switched on, active</source> + <translation>angeschaltet, aktiv</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="95" /> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="82" /> + <source>open</source> + <comment>open WiFi network</comment> + <translation>offen</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="96" /> + <source>automatic</source> + <translation>automatisch</translation> </message> <message> <location filename="../MicroPython/Devices/RP2040Devices.py" line="127" /> + <source>RP2040</source> + <translation>RP2040</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="183" /> <source>RP2040 Functions</source> <translation>RP2040 Funktionen</translation> </message> <message> - <location filename="../MicroPython/Devices/RP2040Devices.py" line="199" /> - <location filename="../MicroPython/Devices/RP2040Devices.py" line="130" /> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="262" /> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="186" /> <source>Show MicroPython Versions</source> <translation>Zeige MicroPython Versionen</translation> </message> <message> - <location filename="../MicroPython/Devices/RP2040Devices.py" line="134" /> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="190" /> <source>Activate Bootloader</source> <translation>Bootloader aktivieren</translation> </message> <message> - <location filename="../MicroPython/Devices/RP2040Devices.py" line="137" /> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="193" /> <source>Flash MicroPython Firmware</source> <translation>MicroPython Firmware flashen</translation> </message> <message> - <location filename="../MicroPython/Devices/RP2040Devices.py" line="200" /> - <source>The firmware of the connected device cannot be determined or the board does not run MicroPython. Aborting...</source> - <translation>Die Firmware des verbundenen Gerätes kann nicht ermittelt werden oder das Board enthält kein MicroPython. Abbruch...</translation> - </message> - <message> - <location filename="../MicroPython/Devices/RP2040Devices.py" line="232" /> - <source>unknown</source> - <translation>unbekannt</translation> - </message> - <message> - <location filename="../MicroPython/Devices/RP2040Devices.py" line="242" /> - <source><h4>MicroPython Version Information</h4><table><tr><td>Installed:</td><td>{0}</td></tr><tr><td>Available:</td><td>{1}</td></tr>{2}</table></source> - <translation><h4>MicroPython Versionsinformationen</h4><table><tr><td>Installiert:</td><td>{0}</td></tr><tr><td>Verfügbar:</td><td>{1}</td></tr>{2}</table></translation> - </message> - <message> - <location filename="../MicroPython/Devices/RP2040Devices.py" line="252" /> - <source><tr><td>Variant:</td><td>{0}</td></tr></source> - <translation><tr><td>Variante:</td><td>{0}</td></tr></translation> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="197" /> + <source>Reset Device</source> + <translation>Gerät zurücksetzen</translation> </message> <message> <location filename="../MicroPython/Devices/RP2040Devices.py" line="263" /> - <source><p>Update may be available.</p></source> - <translation><p>Ein Update könnte verfügbar sein.</p></translation> - </message> - <message> - <location filename="../MicroPython/Devices/RP2040Devices.py" line="265" /> - <source><p><b>Update available!</b></p></source> - <translation><p><b>Update verfügbar!</b></p></translation> - </message> - <message> - <location filename="../MicroPython/Devices/RP2040Devices.py" line="269" /> - <source>MicroPython Version</source> - <translation>MicroPython Version</translation> - </message> - <message> - <location filename="../MicroPython/Devices/RP2040Devices.py" line="292" /> - <source>MicroPython Firmware</source> - <translation>MicroPython Firmware</translation> + <source>The firmware of the connected device cannot be determined or the board does not run MicroPython. Aborting...</source> + <translation>Die Firmware des verbundenen Gerätes kann nicht ermittelt werden oder das Board enthält kein MicroPython. Abbruch...</translation> </message> <message> <location filename="../MicroPython/Devices/RP2040Devices.py" line="296" /> + <source>unknown</source> + <translation>unbekannt</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="306" /> + <source><h4>MicroPython Version Information</h4><table><tr><td>Installed:</td><td>{0}</td></tr><tr><td>Available:</td><td>{1}</td></tr>{2}</table></source> + <translation><h4>MicroPython Versionsinformationen</h4><table><tr><td>Installiert:</td><td>{0}</td></tr><tr><td>Verfügbar:</td><td>{1}</td></tr>{2}</table></translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="316" /> + <source><tr><td>Variant:</td><td>{0}</td></tr></source> + <translation><tr><td>Variante:</td><td>{0}</td></tr></translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="326" /> + <source><p>Update may be available.</p></source> + <translation><p>Ein Update könnte verfügbar sein.</p></translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="328" /> + <source><p><b>Update available!</b></p></source> + <translation><p><b>Update verfügbar!</b></p></translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="332" /> + <source>MicroPython Version</source> + <translation>MicroPython Version</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="364" /> + <source>MicroPython Firmware</source> + <translation>MicroPython Firmware</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="368" /> <source>Pimoroni Pico Firmware</source> <translation>Pimoroni Pico Firmware</translation> </message> <message> - <location filename="../MicroPython/Devices/RP2040Devices.py" line="299" /> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="371" /> <source>CircuitPython Firmware</source> <translation>CircuitPython Firmware</translation> </message> <message> - <location filename="../MicroPython/Devices/RP2040Devices.py" line="303" /> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="375" /> <source>CircuitPython Libraries</source> <translation>CircuitPython Bibliotheken</translation> </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="427" /> + <source>Set Country</source> + <translation>Staat einstellen</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="983" /> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="618" /> + <source>unknown ({0})</source> + <translation>unbekannt ({0})</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="1093" /> + <source>Pico Wireless does not support setting the IPv4 parameters of the WiFi access point.</source> + <translation>Pico Wireless unterstützt nicht die Konfiguration der IPv4 Parameter des WiFi Access Point.</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="1168" /> + <source>Pico Wireless does not support reporting of connected clients.</source> + <translation>Pico Wireless unterstützt nicht die Ermittlung verbundener Geräte.</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="1259" /> + <source>Active</source> + <translation>Aktiv</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="1260" /> + <source>Connected</source> + <translation>Verbunden</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="1263" /> + <source>Status</source> + <translation>Status</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="1267" /> + <source>Hostname</source> + <translation>Hostname</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="1268" /> + <source>IPv4 Address</source> + <translation>IPv4 Adresse</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="1269" /> + <source>Netmask</source> + <translation>Netzmaske</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="1270" /> + <source>Gateway</source> + <translation>Gateway</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="1271" /> + <source>DNS</source> + <translation>DNS</translation> + </message> + <message> + <location filename="../MicroPython/Devices/RP2040Devices.py" line="1272" /> + <source>MAC-Address</source> + <translation>MAC-Addresse</translation> + </message> </context> <context> <name>RccCompilerOptionsDialog</name> @@ -67536,84 +68932,6 @@ </message> </context> <context> - <name>ReplaceWidget</name> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="0" /> - <source>Find and Replace</source> - <translation>Suchen und Ersetzen</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="0" /> - <source>Press to close the window</source> - <translation>Drücken, um das Fenster zu schließen</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="0" /> - <source>&Find:</source> - <translation>&Suchen:</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="0" /> - <source>Press to find the previous occurrence</source> - <translation>Drücken, um das vorherige Vorkommen zu suchen</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="0" /> - <source>Press to find the next occurrence</source> - <translation>Drücken, um das nächste Vorkommen zu suchen</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="0" /> - <source>Press to extend the search to the whole word</source> - <translation>Drücken, um die Suche auf das ganze Wort zu eweitern</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="0" /> - <source>&Match case</source> - <translation>Groß-/&Kleinschreibung</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="0" /> - <source>Whole &word</source> - <translation>&Ganzes Wort</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="0" /> - <source>Rege&xp</source> - <translation>Rege&xp</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="0" /> - <source>&Replace:</source> - <translation>&Ersetzen:</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="0" /> - <source>Press to replace the selection</source> - <translation>Drücken, um die Auswahl zu ersetzen</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="0" /> - <source>Press to replace the selection and search for the next occurence</source> - <translation>Drücken, um die Auswahl zu ersetzen und das nächste Vorkommen zu suchen</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="0" /> - <source>Press to replace all occurrences</source> - <translation>Drücken, um alle Vorkommen zu ersetzen</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="0" /> - <source>Wrap &around</source> - <translation>Am Anfang/Ende &weiter</translation> - </message> - <message> - <location filename="../QScintilla/ReplaceWidget.ui" line="0" /> - <source>&Selection only</source> - <translation>nur &Auswahl</translation> - </message> - </context> - <context> <name>RequirementsDialog</name> <message> <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0" /> @@ -68126,7 +69444,7 @@ <context> <name>SearchReplaceWidget</name> <message> - <location filename="../QScintilla/SearchReplaceWidget.py" line="65" /> + <location filename="../QScintilla/SearchReplaceWidget.py" line="64" /> <source><b>Find and Replace</b> <p>This dialog is used to find some text and replace it with another text. By checking the various checkboxes, the search can be made more specific. @@ -68140,20 +69458,7 @@ </translation> </message> <message> - <location filename="../QScintilla/SearchReplaceWidget.py" line="77" /> - <source><b>Find</b> -<p>This dialog is used to find some text. By checking the various checkboxes, -the search can be made more specific. The search string might be a regular -expression. In a regular expression, special characters interpreted are:</p> -</source> - <translation><b>Suchen</b> -<p>Dieser Dialog erlaubt es, nach einem Text zu suchen. -Durch Anwählen der verschiedenen Auswahlfelder kann die Suche eingegrenzt werden. Die Suchzeichenkette -kann ein regulärer Ausdruck sein. In einem regulären Ausdruck können folgende Spezialzeichen verwendet werden:</p> -</translation> - </message> - <message> - <location filename="../QScintilla/SearchReplaceWidget.py" line="88" /> + <location filename="../QScintilla/SearchReplaceWidget.py" line="72" /> <source><table border="0"> <tr><td><code>.</code></td><td>Matches any character</td></tr> <tr><td><code>(</code></td><td>This marks the start of a region for tagging a @@ -68233,65 +69538,138 @@ </translation> </message> <message> - <location filename="../QScintilla/SearchReplaceWidget.py" line="171" /> - <location filename="../QScintilla/SearchReplaceWidget.py" line="170" /> + <location filename="../QScintilla/SearchReplaceWidget.py" line="155" /> + <location filename="../QScintilla/SearchReplaceWidget.py" line="154" /> <source>Find Next</source> <translation>Weitersuchen</translation> </message> <message> - <location filename="../QScintilla/SearchReplaceWidget.py" line="184" /> - <location filename="../QScintilla/SearchReplaceWidget.py" line="183" /> + <location filename="../QScintilla/SearchReplaceWidget.py" line="168" /> + <location filename="../QScintilla/SearchReplaceWidget.py" line="167" /> <source>Find Prev</source> <translation>Rückwärtssuchen</translation> </message> <message> - <location filename="../QScintilla/SearchReplaceWidget.py" line="198" /> - <location filename="../QScintilla/SearchReplaceWidget.py" line="197" /> + <location filename="../QScintilla/SearchReplaceWidget.py" line="181" /> + <location filename="../QScintilla/SearchReplaceWidget.py" line="180" /> <source>Replace and Search</source> <translation>Ersetzen und Suchen</translation> </message> <message> - <location filename="../QScintilla/SearchReplaceWidget.py" line="214" /> - <location filename="../QScintilla/SearchReplaceWidget.py" line="213" /> + <location filename="../QScintilla/SearchReplaceWidget.py" line="197" /> + <location filename="../QScintilla/SearchReplaceWidget.py" line="196" /> <source>Replace Occurrence</source> <translation>Fundstelle ersetzen</translation> </message> <message> - <location filename="../QScintilla/SearchReplaceWidget.py" line="228" /> - <location filename="../QScintilla/SearchReplaceWidget.py" line="227" /> + <location filename="../QScintilla/SearchReplaceWidget.py" line="211" /> + <location filename="../QScintilla/SearchReplaceWidget.py" line="210" /> <source>Replace All</source> <translation>Alle ersetzen</translation> </message> <message> - <location filename="../QScintilla/SearchReplaceWidget.py" line="1015" /> - <location filename="../QScintilla/SearchReplaceWidget.py" line="599" /> - <location filename="../QScintilla/SearchReplaceWidget.py" line="561" /> + <location filename="../QScintilla/SearchReplaceWidget.py" line="1037" /> + <location filename="../QScintilla/SearchReplaceWidget.py" line="597" /> + <location filename="../QScintilla/SearchReplaceWidget.py" line="559" /> <source>'{0}' was not found.</source> <translation>„{0}“ wurde nicht gefunden.</translation> </message> <message> - <location filename="../QScintilla/SearchReplaceWidget.py" line="1167" /> + <location filename="../QScintilla/SearchReplaceWidget.py" line="1190" /> <source>Replaced {0} occurrences.</source> <translation>{0} Vorkommen ersetzt.</translation> </message> <message> - <location filename="../QScintilla/SearchReplaceWidget.py" line="1173" /> + <location filename="../QScintilla/SearchReplaceWidget.py" line="1196" /> <source>Nothing replaced because '{0}' was not found.</source> <translation>Es wurde nichts ersetzt, da „{0}“ nicht gefunden wurde.</translation> </message> + <message> + <location filename="../QScintilla/SearchReplaceWidget.ui" line="0" /> + <source>Find and Replace</source> + <translation>Suchen und Ersetzen</translation> + </message> + <message> + <location filename="../QScintilla/SearchReplaceWidget.ui" line="0" /> + <source>Press to close the window</source> + <translation>Drücken, um das Fenster zu schließen</translation> + </message> + <message> + <location filename="../QScintilla/SearchReplaceWidget.ui" line="0" /> + <source>&Find:</source> + <translation>&Suchen:</translation> + </message> + <message> + <location filename="../QScintilla/SearchReplaceWidget.ui" line="0" /> + <source>Press to find the previous occurrence</source> + <translation>Drücken, um das vorherige Vorkommen zu suchen</translation> + </message> + <message> + <location filename="../QScintilla/SearchReplaceWidget.ui" line="0" /> + <source>Press to find the next occurrence</source> + <translation>Drücken, um das nächste Vorkommen zu suchen</translation> + </message> + <message> + <location filename="../QScintilla/SearchReplaceWidget.ui" line="0" /> + <source>Press to extend the search to the whole word</source> + <translation>Drücken, um die Suche auf das ganze Wort zu eweitern</translation> + </message> + <message> + <location filename="../QScintilla/SearchReplaceWidget.ui" line="0" /> + <source>&Match case</source> + <translation>Groß-/&Kleinschreibung</translation> + </message> + <message> + <location filename="../QScintilla/SearchReplaceWidget.ui" line="0" /> + <source>Whole &word</source> + <translation>&Ganzes Wort</translation> + </message> + <message> + <location filename="../QScintilla/SearchReplaceWidget.ui" line="0" /> + <source>Rege&xp</source> + <translation>Rege&xp</translation> + </message> + <message> + <location filename="../QScintilla/SearchReplaceWidget.ui" line="0" /> + <source>Wrap &around</source> + <translation>Am Anfang/Ende &weiter</translation> + </message> + <message> + <location filename="../QScintilla/SearchReplaceWidget.ui" line="0" /> + <source>&Selection only</source> + <translation>nur &Auswahl</translation> + </message> + <message> + <location filename="../QScintilla/SearchReplaceWidget.ui" line="0" /> + <source>&Replace:</source> + <translation>&Ersetzen:</translation> + </message> + <message> + <location filename="../QScintilla/SearchReplaceWidget.ui" line="0" /> + <source>Press to replace the selection</source> + <translation>Drücken, um die Auswahl zu ersetzen</translation> + </message> + <message> + <location filename="../QScintilla/SearchReplaceWidget.ui" line="0" /> + <source>Press to replace the selection and search for the next occurence</source> + <translation>Drücken, um die Auswahl zu ersetzen und das nächste Vorkommen zu suchen</translation> + </message> + <message> + <location filename="../QScintilla/SearchReplaceWidget.ui" line="0" /> + <source>Press to replace all occurrences</source> + <translation>Drücken, um alle Vorkommen zu ersetzen</translation> + </message> </context> <context> <name>SearchWidget</name> <message> <location filename="../UI/SearchWidget.ui" line="0" /> - <location filename="../QScintilla/SearchWidget.ui" line="0" /> <location filename="../WebBrowser/SearchWidget.ui" line="0" /> <source>Find</source> <translation>Suchen</translation> </message> <message> <location filename="../UI/SearchWidget.ui" line="0" /> - <location filename="../QScintilla/SearchWidget.ui" line="0" /> <location filename="../WebBrowser/SearchWidget.ui" line="0" /> <source>Press to close the window</source> <translation>Drücken, um das Fenster zu schließen</translation> @@ -68304,14 +69682,12 @@ </message> <message> <location filename="../UI/SearchWidget.ui" line="0" /> - <location filename="../QScintilla/SearchWidget.ui" line="0" /> <location filename="../WebBrowser/SearchWidget.ui" line="0" /> <source>Press to find the previous occurrence</source> <translation>Drücken, um das vorherige Vorkommen zu suchen</translation> </message> <message> <location filename="../UI/SearchWidget.ui" line="0" /> - <location filename="../QScintilla/SearchWidget.ui" line="0" /> <location filename="../WebBrowser/SearchWidget.ui" line="0" /> <source>Press to find the next occurrence</source> <translation>Drücken, um das nächste Vorkommen zu suchen</translation> @@ -68328,41 +69704,6 @@ <translation>Ausdruck nicht gefunden.</translation> </message> <message> - <location filename="../QScintilla/SearchWidget.ui" line="0" /> - <source>&Find:</source> - <translation>&Suchen:</translation> - </message> - <message> - <location filename="../QScintilla/SearchWidget.ui" line="0" /> - <source>Press to extend the search to the whole word</source> - <translation>Drücken, um die Suche auf das ganze Wort zu eweitern</translation> - </message> - <message> - <location filename="../QScintilla/SearchWidget.ui" line="0" /> - <source>&Match case</source> - <translation>Groß-/&Kleinschreibung</translation> - </message> - <message> - <location filename="../QScintilla/SearchWidget.ui" line="0" /> - <source>Whole &word</source> - <translation>&Ganzes Wort</translation> - </message> - <message> - <location filename="../QScintilla/SearchWidget.ui" line="0" /> - <source>Rege&xp</source> - <translation>Rege&xp</translation> - </message> - <message> - <location filename="../QScintilla/SearchWidget.ui" line="0" /> - <source>Wrap &around</source> - <translation>Am Anfang/Ende &weiter</translation> - </message> - <message> - <location filename="../QScintilla/SearchWidget.ui" line="0" /> - <source>&Selection only</source> - <translation>nur &Auswahl</translation> - </message> - <message> <location filename="../UI/SearchWidget.ui" line="0" /> <source>Whole word</source> <translation>Ganzes Wort</translation> @@ -68940,111 +70281,111 @@ <context> <name>SessionManager</name> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="300" /> + <location filename="../WebBrowser/Session/SessionManager.py" line="299" /> <source>Backup 1</source> <translation>Backup 1</translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="308" /> + <location filename="../WebBrowser/Session/SessionManager.py" line="307" /> <source>Backup 2</source> <translation>Backup 2</translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="339" /> + <location filename="../WebBrowser/Session/SessionManager.py" line="338" /> <source>Default Session</source> <translation>Standardsitzung</translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="492" /> + <location filename="../WebBrowser/Session/SessionManager.py" line="491" /> <source>Clone Session</source> <translation>Sitzung kopieren</translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="495" /> + <location filename="../WebBrowser/Session/SessionManager.py" line="494" /> <source>Rename Session</source> <translation>Sitzung umbenennen</translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="499" /> + <location filename="../WebBrowser/Session/SessionManager.py" line="498" /> <source>Please enter a new name:</source> <translation>Bitte gib einen neuen Namen ein:</translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="672" /> - <location filename="../WebBrowser/Session/SessionManager.py" line="572" /> - <location filename="../WebBrowser/Session/SessionManager.py" line="515" /> + <location filename="../WebBrowser/Session/SessionManager.py" line="671" /> + <location filename="../WebBrowser/Session/SessionManager.py" line="571" /> + <location filename="../WebBrowser/Session/SessionManager.py" line="514" /> <source>The session file "{0}" exists already. Please enter another name.</source> <translation>Die Sitzungsdatei "{0}" existiert bereits. Bitte gib einen anderen Namen ein.</translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="528" /> + <location filename="../WebBrowser/Session/SessionManager.py" line="527" /> <source>An error occurred while cloning the session file.</source> <translation>Während des Kopierens der Sitzungsdatei trat ein Fehler auf.</translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="538" /> + <location filename="../WebBrowser/Session/SessionManager.py" line="537" /> <source>An error occurred while renaming the session file.</source> <translation>Während des Umbenennens der Sitzungsdatei trat ein Fehler auf.</translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="571" /> - <location filename="../WebBrowser/Session/SessionManager.py" line="553" /> + <location filename="../WebBrowser/Session/SessionManager.py" line="570" /> + <location filename="../WebBrowser/Session/SessionManager.py" line="552" /> <source>Save Session</source> <translation>Sitzung speichern</translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="554" /> + <location filename="../WebBrowser/Session/SessionManager.py" line="553" /> <source>Please enter a name for the session:</source> <translation>Bitte gibe einen Namen für die Sitzung ein:</translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="556" /> + <location filename="../WebBrowser/Session/SessionManager.py" line="555" /> <source>Saved Session ({0})</source> <translation>Gespeicherte Sitzung ({0})</translation> </message> <message> + <location filename="../WebBrowser/Session/SessionManager.py" line="594" /> + <source>Restore Backup</source> + <translation>Backup wiederherstellen</translation> + </message> + <message> <location filename="../WebBrowser/Session/SessionManager.py" line="595" /> - <source>Restore Backup</source> - <translation>Backup wiederherstellen</translation> - </message> - <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="596" /> <source>Are you sure you want to replace the current session?</source> <translation>Sind sie sicher, dass die aktuelle Sitzung ersetzt werden soll?</translation> </message> <message> + <location filename="../WebBrowser/Session/SessionManager.py" line="636" /> + <source>Delete Session</source> + <translation>Sitzung löschen</translation> + </message> + <message> <location filename="../WebBrowser/Session/SessionManager.py" line="637" /> - <source>Delete Session</source> - <translation>Sitzung löschen</translation> - </message> - <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="638" /> <source>Are you sure you want to delete session "{0}"?</source> <translation>Sind sie sicher, dass die Sitzung "{0}" gelöscht werden soll?</translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="671" /> - <location filename="../WebBrowser/Session/SessionManager.py" line="653" /> + <location filename="../WebBrowser/Session/SessionManager.py" line="670" /> + <location filename="../WebBrowser/Session/SessionManager.py" line="652" /> <source>New Session</source> <translation>Neue Sitzung</translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="654" /> + <location filename="../WebBrowser/Session/SessionManager.py" line="653" /> <source>Please enter a name for the new session:</source> <translation>Bitte gib einen Namen für die neue Sitzung ein:</translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="656" /> + <location filename="../WebBrowser/Session/SessionManager.py" line="655" /> <source>New Session ({0})</source> <translation>Neue Sitzung ({0})</translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="718" /> + <location filename="../WebBrowser/Session/SessionManager.py" line="717" /> <source>Please select the startup session:</source> <translation>Bitte wähle die Startsitzung:</translation> </message> <message> - <location filename="../WebBrowser/Session/SessionManager.py" line="742" /> + <location filename="../WebBrowser/Session/SessionManager.py" line="741" /> <source>{0} (last session)</source> <translation>{0} (letzte Sitzung)</translation> </message> @@ -80189,27 +81530,27 @@ <context> <name>SyntaxCheckService</name> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="214" /> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="224" /> <source>Python 3 batch check</source> <translation>Python 3 Stapelprüfung</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="230" /> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="240" /> <source>JavaScript batch check</source> <translation>JavaScript Stapelprüfung</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="246" /> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="256" /> <source>YAML batch check</source> <translation>YAML Stapelprüfung</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="262" /> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="272" /> <source>JSON batch check</source> <translation>JSON Stapelprüfung</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="278" /> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckService.py" line="288" /> <source>TOML batch check</source> <translation>TOML Stapelprüfung</translation> </message> @@ -80253,6 +81594,16 @@ </message> <message> <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0" /> + <source>Additional 'builtins':</source> + <translation>Zusätzlich 'builtins':</translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0" /> + <source>Enter additional 'builtins' names separated by whitespace.</source> + <translation>Gib zusätzliche 'builtins' Bezeichner durch Leerzeichen getrennt ein.</translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui" line="0" /> <source><b>Result List</b> <p>This list shows the results of the syntax check. Double clicking an entry will open this entry in an editor window and position the cursor at @@ -80298,18 +81649,18 @@ <translation>Drücken, um alle Dateien mit Problemen anzuzeigen</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="106" /> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="107" /> <source>Errors</source> <translation>Fehler</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="353" /> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="318" /> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="373" /> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="336" /> <source>Error: {0}</source> <translation>Fehler: {0}</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="467" /> + <location filename="../Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py" line="487" /> <source>No issues found.</source> <translation>Keine Probleme gefunden.</translation> </message> @@ -80317,28 +81668,28 @@ <context> <name>SyntaxCheckerPlugin</name> <message> - <location filename="../Plugins/PluginSyntaxChecker.py" line="297" /> - <location filename="../Plugins/PluginSyntaxChecker.py" line="215" /> - <location filename="../Plugins/PluginSyntaxChecker.py" line="196" /> + <location filename="../Plugins/PluginSyntaxChecker.py" line="299" /> + <location filename="../Plugins/PluginSyntaxChecker.py" line="217" /> + <location filename="../Plugins/PluginSyntaxChecker.py" line="198" /> <source>Check Syntax</source> <translation>Syntax prüfen</translation> </message> <message> - <location filename="../Plugins/PluginSyntaxChecker.py" line="297" /> - <location filename="../Plugins/PluginSyntaxChecker.py" line="215" /> - <location filename="../Plugins/PluginSyntaxChecker.py" line="197" /> + <location filename="../Plugins/PluginSyntaxChecker.py" line="299" /> + <location filename="../Plugins/PluginSyntaxChecker.py" line="217" /> + <location filename="../Plugins/PluginSyntaxChecker.py" line="199" /> <source>&Syntax...</source> <translation>&Syntax...</translation> </message> <message> - <location filename="../Plugins/PluginSyntaxChecker.py" line="203" /> + <location filename="../Plugins/PluginSyntaxChecker.py" line="205" /> <source>Check syntax.</source> <translation>Syntax prüfen.</translation> </message> <message> - <location filename="../Plugins/PluginSyntaxChecker.py" line="300" /> - <location filename="../Plugins/PluginSyntaxChecker.py" line="218" /> - <location filename="../Plugins/PluginSyntaxChecker.py" line="205" /> + <location filename="../Plugins/PluginSyntaxChecker.py" line="302" /> + <location filename="../Plugins/PluginSyntaxChecker.py" line="220" /> + <location filename="../Plugins/PluginSyntaxChecker.py" line="207" /> <source><b>Check Syntax...</b><p>This checks Python files for syntax errors.</p></source> <translation><b>Syntax prüfen...</b><p>Dies überprüft Python-Dateien auf Syntaxfehler.</p></translation> </message> @@ -81406,7 +82757,7 @@ <translation>Teensy Funktionen</translation> </message> <message> - <location filename="../MicroPython/Devices/TeensyDevices.py" line="185" /> + <location filename="../MicroPython/Devices/TeensyDevices.py" line="190" /> <location filename="../MicroPython/Devices/TeensyDevices.py" line="147" /> <source>Show MicroPython Versions</source> <translation>Zeige MicroPython Versionen</translation> @@ -81417,7 +82768,7 @@ <translation>MicroPython Flashanweisungen</translation> </message> <message> - <location filename="../MicroPython/Devices/TeensyDevices.py" line="241" /> + <location filename="../MicroPython/Devices/TeensyDevices.py" line="315" /> <location filename="../MicroPython/Devices/TeensyDevices.py" line="154" /> <source>Flash MicroPython Firmware</source> <translation>MicroPython Firmware flashen</translation> @@ -81428,42 +82779,47 @@ <translation>Startet die 'Teensy Loader' Anwendung zum Flashen des Teensy Boards.</translation> </message> <message> - <location filename="../MicroPython/Devices/TeensyDevices.py" line="186" /> + <location filename="../MicroPython/Devices/TeensyDevices.py" line="161" /> + <source>Reset Device</source> + <translation>Gerät zurücksetzen</translation> + </message> + <message> + <location filename="../MicroPython/Devices/TeensyDevices.py" line="191" /> <source>The firmware of the connected device cannot be determined or the board does not run MicroPython. Aborting...</source> <translation>Die Firmware des verbundenen Gerätes kann nicht ermittelt werden oder das Board enthält kein MicroPython. Abbruch...</translation> </message> <message> - <location filename="../MicroPython/Devices/TeensyDevices.py" line="213" /> - <source>unknown</source> - <translation>unbekannt</translation> - </message> - <message> <location filename="../MicroPython/Devices/TeensyDevices.py" line="219" /> + <source>unknown</source> + <translation>unbekannt</translation> + </message> + <message> + <location filename="../MicroPython/Devices/TeensyDevices.py" line="225" /> <source><h4>MicroPython Version Information</h4><table><tr><td>Installed:</td><td>{0}</td></tr><tr><td>Available:</td><td>{1}</td></tr></table></source> <translation><h4>MicroPython Versionsinformationen</h4><table><tr><td>Installiert:</td><td>{0}</td></tr><tr><td>Verfügbar:</td><td>{1}</td></tr></table></translation> </message> <message> - <location filename="../MicroPython/Devices/TeensyDevices.py" line="227" /> + <location filename="../MicroPython/Devices/TeensyDevices.py" line="233" /> <source><p><b>Update available!</b></p></source> <translation><p><b>Update verfügbar!</b></p></translation> </message> <message> - <location filename="../MicroPython/Devices/TeensyDevices.py" line="231" /> + <location filename="../MicroPython/Devices/TeensyDevices.py" line="237" /> <source>MicroPython Version</source> <translation>MicroPython Version</translation> </message> <message> - <location filename="../MicroPython/Devices/TeensyDevices.py" line="242" /> + <location filename="../MicroPython/Devices/TeensyDevices.py" line="316" /> <source><p>Teensy 4.0 and Teensy 4.1 are flashed using the 'Teensy Loader' application. Make sure you downloaded the MicroPython or CircuitPython .hex file.</p><p>See <a href="{0}">the PJRC Teensy web site</a> for details.</p></source> <translation><p>Teensy 4.0 und Teensy 4.1 werden mit der 'Teensy Loader' Anwendung geflasht. Stelle sicher, dass die MicroPython .hex Datei geladen ist.</p><p>Siehe <a href="{0}">die PJRC Teensy Webseite</a> für Details.</p></translation> </message> <message> - <location filename="../MicroPython/Devices/TeensyDevices.py" line="261" /> + <location filename="../MicroPython/Devices/TeensyDevices.py" line="338" /> <source>Start 'Teensy Loader'</source> <translation>'Teensy Loader' starten</translation> </message> <message> - <location filename="../MicroPython/Devices/TeensyDevices.py" line="262" /> + <location filename="../MicroPython/Devices/TeensyDevices.py" line="339" /> <source><p>The 'Teensy Loader' application <b>teensy</b> could not be started. Ensure it is in the application search path or start it manually.</p></source> <translation><p>Die 'Teensy Loader' Anwendung <b>teensy</b> konnte nicht gestartet werden. Stelle sicher, dass sie sich im Suchpfad befindet oder starte sie manuell.</p></translation> </message> @@ -81747,22 +83103,22 @@ <translation><p><b>Vorlagengruppen</b> sind ein Mittel, um einzelne Vorlagen zusammenzufassen. Gruppen haben ein Attribut, das angibt, für welche Programmiersprache sie gültig sind. Um Vorlagen hinzuzufügen, muss mindestens eine Vorlagengruppe angelegt werden.</p><p><b>Vorlageneinträge</b> sind die eigentlichen Vorlagen. Sie werden durch Vorlagengruppen zusammengefaßt. Zusätzliche Hilfe zu Vorlagen sind im Editierdialog verfügbar.</p></translation> </message> <message> - <location filename="../Templates/TemplateViewer.py" line="884" /> + <location filename="../Templates/TemplateViewer.py" line="883" /> <source>Edit Template Group</source> <translation>Vorlagengruppe editieren</translation> </message> <message> - <location filename="../Templates/TemplateViewer.py" line="885" /> + <location filename="../Templates/TemplateViewer.py" line="884" /> <source><p>A template group with the name <b>{0}</b> already exists.</p></source> <translation><p>Eine Vorlagengruppe mit dem Namen <b>{0}</b> existiert bereits.</p></translation> </message> <message> + <location filename="../Templates/TemplateViewer.py" line="1005" /> + <source>Read Templates</source> + <translation>Vorlagen lesen</translation> + </message> + <message> <location filename="../Templates/TemplateViewer.py" line="1006" /> - <source>Read Templates</source> - <translation>Vorlagen lesen</translation> - </message> - <message> - <location filename="../Templates/TemplateViewer.py" line="1007" /> <source><p>The templates file <b>{0}</b> could not be read.</p></source> <translation><p>Die Vorlagendatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> @@ -83135,42 +84491,42 @@ <context> <name>TranslatorEngines</name> <message> - <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="49" /> + <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="51" /> <source>DeepL</source> <translation>DeepL</translation> </message> <message> - <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="50" /> - <source>Google V.1</source> - <translation>Google V.1</translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="51" /> - <source>Google V.2</source> - <translation>Google V.2</translation> - </message> - <message> <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="52" /> - <source>IBM Watson</source> - <translation>IBM Watson</translation> + <source>Google V.1</source> + <translation>Google V.1</translation> </message> <message> <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="53" /> - <source>Microsoft</source> - <translation>Microsoft</translation> + <source>Google V.2</source> + <translation>Google V.2</translation> </message> <message> <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="54" /> - <source>MyMemory</source> - <translation>MyMemory</translation> + <source>IBM Watson</source> + <translation>IBM Watson</translation> </message> <message> <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="55" /> + <source>Microsoft</source> + <translation>Microsoft</translation> + </message> + <message> + <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="56" /> + <source>MyMemory</source> + <translation>MyMemory</translation> + </message> + <message> + <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="57" /> <source>Yandex</source> <translation>Yandex</translation> </message> <message> - <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="58" /> + <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/__init__.py" line="60" /> <source>Unknow translation service name ({0})</source> <translation>Unbekanter Übersetzungsdienst ({0})</translation> </message> @@ -83983,6 +85339,8 @@ <context> <name>UF2FlashDialog</name> <message> + <location filename="../MicroPython/UF2FlashDialog.py" line="1116" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="1124" /> <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> <source>Flash UF2 Device</source> <translation>UF2 Gerät flashen</translation> @@ -84009,8 +85367,8 @@ </message> <message> <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> - <source>'Boot' Path:</source> - <translation>'Boot' Pfad:</translation> + <source>'Boot' Volume:</source> + <translation>'Boot' Verzeichnis:</translation> </message> <message> <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> @@ -84019,6 +85377,11 @@ </message> <message> <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> + <source>Press to check for all known boot volume names.</source> + <translation>Drücken, um alle bekannten Bootverzeichnisnamen zu prüfen.</translation> + </message> + <message> + <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> <source>Flash MicroPython / CircuitPython</source> <translation>MicroPython / CircuitPython flashen</translation> </message> @@ -84028,125 +85391,130 @@ <translation>Aktualisieren</translation> </message> <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="550" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="566" /> <source><h3>CircuitPython Board</h3><p>In order to prepare the board for flashing follow these steps:</p><ol><li>Switch your device to 'bootloader' mode by double-pressing the reset button.</li><li>Wait until the device has entered 'bootloader' mode.</li><li>(If this does not happen, then try shorter or longer pauses between presses.)</li><li>Ensure the boot volume is available (this may require mounting it).</li><li>Select the firmware file to be flashed and click the flash button.</li></ol></source> <translation><h3>CircuitPython Gerät</h3><p>Um das Gerät zum Flashen vorzubereiten, folgen sie den folgenden Schritten:</p><ol><li>Aktiviere den 'Bootloader' Modus durch zweimaliges Drücken des Reset Knopfes.</li><li>Warten sie, bis das Gerät den 'Bootloader' Modus eingenommen hat.</li><li>(Falls dies nicht erfolgt, versuchen sie es mit einer kürzeren oder längeren Pause zwischen den Drücken.)</li><li>Stellen sie sicher, dass der Boot Datenträger verfügbar ist (evtl. ist er zu mounten).</li><li>Wählen sie die zu flashende Firmwaredatei und klicken sie den Flash Knopf.</li></ol></translation> </message> <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="607" /> - <location filename="../MicroPython/UF2FlashDialog.py" line="575" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="623" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="591" /> <source><h3>Pi Pico (RP2040) Board</h3><p>In order to prepare the board for flashing follow these steps:</p><ol><li>Enter 'bootloader' mode (board <b>without</b> RESET button):<ul><li>Plug in your board while holding the BOOTSEL button.</li></ul>Enter 'bootloader' mode (board <b>with</b> RESET button):<ul><li>hold down RESET</li><li>hold down BOOTSEL</li><li>release RESET</li><li>release BOOTSEL</li></ul></li><li>Wait until the device has entered 'bootloader' mode.</li><li>Ensure the boot volume is available (this may require mounting it).</li><li>Select the firmware file to be flashed and click the flash button.</li></ol></source> <translation><h3>Pi Pico (RP2040) Gerät</h3><p>Um das Gerät zum Flashen vorzubereiten, folgen sie den folgenden Schritten:</p><ol><li>'Bootloader' Modus aktivieren (Gerät <b>ohne</b> RESET Knopf):<ul><li>Verbinden sie das Gerät während der BOOTSEL Knopf gedrückt gehalten wird.</li></ul>'Bootloader' Modus aktivieren (Gerät <b>mit</b> RESET Knopf):<ul><li>RESET drücken und halten</li><li>BOOTSEL drücken und halten</li><li>RESET loslassen</li><li>BOOTSEL loslassen</li></ul></li><li>Warten sie, bis das Gerät den 'Bootloader' Modus eingenommen hat.</li><li>Stellen sie sicher, dass der Boot Datenträger verfügbar ist (evtl. ist er zu mounten).</li><li>Wählen sie die zu flashende Firmwaredatei und klicken sie den Flash Knopf.</li></ol></translation> </message> <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="683" /> - <source>'{0}' Board</source> - <translation>'{0}' Board</translation> - </message> - <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="717" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="1125" /> + <source>Select the Boot Volume of the device:</source> + <translation>Wähle das Bootverzeichnis des Gerätes:</translation> + </message> + <message> + <location filename="../MicroPython/UF2FlashDialog.py" line="737" /> <source>MicroPython/CircuitPython Files (*.uf2);;All Files (*)</source> <translation>MicroPython/CircuitPython Dateien (*.uf2);;Alle Dateien (*)</translation> </message> <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="786" /> - <location filename="../MicroPython/UF2FlashDialog.py" line="775" /> - <location filename="../MicroPython/UF2FlashDialog.py" line="766" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="809" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="798" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="789" /> <source>Manual Select</source> <translation>Manuelle Auswahl</translation> </message> <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="885" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="908" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="876" /> <location filename="../MicroPython/UF2FlashDialog.py" line="853" /> - <location filename="../MicroPython/UF2FlashDialog.py" line="830" /> <source>Reset Instructions:</source> <translation>Reset Instruktionen:</translation> </message> <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="832" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="855" /> <source><h4>No known devices detected.</h4><p>Follow the appropriate instructions below to set <b>one</b> board into 'bootloader' mode. Press <b>Refresh</b> when ready.</p></source> <translation><h4>Kein bekanntes Gerät erkannt.</h4><p>Folgen sie den entsprechenden Anweisungen, um <b>ein</b> Gerät in den 'Bootloader' Modus zu versetzen. Drücken sie <b>Aktualisieren</b>, wenn sie bereit sind.</p></translation> </message> <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="856" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="879" /> <source><h4>Flash {0} Firmware</h4><p>Follow the instructions below to set <b>one</b> board into 'bootloader' mode. Press <b>Refresh</b> when ready.</p><hr/>{1}</source> <translation><h4>{0} Firmware flashen</h4><p>Folgen sie den Anweisungen, um <b>ein</b> Gerät in den 'Bootloader' Modus zu versetzen. Drücken sie <b>Aktualisieren</b>, wenn sie bereit sind.</p><hr/>{1}</translation> </message> <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="866" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="889" /> <source><h4>Potentially UF2 capable devices found</h4><p>Found these potentially UF2 capable devices:</p><ul><li>{0}</li></ul><p>Follow the instructions below to set <b>one</b> board into 'bootloader' mode. Press <b>Refresh</b> when ready.</p></source> <translation><h4>Potentiell UF2 fähige Geräte gefunden</h4><p>Es wurde folgende potentiell UF2 fähige Geräte gefunden:</p><ul><li>{0}</li></ul><p>Folgen sie den Anweisungen, um <b>ein</b> Gerät in den 'Bootloader' Modus zu versetzen. Drücken sie <b>Aktualisieren</b>, wenn sie bereit sind.</p></translation> </message> <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="887" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="910" /> <source><h4>No known devices detected.</h4><p>Follow the instructions below to set <b>one</b> board into 'bootloader' mode. Press <b>Refresh</b> when ready.</p></source> <translation><h4>Keine bekannten Geräte erkannt.</h4><p>Folgen sie den Anweisungen, um <b>ein</b> Gerät in den 'Bootloader' Modus zu versetzen. Drücken sie <b>Aktualisieren</b>, wenn sie bereit sind.</p></translation> </message> <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="899" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="922" /> <source>Flash Instructions:</source> <translation>Flash Instruktionen:</translation> </message> <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="901" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="924" /> <source><h4>Flash method 'manual' selected.</h4><p>Follow the instructions below to flash a device by entering the data manually.</p><ol><li>Change the device to 'bootloader' mode.</li><li>Wait until the device has entered 'bootloader' mode.</li><li>Ensure the boot volume is available (this may require mounting it) and select its path.</li><li>Select the firmware file to be flashed and click the flash button.</li></ol></source> <translation><h4>Flash Method 'manuell' ausgewählt.</h4>Folgen sie den Anweisungen, um ein Gerät mit manueller Eingabe der Parameter zu flashen.</p><ol><li>Bringen sie das Gerät in den 'Bootloader' Modus.</li><li>Warten sie, bis das Gerät den 'Bootloader' Modus eingenommen hat.</li><li>Stellen sie sicher, dass der Boot Datenträger verfügbar ist (evtl. ist er zu mounten).</li><li>Wählen sie die zu flashende Firmwaredatei und klicken sie den Flash Knopf.</li></ol></translation> </message> <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="926" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="949" /> <source>Boot Volume not found:</source> <translation>Boot Datenträger nicht gefunden:</translation> </message> <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="928" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="951" /> <source><h4>No Boot Volume detected.</h4><p>Please ensure that the boot volume of the device to be flashed is available. </source> <translation><h4>Es wurde kein Boot Datenträger gefunden.</h4><p>Bitte stellen sie sicher, dass der Boot Datenträger für das zu flashende Gerät verfügbar ist. </translation> </message> <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="934" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="957" /> <source>This volume should be named <b>{0}</b>. Press <b>Refresh</b> when ready.</p></source> <translation>Dieser Datenträger sollte die Bezeichnung <b>{0}</b> haben. Drücken sie <b>Aktualisieren</b>, wenn sie bereit sind.</p></translation> </message> <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="939" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="962" /> <source>This volume should have one of these names.</p><ul><li>{0}</li></ul><p>Press <b>Refresh</b> when ready.</p></source> <translation>Dieser Datenträger sollte eine dieser Bezeichnungen haben.</p><ul><li>{0}</li></ul><p>Drücken sie <b>Aktualisieren</b>, wenn sie bereit sind.</p></translation> </message> <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="946" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="969" /> <source><h4>Reset Instructions</h4><p>Follow the instructions below to set the board into 'bootloader' mode. Press <b>Refresh</b> when ready.</p></source> <translation><h4>Reset Instruktionen</h4><p>Folgen sie den Anweisungen, um das Gerät in den 'Bootloader' Modus zu versetzen. Drücken sie <b>Aktualisieren</b>, wenn sie bereit sind.</p></translation> </message> <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="965" /> - <source>Multiple Boot Volumes found:</source> - <translation>Mehrere Boot Datenträger erkannt:</translation> - </message> - <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="967" /> - <source><h4>Multiple Boot Volumes were found</h4><p>These volume paths were found.</p><ul><li>{0}</li></ul><p>Please ensure that only one device of a type is ready for flashing. Press <b>Refresh</b> when ready.</p></source> - <translation><h4>Mehrere Boot Datenträger wurden erkannt</h4><p>Diese Datenträgerpfade wurden erkannt.</p><ul><li>{0}</li></ul><p>Bitte stellen sie sicher, dass nur ein Gerät zum Flashen bereit ist. Drücken sie <b>Aktualisieren</b>, wenn sie bereit sind.</p></translation> - </message> - <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="986" /> - <source>Flashing Firmware</source> - <translation>Flashe Firmware</translation> - </message> - <message> <location filename="../MicroPython/UF2FlashDialog.py" line="988" /> + <source>Multiple Boot Volumes found:</source> + <translation>Mehrere Boot Datenträger erkannt:</translation> + </message> + <message> + <location filename="../MicroPython/UF2FlashDialog.py" line="990" /> + <source><h4>Multiple Boot Volumes were found</h4><p>These volume paths were found.</p><ul><li>{0}</li></ul><p>Please ensure that only one device of a type is ready for flashing. Press <b>Refresh</b> when ready.</p></source> + <translation><h4>Mehrere Boot Datenträger wurden erkannt</h4><p>Diese Datenträgerpfade wurden erkannt.</p><ul><li>{0}</li></ul><p>Bitte stellen sie sicher, dass nur ein Gerät zum Flashen bereit ist. Drücken sie <b>Aktualisieren</b>, wenn sie bereit sind.</p></translation> + </message> + <message> + <location filename="../MicroPython/UF2FlashDialog.py" line="1009" /> + <source>Flashing Firmware</source> + <translation>Flashe Firmware</translation> + </message> + <message> + <location filename="../MicroPython/UF2FlashDialog.py" line="1011" /> <source><p>Flashing the selected firmware to the device. Please wait until the device resets automatically.</p></source> <translation><p>Flashe die ausgewählte Firmware auf das Gerät. Bitte warten Sie bis sich das Gerät automatisch resettet.</p></translation> </message> <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="995" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="1018" /> <source>Flashing {0}</source> <translation>Flashe {0}</translation> </message> <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="997" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="1020" /> <source><p>Flashing the {0} firmware to the device. Please wait until the device resets automatically.</p></source> <translation><p>Flashe die {0} Firmware auf das Gerät. Bitte warten sie, bis sich das Gerät automatisch resettet.</p></translation> </message> + <message> + <location filename="../MicroPython/UF2FlashDialog.py" line="1117" /> + <source>No UF2 device 'boot' volumes found.</source> + <translation>Keine 'boot' Verzeichnisse für UF2 Gerät gefunden.</translation> + </message> </context> <context> <name>UIPreviewer</name> @@ -85133,2089 +86501,2089 @@ <translation>Starte Debugger...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2191" /> - <location filename="../UI/UserInterface.py" line="1077" /> + <location filename="../UI/UserInterface.py" line="2189" /> + <location filename="../UI/UserInterface.py" line="1075" /> <source>Left Toolbox</source> <translation>Linke Werkzeugbox</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2237" /> - <location filename="../UI/UserInterface.py" line="1087" /> + <location filename="../UI/UserInterface.py" line="2235" /> + <location filename="../UI/UserInterface.py" line="1085" /> <source>Horizontal Toolbox</source> <translation>Horizontale Werkzeugbox</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2214" /> - <location filename="../UI/UserInterface.py" line="1097" /> + <location filename="../UI/UserInterface.py" line="2212" /> + <location filename="../UI/UserInterface.py" line="1095" /> <source>Right Toolbox</source> <translation>Rechte Werkzeugbox</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2033" /> - <location filename="../UI/UserInterface.py" line="1290" /> - <location filename="../UI/UserInterface.py" line="1107" /> + <location filename="../UI/UserInterface.py" line="2031" /> + <location filename="../UI/UserInterface.py" line="1288" /> + <location filename="../UI/UserInterface.py" line="1105" /> <source>Multiproject-Viewer</source> <translation>Mehrfachprojektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2011" /> - <location filename="../UI/UserInterface.py" line="1296" /> - <location filename="../UI/UserInterface.py" line="1113" /> + <location filename="../UI/UserInterface.py" line="2009" /> + <location filename="../UI/UserInterface.py" line="1294" /> + <location filename="../UI/UserInterface.py" line="1111" /> <source>Project-Viewer</source> <translation>Projektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2573" /> - <location filename="../UI/UserInterface.py" line="2572" /> - <location filename="../UI/UserInterface.py" line="1303" /> - <location filename="../UI/UserInterface.py" line="1120" /> + <location filename="../UI/UserInterface.py" line="2571" /> + <location filename="../UI/UserInterface.py" line="2570" /> + <location filename="../UI/UserInterface.py" line="1301" /> + <location filename="../UI/UserInterface.py" line="1118" /> <source>Find/Replace In Files</source> <translation>Suchen/Ersetzen in Dateien</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2596" /> - <location filename="../UI/UserInterface.py" line="2595" /> - <location filename="../UI/UserInterface.py" line="1310" /> - <location filename="../UI/UserInterface.py" line="1127" /> + <location filename="../UI/UserInterface.py" line="2594" /> + <location filename="../UI/UserInterface.py" line="2593" /> + <location filename="../UI/UserInterface.py" line="1308" /> + <location filename="../UI/UserInterface.py" line="1125" /> <source>Find File</source> <translation>Datei suchen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1316" /> - <location filename="../UI/UserInterface.py" line="1133" /> + <location filename="../UI/UserInterface.py" line="1314" /> + <location filename="../UI/UserInterface.py" line="1131" /> <source>VCS Status</source> <translation>VCS-Status</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2166" /> - <location filename="../UI/UserInterface.py" line="1323" /> - <location filename="../UI/UserInterface.py" line="1140" /> + <location filename="../UI/UserInterface.py" line="2164" /> + <location filename="../UI/UserInterface.py" line="1321" /> + <location filename="../UI/UserInterface.py" line="1138" /> <source>Template-Viewer</source> <translation>Vorlagen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2099" /> - <location filename="../UI/UserInterface.py" line="1330" /> - <location filename="../UI/UserInterface.py" line="1147" /> + <location filename="../UI/UserInterface.py" line="2097" /> + <location filename="../UI/UserInterface.py" line="1328" /> + <location filename="../UI/UserInterface.py" line="1145" /> <source>File-Browser</source> <translation>Dateibrowser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1337" /> - <location filename="../UI/UserInterface.py" line="1154" /> + <location filename="../UI/UserInterface.py" line="1335" /> + <location filename="../UI/UserInterface.py" line="1152" /> <source>Symbols</source> <translation>Symbole</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2055" /> - <location filename="../UI/UserInterface.py" line="1359" /> - <location filename="../UI/UserInterface.py" line="1353" /> - <location filename="../UI/UserInterface.py" line="1164" /> + <location filename="../UI/UserInterface.py" line="2053" /> + <location filename="../UI/UserInterface.py" line="1357" /> + <location filename="../UI/UserInterface.py" line="1351" /> + <location filename="../UI/UserInterface.py" line="1162" /> <source>Debug-Viewer</source> <translation>Debuganzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2427" /> - <location filename="../UI/UserInterface.py" line="2426" /> - <location filename="../UI/UserInterface.py" line="1366" /> - <location filename="../UI/UserInterface.py" line="1171" /> + <location filename="../UI/UserInterface.py" line="2425" /> + <location filename="../UI/UserInterface.py" line="2424" /> + <location filename="../UI/UserInterface.py" line="1364" /> + <location filename="../UI/UserInterface.py" line="1169" /> <source>Code Documentation Viewer</source> <translation>Dokumentationsanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2642" /> - <location filename="../UI/UserInterface.py" line="2641" /> - <location filename="../UI/UserInterface.py" line="1373" /> - <location filename="../UI/UserInterface.py" line="1178" /> + <location filename="../UI/UserInterface.py" line="2640" /> + <location filename="../UI/UserInterface.py" line="2639" /> + <location filename="../UI/UserInterface.py" line="1371" /> + <location filename="../UI/UserInterface.py" line="1176" /> <source>Help Viewer</source> <translation>Hilfeanzeiger</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3567" /> - <location filename="../UI/UserInterface.py" line="2522" /> - <location filename="../UI/UserInterface.py" line="2521" /> - <location filename="../UI/UserInterface.py" line="1379" /> - <location filename="../UI/UserInterface.py" line="1184" /> + <location filename="../UI/UserInterface.py" line="3565" /> + <location filename="../UI/UserInterface.py" line="2520" /> + <location filename="../UI/UserInterface.py" line="2519" /> + <location filename="../UI/UserInterface.py" line="1377" /> + <location filename="../UI/UserInterface.py" line="1182" /> <source>Plugin Repository</source> <translation>Plugin-Repository</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2546" /> - <location filename="../UI/UserInterface.py" line="2545" /> - <location filename="../UI/UserInterface.py" line="1385" /> - <location filename="../UI/UserInterface.py" line="1190" /> + <location filename="../UI/UserInterface.py" line="2544" /> + <location filename="../UI/UserInterface.py" line="2543" /> + <location filename="../UI/UserInterface.py" line="1383" /> + <location filename="../UI/UserInterface.py" line="1188" /> <source>Virtual Environments</source> <translation>Virtuelle Umgebungen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2454" /> - <location filename="../UI/UserInterface.py" line="2453" /> - <location filename="../UI/UserInterface.py" line="1390" /> - <location filename="../UI/UserInterface.py" line="1195" /> + <location filename="../UI/UserInterface.py" line="2452" /> + <location filename="../UI/UserInterface.py" line="2451" /> + <location filename="../UI/UserInterface.py" line="1388" /> + <location filename="../UI/UserInterface.py" line="1193" /> <source>PyPI</source> <translation>PyPI</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2476" /> - <location filename="../UI/UserInterface.py" line="2475" /> - <location filename="../UI/UserInterface.py" line="1397" /> - <location filename="../UI/UserInterface.py" line="1200" /> + <location filename="../UI/UserInterface.py" line="2474" /> + <location filename="../UI/UserInterface.py" line="2473" /> + <location filename="../UI/UserInterface.py" line="1395" /> + <location filename="../UI/UserInterface.py" line="1198" /> <source>Conda</source> <translation>Conda</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1404" /> - <location filename="../UI/UserInterface.py" line="1207" /> + <location filename="../UI/UserInterface.py" line="1402" /> + <location filename="../UI/UserInterface.py" line="1205" /> <source>Cooperation</source> <translation>Zusammenarbeit</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2354" /> - <location filename="../UI/UserInterface.py" line="1408" /> - <location filename="../UI/UserInterface.py" line="1212" /> + <location filename="../UI/UserInterface.py" line="2352" /> + <location filename="../UI/UserInterface.py" line="1406" /> + <location filename="../UI/UserInterface.py" line="1210" /> <source>IRC</source> <translation>IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2498" /> - <location filename="../UI/UserInterface.py" line="2497" /> - <location filename="../UI/UserInterface.py" line="1414" /> - <location filename="../UI/UserInterface.py" line="1219" /> + <location filename="../UI/UserInterface.py" line="2496" /> + <location filename="../UI/UserInterface.py" line="2495" /> + <location filename="../UI/UserInterface.py" line="1412" /> + <location filename="../UI/UserInterface.py" line="1217" /> <source>MicroPython</source> <translation>MicroPython</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2077" /> - <location filename="../UI/UserInterface.py" line="1422" /> - <location filename="../UI/UserInterface.py" line="1227" /> + <location filename="../UI/UserInterface.py" line="2075" /> + <location filename="../UI/UserInterface.py" line="1420" /> + <location filename="../UI/UserInterface.py" line="1225" /> <source>Shell</source> <translation>Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2143" /> - <location filename="../UI/UserInterface.py" line="1428" /> - <location filename="../UI/UserInterface.py" line="1231" /> + <location filename="../UI/UserInterface.py" line="2141" /> + <location filename="../UI/UserInterface.py" line="1426" /> + <location filename="../UI/UserInterface.py" line="1229" /> <source>Task-Viewer</source> <translation>Aufgabenanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2121" /> - <location filename="../UI/UserInterface.py" line="1434" /> - <location filename="../UI/UserInterface.py" line="1235" /> + <location filename="../UI/UserInterface.py" line="2119" /> + <location filename="../UI/UserInterface.py" line="1432" /> + <location filename="../UI/UserInterface.py" line="1233" /> <source>Log-Viewer</source> <translation>Ausgabefenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1441" /> - <location filename="../UI/UserInterface.py" line="1242" /> + <location filename="../UI/UserInterface.py" line="1439" /> + <location filename="../UI/UserInterface.py" line="1240" /> <source>Numbers</source> <translation>Zahlen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1829" /> + <location filename="../UI/UserInterface.py" line="1827" /> <source>{0} - Passive Mode</source> <translation>{0} – Passiver Modus</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1836" /> - <location filename="../UI/UserInterface.py" line="1832" /> + <location filename="../UI/UserInterface.py" line="1834" /> + <location filename="../UI/UserInterface.py" line="1830" /> <source>{0} - {1} - Passive Mode</source> <translation>{0} – {1} – Passiver Modus</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1840" /> + <location filename="../UI/UserInterface.py" line="1838" /> <source>{0} - {1} - {2} - Passive Mode</source> <translation>{0} . {1} – {2} – Passiver Modus</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1862" /> + <source>Quit</source> + <translation>Beenden</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1864" /> - <source>Quit</source> - <translation>Beenden</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1866" /> <source>&Quit</source> <translation>B&eenden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1867" /> + <location filename="../UI/UserInterface.py" line="1865" /> <source>Ctrl+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Q</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1870" /> + <source>Quit the IDE</source> + <translation>Beenden der Entwicklungsumgebung</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1872" /> - <source>Quit the IDE</source> - <translation>Beenden der Entwicklungsumgebung</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1874" /> <source><b>Quit the IDE</b><p>This quits the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Die Entwicklungsumgebung beenden</b><p>Dies beendet die Entwicklungsumgebung. Ungesicherte Änderungen können zuvor gesichert werden. Ein Python-Programm, das gerade debuggt wird, wird beendet und sämtliche Einstellungen werden gespeichert.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1888" /> <location filename="../UI/UserInterface.py" line="1886" /> + <location filename="../UI/UserInterface.py" line="1884" /> <source>Restart</source> <translation>Neu starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1889" /> + <location filename="../UI/UserInterface.py" line="1887" /> <source>Ctrl+Shift+Q</source> <comment>File|Quit</comment> <translation>Ctrl+Shift+Q</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1894" /> + <location filename="../UI/UserInterface.py" line="1892" /> <source>Restart the IDE</source> <translation>Neustart der Entwicklungsumgebung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1896" /> + <location filename="../UI/UserInterface.py" line="1894" /> <source><b>Restart the IDE</b><p>This restarts the IDE. Any unsaved changes may be saved first. Any Python program being debugged will be stopped and the preferences will be written to disc.</p></source> <translation><b>Neustart der Entwicklungsumgebung</b><p>Dies startet die Entwicklungsumgebung neu. Ungesicherte Änderungen können zuvor gesichert werden. Ein Python-Programm, das gerade debuggt wird, wird beendet und sämtliche Einstellungen werden gespeichert.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1912" /> + <location filename="../UI/UserInterface.py" line="1905" /> + <source>Save session</source> + <translation>Sitzung speichern</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="1906" /> + <source>Save session...</source> + <translation>Sitzung speichern...</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1914" /> - <location filename="../UI/UserInterface.py" line="1907" /> - <source>Save session</source> - <translation>Sitzung speichern</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1908" /> - <source>Save session...</source> - <translation>Sitzung speichern...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1916" /> <source><b>Save session...</b><p>This saves the current session to disk. A dialog is opened to select the file name.</p></source> <translation><b>Sitzung speichern...</b><p>Dies speichert die aktuelle Sitzung in eine Datei. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7684" /> - <location filename="../UI/UserInterface.py" line="1933" /> - <location filename="../UI/UserInterface.py" line="1926" /> + <location filename="../UI/UserInterface.py" line="7681" /> + <location filename="../UI/UserInterface.py" line="1931" /> + <location filename="../UI/UserInterface.py" line="1924" /> <source>Load session</source> <translation>Sitzung laden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1927" /> + <location filename="../UI/UserInterface.py" line="1925" /> <source>Load session...</source> <translation>Sitzung laden...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1935" /> + <location filename="../UI/UserInterface.py" line="1933" /> <source><b>Load session...</b><p>This loads a session saved to disk previously. A dialog is opened to select the file name.</p></source> <translation><b>Sitzung laden...</b><p>Dies lädt eine zuvor gesicherte Sitzung. Es wird ein Dialog zur Eingabe des Dateinamens geöffnet.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1943" /> + <source>New Window</source> + <translation>Neues Fenster</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1945" /> - <source>New Window</source> - <translation>Neues Fenster</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1947" /> <source>New &Window</source> <translation>Neues &Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1948" /> + <location filename="../UI/UserInterface.py" line="1946" /> <source>Ctrl+Shift+N</source> <comment>File|New Window</comment> <translation>Ctrl+Shift+N</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1951" /> + <source>Open a new eric instance</source> + <translation>Öffnet eine neue eric Instanz</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1953" /> - <source>Open a new eric instance</source> - <translation>Öffnet eine neue eric Instanz</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1955" /> <source><b>New Window</b><p>This opens a new instance of the eric IDE.</p></source> <translation><b>Neues Fenster</b><p>Dies öffnet eine neue Instanz der eric IDE.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1969" /> <location filename="../UI/UserInterface.py" line="1967" /> + <location filename="../UI/UserInterface.py" line="1965" /> <source>Edit Profile</source> <translation>Editieren-Profil</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1974" /> + <source>Activate the edit view profile</source> + <translation>Aktiviert das Editieren-Ansichtsprofil</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1976" /> - <source>Activate the edit view profile</source> - <translation>Aktiviert das Editieren-Ansichtsprofil</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="1978" /> <source><b>Edit Profile</b><p>Activate the "Edit View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Editieren-Profil</b><p>Aktiviert das „Editieren-Ansichtsprofil“. Fenster, die in diesem Profil angezeigt werden sollen, können im „Ansichtenprofile konfigurieren“-Dialog ausgewählt werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="1991" /> <location filename="../UI/UserInterface.py" line="1989" /> + <location filename="../UI/UserInterface.py" line="1987" /> <source>Debug Profile</source> <translation>Debuggen-Profil</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="1996" /> + <source>Activate the debug view profile</source> + <translation>Aktiviert das Debuggen-Ansichtsprofil</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="1998" /> - <source>Activate the debug view profile</source> - <translation>Aktiviert das Debuggen-Ansichtsprofil</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2000" /> <source><b>Debug Profile</b><p>Activate the "Debug View Profile". Windows being shown, if this profile is active, may be configured with the "View Profile Configuration" dialog.</p></source> <translation><b>Debuggen-Profil</b><p>Aktiviert das „Debuggen Ansichtsprofil“. Fenster, die in diesem Profil angezeigt werden sollen, können im „Ansichtenprofile konfigurieren“-Dialog ausgewählt werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2012" /> + <location filename="../UI/UserInterface.py" line="2010" /> <source>&Project-Viewer</source> <translation>&Projektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2013" /> + <location filename="../UI/UserInterface.py" line="2011" /> <source>Alt+Shift+P</source> <translation>Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2019" /> + <location filename="../UI/UserInterface.py" line="2017" /> <source>Switch the input focus to the Project-Viewer window.</source> <translation>Schalte den Eingabefokus auf das Projektanzeigerfenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2022" /> + <location filename="../UI/UserInterface.py" line="2020" /> <source><b>Activate Project-Viewer</b><p>This switches the input focus to the Project-Viewer window.</p></source> <translation><b>Projektanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Projektanzeigerfenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2034" /> + <location filename="../UI/UserInterface.py" line="2032" /> <source>&Multiproject-Viewer</source> <translation>&Mehrfachprojektanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2035" /> + <location filename="../UI/UserInterface.py" line="2033" /> <source>Alt+Shift+M</source> <translation>Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2041" /> + <location filename="../UI/UserInterface.py" line="2039" /> <source>Switch the input focus to the Multiproject-Viewer window.</source> <translation>Schalte den Eingabefokus auf das Mehrfachprojektanzeigerfenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2044" /> + <location filename="../UI/UserInterface.py" line="2042" /> <source><b>Activate Multiproject-Viewer</b><p>This switches the input focus to the Multiproject-Viewer window.</p></source> <translation><b>Mehrfachprojektanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Mehrfachprojektanzeigerfenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2056" /> + <location filename="../UI/UserInterface.py" line="2054" /> <source>&Debug-Viewer</source> <translation>&Debuganzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2057" /> + <location filename="../UI/UserInterface.py" line="2055" /> <source>Alt+Shift+D</source> <translation>Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2063" /> + <location filename="../UI/UserInterface.py" line="2061" /> <source>Switch the input focus to the Debug-Viewer window.</source> <translation>Schalte den Eingabefokus auf das Debuganzeigefenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2066" /> + <location filename="../UI/UserInterface.py" line="2064" /> <source><b>Activate Debug-Viewer</b><p>This switches the input focus to the Debug-Viewer window.</p></source> <translation><b>Debuganzeige aktivieren</b><p>Dies schaltet den Eingabefokus auf das Debuganzeigefenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2078" /> + <location filename="../UI/UserInterface.py" line="2076" /> <source>&Shell</source> <translation>&Shell</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2079" /> + <location filename="../UI/UserInterface.py" line="2077" /> <source>Alt+Shift+S</source> <translation>Alt+Shift+S</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2085" /> + <location filename="../UI/UserInterface.py" line="2083" /> <source>Switch the input focus to the Shell window.</source> <translation>Schalte den Eingabefokus auf das Shell-Fenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2088" /> + <location filename="../UI/UserInterface.py" line="2086" /> <source><b>Activate Shell</b><p>This switches the input focus to the Shell window.</p></source> <translation><b>Shell aktivieren</b><p>Dies schaltet den Eingabefokus auf das Shell-Fenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2100" /> + <location filename="../UI/UserInterface.py" line="2098" /> <source>&File-Browser</source> <translation>Datei&browser</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2101" /> + <location filename="../UI/UserInterface.py" line="2099" /> <source>Alt+Shift+F</source> <translation>Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2107" /> + <location filename="../UI/UserInterface.py" line="2105" /> <source>Switch the input focus to the File-Browser window.</source> <translation>Schalte den Eingabefokus auf das Dateibrowserfenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2110" /> + <location filename="../UI/UserInterface.py" line="2108" /> <source><b>Activate File-Browser</b><p>This switches the input focus to the File-Browser window.</p></source> <translation><b>Dateibrowser aktivieren</b><p>Dies schaltet den Eingabefokus auf das Dateibrowserfenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2122" /> + <location filename="../UI/UserInterface.py" line="2120" /> <source>Lo&g-Viewer</source> <translation>&Ausgabefenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2123" /> + <location filename="../UI/UserInterface.py" line="2121" /> <source>Alt+Shift+G</source> <translation>Alt+Shift+G</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2129" /> + <location filename="../UI/UserInterface.py" line="2127" /> <source>Switch the input focus to the Log-Viewer window.</source> <translation>Schalte den Eingabefokus auf das Ausgabefenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2132" /> + <location filename="../UI/UserInterface.py" line="2130" /> <source><b>Activate Log-Viewer</b><p>This switches the input focus to the Log-Viewer window.</p></source> <translation><b>Ausgabefenster aktivieren</b><p>Dies schaltet den Eingabefokus auf das Ausgabefenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2144" /> + <location filename="../UI/UserInterface.py" line="2142" /> <source>&Task-Viewer</source> <translation>&Aufgabenanzeige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2145" /> + <location filename="../UI/UserInterface.py" line="2143" /> <source>Alt+Shift+T</source> <translation>Alt+Shift+T</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2151" /> + <location filename="../UI/UserInterface.py" line="2149" /> <source>Switch the input focus to the Task-Viewer window.</source> <translation>Schalte den Eingabefokus auf das Aufgabenanzeigefenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2154" /> + <location filename="../UI/UserInterface.py" line="2152" /> <source><b>Activate Task-Viewer</b><p>This switches the input focus to the Task-Viewer window.</p></source> <translation><b>Aufgabenanzeige aktivieren</b><p>Dies schaltet den Eingabefokus auf das Aufgabenanzeigefenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2167" /> + <location filename="../UI/UserInterface.py" line="2165" /> <source>Templ&ate-Viewer</source> <translation>&Vorlagen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2168" /> + <location filename="../UI/UserInterface.py" line="2166" /> <source>Alt+Shift+A</source> <translation>Alt+Shift+A</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2174" /> + <location filename="../UI/UserInterface.py" line="2172" /> <source>Switch the input focus to the Template-Viewer window.</source> <translation>Schalte den Eingabefokus auf das Vorlagenfenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2177" /> + <location filename="../UI/UserInterface.py" line="2175" /> <source><b>Activate Template-Viewer</b><p>This switches the input focus to the Template-Viewer window.</p></source> <translation><b>Vorlagen aktivieren</b><p>Dies schaltet den Eingabefokus auf das Vorlagenfenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2192" /> + <location filename="../UI/UserInterface.py" line="2190" /> <source>&Left Toolbox</source> <translation>&Linke Werkzeugbox</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2197" /> + <source>Toggle the Left Toolbox window</source> + <translation>Schalte das Fenster der linken Werkzeugbox um</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2199" /> - <source>Toggle the Left Toolbox window</source> - <translation>Schalte das Fenster der linken Werkzeugbox um</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2201" /> <source><b>Toggle the Left Toolbox window</b><p>If the Left Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Schalte das Fenster der linken Werkzeugbox um</b><p>Falls das Fenster der linken Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2215" /> + <location filename="../UI/UserInterface.py" line="2213" /> <source>&Right Toolbox</source> <translation>&Rechte Werkzeugbox</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2220" /> + <source>Toggle the Right Toolbox window</source> + <translation>Schalte das Fenster der rechten Werkzeugbox um</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2222" /> - <source>Toggle the Right Toolbox window</source> - <translation>Schalte das Fenster der rechten Werkzeugbox um</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2224" /> <source><b>Toggle the Right Toolbox window</b><p>If the Right Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Schalte das Fenster der rechten Werkzeugbox um</b><p>Falls das Fenster der rechten Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2238" /> + <location filename="../UI/UserInterface.py" line="2236" /> <source>&Horizontal Toolbox</source> <translation>&Horizontale Werkzeugbox</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2243" /> + <source>Toggle the Horizontal Toolbox window</source> + <translation>Schalte das Fenster der Horizontalen Werkzeugbox um</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2245" /> - <source>Toggle the Horizontal Toolbox window</source> - <translation>Schalte das Fenster der Horizontalen Werkzeugbox um</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2247" /> <source><b>Toggle the Horizontal Toolbox window</b><p>If the Horizontal Toolbox window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Schalte das Fenster der Horizontalen Werkzeugbox um</b><p>Falls das Fenster der Horizontalen Werkzeugbox nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2260" /> + <location filename="../UI/UserInterface.py" line="2258" /> <source>Left Sidebar</source> <translation>Linke Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2261" /> + <location filename="../UI/UserInterface.py" line="2259" /> <source>&Left Sidebar</source> <translation>&Linke Seitenleiste</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2266" /> + <source>Toggle the left sidebar window</source> + <translation>Schalte das Fenster der linken Seitenleiste um</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2268" /> - <source>Toggle the left sidebar window</source> - <translation>Schalte das Fenster der linken Seitenleiste um</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2270" /> <source><b>Toggle the left sidebar window</b><p>If the left sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Schalte das Fenster der linken Seitenleiste um</b><p>Falls das Fenster der linken Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2283" /> + <location filename="../UI/UserInterface.py" line="2281" /> <source>Right Sidebar</source> <translation>Rechte Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2284" /> + <location filename="../UI/UserInterface.py" line="2282" /> <source>&Right Sidebar</source> <translation>&Rechte Seitenleiste</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2289" /> + <source>Toggle the right sidebar window</source> + <translation>Schalte das Fenster der rechten Seitenleiste um</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2291" /> - <source>Toggle the right sidebar window</source> - <translation>Schalte das Fenster der rechten Seitenleiste um</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2293" /> <source><b>Toggle the right sidebar window</b><p>If the right sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Schalte das Fenster der rechten Seitenleiste um</b><p>Falls das Fenster der rechten Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2306" /> + <location filename="../UI/UserInterface.py" line="2304" /> <source>Bottom Sidebar</source> <translation>Untere Seitenleiste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2307" /> + <location filename="../UI/UserInterface.py" line="2305" /> <source>&Bottom Sidebar</source> <translation>&Untere Seitenleiste</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2312" /> + <source>Toggle the bottom sidebar window</source> + <translation>Schalte das Fenster der unteren Seitenleiste um</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2314" /> - <source>Toggle the bottom sidebar window</source> - <translation>Schalte das Fenster der unteren Seitenleiste um</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2316" /> <source><b>Toggle the bottom sidebar window</b><p>If the bottom sidebar window is hidden then display it. If it is displayed then close it.</p></source> <translation><b>Schalte das Fenster der unteren Seitenleiste um</b><p>Falls das Fenster der unteren Seitenleiste nicht sichtbar ist, wird es dargestellt. Ist es sichtbar, so wird es versteckt.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2327" /> + <source>Cooperation-Viewer</source> + <translation>Zusammenarbeit</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2328" /> + <source>Co&operation-Viewer</source> + <translation>&Zusammenarbeit</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2329" /> - <source>Cooperation-Viewer</source> - <translation>Zusammenarbeit</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2330" /> - <source>Co&operation-Viewer</source> - <translation>&Zusammenarbeit</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2331" /> <source>Alt+Shift+O</source> <translation>Alt+Shift+O</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2337" /> + <location filename="../UI/UserInterface.py" line="2335" /> <source>Switch the input focus to the Cooperation-Viewer window.</source> <translation>Schalte den Eingabefokus auf das Fenster zur Zusammenarbeit um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2340" /> + <location filename="../UI/UserInterface.py" line="2338" /> <source><b>Activate Cooperation-Viewer</b><p>This switches the input focus to the Cooperation-Viewer window.</p></source> <translation><b>Zusammenarbeitsfenster aktivieren</b><p>Dies schaltet den Eingabefokus auf das Fenster zur Zusammenarbeit um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2355" /> + <location filename="../UI/UserInterface.py" line="2353" /> <source>&IRC</source> <translation>&IRC</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2356" /> + <location filename="../UI/UserInterface.py" line="2354" /> <source>Ctrl+Alt+Shift+I</source> <translation>Ctrl+Alt+Shift+I</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2362" /> + <location filename="../UI/UserInterface.py" line="2360" /> <source>Switch the input focus to the IRC window.</source> <translation>Schalte den Eingabefokus auf das IRC-Fenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2365" /> + <location filename="../UI/UserInterface.py" line="2363" /> <source><b>Activate IRC</b><p>This switches the input focus to the IRC window.</p></source> <translation><b>IRC aktivieren</b><p>Dies schaltet den Eingabefokus auf das IRC-Fenster um.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2374" /> + <source>Symbols-Viewer</source> + <translation>Symbolanzeiger</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2375" /> + <source>S&ymbols-Viewer</source> + <translation>S&ymbolanzeiger</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2376" /> - <source>Symbols-Viewer</source> - <translation>Symbolanzeiger</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2377" /> - <source>S&ymbols-Viewer</source> - <translation>S&ymbolanzeiger</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2378" /> <source>Alt+Shift+Y</source> <translation>Alt+Shift+Y</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2384" /> + <location filename="../UI/UserInterface.py" line="2382" /> <source>Switch the input focus to the Symbols-Viewer window.</source> <translation>Schalte den Eingabefokus auf das Symbolanzeigerfenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2387" /> + <location filename="../UI/UserInterface.py" line="2385" /> <source><b>Activate Symbols-Viewer</b><p>This switches the input focus to the Symbols-Viewer window.</p></source> <translation><b>Symbolanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Symbolanzeigerfenster um.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2399" /> + <source>Numbers-Viewer</source> + <translation>Zahlenanzeiger</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2400" /> + <source>Num&bers-Viewer</source> + <translation>Za&hlenanzeiger</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2401" /> - <source>Numbers-Viewer</source> - <translation>Zahlenanzeiger</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2402" /> - <source>Num&bers-Viewer</source> - <translation>Za&hlenanzeiger</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2403" /> <source>Alt+Shift+B</source> <translation>Alt+Shift+B</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2409" /> + <location filename="../UI/UserInterface.py" line="2407" /> <source>Switch the input focus to the Numbers-Viewer window.</source> <translation>Schalte den Eingabefokus auf das Zahlenanzeigerfenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2412" /> + <location filename="../UI/UserInterface.py" line="2410" /> <source><b>Activate Numbers-Viewer</b><p>This switches the input focus to the Numbers-Viewer window.</p></source> <translation><b>Zahlenanzeiger aktivieren</b><p>Dies schaltet den Eingabefokus auf das Zahlenanzeigerfenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2428" /> + <location filename="../UI/UserInterface.py" line="2426" /> <source>Ctrl+Alt+Shift+D</source> <translation>Ctrl+Alt+Shift+D</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2434" /> + <location filename="../UI/UserInterface.py" line="2432" /> <source>Switch the input focus to the Code Documentation Viewer window.</source> <translation>Schalte den Eingabefokus auf die Codedokumentationsanzeige um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2439" /> + <location filename="../UI/UserInterface.py" line="2437" /> <source><b>Code Documentation Viewer</b><p>This switches the input focus to the Code Documentation Viewer window.</p></source> <translation><b>Codedokumentationsanzeige</b><p>Dies schaltet den Eingabefokus auf die Codedokumentationsanzeige um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2455" /> + <location filename="../UI/UserInterface.py" line="2453" /> <source>Ctrl+Alt+Shift+P</source> <translation>Ctrl+Alt+Shift+P</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2461" /> + <location filename="../UI/UserInterface.py" line="2459" /> <source>Switch the input focus to the PyPI window.</source> <translation>Schalte den Eingabefokus auf das PyPI-Fenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2464" /> + <location filename="../UI/UserInterface.py" line="2462" /> <source><b>PyPI</b><p>This switches the input focus to the PyPI window.</p></source> <translation><b>PyPI</b><p>Dies schaltet den Eingabefokus auf das PyPI-Fenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2477" /> + <location filename="../UI/UserInterface.py" line="2475" /> <source>Ctrl+Alt+Shift+C</source> <translation>Ctrl+Alt+Shift+C</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2483" /> + <location filename="../UI/UserInterface.py" line="2481" /> <source>Switch the input focus to the Conda window.</source> <translation>Schalte den Eingabefokus auf das Conda-Fenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2486" /> + <location filename="../UI/UserInterface.py" line="2484" /> <source><b>Conda</b><p>This switches the input focus to the Conda window.</p></source> <translation><b>Conda</b><p>Dies schaltet den Eingabefokus auf das Conda-Fenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2499" /> + <location filename="../UI/UserInterface.py" line="2497" /> <source>Ctrl+Alt+Shift+M</source> <translation>Ctrl+Alt+Shift+M</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2505" /> + <location filename="../UI/UserInterface.py" line="2503" /> <source>Switch the input focus to the MicroPython window.</source> <translation>Schalte den Eingabefokus auf das MicroPython-Fenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2508" /> + <location filename="../UI/UserInterface.py" line="2506" /> <source><b>MicroPython</b><p>This switches the input focus to the MicroPython window.</p></source> <translation><b>MicroPython</b><p>Dies schaltet den Eingabefokus auf das MicroPython-Fenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2523" /> + <location filename="../UI/UserInterface.py" line="2521" /> <source>Ctrl+Alt+Shift+R</source> <translation>Ctrl+Alt+Shift+R</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2529" /> + <location filename="../UI/UserInterface.py" line="2527" /> <source>Switch the input focus to the Plugin Repository window.</source> <translation>Schalte den Eingabefokus auf das Plugin Repository Fenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2532" /> + <location filename="../UI/UserInterface.py" line="2530" /> <source><b>Plugin Repository</b><p>This switches the input focus to the Plugin Repository window.</p></source> <translation><b>Plugin-Repository</b><p>Dies schaltet den Eingabefokus auf das Plugin Repository Fenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2547" /> + <location filename="../UI/UserInterface.py" line="2545" /> <source>Ctrl+Alt+V</source> <translation>Ctrl+Alt+V</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2553" /> + <location filename="../UI/UserInterface.py" line="2551" /> <source>Switch the input focus to the Virtual Environments Manager window.</source> <translation>Schalte den Eingabefokus auf den Manager für Virtuelle Umgebungen um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2558" /> + <location filename="../UI/UserInterface.py" line="2556" /> <source><b>Virtual Environments</b><p>This switches the input focus to the Virtual Environments Manager window.</p></source> <translation><b>Virtuelle Umgebungen</b><p>Dies schaltet den Eingabefokus auf den Manager für Virtuelle Umgebungen um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2574" /> + <location filename="../UI/UserInterface.py" line="2572" /> <source>Ctrl+Alt+Shift+F</source> <translation>Ctrl+Alt+Shift+F</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2580" /> + <location filename="../UI/UserInterface.py" line="2578" /> <source>Switch the input focus to the Find/Replace In Files window.</source> <translation>Schalte den Eingabefokus auf das 'Suchen/Ersetzen in Dateien' Fenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2583" /> + <location filename="../UI/UserInterface.py" line="2581" /> <source><b>Find/Replace In Files</b><p>This switches the input focus to the Find/Replace In Files window.</p></source> <translation><b>Suchen/Ersetzen in Dateien<b><p>Dies schalte den Eingabefokus auf das 'Suchen/Ersetzen in Dateien' Fenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2597" /> + <location filename="../UI/UserInterface.py" line="2595" /> <source>Ctrl+Alt+Shift+L</source> <translation>Ctrl+Alt+Shift+L</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2603" /> + <location filename="../UI/UserInterface.py" line="2601" /> <source>Switch the input focus to the Find File window.</source> <translation>Schalte den Eingabefokus auf das 'Datei Suchen' Fenster um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2606" /> + <location filename="../UI/UserInterface.py" line="2604" /> <source><b>Find File</b><p>This switches the input focus to the Find File window.</p></source> <translation><b>Datei Suchen</b><p>Dies schaltet den Eingabefokus auf das 'Datei Suchen' Fenster um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2620" /> - <location filename="../UI/UserInterface.py" line="2619" /> + <location filename="../UI/UserInterface.py" line="2618" /> + <location filename="../UI/UserInterface.py" line="2617" /> <source>VCS Status List</source> <translation>VCS Statusliste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2621" /> + <location filename="../UI/UserInterface.py" line="2619" /> <source>Alt+Shift+V</source> <translation>Alt+Shift+V</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2627" /> + <location filename="../UI/UserInterface.py" line="2625" /> <source>Switch the input focus to the VCS Status List window.</source> <translation>Schalte den Eingabefokus auf die VCS Statusliste um.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2630" /> + <location filename="../UI/UserInterface.py" line="2628" /> <source><b>VCS Status List</b><p>This switches the input focus to the VCS Status List window.</p></source> <translation><b>VCS Statusliste</b><p>Dies schaltet den Eingabefokus auf die VCS Statusliste um.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2643" /> + <location filename="../UI/UserInterface.py" line="2641" /> <source>Alt+Shift+H</source> <translation>Alt+Shift+H</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2649" /> + <location filename="../UI/UserInterface.py" line="2647" /> <source>Switch the input focus to the embedded Help Viewer window.</source> <translation>Schalte den Eingabefokus auf die integrierte Hilfeanzeige.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2652" /> + <location filename="../UI/UserInterface.py" line="2650" /> <source><b>Help Viewer</b><p>This switches the input focus to the embedded Help Viewer window. It will show HTML help files and help from Qt help collections.</p><p>If called with a word selected, this word is searched in the Qt help collection.</p></source> <translation><b>Hilfeanzeiger</b><p>Dies schaltet den Eingabefokus auf die integrierte Hilfeanzeige. Sie zeigt HTML Hilfedateien und Hilfedateien von Qt-Hilfesammlungen an.</p><p>Falls sie mit einem selektierten Wort aufgerufen wird, so wird diese Wort in der Qt-Hilfesammlung gesucht.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2663" /> + <source>What's This?</source> + <translation>Was ist das?</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2665" /> - <source>What's This?</source> - <translation>Was ist das?</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2667" /> <source>&What's This?</source> <translation>&Was ist das?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2668" /> + <location filename="../UI/UserInterface.py" line="2666" /> <source>Shift+F1</source> <translation>Shift+F1</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2671" /> + <source>Context sensitive help</source> + <translation>Kontextsensitive Hilfe</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2673" /> - <source>Context sensitive help</source> - <translation>Kontextsensitive Hilfe</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2675" /> <source><b>Display context sensitive help</b><p>In What's This? mode, the mouse cursor shows an arrow with a question mark, and you can click on the interface elements to get a short description of what they do and how to use them. In dialogs, this feature can be accessed using the context help button in the titlebar.</p></source> <translation><b>Zeige kontextsensitive Hilfe an<b></p>Im „Was ist das?“-Modus (der Mauszeiger stellt einen Pfeil mit Fragezeichen dar) wird auf einen Mausklick eine kurze Hilfebeschreibung zu dem ausgewählten MMI-Element angezeigt. In Dialogen kann diese Funktionalität durch den entsprechenden Knopf im Fensterkopf erreicht werden.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2686" /> + <source>Helpviewer</source> + <translation>Hilfe</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2688" /> - <source>Helpviewer</source> - <translation>Hilfe</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2690" /> <source>&Helpviewer...</source> <translation>&Hilfe...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2691" /> + <location filename="../UI/UserInterface.py" line="2689" /> <source>F1</source> <translation>F1</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2694" /> + <source>Open the helpviewer window</source> + <translation>Öffnet das Hilfe-Fenster</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2696" /> - <source>Open the helpviewer window</source> - <translation>Öffnet das Hilfe-Fenster</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2698" /> <source><b>Helpviewer</b><p>Display the eric web browser. This window will show HTML help files and help from Qt help collections. It has the capability to navigate to links, set bookmarks, print the displayed help and some more features. You may use it to browse the internet as well</p><p>If called with a word selected, this word is searched in the Qt help collection.</p></source> <translation><b>Hilfe-Fenster</b><p>Zeige den eric Web Browser an. Dieses Fenster zeigt Hilfedateien im HTML-Format und Qt-Hilfesammlungen an. In ihm kann über Hyperlinks navigiert, Lesezeichen gesetzt und neben anderen Funktionen die dargestellte Seite ausgedruckt werden. Er kann auch zum Surfen im Internet benutzt werden.</p><p>Wenn es mit einem selektierten Wort aufgerufen wird, so wird dieses Wort in der Qt-Hilfesammlung gesucht.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2718" /> + <location filename="../UI/UserInterface.py" line="2716" /> <source>Show Versions</source> <translation>Zeige Versionen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2719" /> + <location filename="../UI/UserInterface.py" line="2717" /> <source>Show &Versions</source> <translation>Zeige &Versionen</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2723" /> + <source>Display version information</source> + <translation>Zeigt Versionsinformationen</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2725" /> - <source>Display version information</source> - <translation>Zeigt Versionsinformationen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2727" /> <source><b>Show Versions</b><p>Display version information.</p></source> <translation><b>Zeige Versionen</b><p>Zeigt Versionsinformationen an.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2738" /> + <location filename="../UI/UserInterface.py" line="2731" /> + <source>Show Error Log</source> + <translation>Zeige Fehlerbericht</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="2732" /> + <source>Show Error &Log...</source> + <translation>Zeige Fehler&bericht...</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2740" /> - <location filename="../UI/UserInterface.py" line="2733" /> - <source>Show Error Log</source> - <translation>Zeige Fehlerbericht</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2734" /> - <source>Show Error &Log...</source> - <translation>Zeige Fehler&bericht...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2742" /> <source><b>Show Error Log...</b><p>Opens a dialog showing the most recent error log.</p></source> <translation><b>Zeige Fehlerbericht...</b><p>Dies öffnet einen Dialog zur Anzeige des aktuellsten Fehlerberichtes.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2751" /> + <location filename="../UI/UserInterface.py" line="2749" /> <source>Show Install Info</source> <translation>Installationsinformation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2752" /> + <location filename="../UI/UserInterface.py" line="2750" /> <source>Show Install &Info...</source> <translation>&Installationsinformation...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2756" /> + <source>Show Installation Information</source> + <translation>Installationsinformation</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2758" /> - <source>Show Installation Information</source> - <translation>Installationsinformation</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2760" /> <source><b>Show Install Info...</b><p>Opens a dialog showing some information about the installation process.</p></source> <translation><b>Installationsinformation</b><p>Öffnet einen Dialog zur Anzeige von Informationen über den Installationsprozess.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4645" /> - <location filename="../UI/UserInterface.py" line="2770" /> + <location filename="../UI/UserInterface.py" line="4643" /> + <location filename="../UI/UserInterface.py" line="2768" /> <source>Report Bug</source> <translation>Fehler berichten</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2768" /> + <source>Report &Bug...</source> + <translation>&Fehler berichten...</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2770" /> - <source>Report &Bug...</source> - <translation>&Fehler berichten...</translation> + <source>Report a bug</source> + <translation>Einen Fehler berichten</translation> </message> <message> <location filename="../UI/UserInterface.py" line="2772" /> - <source>Report a bug</source> - <translation>Einen Fehler berichten</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2774" /> <source><b>Report Bug...</b><p>Opens a dialog to report a bug.</p></source> <translation><b>Fehler berichten...</b><p>Öffnet einen Dialog zum Senden eines Fehlerberichtes.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2780" /> + <location filename="../UI/UserInterface.py" line="2778" /> <source>Request Feature</source> <translation>Neue Funktion anfragen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2781" /> + <location filename="../UI/UserInterface.py" line="2779" /> <source>Request &Feature...</source> <translation>Neue &Funktion anfragen...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2785" /> + <source>Send a feature request</source> + <translation>Sende eine Anfrage für eine neue Funktion</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2787" /> - <source>Send a feature request</source> - <translation>Sende eine Anfrage für eine neue Funktion</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2789" /> <source><b>Request Feature...</b><p>Opens a dialog to send a feature request.</p></source> <translation><b>Neue Funktion anfragen...</b><p>Öffnet einen Dialog, um eine Anfrage für eine neue Funktion zu senden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4109" /> - <location filename="../UI/UserInterface.py" line="2800" /> + <location filename="../UI/UserInterface.py" line="4107" /> + <location filename="../UI/UserInterface.py" line="2798" /> <source>Testing</source> <translation>Modultest</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2802" /> + <location filename="../UI/UserInterface.py" line="2800" /> <source>&Testing...</source> <translation>Modul&test...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2806" /> + <source>Start the testing dialog</source> + <translation>Starte den Modultest Dialog</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2808" /> - <source>Start the testing dialog</source> - <translation>Starte den Modultest Dialog</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2810" /> <source><b>Testing</b><p>Perform test runs. The dialog gives the ability to select and run a test suite or auto discover them.</p></source> <translation><b>Modultests</b><p>Führe Modultests durch. Der Dialog bietet die Möglichkeit eine Zusammenstellung von Modultests auszuwählen und auszuführen oder sie automatisch zu ermitteln.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2819" /> + <source>Restart Last Test</source> + <translation>Letzten Test neu starten</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2821" /> - <source>Restart Last Test</source> - <translation>Letzten Test neu starten</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2823" /> <source>&Restart Last Test...</source> <translation>Letzten Test &neu starten...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2827" /> + <source>Restarts the last test</source> + <translation>Startet den letzten Test erneut</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2829" /> - <source>Restarts the last test</source> - <translation>Startet den letzten Test erneut</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2831" /> <source><b>Restart Last Test</b><p>Restarts the test performed last.</p></source> <translation><b>Letzten Test neu starten</b><p>Startet den letzten Test erneut.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2839" /> + <source>Rerun Failed Tests</source> + <translation>Fehlerhafte Tests wiederholen</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2841" /> - <source>Rerun Failed Tests</source> - <translation>Fehlerhafte Tests wiederholen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2843" /> <source>Rerun Failed Tests...</source> <translation>Fehlerhafte Tests wiederholen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2850" /> + <location filename="../UI/UserInterface.py" line="2848" /> <source>Rerun failed tests of the last run</source> <translation>Fehlerhafte Tests des letzten Laufes wiederholen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="2853" /> + <location filename="../UI/UserInterface.py" line="2851" /> <source><b>Rerun Failed Tests</b><p>Rerun all tests that failed during the last test run.</p></source> <translation><b>Fehlerhafte Tests wiederholen</b><p>Alle Tests wiederholen, die während des letzten Testlaufes fehlgeschlagen sind.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2861" /> + <source>Test Script</source> + <translation>Test (Skript)</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2863" /> - <source>Test Script</source> - <translation>Test (Skript)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2865" /> <source>Test &Script...</source> <translation>Test (&Skript)...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2869" /> + <source>Run tests of the current script</source> + <translation>Tests des aktuelles Skripts ausführen</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2871" /> - <source>Run tests of the current script</source> - <translation>Tests des aktuelles Skripts ausführen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2873" /> <source><b>Test Script</b><p>Run tests with the current script.</p></source> <translation><b>Test (Skript)</b><p>Tests des aktuelles Skripts ausführen.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2878" /> + <source>Test Project</source> + <translation>Test (Projekt)</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2880" /> - <source>Test Project</source> - <translation>Test (Projekt)</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2882" /> <source>Test &Project...</source> <translation>Test (&Projekt)...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2886" /> + <source>Run tests of the current project</source> + <translation>Tests des aktuellen Projektes ausführen</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2888" /> - <source>Run tests of the current project</source> - <translation>Tests des aktuellen Projektes ausführen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2890" /> <source><b>Test Project</b><p>Run test of the current project.</p></source> <translation><b>Test (Projekt)</b><p>Tests des aktuellen Projektes ausführen</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2909" /> + <source>Qt-Designer</source> + <translation>Qt Designer</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2911" /> - <source>Qt-Designer</source> - <translation>Qt Designer</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2913" /> <source>Qt-&Designer...</source> <translation>Qt &Designer...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2917" /> + <source>Start Qt-Designer</source> + <translation>Starte Qt Designer</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2919" /> - <source>Start Qt-Designer</source> - <translation>Starte Qt Designer</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2921" /> <source><b>Qt-Designer</b><p>Start Qt-Designer.</p></source> <translation><b>Qt Designer</b><p>Starte Qt Designer.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2940" /> + <source>Qt-Linguist</source> + <translation>Qt Linguist</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2942" /> - <source>Qt-Linguist</source> - <translation>Qt Linguist</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2944" /> <source>Qt-&Linguist...</source> <translation>Qt &Linguist...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2948" /> + <source>Start Qt-Linguist</source> + <translation>Starte Qt Linguist</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2950" /> - <source>Start Qt-Linguist</source> - <translation>Starte Qt Linguist</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2952" /> <source><b>Qt-Linguist</b><p>Start Qt-Linguist.</p></source> <translation><b>Qt Linguist</b><p>Starte Qt Linguist (Übersetzungsprogramm).</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2958" /> + <source>UI Previewer</source> + <translation>UI-Vorschau</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2960" /> - <source>UI Previewer</source> - <translation>UI-Vorschau</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2962" /> <source>&UI Previewer...</source> <translation>&UI-Vorschau...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2966" /> + <source>Start the UI Previewer</source> + <translation>Starte die UI-Vorschau</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2968" /> - <source>Start the UI Previewer</source> - <translation>Starte die UI-Vorschau</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2970" /> <source><b>UI Previewer</b><p>Start the UI Previewer.</p></source> <translation><b>UI-Vorschau</b><p>Starte die UI-Vorschau.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2974" /> + <source>Translations Previewer</source> + <translation>Übersetzungsvorschau</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2976" /> - <source>Translations Previewer</source> - <translation>Übersetzungsvorschau</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2978" /> <source>&Translations Previewer...</source> <translation>&Übersetzungsvorschau...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2982" /> + <source>Start the Translations Previewer</source> + <translation>Die Übersetzungsvorschau starten</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2984" /> - <source>Start the Translations Previewer</source> - <translation>Die Übersetzungsvorschau starten</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2986" /> <source><b>Translations Previewer</b><p>Start the Translations Previewer.</p></source> <translation><b>Übersetzungsvorschau</b><p>Dies startet das Programm zur Vorschau von Übersetzungen.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="2993" /> + <source>Compare Files</source> + <translation>Dateien vergleichen</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="2995" /> - <source>Compare Files</source> - <translation>Dateien vergleichen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="2997" /> <source>&Compare Files...</source> <translation>Dateien &vergleichen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3022" /> - <location filename="../UI/UserInterface.py" line="3003" /> + <location filename="../UI/UserInterface.py" line="3020" /> + <location filename="../UI/UserInterface.py" line="3001" /> <source>Compare two files</source> <translation>Zwei Dateien vergleichen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3005" /> + <location filename="../UI/UserInterface.py" line="3003" /> <source><b>Compare Files</b><p>Open a dialog to compare two files.</p></source> <translation><b>Dateien vergleichen</b><p>Öffnet einen Dialog zum Vergleich zweier Dateien.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3012" /> + <source>Compare Files side by side</source> + <translation>Dateien Seite an Seite vergleichen</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3014" /> - <source>Compare Files side by side</source> - <translation>Dateien Seite an Seite vergleichen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3016" /> <source>Compare &Files side by side...</source> <translation>Dateien &Seite an Seite vergleichen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3024" /> + <location filename="../UI/UserInterface.py" line="3022" /> <source><b>Compare Files side by side</b><p>Open a dialog to compare two files and show the result side by side.</p></source> <translation><b>Dateien Seite an Seite vergleichen</b><p>Öffnet einen Dialog zum Vergleich zweier Dateien und zur Anzeige des Ergebnisse Seite an Seite.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3032" /> + <source>SQL Browser</source> + <translation>SQL-Browser</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3034" /> - <source>SQL Browser</source> - <translation>SQL-Browser</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3036" /> <source>SQL &Browser...</source> <translation>SQL-&Browser...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3040" /> + <source>Browse a SQL database</source> + <translation>Erforsche eine SQL-Datenbank</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3042" /> - <source>Browse a SQL database</source> - <translation>Erforsche eine SQL-Datenbank</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3044" /> <source><b>SQL Browser</b><p>Browse a SQL database.</p></source> <translation><b>SQL-Browser</b><p>Erforsche eine SQL-Datenbank.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3056" /> + <location filename="../UI/UserInterface.py" line="3048" /> + <source>Mini Editor</source> + <translation>Mini-Editor</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3050" /> + <source>Mini &Editor...</source> + <translation>Mini-&Editor...</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3058" /> - <location filename="../UI/UserInterface.py" line="3050" /> - <source>Mini Editor</source> - <translation>Mini-Editor</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3052" /> - <source>Mini &Editor...</source> - <translation>Mini-&Editor...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3060" /> <source><b>Mini Editor</b><p>Open a dialog with a simplified editor.</p></source> <translation><b>Mini-Editor</b><p>Öffnet einen Dialog mit einem vereinfachten Editor.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3067" /> + <source>Hex Editor</source> + <translation>Hex-Editor</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3069" /> - <source>Hex Editor</source> - <translation>Hex-Editor</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3071" /> <source>&Hex Editor...</source> <translation>&Hex Editor...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3075" /> + <source>Start the eric Hex Editor</source> + <translation>Starte den eric Hex-Editor</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3077" /> - <source>Start the eric Hex Editor</source> - <translation>Starte den eric Hex-Editor</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3079" /> <source><b>Hex Editor</b><p>Starts the eric Hex Editor for viewing or editing binary files.</p></source> <translation><b>Hex-Editor</b><p>Startet den eric Hex-Editor zum Ansehen oder Bearbeiten von Binärdateien.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3087" /> + <source>eric Web Browser</source> + <translation>eric Web Browser</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3089" /> - <source>eric Web Browser</source> - <translation>eric Web Browser</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3091" /> <source>eric &Web Browser...</source> <translation>eric &Web Browser...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3095" /> + <source>Start the eric Web Browser</source> + <translation>Startet den eric Web Browser</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3097" /> - <source>Start the eric Web Browser</source> - <translation>Startet den eric Web Browser</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3099" /> <source><b>eric Web Browser</b><p>Browse the Internet with the eric Web Browser.</p></source> <translation><b>eric Web Browser</b><p>Durchforste das Internet mit dem eric Web Browser.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3106" /> + <source>Icon Editor</source> + <translation>Icon-Editor</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3108" /> - <source>Icon Editor</source> - <translation>Icon-Editor</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3110" /> <source>&Icon Editor...</source> <translation>&Icon-Editor...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3114" /> + <source>Start the eric Icon Editor</source> + <translation>Starte den eric Icon-Editor</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3116" /> - <source>Start the eric Icon Editor</source> - <translation>Starte den eric Icon-Editor</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3118" /> <source><b>Icon Editor</b><p>Starts the eric Icon Editor for editing simple icons.</p></source> <translation><b>Icon-Editor</b><p>Startet den eric Icon-Editor zum Editieren einfacher Icons.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3125" /> + <source>Snapshot</source> + <translation>Bildschirmfoto</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3127" /> - <source>Snapshot</source> - <translation>Bildschirmfoto</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3129" /> <source>&Snapshot...</source> <translation>&Bildschirmfoto...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3133" /> + <source>Take snapshots of a screen region</source> + <translation>Bildschirmfoto aufnehmen</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3135" /> - <source>Take snapshots of a screen region</source> - <translation>Bildschirmfoto aufnehmen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3137" /> <source><b>Snapshot</b><p>This opens a dialog to take snapshots of a screen region.</p></source> <translation><b>Bildschirmfoto</b><p>Dies öffnet einen Dialog, um ein Bildschirmfoto aufzunehmen.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3145" /> + <source>eric PDF Viewer</source> + <translation>eric PDF Anzeige</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3147" /> - <source>eric PDF Viewer</source> - <translation>eric PDF Anzeige</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3149" /> <source>eric PDF &Viewer...</source> <translation>eric PDF &Anzeige...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3153" /> + <source>Start the eric PDF Viewer</source> + <translation>Startet die eric PDF Anzeige</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3155" /> - <source>Start the eric PDF Viewer</source> - <translation>Startet die eric PDF Anzeige</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3157" /> <source><b>eric PDF Viewer</b><p>Starts the eric PDF Viewer for viewing PDF files.</p></source> <translation><b>eric PDF Anzeige</b><p>Startet die eric PDF Anzeige zur Ansicht von PDF Dateien.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3164" /> + <source>Preferences</source> + <translation>Einstellungen</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3166" /> - <source>Preferences</source> - <translation>Einstellungen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3168" /> <source>&Preferences...</source> <translation>&Einstellungen...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3172" /> + <source>Set the prefered configuration</source> + <translation>Konfiguriert die Einstellungen</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3174" /> - <source>Set the prefered configuration</source> - <translation>Konfiguriert die Einstellungen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3176" /> <source><b>Preferences</b><p>Set the configuration items of the application with your prefered values.</p></source> <translation><b>Einstellungen</b><p>Konfiguriert die einstellbaren Parameter der Applikation nach Ihren Wünschen.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3185" /> + <source>Export Preferences</source> + <translation>Einstellungen exportieren</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3187" /> - <source>Export Preferences</source> - <translation>Einstellungen exportieren</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3189" /> <source>E&xport Preferences...</source> <translation>Einstellungen e&xportieren...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3193" /> + <source>Export the current configuration</source> + <translation>Exportiert die aktuelle Konfiguration</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3195" /> - <source>Export the current configuration</source> - <translation>Exportiert die aktuelle Konfiguration</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3197" /> <source><b>Export Preferences</b><p>Export the current configuration to a file.</p></source> <translation><b>Einstellungen exportieren</b><p>Exportiert die aktuelle Konfiguration in eine Datei.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3204" /> + <source>Import Preferences</source> + <translation>Einstellungen importieren</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3206" /> - <source>Import Preferences</source> - <translation>Einstellungen importieren</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3208" /> <source>I&mport Preferences...</source> <translation>Einstellungen i&mportieren...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3215" /> + <location filename="../UI/UserInterface.py" line="3213" /> <source>Import a previously exported configuration</source> <translation>Importiert eine zuvor exportierte Konfiguration</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3218" /> + <location filename="../UI/UserInterface.py" line="3216" /> <source><b>Import Preferences</b><p>Import a previously exported configuration.</p></source> <translation><b>Einstellungen importieren</b><p>Importiert eine zuvor exportierte Konfiguration.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3225" /> + <source>Export Theme</source> + <translation>Schema exportieren</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3227" /> - <source>Export Theme</source> - <translation>Schema exportieren</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3229" /> <source>Export Theme...</source> <translation>Schema exportieren...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3233" /> + <source>Export the current theme</source> + <translation>Exportiert das aktuelle Schema</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3235" /> - <source>Export the current theme</source> - <translation>Exportiert das aktuelle Schema</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3237" /> <source><b>Export Theme</b><p>Export the current theme to a file.</p></source> <translation><b>Schema exportieren</b><p>Exportiert das aktuelle Schema in eine Datei.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3244" /> + <source>Import Theme</source> + <translation>Schema importieren</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3246" /> - <source>Import Theme</source> - <translation>Schema importieren</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3248" /> <source>Import Theme...</source> <translation>Schema importieren...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3252" /> + <source>Import a previously exported theme</source> + <translation>Importiert ein vorher exportiertes Schema</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3254" /> - <source>Import a previously exported theme</source> - <translation>Importiert ein vorher exportiertes Schema</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3256" /> <source><b>Import Theme</b><p>Import a previously exported theme.</p></source> <translation><b>Schema importieren</b><p>Importiert ein vorher exportiertes Schema.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3263" /> + <source>Reload APIs</source> + <translation>APIs neu laden</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3263" /> + <source>Reload &APIs</source> + <translation>APIs &neu laden</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3265" /> - <source>Reload APIs</source> - <translation>APIs neu laden</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3265" /> - <source>Reload &APIs</source> - <translation>APIs &neu laden</translation> + <source>Reload the API information</source> + <translation>Die API-Informationen neu laden</translation> </message> <message> <location filename="../UI/UserInterface.py" line="3267" /> - <source>Reload the API information</source> - <translation>Die API-Informationen neu laden</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3269" /> <source><b>Reload APIs</b><p>Reload the API information.</p></source> <translation><b>APIs neu laden</b><p>Lädt die API-Informationen neu.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3281" /> + <location filename="../UI/UserInterface.py" line="3273" /> + <source>Show external tools</source> + <translation>Zeige externe Werkzeuge</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3275" /> + <source>Show external &tools</source> + <translation>Zeige externe &Werkzeuge</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3283" /> - <location filename="../UI/UserInterface.py" line="3275" /> - <source>Show external tools</source> - <translation>Zeige externe Werkzeuge</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3277" /> - <source>Show external &tools</source> - <translation>Zeige externe &Werkzeuge</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3285" /> <source><b>Show external tools</b><p>Opens a dialog to show the path and versions of all extenal tools used by eric.</p></source> <translation><b>Zeige externe Werkzeuge</b><p>Öffnet einen Dialog, der die Pfade und Versionen der von eric genutzten externen Werkzeuge anzeigt.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3293" /> + <source>View Profiles</source> + <translation>Ansichtenprofile</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3295" /> - <source>View Profiles</source> - <translation>Ansichtenprofile</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3297" /> <source>&View Profiles...</source> <translation>&Ansichtenprofile...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3301" /> + <source>Configure view profiles</source> + <translation>Ansichtenprofile konfigurieren</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3303" /> - <source>Configure view profiles</source> - <translation>Ansichtenprofile konfigurieren</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3305" /> <source><b>View Profiles</b><p>Configure the view profiles. With this dialog you may set the visibility of the various windows for the predetermined view profiles.</p></source> <translation><b>Ansichtenprofile</b><p>Ansichtenprofile konfigurieren. Mit diesem Dialog kann die Sichtbarkeit der verschiedenen Fenster für die vorbestimmten Ansichtenprofile eingestellt werden.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3314" /> + <source>Toolbars</source> + <translation>Werkzeugleisten</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3316" /> - <source>Toolbars</source> - <translation>Werkzeugleisten</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3318" /> <source>Tool&bars...</source> <translation>Werkzeug&leisten...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3322" /> + <source>Configure toolbars</source> + <translation>Werkzeugleisten einrichten</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3324" /> - <source>Configure toolbars</source> - <translation>Werkzeugleisten einrichten</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3326" /> <source><b>Toolbars</b><p>Configure the toolbars. With this dialog you may change the actions shown on the various toolbars and define your own toolbars.</p></source> <translation><b>Werkzeugleisten</b><p>Werkzeugleisten konfigurieren. Mit diesem Dialog können die auf den Werkzeugleisten gezeigten Aktionen geändert und neue Werkzeugleisten definiert werden.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3335" /> + <source>Keyboard Shortcuts</source> + <translation>Tastaturkurzbefehle</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3337" /> - <source>Keyboard Shortcuts</source> - <translation>Tastaturkurzbefehle</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3339" /> <source>Keyboard &Shortcuts...</source> <translation>&Tastaturkurzbefehle...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3343" /> + <source>Set the keyboard shortcuts</source> + <translation>Setze die Tastaturkurzbefehle</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3345" /> - <source>Set the keyboard shortcuts</source> - <translation>Setze die Tastaturkurzbefehle</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3347" /> <source><b>Keyboard Shortcuts</b><p>Set the keyboard shortcuts of the application with your prefered values.</p></source> <translation><b>Tastaturkurzbefehle</b><p>Setze die Tastaturkurzbefehle der Applikation mit den bevorzugten Werten.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7369" /> - <location filename="../UI/UserInterface.py" line="7350" /> - <location filename="../UI/UserInterface.py" line="3357" /> + <location filename="../UI/UserInterface.py" line="7366" /> + <location filename="../UI/UserInterface.py" line="7347" /> + <location filename="../UI/UserInterface.py" line="3355" /> <source>Export Keyboard Shortcuts</source> <translation>Tastaturkurzbefehle exportieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3359" /> + <location filename="../UI/UserInterface.py" line="3357" /> <source>&Export Keyboard Shortcuts...</source> <translation>Tastaturkurzbefehle &exportieren...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3363" /> + <source>Export the keyboard shortcuts</source> + <translation>Exportiert die Tastaturkurzbefehle</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3365" /> - <source>Export the keyboard shortcuts</source> - <translation>Exportiert die Tastaturkurzbefehle</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3367" /> <source><b>Export Keyboard Shortcuts</b><p>Export the keyboard shortcuts of the application.</p></source> <translation><b>Tastaturkurzbefehle exportieren</b><p>Exportiert die Tastaturkurzbefehle der Applikation.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7388" /> - <location filename="../UI/UserInterface.py" line="3376" /> + <location filename="../UI/UserInterface.py" line="7385" /> + <location filename="../UI/UserInterface.py" line="3374" /> <source>Import Keyboard Shortcuts</source> <translation>Tastaturkurzbefehle importieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3378" /> + <location filename="../UI/UserInterface.py" line="3376" /> <source>&Import Keyboard Shortcuts...</source> <translation>Tastaturkurzbefehle &importieren...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3382" /> + <source>Import the keyboard shortcuts</source> + <translation>Importiert die Tastaturkurzbefehle</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3384" /> - <source>Import the keyboard shortcuts</source> - <translation>Importiert die Tastaturkurzbefehle</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3386" /> <source><b>Import Keyboard Shortcuts</b><p>Import the keyboard shortcuts of the application.</p></source> <translation><b>Tastaturkurzbefehle importieren</b><p>Importiert die Tastaturkurzbefehle der Applikation.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3394" /> + <source>Manage SSL Certificates</source> + <translation>SSL-Zertifikate verwalten</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3396" /> - <source>Manage SSL Certificates</source> - <translation>SSL-Zertifikate verwalten</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3398" /> <source>Manage SSL Certificates...</source> <translation>SSL-Zertifikate verwalten...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3405" /> + <location filename="../UI/UserInterface.py" line="3403" /> <source>Manage the saved SSL certificates</source> <translation>Verwalten der gespeicherten SSL-Zertifikate</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3408" /> + <location filename="../UI/UserInterface.py" line="3406" /> <source><b>Manage SSL Certificates...</b><p>Opens a dialog to manage the saved SSL certificates.</p></source> <translation><b>SSL-Zertifikate verwalten...</b><p>Öffnet einen Dialog zur Verwaltung gespeicherter SSL-Zertifikate.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3416" /> + <source>Edit Message Filters</source> + <translation>Meldungsfilter bearbeiten</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3418" /> - <source>Edit Message Filters</source> - <translation>Meldungsfilter bearbeiten</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3420" /> <source>Edit Message Filters...</source> <translation>Meldungsfilter bearbeiten...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3427" /> + <location filename="../UI/UserInterface.py" line="3425" /> <source>Edit the message filters used to suppress unwanted messages</source> <translation>Bearbeite die Meldungsfilter, die zur Unterdrückung ungewünschter Meldungen verwendet werden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3430" /> + <location filename="../UI/UserInterface.py" line="3428" /> <source><b>Edit Message Filters</b><p>Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.</p></source> <translation><b>Meldungsfilter bearbeiten</b><p>Dies öffnet einen Dialog zur Bearbeitung der Meldungsfilter, die zur Unterdrückung ungewünschter Meldungen verwendet werden.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3447" /> + <location filename="../UI/UserInterface.py" line="3441" /> + <location filename="../UI/UserInterface.py" line="3439" /> + <source>Clear private data</source> + <translation>Private Daten löschen</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3449" /> - <location filename="../UI/UserInterface.py" line="3443" /> - <location filename="../UI/UserInterface.py" line="3441" /> - <source>Clear private data</source> - <translation>Private Daten löschen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3451" /> <source><b>Clear private data</b><p>Clears the private data like the various list of recently opened files, projects or multi projects.</p></source> <translation><b>Private Daten löschen</b><p>Löscht private Daten wie die Listen der zuletzt geöffneten Dateien, Projekte oder Mehrfachprojekte.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3462" /> - <location filename="../UI/UserInterface.py" line="3461" /> + <location filename="../UI/UserInterface.py" line="3460" /> + <location filename="../UI/UserInterface.py" line="3459" /> <source>Activate current editor</source> <translation>Aktiviere aktuellen Editor</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3463" /> + <location filename="../UI/UserInterface.py" line="3461" /> <source>Alt+Shift+E</source> <translation>Alt+Shift+E</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3474" /> - <location filename="../UI/UserInterface.py" line="3473" /> + <location filename="../UI/UserInterface.py" line="3472" /> + <location filename="../UI/UserInterface.py" line="3471" /> <source>Show next</source> <translation>Zeige nächste</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3475" /> + <location filename="../UI/UserInterface.py" line="3473" /> <source>Ctrl+Alt+Tab</source> <translation>Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3486" /> - <location filename="../UI/UserInterface.py" line="3485" /> + <location filename="../UI/UserInterface.py" line="3484" /> + <location filename="../UI/UserInterface.py" line="3483" /> <source>Show previous</source> <translation>Zeige vorherige</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3487" /> + <location filename="../UI/UserInterface.py" line="3485" /> <source>Shift+Ctrl+Alt+Tab</source> <translation>Shift+Ctrl+Alt+Tab</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3498" /> - <location filename="../UI/UserInterface.py" line="3497" /> + <location filename="../UI/UserInterface.py" line="3496" /> + <location filename="../UI/UserInterface.py" line="3495" /> <source>Switch between tabs</source> <translation>Zwischen Tabs umschalten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3499" /> + <location filename="../UI/UserInterface.py" line="3497" /> <source>Ctrl+1</source> <translation>Ctrl+1</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3507" /> + <source>Plugin Infos</source> + <translation>Plugininformationen</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3509" /> - <source>Plugin Infos</source> - <translation>Plugininformationen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3511" /> <source>&Plugin Infos...</source> <translation>&Plugininformationen...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3515" /> + <source>Show Plugin Infos</source> + <translation>Zeigt Plugininformationen</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3517" /> - <source>Show Plugin Infos</source> - <translation>Zeigt Plugininformationen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3519" /> <source><b>Plugin Infos...</b><p>This opens a dialog, that show some information about loaded plugins.</p></source> <translation><b>Plugininformationen...</b><p>Dies öffnet einen Dialog, der einige Informationen über die geladenen Plugins anzeigt.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3535" /> + <location filename="../UI/UserInterface.py" line="3527" /> + <source>Install Plugins</source> + <translation>Plugins installieren</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3529" /> + <source>&Install Plugins...</source> + <translation>Plugins &installieren...</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3537" /> - <location filename="../UI/UserInterface.py" line="3529" /> - <source>Install Plugins</source> - <translation>Plugins installieren</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3531" /> - <source>&Install Plugins...</source> - <translation>Plugins &installieren...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3539" /> <source><b>Install Plugins...</b><p>This opens a dialog to install or update plugins.</p></source> <translation><b>Plugins installieren...</b><p>Dies öffnet einen Dialog zur Installation oder Update von Plugins.</p></translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3554" /> + <location filename="../UI/UserInterface.py" line="3546" /> + <source>Uninstall Plugin</source> + <translation>Plugin deinstallieren</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="3548" /> + <source>&Uninstall Plugin...</source> + <translation>Plugin &deinstallieren...</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3556" /> - <location filename="../UI/UserInterface.py" line="3548" /> - <source>Uninstall Plugin</source> - <translation>Plugin deinstallieren</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3550" /> - <source>&Uninstall Plugin...</source> - <translation>Plugin &deinstallieren...</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3558" /> <source><b>Uninstall Plugin...</b><p>This opens a dialog to uninstall a plugin.</p></source> <translation><b>Plugin deinstallieren...</b><p>Dies öffnet einen Dialog zur Deinstallation eines Plugins.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3569" /> + <location filename="../UI/UserInterface.py" line="3567" /> <source>Plugin &Repository...</source> <translation>Plugin-&Repository...</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3573" /> + <source>Show Plugins available for download</source> + <translation>Zeige zum Download verfügbare Plugins an</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3575" /> - <source>Show Plugins available for download</source> - <translation>Zeige zum Download verfügbare Plugins an</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3577" /> <source><b>Plugin Repository...</b><p>This opens a dialog, that shows a list of plugins available on the Internet.</p></source> <translation><b>Plugin-Repository...</b><p>Dies öffnet einen Dialog, der eine Liste der im Internet verfügbaren Plugins anzeigt.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3604" /> - <location filename="../UI/UserInterface.py" line="3603" /> + <location filename="../UI/UserInterface.py" line="3602" /> + <location filename="../UI/UserInterface.py" line="3601" /> <source>Qt5 Documentation</source> <translation>Qt5 Dokumentation</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3608" /> + <source>Open Qt5 Documentation</source> + <translation>Öffne die Qt5 Dokumentation</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3610" /> - <source>Open Qt5 Documentation</source> - <translation>Öffne die Qt5 Dokumentation</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3612" /> <source><b>Qt5 Documentation</b><p>Display the Qt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> <translation><b>Qt5-Dokumentation</b><p>Zeige die Qt5-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Web Browser, ein externer Web Browser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3625" /> - <location filename="../UI/UserInterface.py" line="3624" /> + <location filename="../UI/UserInterface.py" line="3623" /> + <location filename="../UI/UserInterface.py" line="3622" /> <source>Qt6 Documentation</source> <translation>Qt6 Dokumentation</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3629" /> + <source>Open Qt6 Documentation</source> + <translation>Öffne die Qt6 Dokumentation</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3631" /> - <source>Open Qt6 Documentation</source> - <translation>Öffne die Qt6 Dokumentation</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3633" /> <source><b>Qt6 Documentation</b><p>Display the Qt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> <translation><b>Qt6-Dokumentation</b><p>Zeige die Qt6-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Web Browser, ein externer Web Browser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3646" /> - <location filename="../UI/UserInterface.py" line="3645" /> + <location filename="../UI/UserInterface.py" line="3644" /> + <location filename="../UI/UserInterface.py" line="3643" /> <source>PyQt5 Documentation</source> <translation>PyQt5-Dokumentation</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3650" /> + <source>Open PyQt5 Documentation</source> + <translation>Öffne die PyQt5-Dokumentation</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3652" /> - <source>Open PyQt5 Documentation</source> - <translation>Öffne die PyQt5-Dokumentation</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3654" /> <source><b>PyQt5 Documentation</b><p>Display the PyQt5 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> <translation><b>PyQt5-Dokumentation</b><p>Zeige die PyQt5-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Web Browser, ein externer Web Browser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3667" /> - <location filename="../UI/UserInterface.py" line="3666" /> + <location filename="../UI/UserInterface.py" line="3665" /> + <location filename="../UI/UserInterface.py" line="3664" /> <source>PyQt6 Documentation</source> <translation>PyQt6-Dokumentation</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3671" /> + <source>Open PyQt6 Documentation</source> + <translation>Öffne die PyQt6-Dokumentation</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3673" /> - <source>Open PyQt6 Documentation</source> - <translation>Öffne die PyQt6-Dokumentation</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3675" /> <source><b>PyQt6 Documentation</b><p>Display the PyQt6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> <translation><b>PyQt6-Dokumentation</b><p>Zeige die PyQt6-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Web Browser, ein externer Web Browser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3693" /> - <location filename="../UI/UserInterface.py" line="3692" /> + <location filename="../UI/UserInterface.py" line="3691" /> + <location filename="../UI/UserInterface.py" line="3690" /> <source>Python 3 Documentation</source> <translation>Python 3-Dokumentation</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3697" /> + <source>Open Python 3 Documentation</source> + <translation>Öffne die Python 3-Dokumentation</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3699" /> - <source>Open Python 3 Documentation</source> - <translation>Öffne die Python 3-Dokumentation</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3701" /> <source><b>Python 3 Documentation</b><p>Display the Python 3 documentation. If no documentation directory is configured, the location of the Python 3 documentation is assumed to be the doc directory underneath the location of the Python 3 executable on Windows and <i>/usr/share/doc/packages/python/html</i> on Unix. Set PYTHON3DOCDIR in your environment to override this.</p></source> <translation><b>Python 3-Dokumentation</b><p>Zeigt die Python 3-Dokumentation an. Ist kein Dokumentationsverzeichnis konfiguriert, so ist der Ort, an dem die Python 3-Dokumentation gesucht wird, unter Windows das Verzeichnis <i>doc</i> unter dem Verzeichnis, in dem der Python 3-Interpreter installiert ist, und unter Unix das Verzeichnis <i>/usr/share/doc/packages/python/html</i>. Um dies zu überschreiben, können Sie die Umgebungsvariable PYTHON3DOCDIR setzen.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3720" /> - <location filename="../UI/UserInterface.py" line="3719" /> + <location filename="../UI/UserInterface.py" line="3718" /> + <location filename="../UI/UserInterface.py" line="3717" /> <source>eric API Documentation</source> <translation>eric-API-Dokumentation</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3724" /> + <source>Open eric API Documentation</source> + <translation>Öffne die eric-API-Dokumentation</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3726" /> - <source>Open eric API Documentation</source> - <translation>Öffne die eric-API-Dokumentation</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3728" /> <source><b>eric API Documentation</b><p>Display the eric API documentation. The location for the documentation is the Documentation/Source subdirectory of the eric installation directory.</p></source> <translation><b>eric API Dokumentation</b><p>Zeige die eric API Dokumentation an. Der Pfad für die Dokumentation ist das Unterverzeichnis Documentation/Source im eric Installationverzeichnis.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3746" /> - <location filename="../UI/UserInterface.py" line="3745" /> + <location filename="../UI/UserInterface.py" line="3744" /> + <location filename="../UI/UserInterface.py" line="3743" /> <source>PySide2 Documentation</source> <translation>PySide2-Dokumentation</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3750" /> + <source>Open PySide2 Documentation</source> + <translation>Öffne die PySide2-Dokumentation</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3752" /> - <source>Open PySide2 Documentation</source> - <translation>Öffne die PySide2-Dokumentation</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3754" /> <source><b>PySide2 Documentation</b><p>Display the PySide2 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> <translation><b>PySide2-Dokumentation</b><p>Zeige die PySide2-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Web Browser, ein externer Web Browser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3772" /> - <location filename="../UI/UserInterface.py" line="3771" /> + <location filename="../UI/UserInterface.py" line="3770" /> + <location filename="../UI/UserInterface.py" line="3769" /> <source>PySide6 Documentation</source> <translation>PySide6-Dokumentation</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="3776" /> + <source>Open PySide6 Documentation</source> + <translation>Öffne die PySide6-Dokumentation</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="3778" /> - <source>Open PySide6 Documentation</source> - <translation>Öffne die PySide6-Dokumentation</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="3780" /> <source><b>PySide6 Documentation</b><p>Display the PySide6 Documentation. Dependent upon your settings, this will either show the help in Eric's internal help viewer/web browser, or execute a web browser or Qt Assistant. </p></source> <translation><b>PySide6-Dokumentation</b><p>Zeige die PySide6-Dokumentation an. Abhängig von den Einstellungen wird Erics interner Hilfeanzeiger/Web Browser, ein externer Web Browser oder Qt Assistant verwendet.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3880" /> + <location filename="../UI/UserInterface.py" line="3878" /> <source>E&xtras</source> <translation>E&xtras</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3890" /> + <location filename="../UI/UserInterface.py" line="3888" /> <source>Wi&zards</source> <translation>&Assistenten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3908" /> + <location filename="../UI/UserInterface.py" line="3906" /> <source>P&lugins</source> <translation>Plugi&ns</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3917" /> + <location filename="../UI/UserInterface.py" line="3915" /> <source>Configure...</source> <translation>Einstellungen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3926" /> + <location filename="../UI/UserInterface.py" line="3924" /> <source>&Testing</source> <translation>Modul&tests</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3943" /> + <location filename="../UI/UserInterface.py" line="3941" /> <source>Select Tool Group</source> <translation>Werkzeuggruppe wählen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3954" /> + <location filename="../UI/UserInterface.py" line="3952" /> <source>Se&ttings</source> <translation>&Einstellungen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3987" /> + <location filename="../UI/UserInterface.py" line="3985" /> <source>&Window</source> <translation>&Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="3996" /> + <location filename="../UI/UserInterface.py" line="3994" /> <source>&Windows</source> <translation>&Fenster</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4000" /> + <location filename="../UI/UserInterface.py" line="3998" /> <source>Central Park</source> <translation>Mittelbereich</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4004" /> + <location filename="../UI/UserInterface.py" line="4002" /> <source>Left Side</source> <translation>Linke Seite</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4023" /> + <location filename="../UI/UserInterface.py" line="4021" /> <source>Right Side</source> <translation>Rechte Seite</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4042" /> + <location filename="../UI/UserInterface.py" line="4040" /> <source>Bottom Side</source> <translation>Unterer Rand</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4050" /> + <location filename="../UI/UserInterface.py" line="4048" /> <source>Plug-ins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4056" /> + <location filename="../UI/UserInterface.py" line="4054" /> <source>&Toolbars</source> <translation>&Werkzeugleisten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4069" /> + <location filename="../UI/UserInterface.py" line="4067" /> <source>&Help</source> <translation>&Hilfe</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="4122" /> + <location filename="../UI/UserInterface.py" line="4106" /> + <source>Tools</source> + <translation>Werkzeuge</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="4124" /> - <location filename="../UI/UserInterface.py" line="4108" /> - <source>Tools</source> - <translation>Werkzeuge</translation> + <location filename="../UI/UserInterface.py" line="4110" /> + <source>Settings</source> + <translation>Einstellungen</translation> + </message> + <message> + <location filename="../UI/UserInterface.py" line="6162" /> + <location filename="../UI/UserInterface.py" line="4125" /> + <location filename="../UI/UserInterface.py" line="4111" /> + <source>Help</source> + <translation>Hilfe</translation> </message> <message> <location filename="../UI/UserInterface.py" line="4126" /> <location filename="../UI/UserInterface.py" line="4112" /> - <source>Settings</source> - <translation>Einstellungen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="6165" /> + <source>Profiles</source> + <translation>Profile</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="4127" /> <location filename="../UI/UserInterface.py" line="4113" /> - <source>Help</source> - <translation>Hilfe</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4128" /> - <location filename="../UI/UserInterface.py" line="4114" /> - <source>Profiles</source> - <translation>Profile</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="4129" /> - <location filename="../UI/UserInterface.py" line="4115" /> <source>Plugins</source> <translation>Plugins</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4125" /> + <location filename="../UI/UserInterface.py" line="4123" /> <source>Unittest</source> <translation>Modultests</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4298" /> + <location filename="../UI/UserInterface.py" line="4296" /> <source><p>This part of the status bar displays the current editors language.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Sprache des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4307" /> + <location filename="../UI/UserInterface.py" line="4305" /> <source><p>This part of the status bar displays the current editors encoding.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Zeichenkodierung des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4316" /> + <location filename="../UI/UserInterface.py" line="4314" /> <source><p>This part of the status bar displays the current editors eol setting.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Zeilenendekodierung des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4325" /> + <location filename="../UI/UserInterface.py" line="4323" /> <source><p>This part of the status bar displays an indication of the current editors files writability.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt an, ob die aktuelle Datei geschrieben werden kann.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4334" /> + <location filename="../UI/UserInterface.py" line="4332" /> <source><p>This part of the status bar displays the line number of the current editor.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Zeilennummer des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4343" /> + <location filename="../UI/UserInterface.py" line="4341" /> <source><p>This part of the status bar displays the cursor position of the current editor.</p></source> <translation><p>Dieser Teil der Statusleiste zeigt die Cursorposition des aktuellen Editors an.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4357" /> + <location filename="../UI/UserInterface.py" line="4355" /> <source><p>This part of the status bar allows zooming the current editor or shell.</p></source> <translation><p>Dieser Teil der Statusleiste erlaubt das Zoomen des aktuellen Editors oder der Shell.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4428" /> - <location filename="../UI/UserInterface.py" line="4387" /> + <location filename="../UI/UserInterface.py" line="4426" /> + <location filename="../UI/UserInterface.py" line="4385" /> <source>External Tools/{0}</source> <translation>Externe Werkzeuge/{0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4536" /> + <location filename="../UI/UserInterface.py" line="4534" /> <source><h2>Version Numbers</h2><table></source> <translation><h2>Versionsnummern</h2><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4585" /> + <location filename="../UI/UserInterface.py" line="4583" /> <source><tr><td><b>WebEngine (Security)</b></td><td>{0}</td></tr></source> <translation><tr><td><b>WebEngine (Sicherheit)</b></td><td>{0}</td></tr></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4602" /> + <location filename="../UI/UserInterface.py" line="4600" /> <source>Desktop</source> <translation>Arbeitsumgebung</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4606" /> + <location filename="../UI/UserInterface.py" line="4604" /> <source>Session Type</source> <translation>Sitzungstyp</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4609" /> + <location filename="../UI/UserInterface.py" line="4607" /> <source></table></source> <translation></table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4646" /> + <location filename="../UI/UserInterface.py" line="4644" /> <source>Email address or mail server address is empty. Please configure your Email settings in the Preferences Dialog.</source> <translation>E-Mail-Adresse oder Mailserver-Adresse sind leer. Bitte konfiguriere die E-Mail-Einstellungen im Einstellungsdialog.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4961" /> + <location filename="../UI/UserInterface.py" line="4959" /> <source>Restart application</source> <translation>Anwendung neu starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4962" /> + <location filename="../UI/UserInterface.py" line="4960" /> <source>The application needs to be restarted. Do it now?</source> <translation>Die Anwendung muss neu gestartet werden. Jetzt durchführen?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4986" /> + <location filename="../UI/UserInterface.py" line="4984" /> <source>Upgrade PyQt</source> <translation>PyQt aktualisieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="4987" /> + <location filename="../UI/UserInterface.py" line="4985" /> <source>eric needs to be closed in order to upgrade PyQt. It will be restarted once the upgrade process has finished. This may take some time. Shall the upgrade be done now?</source> @@ -87224,13 +88592,13 @@ Soll die Aktualisierung jetzt durchgeführt werden?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5037" /> - <location filename="../UI/UserInterface.py" line="5011" /> + <location filename="../UI/UserInterface.py" line="5035" /> + <location filename="../UI/UserInterface.py" line="5009" /> <source>Upgrade Eric</source> <translation>Eric aktualisieren</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5012" /> + <location filename="../UI/UserInterface.py" line="5010" /> <source>eric needs to be closed in order to be upgraded. It will be restarted once the upgrade process has finished. This may take some time. Shall the upgrade be done now?</source> @@ -87239,7 +88607,7 @@ Soll die Aktualisierung jetzt durchgeführt werden?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5038" /> + <location filename="../UI/UserInterface.py" line="5036" /> <source>eric needs to be closed in order to upgrade eric and PyQt. It will be restarted once the upgrade process has finished. This may take some time. Shall the upgrade be done now?</source> @@ -87248,320 +88616,320 @@ Soll die Aktualisierung jetzt durchgeführt werden?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5096" /> + <location filename="../UI/UserInterface.py" line="5094" /> <source>&Builtin Tools</source> <translation>&Eingebaute Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5114" /> + <location filename="../UI/UserInterface.py" line="5112" /> <source>&Plugin Tools</source> <translation>&Pluginwerkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5117" /> + <location filename="../UI/UserInterface.py" line="5115" /> <source>&User Tools</source> <translation>&Benutzerwerkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5143" /> + <location filename="../UI/UserInterface.py" line="5141" /> <source>Configure Tool Groups ...</source> <translation>Konfiguriere Werkzeuggruppen...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5147" /> + <location filename="../UI/UserInterface.py" line="5145" /> <source>Configure current Tool Group ...</source> <translation>Konfiguriere aktuelle Werkzeuggruppe...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="5186" /> - <location filename="../UI/UserInterface.py" line="5166" /> + <location filename="../UI/UserInterface.py" line="5184" /> + <location filename="../UI/UserInterface.py" line="5164" /> <source>No User Tools Configured</source> <translation>Keine Benutzerwerkzeuge konfiguriert</translation> </message> <message> + <location filename="../UI/UserInterface.py" line="5258" /> + <source>&Show all</source> + <translation>Alle an&zeigen</translation> + </message> + <message> <location filename="../UI/UserInterface.py" line="5260" /> - <source>&Show all</source> - <translation>Alle an&zeigen</translation> - </message> - <message> - <location filename="../UI/UserInterface.py" line="5262" /> <source>&Hide all</source> <translation>Alle &ausblenden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6300" /> - <location filename="../UI/UserInterface.py" line="6289" /> - <location filename="../UI/UserInterface.py" line="6241" /> - <location filename="../UI/UserInterface.py" line="6231" /> - <location filename="../UI/UserInterface.py" line="6065" /> - <location filename="../UI/UserInterface.py" line="6055" /> - <location filename="../UI/UserInterface.py" line="5997" /> - <location filename="../UI/UserInterface.py" line="5987" /> + <location filename="../UI/UserInterface.py" line="6297" /> + <location filename="../UI/UserInterface.py" line="6286" /> + <location filename="../UI/UserInterface.py" line="6238" /> + <location filename="../UI/UserInterface.py" line="6228" /> + <location filename="../UI/UserInterface.py" line="6062" /> + <location filename="../UI/UserInterface.py" line="6052" /> + <location filename="../UI/UserInterface.py" line="5994" /> + <location filename="../UI/UserInterface.py" line="5984" /> <source>Problem</source> <translation>Problem</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6301" /> - <location filename="../UI/UserInterface.py" line="6290" /> - <location filename="../UI/UserInterface.py" line="6242" /> - <location filename="../UI/UserInterface.py" line="6232" /> - <location filename="../UI/UserInterface.py" line="6066" /> - <location filename="../UI/UserInterface.py" line="6056" /> - <location filename="../UI/UserInterface.py" line="5998" /> - <location filename="../UI/UserInterface.py" line="5988" /> + <location filename="../UI/UserInterface.py" line="6298" /> + <location filename="../UI/UserInterface.py" line="6287" /> + <location filename="../UI/UserInterface.py" line="6239" /> + <location filename="../UI/UserInterface.py" line="6229" /> + <location filename="../UI/UserInterface.py" line="6063" /> + <location filename="../UI/UserInterface.py" line="6053" /> + <location filename="../UI/UserInterface.py" line="5995" /> + <location filename="../UI/UserInterface.py" line="5985" /> <source><p>The file <b>{0}</b> does not exist or is zero length.</p></source> <translation><p>Die Datei <b>{0}</b> existiert nicht oder hat die Größe Null.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6530" /> - <location filename="../UI/UserInterface.py" line="6443" /> - <location filename="../UI/UserInterface.py" line="6336" /> - <location filename="../UI/UserInterface.py" line="6313" /> - <location filename="../UI/UserInterface.py" line="6254" /> - <location filename="../UI/UserInterface.py" line="6202" /> - <location filename="../UI/UserInterface.py" line="6181" /> - <location filename="../UI/UserInterface.py" line="6141" /> - <location filename="../UI/UserInterface.py" line="6132" /> - <location filename="../UI/UserInterface.py" line="6097" /> - <location filename="../UI/UserInterface.py" line="6088" /> - <location filename="../UI/UserInterface.py" line="6029" /> - <location filename="../UI/UserInterface.py" line="6020" /> + <location filename="../UI/UserInterface.py" line="6527" /> + <location filename="../UI/UserInterface.py" line="6440" /> + <location filename="../UI/UserInterface.py" line="6333" /> + <location filename="../UI/UserInterface.py" line="6310" /> + <location filename="../UI/UserInterface.py" line="6251" /> + <location filename="../UI/UserInterface.py" line="6199" /> + <location filename="../UI/UserInterface.py" line="6178" /> + <location filename="../UI/UserInterface.py" line="6138" /> + <location filename="../UI/UserInterface.py" line="6129" /> + <location filename="../UI/UserInterface.py" line="6094" /> + <location filename="../UI/UserInterface.py" line="6085" /> + <location filename="../UI/UserInterface.py" line="6026" /> + <location filename="../UI/UserInterface.py" line="6017" /> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6021" /> + <location filename="../UI/UserInterface.py" line="6018" /> <source><p>Could not start Qt-Designer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Qt-Designer konnte nicht gestartet werden.<br>Stellen Sie sicher, dass es als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6030" /> + <location filename="../UI/UserInterface.py" line="6027" /> <source><p>Could not find the Qt-Designer executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation><p>Das Qt-Designer Programm konnte nicht gefunden werden.<br>Stelle sicher, dass es installiert und optional auf der Qt Konfigurationsseite konfiguriert ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6089" /> + <location filename="../UI/UserInterface.py" line="6086" /> <source><p>Could not start Qt-Linguist.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Qt-Linguist konnte nicht gestartet werden.<br>Stellen Sie sicher, dass es als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6098" /> + <location filename="../UI/UserInterface.py" line="6095" /> <source><p>Could not find the Qt-Linguist executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation><p>Das Qt-Linguist Programm konnte nicht gefunden werden.<br>Stelle sicher, dass es installiert und optional auf der Qt Konfigurationsseite konfiguriert ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6133" /> + <location filename="../UI/UserInterface.py" line="6130" /> <source><p>Could not start Qt-Assistant.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Qt-Assistant konnte nicht gestartet werden.<br>Stellen Sie sicher, dass es als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6142" /> + <location filename="../UI/UserInterface.py" line="6139" /> <source><p>Could not find the Qt-Assistant executable.<br>Ensure that it is installed and optionally configured on the Qt configuration page.</p></source> <translation><p>Das Qt-Assistant Programm konnte nicht gefunden werden.<br>Stelle sicher, dass es installiert und optional auf der Qt Konfigurationsseite konfiguriert ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6166" /> + <location filename="../UI/UserInterface.py" line="6163" /> <source>Currently no custom viewer is selected. Please use the preferences dialog to specify one.</source> <translation>Momentan ist kein Betrachter angegeben. Bitte benutzen Sie den Einstellungsdialog, um einen festzulegen.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6182" /> + <location filename="../UI/UserInterface.py" line="6179" /> <source><p>Could not start custom viewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Der Betrachter konnte nicht gestartet werden.<br>Stellen Sie sicher, dass er als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6203" /> + <location filename="../UI/UserInterface.py" line="6200" /> <source><p>Could not start the help viewer.<br>Ensure that it is available as <b>hh</b>.</p></source> <translation><p>Die Hilfeanzeige konnte nicht gestartet werden.<br>Stellen Sie sicher, dass sie als <b>hh</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6255" /> + <location filename="../UI/UserInterface.py" line="6252" /> <source><p>Could not start UI Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Die UI-Vorschau konnte nicht gestartet werden.<br>Stellen Sie sicher, dass sie als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6314" /> + <location filename="../UI/UserInterface.py" line="6311" /> <source><p>Could not start Translation Previewer.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Die Übersetzungsvorschau konnte nicht gestartet werden.<br>Stellen Sie sicher, dass sie als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6337" /> + <location filename="../UI/UserInterface.py" line="6334" /> <source><p>Could not start SQL Browser.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Der SQL-Browser konnte nicht gestartet werden.<br>Stellen Sie sicher, dass er als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6444" /> + <location filename="../UI/UserInterface.py" line="6441" /> <source><p>Could not start Snapshot tool.<br>Ensure that it is available as <b>{0}</b>.</p></source> <translation><p>Die Bildschirmfotoanwendung konnte nicht gestartet werden.<br>Stellen Sie sicher, dass sie als <b>{0}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6477" /> - <location filename="../UI/UserInterface.py" line="6467" /> + <location filename="../UI/UserInterface.py" line="6474" /> + <location filename="../UI/UserInterface.py" line="6464" /> <source>External Tools</source> <translation>Externe Werkzeuge</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6468" /> + <location filename="../UI/UserInterface.py" line="6465" /> <source>No tool entry found for external tool '{0}' in tool group '{1}'.</source> <translation>Kein Eintrag für das externe Werkzeug „{0}“ in der Gruppe „{1}“ gefunden.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6478" /> + <location filename="../UI/UserInterface.py" line="6475" /> <source>No toolgroup entry '{0}' found.</source> <translation>Kein Werkzeuggruppeneintrag „{0}“ gefunden.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6513" /> + <location filename="../UI/UserInterface.py" line="6510" /> <source>Starting process '{0} {1}'. </source> <translation>Starte Prozess „{0} {1}“. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6531" /> + <location filename="../UI/UserInterface.py" line="6528" /> <source><p>Could not start the tool entry <b>{0}</b>.<br>Ensure that it is available as <b>{1}</b>.</p></source> <translation><p>Der Werkzeugeeintrag <b>{0}</b> konnte nicht gestartet werden.<br>Stellen Sie sicher, dass er als <b>{1}</b> verfügbar ist.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6607" /> + <location filename="../UI/UserInterface.py" line="6604" /> <source>Process '{0}' has exited. </source> <translation>Prozess „{0}“ ist beendet. </translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6894" /> - <location filename="../UI/UserInterface.py" line="6832" /> - <location filename="../UI/UserInterface.py" line="6788" /> - <location filename="../UI/UserInterface.py" line="6714" /> - <location filename="../UI/UserInterface.py" line="6650" /> + <location filename="../UI/UserInterface.py" line="6891" /> + <location filename="../UI/UserInterface.py" line="6829" /> + <location filename="../UI/UserInterface.py" line="6785" /> + <location filename="../UI/UserInterface.py" line="6711" /> + <location filename="../UI/UserInterface.py" line="6647" /> <source>Documentation Missing</source> <translation>Dokumentation fehlt</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895" /> - <location filename="../UI/UserInterface.py" line="6833" /> - <location filename="../UI/UserInterface.py" line="6789" /> - <location filename="../UI/UserInterface.py" line="6715" /> - <location filename="../UI/UserInterface.py" line="6651" /> + <location filename="../UI/UserInterface.py" line="6892" /> + <location filename="../UI/UserInterface.py" line="6830" /> + <location filename="../UI/UserInterface.py" line="6786" /> + <location filename="../UI/UserInterface.py" line="6712" /> + <location filename="../UI/UserInterface.py" line="6648" /> <source><p>The documentation starting point "<b>{0}</b>" could not be found.</p></source> <translation><p>Der Dokumentationsstartpunkt „<b>{0}</b>“ konnte nicht gefunden werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6876" /> - <location filename="../UI/UserInterface.py" line="6758" /> + <location filename="../UI/UserInterface.py" line="6873" /> + <location filename="../UI/UserInterface.py" line="6755" /> <source>Documentation</source> <translation>Dokumentation</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6759" /> + <location filename="../UI/UserInterface.py" line="6756" /> <source><p>The PyQt{0} documentation starting point has not been configured.</p></source> <translation><p>Der PyQt{0}-Dokumentations-Startpunkt ist nicht konfiguriert.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6877" /> + <location filename="../UI/UserInterface.py" line="6874" /> <source><p>The PySide{0} documentation starting point has not been configured.</p></source> <translation><p>Der PySide{0}-Dokumentations-Startpunkt ist nicht konfiguriert.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7055" /> - <location filename="../UI/UserInterface.py" line="6992" /> + <location filename="../UI/UserInterface.py" line="7052" /> + <location filename="../UI/UserInterface.py" line="6989" /> <source>Start Web Browser</source> <translation>Web Browser starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6993" /> + <location filename="../UI/UserInterface.py" line="6990" /> <source>The eric web browser could not be started.</source> <translation>Der eric Web Browser konnte nicht gestartet werden.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7056" /> + <location filename="../UI/UserInterface.py" line="7053" /> <source><p>The eric web browser is not started.</p><p>Reason: {0}</p></source> <translation><p>Der eric Web Browser ist nicht gestartet.</p><p>Ursache: {0}</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7098" /> + <location filename="../UI/UserInterface.py" line="7095" /> <source>Open Browser</source> <translation>Browser starten</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7098" /> + <location filename="../UI/UserInterface.py" line="7095" /> <source>Could not start a web browser</source> <translation>Der System Web Browser konnte nicht gestartet werden</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7352" /> + <location filename="../UI/UserInterface.py" line="7349" /> <source>Keyboard Shortcuts File (*.ekj)</source> <translation>Tastaturkurzbefehlsdatei (*.ekj)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7370" /> + <location filename="../UI/UserInterface.py" line="7367" /> <source><p>The keyboard shortcuts file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>Die Tastaturkurzbefehlsdatei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7390" /> + <location filename="../UI/UserInterface.py" line="7387" /> <source>Keyboard Shortcuts File (*.ekj);;XML Keyboard shortcut file (*.e4k)</source> <translation>Tastaturkurzbefehlsdatei (*.ekj);;XML Tastaturkurzbefehlsdatei (*.e4k)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7573" /> + <location filename="../UI/UserInterface.py" line="7570" /> <source>Read Tasks</source> <translation>Aufgaben lesen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7574" /> + <location filename="../UI/UserInterface.py" line="7571" /> <source><p>The tasks file <b>{0}</b> could not be read.</p></source> <translation><p>Die Aufgabendatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7617" /> + <location filename="../UI/UserInterface.py" line="7614" /> <source>Read Session</source> <translation>Sitzung lesen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7645" /> - <location filename="../UI/UserInterface.py" line="7618" /> + <location filename="../UI/UserInterface.py" line="7642" /> + <location filename="../UI/UserInterface.py" line="7615" /> <source><p>The session file <b>{0}</b> could not be read.</p></source> <translation><p>Die Sitzungsdatei <b>{0}</b> konnte nicht gelesen werden.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7644" /> + <location filename="../UI/UserInterface.py" line="7641" /> <source>Read session</source> <translation>Sitzung lesen</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7661" /> + <location filename="../UI/UserInterface.py" line="7658" /> <source>Save Session</source> <translation>Sitzung speichern</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7663" /> + <location filename="../UI/UserInterface.py" line="7660" /> <source>eric Session Files (*.esj)</source> <translation>eric Sitzungsdateien (*.esj)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7686" /> + <location filename="../UI/UserInterface.py" line="7683" /> <source>eric Session Files (*.esj);;eric XML Session Files (*.e5s)</source> <translation>eric Sitzungsdateien (*.esj);;eric XML Sitzungsdateien (*.e5s)</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7732" /> + <location filename="../UI/UserInterface.py" line="7729" /> <source>Crash Session found!</source> <translation>Absturzsitzung gefunden!</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7733" /> + <location filename="../UI/UserInterface.py" line="7730" /> <source>A session file of a crashed session was found. Shall this session be restored?</source> <translation>Eine Sitzungsdatei einer abgestürzten Sitzung wurde gefunden. Soll diese Sitzung wiederhergestellt werden?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="8103" /> + <location filename="../UI/UserInterface.py" line="8100" /> <source>Drop Error</source> <translation>Drop-Fehler</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="8104" /> + <location filename="../UI/UserInterface.py" line="8101" /> <source><p><b>{0}</b> is not a file.</p></source> <translation><p><b>{0}</b> ist keine Datei.</p></translation> </message> @@ -87683,7 +89051,7 @@ <context> <name>Utilities</name> <message> - <location filename="../Utilities/__init__.py" line="1061" /> + <location filename="../Utilities/__init__.py" line="991" /> <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> @@ -87902,7 +89270,8 @@ <context> <name>VariableItem</name> <message> - <location filename="../Debugger/VariablesViewer.py" line="164" /> + <location filename="../Debugger/VariablesViewer.py" line="170" /> + <location filename="../Debugger/VariablesViewer.py" line="152" /> <source><double click to show value></source> <translation><Doppelklick, um Wert anzuzeigen></translation> </message> @@ -87969,22 +89338,22 @@ <context> <name>VariablesModel</name> <message> - <location filename="../Debugger/VariablesViewer.py" line="226" /> + <location filename="../Debugger/VariablesViewer.py" line="232" /> <source>Globals</source> <translation>Global</translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="226" /> + <location filename="../Debugger/VariablesViewer.py" line="232" /> <source>Locals</source> <translation>Lokal</translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="228" /> + <location filename="../Debugger/VariablesViewer.py" line="234" /> <source>Type</source> <translation>Typ</translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="228" /> + <location filename="../Debugger/VariablesViewer.py" line="234" /> <source>Value</source> <translation>Wert</translation> </message> @@ -88002,60 +89371,60 @@ <translation>ohne Länge</translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="899" /> + <location filename="../Debugger/VariablesViewer.py" line="905" /> <source>Global Variables</source> <translation>Globale Variablen</translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="901" /> + <location filename="../Debugger/VariablesViewer.py" line="907" /> <source><b>The Global Variables Viewer Window</b><p>This window displays the global variables of the debugged program.</p></source> <translation><b>Das Globale Variablen Fenster</b><p>Dieses Fenster zeigt die globalen Variablen des untersuchten Programmes an.</p></translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="908" /> + <location filename="../Debugger/VariablesViewer.py" line="914" /> <source>Local Variables</source> <translation>Lokale Variablen</translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="910" /> + <location filename="../Debugger/VariablesViewer.py" line="916" /> <source><b>The Local Variables Viewer Window</b><p>This window displays the local variables of the debugged program.</p></source> <translation><b>Das Lokale Variablen Fenster</b><p>Dieses Fenster zeigt die lokalen Variablen des untersuchten Programmes an.</p></translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="1034" /> + <location filename="../Debugger/VariablesViewer.py" line="1040" /> <source>Show Details...</source> <translation>Zeige Details...</translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="1036" /> + <location filename="../Debugger/VariablesViewer.py" line="1042" /> <source>Expand</source> <translation>Ausklappen</translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="1037" /> + <location filename="../Debugger/VariablesViewer.py" line="1043" /> <source>Collapse</source> <translation>Einklappen</translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="1038" /> + <location filename="../Debugger/VariablesViewer.py" line="1044" /> <source>Collapse All</source> <translation>Alle einklappen</translation> </message> <message> + <location filename="../Debugger/VariablesViewer.py" line="1052" /> <location filename="../Debugger/VariablesViewer.py" line="1046" /> - <location filename="../Debugger/VariablesViewer.py" line="1040" /> <source>Refresh</source> <translation>Aktualisieren</translation> </message> <message> + <location filename="../Debugger/VariablesViewer.py" line="1054" /> <location filename="../Debugger/VariablesViewer.py" line="1048" /> - <location filename="../Debugger/VariablesViewer.py" line="1042" /> <source>Configure...</source> <translation>Einstellungen...</translation> </message> <message> - <location filename="../Debugger/VariablesViewer.py" line="1050" /> - <location filename="../Debugger/VariablesViewer.py" line="1043" /> + <location filename="../Debugger/VariablesViewer.py" line="1056" /> + <location filename="../Debugger/VariablesViewer.py" line="1049" /> <source>Variables Type Filter...</source> <translation>Variablentypenfilter …</translation> </message> @@ -88793,755 +90162,755 @@ <translation>Ctrl+G</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="690" /> + <location filename="../ViewManager/ViewManager.py" line="680" /> <location filename="../QScintilla/ShellWindow.py" line="302" /> <source>Ctrl+S</source> <comment>File|Save</comment> <translation>Ctrl+S</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1041" /> + <location filename="../ViewManager/ViewManager.py" line="1031" /> <location filename="../QScintilla/ShellWindow.py" line="329" /> <source>Cut</source> <translation>Ausschneiden</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1043" /> + <location filename="../ViewManager/ViewManager.py" line="1033" /> <location filename="../QScintilla/ShellWindow.py" line="331" /> <source>Cu&t</source> <translation>&Ausschneiden</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1045" /> + <location filename="../ViewManager/ViewManager.py" line="1035" /> <location filename="../QScintilla/ShellWindow.py" line="333" /> <source>Ctrl+X</source> <comment>Edit|Cut</comment> <translation>Ctrl+X</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1048" /> + <location filename="../ViewManager/ViewManager.py" line="1038" /> <location filename="../QScintilla/ShellWindow.py" line="336" /> <source>Shift+Del</source> <comment>Edit|Cut</comment> <translation>Shift+Del</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1054" /> + <location filename="../ViewManager/ViewManager.py" line="1044" /> <location filename="../QScintilla/ShellWindow.py" line="342" /> <source>Cut the selection</source> <translation>Schneidet die Auswahl aus</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1068" /> + <location filename="../ViewManager/ViewManager.py" line="1058" /> <location filename="../QScintilla/ShellWindow.py" line="351" /> <source>Copy</source> <translation>Kopieren</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1070" /> + <location filename="../ViewManager/ViewManager.py" line="1060" /> <location filename="../QScintilla/ShellWindow.py" line="353" /> <source>&Copy</source> <translation>&Kopieren</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1072" /> + <location filename="../ViewManager/ViewManager.py" line="1062" /> <location filename="../QScintilla/ShellWindow.py" line="355" /> <source>Ctrl+C</source> <comment>Edit|Copy</comment> <translation>Ctrl+C</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1075" /> + <location filename="../ViewManager/ViewManager.py" line="1065" /> <location filename="../QScintilla/ShellWindow.py" line="358" /> <source>Ctrl+Ins</source> <comment>Edit|Copy</comment> <translation>Ctrl+Einfg</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1081" /> + <location filename="../ViewManager/ViewManager.py" line="1071" /> <location filename="../QScintilla/ShellWindow.py" line="364" /> <source>Copy the selection</source> <translation>Kopiert die Auswahl</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1095" /> + <location filename="../ViewManager/ViewManager.py" line="1085" /> <location filename="../QScintilla/ShellWindow.py" line="373" /> <source>Paste</source> <translation>Einfügen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1097" /> + <location filename="../ViewManager/ViewManager.py" line="1087" /> <location filename="../QScintilla/ShellWindow.py" line="375" /> <source>&Paste</source> <translation>Ein&fügen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1099" /> + <location filename="../ViewManager/ViewManager.py" line="1089" /> <location filename="../QScintilla/ShellWindow.py" line="377" /> <source>Ctrl+V</source> <comment>Edit|Paste</comment> <translation>Ctrl+V</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1102" /> + <location filename="../ViewManager/ViewManager.py" line="1092" /> <location filename="../QScintilla/ShellWindow.py" line="380" /> <source>Shift+Ins</source> <comment>Edit|Paste</comment> <translation>Shift+Ins</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1108" /> + <location filename="../ViewManager/ViewManager.py" line="1098" /> <location filename="../QScintilla/ShellWindow.py" line="386" /> <source>Paste the last cut/copied text</source> <translation>Fügt den Inhalt der Zwischenablage ein</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1124" /> - <location filename="../ViewManager/ViewManager.py" line="1122" /> + <location filename="../ViewManager/ViewManager.py" line="1114" /> + <location filename="../ViewManager/ViewManager.py" line="1112" /> <location filename="../QScintilla/ShellWindow.py" line="400" /> <location filename="../QScintilla/ShellWindow.py" line="398" /> <source>Clear</source> <translation>Löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1126" /> + <location filename="../ViewManager/ViewManager.py" line="1116" /> <location filename="../QScintilla/ShellWindow.py" line="402" /> <source>Alt+Shift+C</source> <comment>Edit|Clear</comment> <translation>Alt+Shift+C</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1133" /> + <location filename="../ViewManager/ViewManager.py" line="1123" /> <location filename="../QScintilla/ShellWindow.py" line="409" /> <source>Clear all text</source> <translation>Löscht den gesamten Text</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2528" /> - <location filename="../ViewManager/ViewManager.py" line="2527" /> - <location filename="../QScintilla/MiniEditor.py" line="1686" /> - <location filename="../QScintilla/MiniEditor.py" line="1685" /> + <location filename="../ViewManager/ViewManager.py" line="2518" /> + <location filename="../ViewManager/ViewManager.py" line="2517" /> + <location filename="../QScintilla/MiniEditor.py" line="1684" /> + <location filename="../QScintilla/MiniEditor.py" line="1683" /> <location filename="../QScintilla/ShellWindow.py" line="435" /> <location filename="../QScintilla/ShellWindow.py" line="434" /> <source>Delete current line</source> <translation>Aktuelle Zeile löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2529" /> - <location filename="../QScintilla/MiniEditor.py" line="1687" /> + <location filename="../ViewManager/ViewManager.py" line="2519" /> + <location filename="../QScintilla/MiniEditor.py" line="1685" /> <location filename="../QScintilla/ShellWindow.py" line="436" /> <source>Ctrl+Shift+L</source> <translation>Ctrl+Shift+L</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2035" /> - <location filename="../ViewManager/ViewManager.py" line="2034" /> - <location filename="../QScintilla/MiniEditor.py" line="1208" /> - <location filename="../QScintilla/MiniEditor.py" line="1207" /> + <location filename="../ViewManager/ViewManager.py" line="2025" /> + <location filename="../ViewManager/ViewManager.py" line="2024" /> + <location filename="../QScintilla/MiniEditor.py" line="1206" /> + <location filename="../QScintilla/MiniEditor.py" line="1205" /> <location filename="../QScintilla/ShellWindow.py" line="447" /> <location filename="../QScintilla/ShellWindow.py" line="446" /> <source>Indent one level</source> <translation>Eine Ebene einrücken</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2036" /> - <location filename="../QScintilla/MiniEditor.py" line="1209" /> + <location filename="../ViewManager/ViewManager.py" line="2026" /> + <location filename="../QScintilla/MiniEditor.py" line="1207" /> <location filename="../QScintilla/ShellWindow.py" line="448" /> <source>Tab</source> <translation>Tab</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2501" /> - <location filename="../ViewManager/ViewManager.py" line="2500" /> - <location filename="../QScintilla/MiniEditor.py" line="1674" /> - <location filename="../QScintilla/MiniEditor.py" line="1673" /> + <location filename="../ViewManager/ViewManager.py" line="2491" /> + <location filename="../ViewManager/ViewManager.py" line="2490" /> + <location filename="../QScintilla/MiniEditor.py" line="1672" /> + <location filename="../QScintilla/MiniEditor.py" line="1671" /> <location filename="../QScintilla/ShellWindow.py" line="459" /> <location filename="../QScintilla/ShellWindow.py" line="458" /> <source>Insert new line</source> <translation>Neue Zeile einfügen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2502" /> - <location filename="../QScintilla/MiniEditor.py" line="1675" /> + <location filename="../ViewManager/ViewManager.py" line="2492" /> + <location filename="../QScintilla/MiniEditor.py" line="1673" /> <location filename="../QScintilla/ShellWindow.py" line="460" /> <source>Return</source> <translation>Return</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2503" /> - <location filename="../QScintilla/MiniEditor.py" line="1676" /> + <location filename="../ViewManager/ViewManager.py" line="2493" /> + <location filename="../QScintilla/MiniEditor.py" line="1674" /> <location filename="../QScintilla/ShellWindow.py" line="461" /> <source>Enter</source> <translation>Enter</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2387" /> - <location filename="../ViewManager/ViewManager.py" line="2386" /> - <location filename="../QScintilla/MiniEditor.py" line="1560" /> - <location filename="../QScintilla/MiniEditor.py" line="1559" /> + <location filename="../ViewManager/ViewManager.py" line="2377" /> + <location filename="../ViewManager/ViewManager.py" line="2376" /> + <location filename="../QScintilla/MiniEditor.py" line="1558" /> + <location filename="../QScintilla/MiniEditor.py" line="1557" /> <location filename="../QScintilla/ShellWindow.py" line="471" /> <location filename="../QScintilla/ShellWindow.py" line="470" /> <source>Delete previous character</source> <translation>Zeichen links löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2388" /> - <location filename="../QScintilla/MiniEditor.py" line="1561" /> + <location filename="../ViewManager/ViewManager.py" line="2378" /> + <location filename="../QScintilla/MiniEditor.py" line="1559" /> <location filename="../QScintilla/ShellWindow.py" line="472" /> <source>Backspace</source> <translation>Backspace</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2395" /> - <location filename="../QScintilla/MiniEditor.py" line="1568" /> + <location filename="../ViewManager/ViewManager.py" line="2385" /> + <location filename="../QScintilla/MiniEditor.py" line="1566" /> <location filename="../QScintilla/ShellWindow.py" line="479" /> <source>Meta+H</source> <translation>Meta+H</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2400" /> - <location filename="../QScintilla/MiniEditor.py" line="1573" /> + <location filename="../ViewManager/ViewManager.py" line="2390" /> + <location filename="../QScintilla/MiniEditor.py" line="1571" /> <location filename="../QScintilla/ShellWindow.py" line="484" /> <source>Shift+Backspace</source> <translation>Shift+Backspace</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2425" /> - <location filename="../ViewManager/ViewManager.py" line="2424" /> - <location filename="../QScintilla/MiniEditor.py" line="1598" /> - <location filename="../QScintilla/MiniEditor.py" line="1597" /> + <location filename="../ViewManager/ViewManager.py" line="2415" /> + <location filename="../ViewManager/ViewManager.py" line="2414" /> + <location filename="../QScintilla/MiniEditor.py" line="1596" /> + <location filename="../QScintilla/MiniEditor.py" line="1595" /> <location filename="../QScintilla/ShellWindow.py" line="493" /> <location filename="../QScintilla/ShellWindow.py" line="492" /> <source>Delete current character</source> <translation>Aktuelles Zeichen löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2426" /> - <location filename="../QScintilla/MiniEditor.py" line="1599" /> + <location filename="../ViewManager/ViewManager.py" line="2416" /> + <location filename="../QScintilla/MiniEditor.py" line="1597" /> <location filename="../QScintilla/ShellWindow.py" line="494" /> <source>Del</source> <translation>Del</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2433" /> - <location filename="../QScintilla/MiniEditor.py" line="1606" /> + <location filename="../ViewManager/ViewManager.py" line="2423" /> + <location filename="../QScintilla/MiniEditor.py" line="1604" /> <location filename="../QScintilla/ShellWindow.py" line="501" /> <source>Meta+D</source> <translation>Meta+D</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2441" /> - <location filename="../ViewManager/ViewManager.py" line="2440" /> - <location filename="../QScintilla/MiniEditor.py" line="1614" /> - <location filename="../QScintilla/MiniEditor.py" line="1613" /> + <location filename="../ViewManager/ViewManager.py" line="2431" /> + <location filename="../ViewManager/ViewManager.py" line="2430" /> + <location filename="../QScintilla/MiniEditor.py" line="1612" /> + <location filename="../QScintilla/MiniEditor.py" line="1611" /> <location filename="../QScintilla/ShellWindow.py" line="509" /> <location filename="../QScintilla/ShellWindow.py" line="508" /> <source>Delete word to left</source> <translation>Wort links löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2442" /> - <location filename="../QScintilla/MiniEditor.py" line="1615" /> + <location filename="../ViewManager/ViewManager.py" line="2432" /> + <location filename="../QScintilla/MiniEditor.py" line="1613" /> <location filename="../QScintilla/ShellWindow.py" line="510" /> <source>Ctrl+Backspace</source> <translation>Ctrl+Backspace</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2453" /> - <location filename="../ViewManager/ViewManager.py" line="2452" /> - <location filename="../QScintilla/MiniEditor.py" line="1626" /> - <location filename="../QScintilla/MiniEditor.py" line="1625" /> + <location filename="../ViewManager/ViewManager.py" line="2443" /> + <location filename="../ViewManager/ViewManager.py" line="2442" /> + <location filename="../QScintilla/MiniEditor.py" line="1624" /> + <location filename="../QScintilla/MiniEditor.py" line="1623" /> <location filename="../QScintilla/ShellWindow.py" line="521" /> <location filename="../QScintilla/ShellWindow.py" line="520" /> <source>Delete word to right</source> <translation>Wort rechts löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2454" /> - <location filename="../QScintilla/MiniEditor.py" line="1627" /> + <location filename="../ViewManager/ViewManager.py" line="2444" /> + <location filename="../QScintilla/MiniEditor.py" line="1625" /> <location filename="../QScintilla/ShellWindow.py" line="522" /> <source>Ctrl+Del</source> <translation>Ctrl+Del</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2465" /> - <location filename="../ViewManager/ViewManager.py" line="2464" /> - <location filename="../QScintilla/MiniEditor.py" line="1638" /> - <location filename="../QScintilla/MiniEditor.py" line="1637" /> + <location filename="../ViewManager/ViewManager.py" line="2455" /> + <location filename="../ViewManager/ViewManager.py" line="2454" /> + <location filename="../QScintilla/MiniEditor.py" line="1636" /> + <location filename="../QScintilla/MiniEditor.py" line="1635" /> <location filename="../QScintilla/ShellWindow.py" line="533" /> <location filename="../QScintilla/ShellWindow.py" line="532" /> <source>Delete line to left</source> <translation>Zeile links löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2467" /> - <location filename="../QScintilla/MiniEditor.py" line="1640" /> + <location filename="../ViewManager/ViewManager.py" line="2457" /> + <location filename="../QScintilla/MiniEditor.py" line="1638" /> <location filename="../QScintilla/ShellWindow.py" line="535" /> <source>Ctrl+Shift+Backspace</source> <translation>Ctrl+Shift+Backspace</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2479" /> - <location filename="../ViewManager/ViewManager.py" line="2478" /> - <location filename="../QScintilla/MiniEditor.py" line="1652" /> - <location filename="../QScintilla/MiniEditor.py" line="1651" /> + <location filename="../ViewManager/ViewManager.py" line="2469" /> + <location filename="../ViewManager/ViewManager.py" line="2468" /> + <location filename="../QScintilla/MiniEditor.py" line="1650" /> + <location filename="../QScintilla/MiniEditor.py" line="1649" /> <location filename="../QScintilla/ShellWindow.py" line="547" /> <location filename="../QScintilla/ShellWindow.py" line="546" /> <source>Delete line to right</source> <translation>Zeile rechts löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2487" /> - <location filename="../QScintilla/MiniEditor.py" line="1660" /> + <location filename="../ViewManager/ViewManager.py" line="2477" /> + <location filename="../QScintilla/MiniEditor.py" line="1658" /> <location filename="../QScintilla/ShellWindow.py" line="555" /> <source>Meta+K</source> <translation>Meta+K</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2492" /> - <location filename="../QScintilla/MiniEditor.py" line="1665" /> + <location filename="../ViewManager/ViewManager.py" line="2482" /> + <location filename="../QScintilla/MiniEditor.py" line="1663" /> <location filename="../QScintilla/ShellWindow.py" line="560" /> <source>Ctrl+Shift+Del</source> <translation>Ctrl+Shift+Del</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1727" /> - <location filename="../ViewManager/ViewManager.py" line="1726" /> - <location filename="../QScintilla/MiniEditor.py" line="896" /> - <location filename="../QScintilla/MiniEditor.py" line="895" /> + <location filename="../ViewManager/ViewManager.py" line="1717" /> + <location filename="../ViewManager/ViewManager.py" line="1716" /> + <location filename="../QScintilla/MiniEditor.py" line="894" /> + <location filename="../QScintilla/MiniEditor.py" line="893" /> <location filename="../QScintilla/ShellWindow.py" line="569" /> <location filename="../QScintilla/ShellWindow.py" line="568" /> <source>Move left one character</source> <translation>Ein Zeichen nach links</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1728" /> - <location filename="../QScintilla/MiniEditor.py" line="897" /> + <location filename="../ViewManager/ViewManager.py" line="1718" /> + <location filename="../QScintilla/MiniEditor.py" line="895" /> <location filename="../QScintilla/ShellWindow.py" line="570" /> <source>Left</source> <translation>Left</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1736" /> - <location filename="../QScintilla/MiniEditor.py" line="905" /> + <location filename="../ViewManager/ViewManager.py" line="1726" /> + <location filename="../QScintilla/MiniEditor.py" line="903" /> <location filename="../QScintilla/ShellWindow.py" line="578" /> <source>Meta+B</source> <translation>Meta+B</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1743" /> - <location filename="../ViewManager/ViewManager.py" line="1742" /> - <location filename="../QScintilla/MiniEditor.py" line="912" /> - <location filename="../QScintilla/MiniEditor.py" line="911" /> + <location filename="../ViewManager/ViewManager.py" line="1733" /> + <location filename="../ViewManager/ViewManager.py" line="1732" /> + <location filename="../QScintilla/MiniEditor.py" line="910" /> + <location filename="../QScintilla/MiniEditor.py" line="909" /> <location filename="../QScintilla/ShellWindow.py" line="585" /> <location filename="../QScintilla/ShellWindow.py" line="584" /> <source>Move right one character</source> <translation>Ein Zeichen nach rechts</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1744" /> - <location filename="../QScintilla/MiniEditor.py" line="913" /> + <location filename="../ViewManager/ViewManager.py" line="1734" /> + <location filename="../QScintilla/MiniEditor.py" line="911" /> <location filename="../QScintilla/ShellWindow.py" line="586" /> <source>Right</source> <translation>Right</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1751" /> - <location filename="../QScintilla/MiniEditor.py" line="920" /> + <location filename="../ViewManager/ViewManager.py" line="1741" /> + <location filename="../QScintilla/MiniEditor.py" line="918" /> <location filename="../QScintilla/ShellWindow.py" line="593" /> <source>Meta+F</source> <translation>Meta+F</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1823" /> - <location filename="../ViewManager/ViewManager.py" line="1822" /> - <location filename="../QScintilla/MiniEditor.py" line="992" /> - <location filename="../QScintilla/MiniEditor.py" line="991" /> + <location filename="../ViewManager/ViewManager.py" line="1813" /> + <location filename="../ViewManager/ViewManager.py" line="1812" /> + <location filename="../QScintilla/MiniEditor.py" line="990" /> + <location filename="../QScintilla/MiniEditor.py" line="989" /> <location filename="../QScintilla/ShellWindow.py" line="601" /> <location filename="../QScintilla/ShellWindow.py" line="600" /> <source>Move left one word</source> <translation>Ein Wort nach links</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1831" /> - <location filename="../ViewManager/ViewManager.py" line="1799" /> - <location filename="../QScintilla/MiniEditor.py" line="1000" /> - <location filename="../QScintilla/MiniEditor.py" line="968" /> + <location filename="../ViewManager/ViewManager.py" line="1821" /> + <location filename="../ViewManager/ViewManager.py" line="1789" /> + <location filename="../QScintilla/MiniEditor.py" line="998" /> + <location filename="../QScintilla/MiniEditor.py" line="966" /> <location filename="../QScintilla/ShellWindow.py" line="609" /> <source>Alt+Left</source> <translation>Alt+Left</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1887" /> - <location filename="../ViewManager/ViewManager.py" line="1835" /> - <location filename="../QScintilla/MiniEditor.py" line="1060" /> - <location filename="../QScintilla/MiniEditor.py" line="1004" /> + <location filename="../ViewManager/ViewManager.py" line="1877" /> + <location filename="../ViewManager/ViewManager.py" line="1825" /> + <location filename="../QScintilla/MiniEditor.py" line="1058" /> + <location filename="../QScintilla/MiniEditor.py" line="1002" /> <location filename="../QScintilla/ShellWindow.py" line="613" /> <source>Ctrl+Left</source> <translation>Ctrl+Left</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1843" /> - <location filename="../ViewManager/ViewManager.py" line="1842" /> - <location filename="../QScintilla/MiniEditor.py" line="1012" /> - <location filename="../QScintilla/MiniEditor.py" line="1011" /> + <location filename="../ViewManager/ViewManager.py" line="1833" /> + <location filename="../ViewManager/ViewManager.py" line="1832" /> + <location filename="../QScintilla/MiniEditor.py" line="1010" /> + <location filename="../QScintilla/MiniEditor.py" line="1009" /> <location filename="../QScintilla/ShellWindow.py" line="621" /> <location filename="../QScintilla/ShellWindow.py" line="620" /> <source>Move right one word</source> <translation>Ein Wort nach rechts</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2624" /> - <location filename="../ViewManager/ViewManager.py" line="1851" /> - <location filename="../QScintilla/MiniEditor.py" line="1814" /> - <location filename="../QScintilla/MiniEditor.py" line="1024" /> + <location filename="../ViewManager/ViewManager.py" line="2614" /> + <location filename="../ViewManager/ViewManager.py" line="1841" /> + <location filename="../QScintilla/MiniEditor.py" line="1812" /> + <location filename="../QScintilla/MiniEditor.py" line="1022" /> <location filename="../QScintilla/ShellWindow.py" line="629" /> <source>Ctrl+Right</source> <translation>Ctrl+Right</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1861" /> - <location filename="../ViewManager/ViewManager.py" line="1858" /> - <location filename="../QScintilla/MiniEditor.py" line="1034" /> - <location filename="../QScintilla/MiniEditor.py" line="1031" /> + <location filename="../ViewManager/ViewManager.py" line="1851" /> + <location filename="../ViewManager/ViewManager.py" line="1848" /> + <location filename="../QScintilla/MiniEditor.py" line="1032" /> + <location filename="../QScintilla/MiniEditor.py" line="1029" /> <location filename="../QScintilla/ShellWindow.py" line="639" /> <location filename="../QScintilla/ShellWindow.py" line="636" /> <source>Move to first visible character in document line</source> <translation>Zum ersten sichtbaren Zeichen der Dokumentzeile springen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2885" /> - <location filename="../ViewManager/ViewManager.py" line="1871" /> - <location filename="../QScintilla/MiniEditor.py" line="2075" /> - <location filename="../QScintilla/MiniEditor.py" line="1044" /> + <location filename="../ViewManager/ViewManager.py" line="2875" /> + <location filename="../ViewManager/ViewManager.py" line="1861" /> + <location filename="../QScintilla/MiniEditor.py" line="2073" /> + <location filename="../QScintilla/MiniEditor.py" line="1042" /> <location filename="../QScintilla/ShellWindow.py" line="649" /> <source>Home</source> <translation>Home</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1899" /> - <location filename="../ViewManager/ViewManager.py" line="1898" /> - <location filename="../QScintilla/MiniEditor.py" line="1072" /> - <location filename="../QScintilla/MiniEditor.py" line="1071" /> + <location filename="../ViewManager/ViewManager.py" line="1889" /> + <location filename="../ViewManager/ViewManager.py" line="1888" /> + <location filename="../QScintilla/MiniEditor.py" line="1070" /> + <location filename="../QScintilla/MiniEditor.py" line="1069" /> <location filename="../QScintilla/ShellWindow.py" line="657" /> <location filename="../QScintilla/ShellWindow.py" line="656" /> <source>Move to end of document line</source> <translation>Zum Ende der Dokumentenzeile springen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1907" /> - <location filename="../QScintilla/MiniEditor.py" line="1080" /> + <location filename="../ViewManager/ViewManager.py" line="1897" /> + <location filename="../QScintilla/MiniEditor.py" line="1078" /> <location filename="../QScintilla/ShellWindow.py" line="665" /> <source>Meta+E</source> <translation>Meta+E</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2902" /> - <location filename="../ViewManager/ViewManager.py" line="1911" /> - <location filename="../QScintilla/MiniEditor.py" line="2092" /> - <location filename="../QScintilla/MiniEditor.py" line="1084" /> + <location filename="../ViewManager/ViewManager.py" line="2892" /> + <location filename="../ViewManager/ViewManager.py" line="1901" /> + <location filename="../QScintilla/MiniEditor.py" line="2090" /> + <location filename="../QScintilla/MiniEditor.py" line="1082" /> <location filename="../QScintilla/ShellWindow.py" line="669" /> <source>End</source> <translation>End</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1759" /> - <location filename="../ViewManager/ViewManager.py" line="1758" /> - <location filename="../QScintilla/MiniEditor.py" line="928" /> - <location filename="../QScintilla/MiniEditor.py" line="927" /> + <location filename="../ViewManager/ViewManager.py" line="1749" /> + <location filename="../ViewManager/ViewManager.py" line="1748" /> + <location filename="../QScintilla/MiniEditor.py" line="926" /> + <location filename="../QScintilla/MiniEditor.py" line="925" /> <location filename="../QScintilla/ShellWindow.py" line="677" /> <location filename="../QScintilla/ShellWindow.py" line="676" /> <source>Move up one line</source> <translation>Eine Zeile nach oben</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1760" /> - <location filename="../QScintilla/MiniEditor.py" line="929" /> + <location filename="../ViewManager/ViewManager.py" line="1750" /> + <location filename="../QScintilla/MiniEditor.py" line="927" /> <location filename="../QScintilla/ShellWindow.py" line="678" /> <source>Up</source> <translation>Up</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1767" /> - <location filename="../QScintilla/MiniEditor.py" line="936" /> + <location filename="../ViewManager/ViewManager.py" line="1757" /> + <location filename="../QScintilla/MiniEditor.py" line="934" /> <location filename="../QScintilla/ShellWindow.py" line="685" /> <source>Meta+P</source> <translation>Meta+P</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1775" /> - <location filename="../ViewManager/ViewManager.py" line="1774" /> - <location filename="../QScintilla/MiniEditor.py" line="944" /> - <location filename="../QScintilla/MiniEditor.py" line="943" /> + <location filename="../ViewManager/ViewManager.py" line="1765" /> + <location filename="../ViewManager/ViewManager.py" line="1764" /> + <location filename="../QScintilla/MiniEditor.py" line="942" /> + <location filename="../QScintilla/MiniEditor.py" line="941" /> <location filename="../QScintilla/ShellWindow.py" line="693" /> <location filename="../QScintilla/ShellWindow.py" line="692" /> <source>Move down one line</source> <translation>Eine Zeile nach unten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1776" /> - <location filename="../QScintilla/MiniEditor.py" line="945" /> + <location filename="../ViewManager/ViewManager.py" line="1766" /> + <location filename="../QScintilla/MiniEditor.py" line="943" /> <location filename="../QScintilla/ShellWindow.py" line="694" /> <source>Down</source> <translation>Down</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1783" /> - <location filename="../QScintilla/MiniEditor.py" line="952" /> + <location filename="../ViewManager/ViewManager.py" line="1773" /> + <location filename="../QScintilla/MiniEditor.py" line="950" /> <location filename="../QScintilla/ShellWindow.py" line="701" /> <source>Meta+N</source> <translation>Meta+N</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2023" /> - <location filename="../ViewManager/ViewManager.py" line="1920" /> - <location filename="../QScintilla/MiniEditor.py" line="1196" /> - <location filename="../QScintilla/MiniEditor.py" line="1093" /> + <location filename="../ViewManager/ViewManager.py" line="2013" /> + <location filename="../ViewManager/ViewManager.py" line="1910" /> + <location filename="../QScintilla/MiniEditor.py" line="1194" /> + <location filename="../QScintilla/MiniEditor.py" line="1091" /> <location filename="../QScintilla/ShellWindow.py" line="710" /> <source>Ctrl+Down</source> <translation>Ctrl+Down</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2003" /> - <location filename="../ViewManager/ViewManager.py" line="1932" /> - <location filename="../QScintilla/MiniEditor.py" line="1176" /> - <location filename="../QScintilla/MiniEditor.py" line="1105" /> + <location filename="../ViewManager/ViewManager.py" line="1993" /> + <location filename="../ViewManager/ViewManager.py" line="1922" /> + <location filename="../QScintilla/MiniEditor.py" line="1174" /> + <location filename="../QScintilla/MiniEditor.py" line="1103" /> <location filename="../QScintilla/ShellWindow.py" line="722" /> <source>Ctrl+Up</source> <translation>Ctrl+Up</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1967" /> - <location filename="../ViewManager/ViewManager.py" line="1966" /> - <location filename="../QScintilla/MiniEditor.py" line="1140" /> - <location filename="../QScintilla/MiniEditor.py" line="1139" /> + <location filename="../ViewManager/ViewManager.py" line="1957" /> + <location filename="../ViewManager/ViewManager.py" line="1956" /> + <location filename="../QScintilla/MiniEditor.py" line="1138" /> + <location filename="../QScintilla/MiniEditor.py" line="1137" /> <location filename="../QScintilla/ShellWindow.py" line="733" /> <location filename="../QScintilla/ShellWindow.py" line="732" /> <source>Move up one page</source> <translation>Eine Seite hoch</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1968" /> - <location filename="../QScintilla/MiniEditor.py" line="1141" /> + <location filename="../ViewManager/ViewManager.py" line="1958" /> + <location filename="../QScintilla/MiniEditor.py" line="1139" /> <location filename="../QScintilla/ShellWindow.py" line="734" /> <source>PgUp</source> <translation>PgUp</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1979" /> - <location filename="../ViewManager/ViewManager.py" line="1978" /> - <location filename="../QScintilla/MiniEditor.py" line="1152" /> - <location filename="../QScintilla/MiniEditor.py" line="1151" /> + <location filename="../ViewManager/ViewManager.py" line="1969" /> + <location filename="../ViewManager/ViewManager.py" line="1968" /> + <location filename="../QScintilla/MiniEditor.py" line="1150" /> + <location filename="../QScintilla/MiniEditor.py" line="1149" /> <location filename="../QScintilla/ShellWindow.py" line="745" /> <location filename="../QScintilla/ShellWindow.py" line="744" /> <source>Move down one page</source> <translation>Eine Seite nach unten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1980" /> - <location filename="../QScintilla/MiniEditor.py" line="1153" /> + <location filename="../ViewManager/ViewManager.py" line="1970" /> + <location filename="../QScintilla/MiniEditor.py" line="1151" /> <location filename="../QScintilla/ShellWindow.py" line="746" /> <source>PgDown</source> <translation>PgDown</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1987" /> - <location filename="../QScintilla/MiniEditor.py" line="1160" /> + <location filename="../ViewManager/ViewManager.py" line="1977" /> + <location filename="../QScintilla/MiniEditor.py" line="1158" /> <location filename="../QScintilla/ShellWindow.py" line="753" /> <source>Meta+V</source> <translation>Meta+V</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2670" /> - <location filename="../ViewManager/ViewManager.py" line="2669" /> - <location filename="../QScintilla/MiniEditor.py" line="1860" /> - <location filename="../QScintilla/MiniEditor.py" line="1859" /> + <location filename="../ViewManager/ViewManager.py" line="2660" /> + <location filename="../ViewManager/ViewManager.py" line="2659" /> + <location filename="../QScintilla/MiniEditor.py" line="1858" /> + <location filename="../QScintilla/MiniEditor.py" line="1857" /> <location filename="../QScintilla/ShellWindow.py" line="761" /> <location filename="../QScintilla/ShellWindow.py" line="760" /> <source>Escape</source> <translation>Abbruch</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2671" /> - <location filename="../QScintilla/MiniEditor.py" line="1861" /> + <location filename="../ViewManager/ViewManager.py" line="2661" /> + <location filename="../QScintilla/MiniEditor.py" line="1859" /> <location filename="../QScintilla/ShellWindow.py" line="762" /> <source>Esc</source> <translation>Esc</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2061" /> - <location filename="../ViewManager/ViewManager.py" line="2058" /> - <location filename="../QScintilla/MiniEditor.py" line="1234" /> - <location filename="../QScintilla/MiniEditor.py" line="1231" /> + <location filename="../ViewManager/ViewManager.py" line="2051" /> + <location filename="../ViewManager/ViewManager.py" line="2048" /> + <location filename="../QScintilla/MiniEditor.py" line="1232" /> + <location filename="../QScintilla/MiniEditor.py" line="1229" /> <location filename="../QScintilla/ShellWindow.py" line="775" /> <location filename="../QScintilla/ShellWindow.py" line="772" /> <source>Extend selection left one character</source> <translation>Auswahl um ein Zeichen nach links erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2064" /> - <location filename="../QScintilla/MiniEditor.py" line="1237" /> + <location filename="../ViewManager/ViewManager.py" line="2054" /> + <location filename="../QScintilla/MiniEditor.py" line="1235" /> <location filename="../QScintilla/ShellWindow.py" line="778" /> <source>Shift+Left</source> <translation>Shift+Left</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="2061" /> + <location filename="../QScintilla/MiniEditor.py" line="1242" /> + <location filename="../QScintilla/ShellWindow.py" line="785" /> + <source>Meta+Shift+B</source> + <translation>Meta+Shift+B</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="2071" /> - <location filename="../QScintilla/MiniEditor.py" line="1244" /> - <location filename="../QScintilla/ShellWindow.py" line="785" /> - <source>Meta+Shift+B</source> - <translation>Meta+Shift+B</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2081" /> - <location filename="../ViewManager/ViewManager.py" line="2078" /> - <location filename="../QScintilla/MiniEditor.py" line="1254" /> - <location filename="../QScintilla/MiniEditor.py" line="1251" /> + <location filename="../ViewManager/ViewManager.py" line="2068" /> + <location filename="../QScintilla/MiniEditor.py" line="1252" /> + <location filename="../QScintilla/MiniEditor.py" line="1249" /> <location filename="../QScintilla/ShellWindow.py" line="795" /> <location filename="../QScintilla/ShellWindow.py" line="792" /> <source>Extend selection right one character</source> <translation>Auswahl um ein Zeichen nach rechts erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2084" /> - <location filename="../QScintilla/MiniEditor.py" line="1257" /> + <location filename="../ViewManager/ViewManager.py" line="2074" /> + <location filename="../QScintilla/MiniEditor.py" line="1255" /> <location filename="../QScintilla/ShellWindow.py" line="798" /> <source>Shift+Right</source> <translation>Shift+Right</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2091" /> - <location filename="../QScintilla/MiniEditor.py" line="1264" /> + <location filename="../ViewManager/ViewManager.py" line="2081" /> + <location filename="../QScintilla/MiniEditor.py" line="1262" /> <location filename="../QScintilla/ShellWindow.py" line="805" /> <source>Meta+Shift+F</source> <translation>Meta+Shift+F</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2175" /> - <location filename="../ViewManager/ViewManager.py" line="2174" /> - <location filename="../QScintilla/MiniEditor.py" line="1348" /> - <location filename="../QScintilla/MiniEditor.py" line="1347" /> + <location filename="../ViewManager/ViewManager.py" line="2165" /> + <location filename="../ViewManager/ViewManager.py" line="2164" /> + <location filename="../QScintilla/MiniEditor.py" line="1346" /> + <location filename="../QScintilla/MiniEditor.py" line="1345" /> <location filename="../QScintilla/ShellWindow.py" line="813" /> <location filename="../QScintilla/ShellWindow.py" line="812" /> <source>Extend selection left one word</source> <translation>Auswahl um ein Wort nach links erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2184" /> - <location filename="../ViewManager/ViewManager.py" line="2144" /> - <location filename="../QScintilla/MiniEditor.py" line="1357" /> - <location filename="../QScintilla/MiniEditor.py" line="1317" /> + <location filename="../ViewManager/ViewManager.py" line="2174" /> + <location filename="../ViewManager/ViewManager.py" line="2134" /> + <location filename="../QScintilla/MiniEditor.py" line="1355" /> + <location filename="../QScintilla/MiniEditor.py" line="1315" /> <location filename="../QScintilla/ShellWindow.py" line="822" /> <source>Alt+Shift+Left</source> <translation>Alt+Shift+Left</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3088" /> - <location filename="../ViewManager/ViewManager.py" line="2190" /> - <location filename="../QScintilla/MiniEditor.py" line="2278" /> - <location filename="../QScintilla/MiniEditor.py" line="1363" /> + <location filename="../ViewManager/ViewManager.py" line="3078" /> + <location filename="../ViewManager/ViewManager.py" line="2180" /> + <location filename="../QScintilla/MiniEditor.py" line="2276" /> + <location filename="../QScintilla/MiniEditor.py" line="1361" /> <location filename="../QScintilla/ShellWindow.py" line="828" /> <source>Ctrl+Shift+Left</source> <translation>Ctrl+Shift+Left</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2201" /> - <location filename="../ViewManager/ViewManager.py" line="2198" /> - <location filename="../QScintilla/MiniEditor.py" line="1374" /> - <location filename="../QScintilla/MiniEditor.py" line="1371" /> + <location filename="../ViewManager/ViewManager.py" line="2191" /> + <location filename="../ViewManager/ViewManager.py" line="2188" /> + <location filename="../QScintilla/MiniEditor.py" line="1372" /> + <location filename="../QScintilla/MiniEditor.py" line="1369" /> <location filename="../QScintilla/ShellWindow.py" line="839" /> <location filename="../QScintilla/ShellWindow.py" line="836" /> <source>Extend selection right one word</source> <translation>Auswahl um ein Wort nach rechts erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2962" /> - <location filename="../ViewManager/ViewManager.py" line="2212" /> - <location filename="../ViewManager/ViewManager.py" line="2166" /> - <location filename="../QScintilla/MiniEditor.py" line="2152" /> - <location filename="../QScintilla/MiniEditor.py" line="1385" /> - <location filename="../QScintilla/MiniEditor.py" line="1339" /> + <location filename="../ViewManager/ViewManager.py" line="2952" /> + <location filename="../ViewManager/ViewManager.py" line="2202" /> + <location filename="../ViewManager/ViewManager.py" line="2156" /> + <location filename="../QScintilla/MiniEditor.py" line="2150" /> + <location filename="../QScintilla/MiniEditor.py" line="1383" /> + <location filename="../QScintilla/MiniEditor.py" line="1337" /> <location filename="../QScintilla/ShellWindow.py" line="850" /> <source>Alt+Shift+Right</source> <translation>Alt+Shift+Right</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2649" /> - <location filename="../ViewManager/ViewManager.py" line="2218" /> - <location filename="../QScintilla/MiniEditor.py" line="1839" /> - <location filename="../QScintilla/MiniEditor.py" line="1391" /> + <location filename="../ViewManager/ViewManager.py" line="2639" /> + <location filename="../ViewManager/ViewManager.py" line="2208" /> + <location filename="../QScintilla/MiniEditor.py" line="1837" /> + <location filename="../QScintilla/MiniEditor.py" line="1389" /> <location filename="../QScintilla/ShellWindow.py" line="856" /> <source>Ctrl+Shift+Right</source> <translation>Ctrl+Shift+Right</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2230" /> - <location filename="../ViewManager/ViewManager.py" line="2226" /> - <location filename="../QScintilla/MiniEditor.py" line="1403" /> - <location filename="../QScintilla/MiniEditor.py" line="1399" /> + <location filename="../ViewManager/ViewManager.py" line="2220" /> + <location filename="../ViewManager/ViewManager.py" line="2216" /> + <location filename="../QScintilla/MiniEditor.py" line="1401" /> + <location filename="../QScintilla/MiniEditor.py" line="1397" /> <location filename="../QScintilla/ShellWindow.py" line="868" /> <location filename="../QScintilla/ShellWindow.py" line="864" /> <source>Extend selection to first visible character in document line</source> <translation>Auswahl zum ersten sichtbaren Zeichen der Dokumentzeile erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2241" /> - <location filename="../QScintilla/MiniEditor.py" line="1414" /> + <location filename="../ViewManager/ViewManager.py" line="2231" /> + <location filename="../QScintilla/MiniEditor.py" line="1412" /> <location filename="../QScintilla/ShellWindow.py" line="879" /> <source>Shift+Home</source> <translation>Shift+Home</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2251" /> - <location filename="../ViewManager/ViewManager.py" line="2248" /> - <location filename="../QScintilla/MiniEditor.py" line="1424" /> - <location filename="../QScintilla/MiniEditor.py" line="1421" /> + <location filename="../ViewManager/ViewManager.py" line="2241" /> + <location filename="../ViewManager/ViewManager.py" line="2238" /> + <location filename="../QScintilla/MiniEditor.py" line="1422" /> + <location filename="../QScintilla/MiniEditor.py" line="1419" /> <location filename="../QScintilla/ShellWindow.py" line="889" /> <location filename="../QScintilla/ShellWindow.py" line="886" /> <source>Extend selection to end of document line</source> <translation>Auswahl zum Ende der Dokumentenzeile erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2261" /> - <location filename="../QScintilla/MiniEditor.py" line="1434" /> + <location filename="../ViewManager/ViewManager.py" line="2251" /> + <location filename="../QScintilla/MiniEditor.py" line="1432" /> <location filename="../QScintilla/ShellWindow.py" line="899" /> <source>Meta+Shift+E</source> <translation>Meta+Shift+E</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2265" /> - <location filename="../QScintilla/MiniEditor.py" line="1438" /> + <location filename="../ViewManager/ViewManager.py" line="2255" /> + <location filename="../QScintilla/MiniEditor.py" line="1436" /> <location filename="../QScintilla/ShellWindow.py" line="903" /> <source>Shift+End</source> <translation>Shift+End</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4031" /> - <location filename="../ViewManager/ViewManager.py" line="4029" /> - <location filename="../ViewManager/ViewManager.py" line="3464" /> - <location filename="../QScintilla/MiniEditor.py" line="2534" /> + <location filename="../ViewManager/ViewManager.py" line="4023" /> + <location filename="../ViewManager/ViewManager.py" line="4021" /> + <location filename="../ViewManager/ViewManager.py" line="3454" /> + <location filename="../QScintilla/MiniEditor.py" line="2532" /> <location filename="../QScintilla/ShellWindow.py" line="917" /> <source>Search</source> <translation>Suchen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3466" /> - <location filename="../QScintilla/MiniEditor.py" line="2536" /> + <location filename="../ViewManager/ViewManager.py" line="3456" /> + <location filename="../QScintilla/MiniEditor.py" line="2534" /> <location filename="../QScintilla/ShellWindow.py" line="919" /> <source>&Search...</source> <translation>&Suchen...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3468" /> - <location filename="../QScintilla/MiniEditor.py" line="2538" /> + <location filename="../ViewManager/ViewManager.py" line="3458" /> + <location filename="../QScintilla/MiniEditor.py" line="2536" /> <location filename="../QScintilla/ShellWindow.py" line="921" /> <source>Ctrl+F</source> <comment>Search|Search</comment> <translation>Ctrl+F</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3475" /> - <location filename="../QScintilla/MiniEditor.py" line="2545" /> + <location filename="../ViewManager/ViewManager.py" line="3465" /> + <location filename="../QScintilla/MiniEditor.py" line="2543" /> <location filename="../QScintilla/ShellWindow.py" line="928" /> <source>Search for a text</source> <translation>Sucht nach Text</translation> @@ -89552,30 +90921,30 @@ <translation><b>Suchen</b><p>Sucht einen Text im Shell Fenster. Es wird ein Dialog eingeblendet, in dem der Suchtext und verschieden Suchoptionen eingegeben werden kann.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3490" /> - <location filename="../QScintilla/MiniEditor.py" line="2560" /> + <location filename="../ViewManager/ViewManager.py" line="3480" /> + <location filename="../QScintilla/MiniEditor.py" line="2558" /> <location filename="../QScintilla/ShellWindow.py" line="943" /> <source>Search next</source> <translation>Weitersuchen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3492" /> - <location filename="../QScintilla/MiniEditor.py" line="2562" /> + <location filename="../ViewManager/ViewManager.py" line="3482" /> + <location filename="../QScintilla/MiniEditor.py" line="2560" /> <location filename="../QScintilla/ShellWindow.py" line="945" /> <source>Search &next</source> <translation>&Weitersuchen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3494" /> - <location filename="../QScintilla/MiniEditor.py" line="2564" /> + <location filename="../ViewManager/ViewManager.py" line="3484" /> + <location filename="../QScintilla/MiniEditor.py" line="2562" /> <location filename="../QScintilla/ShellWindow.py" line="947" /> <source>F3</source> <comment>Search|Search next</comment> <translation>F3</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3501" /> - <location filename="../QScintilla/MiniEditor.py" line="2571" /> + <location filename="../ViewManager/ViewManager.py" line="3491" /> + <location filename="../QScintilla/MiniEditor.py" line="2569" /> <location filename="../QScintilla/ShellWindow.py" line="954" /> <source>Search next occurrence of text</source> <translation>Das nächste Vorkommen des Textes in der Seite suchen</translation> @@ -89586,30 +90955,30 @@ <translation><b>Weitersuchen</b><p>Nach der nächsten Textstelle im Shell Fenster suchen. Der zuvor eingegebene Suchtext und die Suchoptionen werden weiterverwendet.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3516" /> - <location filename="../QScintilla/MiniEditor.py" line="2586" /> + <location filename="../ViewManager/ViewManager.py" line="3506" /> + <location filename="../QScintilla/MiniEditor.py" line="2584" /> <location filename="../QScintilla/ShellWindow.py" line="971" /> <source>Search previous</source> <translation>Rückwärtssuchen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3518" /> - <location filename="../QScintilla/MiniEditor.py" line="2588" /> + <location filename="../ViewManager/ViewManager.py" line="3508" /> + <location filename="../QScintilla/MiniEditor.py" line="2586" /> <location filename="../QScintilla/ShellWindow.py" line="973" /> <source>Search &previous</source> <translation>&Rückwärtssuchen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3520" /> - <location filename="../QScintilla/MiniEditor.py" line="2590" /> + <location filename="../ViewManager/ViewManager.py" line="3510" /> + <location filename="../QScintilla/MiniEditor.py" line="2588" /> <location filename="../QScintilla/ShellWindow.py" line="975" /> <source>Shift+F3</source> <comment>Search|Search previous</comment> <translation>Shift+F3</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3529" /> - <location filename="../QScintilla/MiniEditor.py" line="2599" /> + <location filename="../ViewManager/ViewManager.py" line="3519" /> + <location filename="../QScintilla/MiniEditor.py" line="2597" /> <location filename="../QScintilla/ShellWindow.py" line="984" /> <source>Search previous occurrence of text</source> <translation>Das vorherige Vorkommen des Textes in der Seite suchen</translation> @@ -89620,21 +90989,21 @@ <translation><b>Rückwärtssuchen</b><p>Nach der vorherigen Textstelle im Shell Fenster suchen. Der zuvor eingegebene Suchtext und die Suchoptionen werden weiterverwendet.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4072" /> + <location filename="../ViewManager/ViewManager.py" line="4064" /> <location filename="../QScintilla/MiniEditor.py" line="2757" /> <location filename="../QScintilla/ShellWindow.py" line="1010" /> <source>Zoom in</source> <translation>Vergrößern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4074" /> + <location filename="../ViewManager/ViewManager.py" line="4066" /> <location filename="../QScintilla/MiniEditor.py" line="2759" /> <location filename="../QScintilla/ShellWindow.py" line="1012" /> <source>Zoom &in</source> <translation>Ver&größern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4076" /> + <location filename="../ViewManager/ViewManager.py" line="4068" /> <location filename="../QScintilla/MiniEditor.py" line="2761" /> <location filename="../QScintilla/ShellWindow.py" line="1014" /> <source>Ctrl++</source> @@ -89642,7 +91011,7 @@ <translation>Ctrl++</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4079" /> + <location filename="../ViewManager/ViewManager.py" line="4071" /> <location filename="../QScintilla/MiniEditor.py" line="2764" /> <location filename="../QScintilla/ShellWindow.py" line="1017" /> <source>Zoom In</source> @@ -89650,35 +91019,35 @@ <translation>Vergrößern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4085" /> + <location filename="../ViewManager/ViewManager.py" line="4077" /> <location filename="../QScintilla/MiniEditor.py" line="2770" /> <location filename="../QScintilla/ShellWindow.py" line="1023" /> <source>Zoom in on the text</source> <translation>Text vergrößern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4088" /> + <location filename="../ViewManager/ViewManager.py" line="4080" /> <location filename="../QScintilla/MiniEditor.py" line="2773" /> <location filename="../QScintilla/ShellWindow.py" line="1026" /> <source><b>Zoom in</b><p>Zoom in on the text. This makes the text bigger.</p></source> <translation><b>Vergrößern</b><p>Den angezeigten Text vergrößern.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4098" /> + <location filename="../ViewManager/ViewManager.py" line="4090" /> <location filename="../QScintilla/MiniEditor.py" line="2783" /> <location filename="../QScintilla/ShellWindow.py" line="1036" /> <source>Zoom out</source> <translation>Verkleinern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4100" /> + <location filename="../ViewManager/ViewManager.py" line="4092" /> <location filename="../QScintilla/MiniEditor.py" line="2785" /> <location filename="../QScintilla/ShellWindow.py" line="1038" /> <source>Zoom &out</source> <translation>Ver&kleinern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4102" /> + <location filename="../ViewManager/ViewManager.py" line="4094" /> <location filename="../QScintilla/MiniEditor.py" line="2787" /> <location filename="../QScintilla/ShellWindow.py" line="1040" /> <source>Ctrl+-</source> @@ -89686,7 +91055,7 @@ <translation>Ctrl+-</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4105" /> + <location filename="../ViewManager/ViewManager.py" line="4097" /> <location filename="../QScintilla/MiniEditor.py" line="2790" /> <location filename="../QScintilla/ShellWindow.py" line="1043" /> <source>Zoom Out</source> @@ -89694,35 +91063,35 @@ <translation>Verkleinern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4111" /> + <location filename="../ViewManager/ViewManager.py" line="4103" /> <location filename="../QScintilla/MiniEditor.py" line="2796" /> <location filename="../QScintilla/ShellWindow.py" line="1049" /> <source>Zoom out on the text</source> <translation>Text verkleinern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4114" /> + <location filename="../ViewManager/ViewManager.py" line="4106" /> <location filename="../QScintilla/MiniEditor.py" line="2799" /> <location filename="../QScintilla/ShellWindow.py" line="1052" /> <source><b>Zoom out</b><p>Zoom out on the text. This makes the text smaller.</p></source> <translation><b>Verkleinern</b><p>Den angezeigten Text verkleinern.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4124" /> + <location filename="../ViewManager/ViewManager.py" line="4116" /> <location filename="../QScintilla/MiniEditor.py" line="2809" /> <location filename="../QScintilla/ShellWindow.py" line="1062" /> <source>Zoom reset</source> <translation>Vergrößerung zurücksetzen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4126" /> + <location filename="../ViewManager/ViewManager.py" line="4118" /> <location filename="../QScintilla/MiniEditor.py" line="2811" /> <location filename="../QScintilla/ShellWindow.py" line="1064" /> <source>Zoom &reset</source> <translation>Vergrößerung &zurücksetzen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4128" /> + <location filename="../ViewManager/ViewManager.py" line="4120" /> <location filename="../QScintilla/MiniEditor.py" line="2813" /> <location filename="../QScintilla/ShellWindow.py" line="1066" /> <source>Ctrl+0</source> @@ -89730,2988 +91099,2988 @@ <translation>Ctrl+0</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4135" /> + <location filename="../ViewManager/ViewManager.py" line="4127" /> <location filename="../QScintilla/MiniEditor.py" line="2820" /> <location filename="../QScintilla/ShellWindow.py" line="1073" /> <source>Reset the zoom of the text</source> <translation>Die Textgröße zurücksetzen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4138" /> + <location filename="../ViewManager/ViewManager.py" line="4130" /> <location filename="../QScintilla/MiniEditor.py" line="2823" /> <location filename="../QScintilla/ShellWindow.py" line="1076" /> <source><b>Zoom reset</b><p>Reset the zoom of the text. This sets the zoom factor to 100%.</p></source> <translation><b>Vergrößerung zurücksetzen</b><p>Setzt die Vergrößerung auf den Wert 100% zurück.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4149" /> + <location filename="../ViewManager/ViewManager.py" line="4141" /> <location filename="../QScintilla/MiniEditor.py" line="2834" /> <location filename="../QScintilla/ShellWindow.py" line="1087" /> <source>Zoom</source> <translation>Maßstab</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4151" /> + <location filename="../ViewManager/ViewManager.py" line="4143" /> <location filename="../QScintilla/MiniEditor.py" line="2836" /> <location filename="../QScintilla/ShellWindow.py" line="1089" /> <source>&Zoom</source> <translation>&Maßstab</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4158" /> + <location filename="../ViewManager/ViewManager.py" line="4150" /> <location filename="../QScintilla/MiniEditor.py" line="2843" /> <location filename="../QScintilla/ShellWindow.py" line="1096" /> <source>Zoom the text</source> <translation>Den Maßstab des Textes ändern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4161" /> + <location filename="../ViewManager/ViewManager.py" line="4153" /> <location filename="../QScintilla/MiniEditor.py" line="2846" /> <location filename="../QScintilla/ShellWindow.py" line="1099" /> <source><b>Zoom</b><p>Zoom the text. This opens a dialog where the desired size can be entered.</p></source> <translation><b>Maßstab</b><p>dies ändert den Textmaßstab. Es wird ein dialog eingeblendet, in dem der Maßstab eingegeben werden kann.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="813" /> - <location filename="../ViewManager/ViewManager.py" line="811" /> - <location filename="../QScintilla/MiniEditor.py" line="742" /> + <location filename="../ViewManager/ViewManager.py" line="803" /> + <location filename="../ViewManager/ViewManager.py" line="801" /> + <location filename="../QScintilla/MiniEditor.py" line="740" /> <source>Print Preview</source> <translation>Druckvorschau</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1791" /> - <location filename="../ViewManager/ViewManager.py" line="1790" /> - <location filename="../QScintilla/MiniEditor.py" line="960" /> - <location filename="../QScintilla/MiniEditor.py" line="959" /> + <location filename="../ViewManager/ViewManager.py" line="1781" /> + <location filename="../ViewManager/ViewManager.py" line="1780" /> + <location filename="../QScintilla/MiniEditor.py" line="958" /> + <location filename="../QScintilla/MiniEditor.py" line="957" /> <source>Move left one word part</source> <translation>Ein Wortteil nach links</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1807" /> - <location filename="../ViewManager/ViewManager.py" line="1806" /> - <location filename="../QScintilla/MiniEditor.py" line="976" /> - <location filename="../QScintilla/MiniEditor.py" line="975" /> + <location filename="../ViewManager/ViewManager.py" line="1797" /> + <location filename="../ViewManager/ViewManager.py" line="1796" /> + <location filename="../QScintilla/MiniEditor.py" line="974" /> + <location filename="../QScintilla/MiniEditor.py" line="973" /> <source>Move right one word part</source> <translation>Ein Wortteil nach rechts</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2940" /> - <location filename="../ViewManager/ViewManager.py" line="1815" /> - <location filename="../QScintilla/MiniEditor.py" line="2130" /> - <location filename="../QScintilla/MiniEditor.py" line="1020" /> - <location filename="../QScintilla/MiniEditor.py" line="984" /> + <location filename="../ViewManager/ViewManager.py" line="2930" /> + <location filename="../ViewManager/ViewManager.py" line="1805" /> + <location filename="../QScintilla/MiniEditor.py" line="2128" /> + <location filename="../QScintilla/MiniEditor.py" line="1018" /> + <location filename="../QScintilla/MiniEditor.py" line="982" /> <source>Alt+Right</source> <translation>Alt+Right</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1879" /> - <location filename="../ViewManager/ViewManager.py" line="1878" /> - <location filename="../QScintilla/MiniEditor.py" line="1052" /> - <location filename="../QScintilla/MiniEditor.py" line="1051" /> + <location filename="../ViewManager/ViewManager.py" line="1869" /> + <location filename="../ViewManager/ViewManager.py" line="1868" /> + <location filename="../QScintilla/MiniEditor.py" line="1050" /> + <location filename="../QScintilla/MiniEditor.py" line="1049" /> <source>Move to start of display line</source> <translation>Zum Beginn der Anzeigezeile springen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1891" /> - <location filename="../QScintilla/MiniEditor.py" line="1064" /> + <location filename="../ViewManager/ViewManager.py" line="1881" /> + <location filename="../QScintilla/MiniEditor.py" line="1062" /> <source>Alt+Home</source> <translation>Alt+Home</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1919" /> - <location filename="../ViewManager/ViewManager.py" line="1918" /> - <location filename="../QScintilla/MiniEditor.py" line="1092" /> - <location filename="../QScintilla/MiniEditor.py" line="1091" /> + <location filename="../ViewManager/ViewManager.py" line="1909" /> + <location filename="../ViewManager/ViewManager.py" line="1908" /> + <location filename="../QScintilla/MiniEditor.py" line="1090" /> + <location filename="../QScintilla/MiniEditor.py" line="1089" /> <source>Scroll view down one line</source> <translation>Eine Zeile nach unten rollen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1931" /> - <location filename="../ViewManager/ViewManager.py" line="1930" /> - <location filename="../QScintilla/MiniEditor.py" line="1104" /> - <location filename="../QScintilla/MiniEditor.py" line="1103" /> + <location filename="../ViewManager/ViewManager.py" line="1921" /> + <location filename="../ViewManager/ViewManager.py" line="1920" /> + <location filename="../QScintilla/MiniEditor.py" line="1102" /> + <location filename="../QScintilla/MiniEditor.py" line="1101" /> <source>Scroll view up one line</source> <translation>Eine Zeile nach oben rollen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1943" /> - <location filename="../ViewManager/ViewManager.py" line="1942" /> - <location filename="../QScintilla/MiniEditor.py" line="1116" /> - <location filename="../QScintilla/MiniEditor.py" line="1115" /> + <location filename="../ViewManager/ViewManager.py" line="1933" /> + <location filename="../ViewManager/ViewManager.py" line="1932" /> + <location filename="../QScintilla/MiniEditor.py" line="1114" /> + <location filename="../QScintilla/MiniEditor.py" line="1113" /> <source>Move up one paragraph</source> <translation>Einen Absatz nach oben</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1944" /> - <location filename="../QScintilla/MiniEditor.py" line="1117" /> + <location filename="../ViewManager/ViewManager.py" line="1934" /> + <location filename="../QScintilla/MiniEditor.py" line="1115" /> <source>Alt+Up</source> <translation>Alt+Up</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1955" /> - <location filename="../ViewManager/ViewManager.py" line="1954" /> - <location filename="../QScintilla/MiniEditor.py" line="1128" /> - <location filename="../QScintilla/MiniEditor.py" line="1127" /> + <location filename="../ViewManager/ViewManager.py" line="1945" /> + <location filename="../ViewManager/ViewManager.py" line="1944" /> + <location filename="../QScintilla/MiniEditor.py" line="1126" /> + <location filename="../QScintilla/MiniEditor.py" line="1125" /> <source>Move down one paragraph</source> <translation>Einen Absatz nach unten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1956" /> - <location filename="../QScintilla/MiniEditor.py" line="1129" /> + <location filename="../ViewManager/ViewManager.py" line="1946" /> + <location filename="../QScintilla/MiniEditor.py" line="1127" /> <source>Alt+Down</source> <translation>Alt+Down</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1995" /> - <location filename="../ViewManager/ViewManager.py" line="1994" /> - <location filename="../QScintilla/MiniEditor.py" line="1168" /> - <location filename="../QScintilla/MiniEditor.py" line="1167" /> + <location filename="../ViewManager/ViewManager.py" line="1985" /> + <location filename="../ViewManager/ViewManager.py" line="1984" /> + <location filename="../QScintilla/MiniEditor.py" line="1166" /> + <location filename="../QScintilla/MiniEditor.py" line="1165" /> <source>Move to start of document</source> <translation>Zum Dokumentenanfang springen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2007" /> - <location filename="../QScintilla/MiniEditor.py" line="1180" /> + <location filename="../ViewManager/ViewManager.py" line="1997" /> + <location filename="../QScintilla/MiniEditor.py" line="1178" /> <source>Ctrl+Home</source> <translation>Ctrl+Home</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2015" /> - <location filename="../ViewManager/ViewManager.py" line="2014" /> - <location filename="../QScintilla/MiniEditor.py" line="1188" /> - <location filename="../QScintilla/MiniEditor.py" line="1187" /> + <location filename="../ViewManager/ViewManager.py" line="2005" /> + <location filename="../ViewManager/ViewManager.py" line="2004" /> + <location filename="../QScintilla/MiniEditor.py" line="1186" /> + <location filename="../QScintilla/MiniEditor.py" line="1185" /> <source>Move to end of document</source> <translation>Zum Dokumentenende springen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2027" /> - <location filename="../QScintilla/MiniEditor.py" line="1200" /> + <location filename="../ViewManager/ViewManager.py" line="2017" /> + <location filename="../QScintilla/MiniEditor.py" line="1198" /> <source>Ctrl+End</source> <translation>Ctrl+End</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2047" /> - <location filename="../ViewManager/ViewManager.py" line="2046" /> - <location filename="../QScintilla/MiniEditor.py" line="1220" /> - <location filename="../QScintilla/MiniEditor.py" line="1219" /> + <location filename="../ViewManager/ViewManager.py" line="2037" /> + <location filename="../ViewManager/ViewManager.py" line="2036" /> + <location filename="../QScintilla/MiniEditor.py" line="1218" /> + <location filename="../QScintilla/MiniEditor.py" line="1217" /> <source>Unindent one level</source> <translation>Eine Ebene ausrücken</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2048" /> - <location filename="../QScintilla/MiniEditor.py" line="1221" /> + <location filename="../ViewManager/ViewManager.py" line="2038" /> + <location filename="../QScintilla/MiniEditor.py" line="1219" /> <source>Shift+Tab</source> <translation>Shift+Tab</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2099" /> - <location filename="../ViewManager/ViewManager.py" line="2098" /> - <location filename="../QScintilla/MiniEditor.py" line="1272" /> - <location filename="../QScintilla/MiniEditor.py" line="1271" /> + <location filename="../ViewManager/ViewManager.py" line="2089" /> + <location filename="../ViewManager/ViewManager.py" line="2088" /> + <location filename="../QScintilla/MiniEditor.py" line="1270" /> + <location filename="../QScintilla/MiniEditor.py" line="1269" /> <source>Extend selection up one line</source> <translation>Auswahl um eine Zeile nach oben erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2100" /> - <location filename="../QScintilla/MiniEditor.py" line="1273" /> + <location filename="../ViewManager/ViewManager.py" line="2090" /> + <location filename="../QScintilla/MiniEditor.py" line="1271" /> <source>Shift+Up</source> <translation>Shift+Up</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2107" /> - <location filename="../QScintilla/MiniEditor.py" line="1280" /> + <location filename="../ViewManager/ViewManager.py" line="2097" /> + <location filename="../QScintilla/MiniEditor.py" line="1278" /> <source>Meta+Shift+P</source> <translation>Meta+Shift+P</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2115" /> - <location filename="../ViewManager/ViewManager.py" line="2114" /> - <location filename="../QScintilla/MiniEditor.py" line="1288" /> - <location filename="../QScintilla/MiniEditor.py" line="1287" /> + <location filename="../ViewManager/ViewManager.py" line="2105" /> + <location filename="../ViewManager/ViewManager.py" line="2104" /> + <location filename="../QScintilla/MiniEditor.py" line="1286" /> + <location filename="../QScintilla/MiniEditor.py" line="1285" /> <source>Extend selection down one line</source> <translation>Auswahl um eine Zeile nach unten erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2116" /> - <location filename="../QScintilla/MiniEditor.py" line="1289" /> + <location filename="../ViewManager/ViewManager.py" line="2106" /> + <location filename="../QScintilla/MiniEditor.py" line="1287" /> <source>Shift+Down</source> <translation>Shift+Down</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="2113" /> + <location filename="../QScintilla/MiniEditor.py" line="1294" /> + <source>Meta+Shift+N</source> + <translation>Meta+Shift+N</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="2123" /> - <location filename="../QScintilla/MiniEditor.py" line="1296" /> - <source>Meta+Shift+N</source> - <translation>Meta+Shift+N</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2133" /> - <location filename="../ViewManager/ViewManager.py" line="2130" /> - <location filename="../QScintilla/MiniEditor.py" line="1306" /> - <location filename="../QScintilla/MiniEditor.py" line="1303" /> + <location filename="../ViewManager/ViewManager.py" line="2120" /> + <location filename="../QScintilla/MiniEditor.py" line="1304" /> + <location filename="../QScintilla/MiniEditor.py" line="1301" /> <source>Extend selection left one word part</source> <translation>Auswahl um einen Wortteil nach links erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2155" /> - <location filename="../ViewManager/ViewManager.py" line="2152" /> - <location filename="../QScintilla/MiniEditor.py" line="1328" /> - <location filename="../QScintilla/MiniEditor.py" line="1325" /> + <location filename="../ViewManager/ViewManager.py" line="2145" /> + <location filename="../ViewManager/ViewManager.py" line="2142" /> + <location filename="../QScintilla/MiniEditor.py" line="1326" /> + <location filename="../QScintilla/MiniEditor.py" line="1323" /> <source>Extend selection right one word part</source> <translation>Auswahl um einen Wortteil nach rechts erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2275" /> - <location filename="../ViewManager/ViewManager.py" line="2272" /> - <location filename="../QScintilla/MiniEditor.py" line="1448" /> - <location filename="../QScintilla/MiniEditor.py" line="1445" /> + <location filename="../ViewManager/ViewManager.py" line="2265" /> + <location filename="../ViewManager/ViewManager.py" line="2262" /> + <location filename="../QScintilla/MiniEditor.py" line="1446" /> + <location filename="../QScintilla/MiniEditor.py" line="1443" /> <source>Extend selection up one paragraph</source> <translation>Auswahl um einen Absatz nach oben erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2278" /> - <location filename="../QScintilla/MiniEditor.py" line="1451" /> + <location filename="../ViewManager/ViewManager.py" line="2268" /> + <location filename="../QScintilla/MiniEditor.py" line="1449" /> <source>Alt+Shift+Up</source> <translation>Alt+Shift+Up</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2291" /> - <location filename="../ViewManager/ViewManager.py" line="2288" /> - <location filename="../QScintilla/MiniEditor.py" line="1464" /> - <location filename="../QScintilla/MiniEditor.py" line="1461" /> + <location filename="../ViewManager/ViewManager.py" line="2281" /> + <location filename="../ViewManager/ViewManager.py" line="2278" /> + <location filename="../QScintilla/MiniEditor.py" line="1462" /> + <location filename="../QScintilla/MiniEditor.py" line="1459" /> <source>Extend selection down one paragraph</source> <translation>Auswahl um einen Absatz nach unten erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2294" /> - <location filename="../QScintilla/MiniEditor.py" line="1467" /> + <location filename="../ViewManager/ViewManager.py" line="2284" /> + <location filename="../QScintilla/MiniEditor.py" line="1465" /> <source>Alt+Shift+Down</source> <translation>Alt+Shift+Down</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2305" /> - <location filename="../ViewManager/ViewManager.py" line="2304" /> - <location filename="../QScintilla/MiniEditor.py" line="1478" /> - <location filename="../QScintilla/MiniEditor.py" line="1477" /> + <location filename="../ViewManager/ViewManager.py" line="2295" /> + <location filename="../ViewManager/ViewManager.py" line="2294" /> + <location filename="../QScintilla/MiniEditor.py" line="1476" /> + <location filename="../QScintilla/MiniEditor.py" line="1475" /> <source>Extend selection up one page</source> <translation>Auswahl um eine Seite nach oben erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2306" /> - <location filename="../QScintilla/MiniEditor.py" line="1479" /> + <location filename="../ViewManager/ViewManager.py" line="2296" /> + <location filename="../QScintilla/MiniEditor.py" line="1477" /> <source>Shift+PgUp</source> <translation>Shift+PgUp</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2317" /> - <location filename="../ViewManager/ViewManager.py" line="2316" /> - <location filename="../QScintilla/MiniEditor.py" line="1490" /> - <location filename="../QScintilla/MiniEditor.py" line="1489" /> + <location filename="../ViewManager/ViewManager.py" line="2307" /> + <location filename="../ViewManager/ViewManager.py" line="2306" /> + <location filename="../QScintilla/MiniEditor.py" line="1488" /> + <location filename="../QScintilla/MiniEditor.py" line="1487" /> <source>Extend selection down one page</source> <translation>Auswahl um eine Seite nach unten erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2318" /> - <location filename="../QScintilla/MiniEditor.py" line="1491" /> + <location filename="../ViewManager/ViewManager.py" line="2308" /> + <location filename="../QScintilla/MiniEditor.py" line="1489" /> <source>Shift+PgDown</source> <translation>Shift+PgDown</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="2315" /> + <location filename="../QScintilla/MiniEditor.py" line="1496" /> + <source>Meta+Shift+V</source> + <translation>Meta+Shift+V</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="2325" /> - <location filename="../QScintilla/MiniEditor.py" line="1498" /> - <source>Meta+Shift+V</source> - <translation>Meta+Shift+V</translation> + <location filename="../ViewManager/ViewManager.py" line="2322" /> + <location filename="../QScintilla/MiniEditor.py" line="1506" /> + <location filename="../QScintilla/MiniEditor.py" line="1503" /> + <source>Extend selection to start of document</source> + <translation>Auswahl zum Dokumentenanfang erweitern</translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="2335" /> - <location filename="../ViewManager/ViewManager.py" line="2332" /> - <location filename="../QScintilla/MiniEditor.py" line="1508" /> - <location filename="../QScintilla/MiniEditor.py" line="1505" /> - <source>Extend selection to start of document</source> - <translation>Auswahl zum Dokumentenanfang erweitern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2345" /> - <location filename="../QScintilla/MiniEditor.py" line="1518" /> + <location filename="../QScintilla/MiniEditor.py" line="1516" /> <source>Ctrl+Shift+Up</source> <translation>Ctrl+Shift+Up</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2350" /> - <location filename="../QScintilla/MiniEditor.py" line="1523" /> + <location filename="../ViewManager/ViewManager.py" line="2340" /> + <location filename="../QScintilla/MiniEditor.py" line="1521" /> <source>Ctrl+Shift+Home</source> <translation>Ctrl+Shift+Home</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2361" /> - <location filename="../ViewManager/ViewManager.py" line="2358" /> - <location filename="../QScintilla/MiniEditor.py" line="1534" /> - <location filename="../QScintilla/MiniEditor.py" line="1531" /> + <location filename="../ViewManager/ViewManager.py" line="2351" /> + <location filename="../ViewManager/ViewManager.py" line="2348" /> + <location filename="../QScintilla/MiniEditor.py" line="1532" /> + <location filename="../QScintilla/MiniEditor.py" line="1529" /> <source>Extend selection to end of document</source> <translation>Auswahl zum Dokumentenende erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2372" /> - <location filename="../QScintilla/MiniEditor.py" line="1545" /> + <location filename="../ViewManager/ViewManager.py" line="2362" /> + <location filename="../QScintilla/MiniEditor.py" line="1543" /> <source>Ctrl+Shift+Down</source> <translation>Ctrl+Shift+Down</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2378" /> - <location filename="../QScintilla/MiniEditor.py" line="1551" /> + <location filename="../ViewManager/ViewManager.py" line="2368" /> + <location filename="../QScintilla/MiniEditor.py" line="1549" /> <source>Ctrl+Shift+End</source> <translation>Ctrl+Shift+End</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2411" /> - <location filename="../ViewManager/ViewManager.py" line="2408" /> - <location filename="../QScintilla/MiniEditor.py" line="1584" /> - <location filename="../QScintilla/MiniEditor.py" line="1581" /> + <location filename="../ViewManager/ViewManager.py" line="2401" /> + <location filename="../ViewManager/ViewManager.py" line="2398" /> + <location filename="../QScintilla/MiniEditor.py" line="1582" /> + <location filename="../QScintilla/MiniEditor.py" line="1579" /> <source>Delete previous character if not at start of line</source> <translation>Zeichen links löschen, wenn nicht am Zeilenanfang</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2540" /> - <location filename="../ViewManager/ViewManager.py" line="2539" /> - <location filename="../QScintilla/MiniEditor.py" line="1698" /> - <location filename="../QScintilla/MiniEditor.py" line="1697" /> + <location filename="../ViewManager/ViewManager.py" line="2530" /> + <location filename="../ViewManager/ViewManager.py" line="2529" /> + <location filename="../QScintilla/MiniEditor.py" line="1696" /> + <location filename="../QScintilla/MiniEditor.py" line="1695" /> <source>Duplicate current line</source> <translation>Aktuelle Zeile duplizieren</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2541" /> - <location filename="../QScintilla/MiniEditor.py" line="1699" /> + <location filename="../ViewManager/ViewManager.py" line="2531" /> + <location filename="../QScintilla/MiniEditor.py" line="1697" /> <source>Ctrl+D</source> <translation>Ctrl+D</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2554" /> - <location filename="../ViewManager/ViewManager.py" line="2551" /> - <location filename="../QScintilla/MiniEditor.py" line="1712" /> - <location filename="../QScintilla/MiniEditor.py" line="1709" /> + <location filename="../ViewManager/ViewManager.py" line="2544" /> + <location filename="../ViewManager/ViewManager.py" line="2541" /> + <location filename="../QScintilla/MiniEditor.py" line="1710" /> + <location filename="../QScintilla/MiniEditor.py" line="1707" /> <source>Swap current and previous lines</source> <translation>Aktuelle Zeile mit vorhergehender tauschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2557" /> - <location filename="../QScintilla/MiniEditor.py" line="1715" /> + <location filename="../ViewManager/ViewManager.py" line="2547" /> + <location filename="../QScintilla/MiniEditor.py" line="1713" /> <source>Ctrl+T</source> <translation>Ctrl+T</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2568" /> - <location filename="../ViewManager/ViewManager.py" line="2567" /> - <location filename="../QScintilla/MiniEditor.py" line="1726" /> - <location filename="../QScintilla/MiniEditor.py" line="1725" /> + <location filename="../ViewManager/ViewManager.py" line="2558" /> + <location filename="../ViewManager/ViewManager.py" line="2557" /> + <location filename="../QScintilla/MiniEditor.py" line="1724" /> + <location filename="../QScintilla/MiniEditor.py" line="1723" /> <source>Reverse selected lines</source> <translation>Ausgewählte Zeilen umkehren</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2569" /> - <location filename="../QScintilla/MiniEditor.py" line="1727" /> + <location filename="../ViewManager/ViewManager.py" line="2559" /> + <location filename="../QScintilla/MiniEditor.py" line="1725" /> <source>Meta+Alt+R</source> <translation>Meta+Ctrl+Alt+R</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2580" /> - <location filename="../ViewManager/ViewManager.py" line="2579" /> - <location filename="../QScintilla/MiniEditor.py" line="1738" /> - <location filename="../QScintilla/MiniEditor.py" line="1737" /> + <location filename="../ViewManager/ViewManager.py" line="2570" /> + <location filename="../ViewManager/ViewManager.py" line="2569" /> + <location filename="../QScintilla/MiniEditor.py" line="1736" /> + <location filename="../QScintilla/MiniEditor.py" line="1735" /> <source>Cut current line</source> <translation>Aktuelle Zeile ausschneiden</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2581" /> - <location filename="../QScintilla/MiniEditor.py" line="1739" /> + <location filename="../ViewManager/ViewManager.py" line="2571" /> + <location filename="../QScintilla/MiniEditor.py" line="1737" /> <source>Alt+Shift+L</source> <translation>Alt+Shift+L</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2592" /> - <location filename="../ViewManager/ViewManager.py" line="2591" /> - <location filename="../QScintilla/MiniEditor.py" line="1750" /> - <location filename="../QScintilla/MiniEditor.py" line="1749" /> + <location filename="../ViewManager/ViewManager.py" line="2582" /> + <location filename="../ViewManager/ViewManager.py" line="2581" /> + <location filename="../QScintilla/MiniEditor.py" line="1748" /> + <location filename="../QScintilla/MiniEditor.py" line="1747" /> <source>Copy current line</source> <translation>Aktuelle Zeile kopieren</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2593" /> - <location filename="../QScintilla/MiniEditor.py" line="1751" /> + <location filename="../ViewManager/ViewManager.py" line="2583" /> + <location filename="../QScintilla/MiniEditor.py" line="1749" /> <source>Ctrl+Shift+T</source> <translation>Ctrl+Shift+L</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2604" /> - <location filename="../ViewManager/ViewManager.py" line="2603" /> - <location filename="../QScintilla/MiniEditor.py" line="1762" /> - <location filename="../QScintilla/MiniEditor.py" line="1761" /> + <location filename="../ViewManager/ViewManager.py" line="2594" /> + <location filename="../ViewManager/ViewManager.py" line="2593" /> + <location filename="../QScintilla/MiniEditor.py" line="1760" /> + <location filename="../QScintilla/MiniEditor.py" line="1759" /> <source>Toggle insert/overtype</source> <translation>Einfügen/Überschreiben umschalten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2605" /> - <location filename="../QScintilla/MiniEditor.py" line="1763" /> + <location filename="../ViewManager/ViewManager.py" line="2595" /> + <location filename="../QScintilla/MiniEditor.py" line="1761" /> <source>Ins</source> <translation>Ins</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3330" /> - <location filename="../ViewManager/ViewManager.py" line="3327" /> - <location filename="../QScintilla/MiniEditor.py" line="1776" /> - <location filename="../QScintilla/MiniEditor.py" line="1773" /> + <location filename="../ViewManager/ViewManager.py" line="3320" /> + <location filename="../ViewManager/ViewManager.py" line="3317" /> + <location filename="../QScintilla/MiniEditor.py" line="1774" /> + <location filename="../QScintilla/MiniEditor.py" line="1771" /> <source>Convert selection to lower case</source> <translation>Auswahl in Kleinbuchstaben umwandeln</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3333" /> - <location filename="../QScintilla/MiniEditor.py" line="1779" /> + <location filename="../ViewManager/ViewManager.py" line="3323" /> + <location filename="../QScintilla/MiniEditor.py" line="1777" /> <source>Alt+Shift+U</source> <translation>Alt+Shift+U</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3346" /> - <location filename="../ViewManager/ViewManager.py" line="3343" /> - <location filename="../QScintilla/MiniEditor.py" line="1792" /> - <location filename="../QScintilla/MiniEditor.py" line="1789" /> + <location filename="../ViewManager/ViewManager.py" line="3336" /> + <location filename="../ViewManager/ViewManager.py" line="3333" /> + <location filename="../QScintilla/MiniEditor.py" line="1790" /> + <location filename="../QScintilla/MiniEditor.py" line="1787" /> <source>Convert selection to upper case</source> <translation>Auswahl in Großbuchstaben umwandeln</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3349" /> - <location filename="../QScintilla/MiniEditor.py" line="1795" /> + <location filename="../ViewManager/ViewManager.py" line="3339" /> + <location filename="../QScintilla/MiniEditor.py" line="1793" /> <source>Ctrl+Shift+U</source> <translation>Ctrl+Shift+U</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2616" /> - <location filename="../ViewManager/ViewManager.py" line="2615" /> - <location filename="../QScintilla/MiniEditor.py" line="1806" /> - <location filename="../QScintilla/MiniEditor.py" line="1805" /> + <location filename="../ViewManager/ViewManager.py" line="2606" /> + <location filename="../ViewManager/ViewManager.py" line="2605" /> + <location filename="../QScintilla/MiniEditor.py" line="1804" /> + <location filename="../QScintilla/MiniEditor.py" line="1803" /> <source>Move to end of display line</source> <translation>Zum Ende der Anzeigezeile springen</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="2618" /> + <location filename="../QScintilla/MiniEditor.py" line="1816" /> + <source>Alt+End</source> + <translation>Alt+End</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="2628" /> - <location filename="../QScintilla/MiniEditor.py" line="1818" /> - <source>Alt+End</source> - <translation>Alt+End</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2638" /> - <location filename="../ViewManager/ViewManager.py" line="2635" /> - <location filename="../QScintilla/MiniEditor.py" line="1828" /> - <location filename="../QScintilla/MiniEditor.py" line="1825" /> + <location filename="../ViewManager/ViewManager.py" line="2625" /> + <location filename="../QScintilla/MiniEditor.py" line="1826" /> + <location filename="../QScintilla/MiniEditor.py" line="1823" /> <source>Extend selection to end of display line</source> <translation>Auswahl zum Ende der Anzeigezeile erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2658" /> - <location filename="../ViewManager/ViewManager.py" line="2657" /> - <location filename="../QScintilla/MiniEditor.py" line="1848" /> - <location filename="../QScintilla/MiniEditor.py" line="1847" /> + <location filename="../ViewManager/ViewManager.py" line="2648" /> + <location filename="../ViewManager/ViewManager.py" line="2647" /> + <location filename="../QScintilla/MiniEditor.py" line="1846" /> + <location filename="../QScintilla/MiniEditor.py" line="1845" /> <source>Formfeed</source> <translation>Seitenumbruch</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2684" /> - <location filename="../ViewManager/ViewManager.py" line="2681" /> - <location filename="../QScintilla/MiniEditor.py" line="1874" /> - <location filename="../QScintilla/MiniEditor.py" line="1871" /> + <location filename="../ViewManager/ViewManager.py" line="2674" /> + <location filename="../ViewManager/ViewManager.py" line="2671" /> + <location filename="../QScintilla/MiniEditor.py" line="1872" /> + <location filename="../QScintilla/MiniEditor.py" line="1869" /> <source>Extend rectangular selection down one line</source> <translation>Rechteckige Auswahl um eine Zeile nach unten erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2687" /> - <location filename="../QScintilla/MiniEditor.py" line="1877" /> + <location filename="../ViewManager/ViewManager.py" line="2677" /> + <location filename="../QScintilla/MiniEditor.py" line="1875" /> <source>Alt+Ctrl+Down</source> <translation>Alt+Ctrl+Down</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2695" /> - <location filename="../QScintilla/MiniEditor.py" line="1885" /> + <location filename="../ViewManager/ViewManager.py" line="2685" /> + <location filename="../QScintilla/MiniEditor.py" line="1883" /> <source>Meta+Alt+Shift+N</source> <translation>Meta+Alt+Shift+N</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2706" /> - <location filename="../ViewManager/ViewManager.py" line="2703" /> - <location filename="../QScintilla/MiniEditor.py" line="1896" /> - <location filename="../QScintilla/MiniEditor.py" line="1893" /> + <location filename="../ViewManager/ViewManager.py" line="2696" /> + <location filename="../ViewManager/ViewManager.py" line="2693" /> + <location filename="../QScintilla/MiniEditor.py" line="1894" /> + <location filename="../QScintilla/MiniEditor.py" line="1891" /> <source>Extend rectangular selection up one line</source> <translation>Rechteckige Auswahl um eine Zeile nach oben erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2709" /> - <location filename="../QScintilla/MiniEditor.py" line="1899" /> + <location filename="../ViewManager/ViewManager.py" line="2699" /> + <location filename="../QScintilla/MiniEditor.py" line="1897" /> <source>Alt+Ctrl+Up</source> <translation>Alt+Ctrl+Up</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2717" /> - <location filename="../QScintilla/MiniEditor.py" line="1907" /> + <location filename="../ViewManager/ViewManager.py" line="2707" /> + <location filename="../QScintilla/MiniEditor.py" line="1905" /> <source>Meta+Alt+Shift+P</source> <translation>Meta+Alt+Shift+P</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2728" /> - <location filename="../ViewManager/ViewManager.py" line="2725" /> - <location filename="../QScintilla/MiniEditor.py" line="1918" /> - <location filename="../QScintilla/MiniEditor.py" line="1915" /> + <location filename="../ViewManager/ViewManager.py" line="2718" /> + <location filename="../ViewManager/ViewManager.py" line="2715" /> + <location filename="../QScintilla/MiniEditor.py" line="1916" /> + <location filename="../QScintilla/MiniEditor.py" line="1913" /> <source>Extend rectangular selection left one character</source> <translation>Rechteckige Auswahl um ein Zeichen nach links erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2731" /> - <location filename="../QScintilla/MiniEditor.py" line="1921" /> + <location filename="../ViewManager/ViewManager.py" line="2721" /> + <location filename="../QScintilla/MiniEditor.py" line="1919" /> <source>Alt+Ctrl+Left</source> <translation>Alt+Ctrl+Left</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2739" /> - <location filename="../QScintilla/MiniEditor.py" line="1929" /> + <location filename="../ViewManager/ViewManager.py" line="2729" /> + <location filename="../QScintilla/MiniEditor.py" line="1927" /> <source>Meta+Alt+Shift+B</source> <translation>Meta+Alt+Shift+B</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2750" /> - <location filename="../ViewManager/ViewManager.py" line="2747" /> - <location filename="../QScintilla/MiniEditor.py" line="1940" /> - <location filename="../QScintilla/MiniEditor.py" line="1937" /> + <location filename="../ViewManager/ViewManager.py" line="2740" /> + <location filename="../ViewManager/ViewManager.py" line="2737" /> + <location filename="../QScintilla/MiniEditor.py" line="1938" /> + <location filename="../QScintilla/MiniEditor.py" line="1935" /> <source>Extend rectangular selection right one character</source> <translation>Rechteckige Auswahl um ein Zeichen nach rechts erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2753" /> - <location filename="../QScintilla/MiniEditor.py" line="1943" /> + <location filename="../ViewManager/ViewManager.py" line="2743" /> + <location filename="../QScintilla/MiniEditor.py" line="1941" /> <source>Alt+Ctrl+Right</source> <translation>Alt+Ctrl+Right</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2761" /> - <location filename="../QScintilla/MiniEditor.py" line="1951" /> + <location filename="../ViewManager/ViewManager.py" line="2751" /> + <location filename="../QScintilla/MiniEditor.py" line="1949" /> <source>Meta+Alt+Shift+F</source> <translation>Meta+Alt+Shift+F</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2774" /> - <location filename="../ViewManager/ViewManager.py" line="2769" /> - <location filename="../QScintilla/MiniEditor.py" line="1964" /> - <location filename="../QScintilla/MiniEditor.py" line="1959" /> + <location filename="../ViewManager/ViewManager.py" line="2764" /> + <location filename="../ViewManager/ViewManager.py" line="2759" /> + <location filename="../QScintilla/MiniEditor.py" line="1962" /> + <location filename="../QScintilla/MiniEditor.py" line="1957" /> <source>Extend rectangular selection to first visible character in document line</source> <translation>Rechteckige Auswahl zum ersten sichtbaren Zeichen der Dokumentzeile erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2787" /> - <location filename="../QScintilla/MiniEditor.py" line="1977" /> + <location filename="../ViewManager/ViewManager.py" line="2777" /> + <location filename="../QScintilla/MiniEditor.py" line="1975" /> <source>Alt+Shift+Home</source> <translation>Alt+Shift+Home</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2798" /> - <location filename="../ViewManager/ViewManager.py" line="2795" /> - <location filename="../QScintilla/MiniEditor.py" line="1988" /> - <location filename="../QScintilla/MiniEditor.py" line="1985" /> + <location filename="../ViewManager/ViewManager.py" line="2788" /> + <location filename="../ViewManager/ViewManager.py" line="2785" /> + <location filename="../QScintilla/MiniEditor.py" line="1986" /> + <location filename="../QScintilla/MiniEditor.py" line="1983" /> <source>Extend rectangular selection to end of document line</source> <translation>Rechteckige Auswahl zum Ende der Dokumentenzeile erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2809" /> - <location filename="../QScintilla/MiniEditor.py" line="1999" /> + <location filename="../ViewManager/ViewManager.py" line="2799" /> + <location filename="../QScintilla/MiniEditor.py" line="1997" /> <source>Meta+Alt+Shift+E</source> <translation>Meta+Alt+Shift+E</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="2804" /> + <location filename="../QScintilla/MiniEditor.py" line="2002" /> + <source>Alt+Shift+End</source> + <translation>Alt+Shift+End</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="2814" /> - <location filename="../QScintilla/MiniEditor.py" line="2004" /> - <source>Alt+Shift+End</source> - <translation>Alt+Shift+End</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2824" /> - <location filename="../ViewManager/ViewManager.py" line="2821" /> - <location filename="../QScintilla/MiniEditor.py" line="2014" /> - <location filename="../QScintilla/MiniEditor.py" line="2011" /> + <location filename="../ViewManager/ViewManager.py" line="2811" /> + <location filename="../QScintilla/MiniEditor.py" line="2012" /> + <location filename="../QScintilla/MiniEditor.py" line="2009" /> <source>Extend rectangular selection up one page</source> <translation>Rechteckige Auswahl um eine Seite nach oben erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2827" /> - <location filename="../QScintilla/MiniEditor.py" line="2017" /> + <location filename="../ViewManager/ViewManager.py" line="2817" /> + <location filename="../QScintilla/MiniEditor.py" line="2015" /> <source>Alt+Shift+PgUp</source> <translation>Alt+Shift+PgUp</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2840" /> - <location filename="../ViewManager/ViewManager.py" line="2837" /> - <location filename="../QScintilla/MiniEditor.py" line="2030" /> - <location filename="../QScintilla/MiniEditor.py" line="2027" /> + <location filename="../ViewManager/ViewManager.py" line="2830" /> + <location filename="../ViewManager/ViewManager.py" line="2827" /> + <location filename="../QScintilla/MiniEditor.py" line="2028" /> + <location filename="../QScintilla/MiniEditor.py" line="2025" /> <source>Extend rectangular selection down one page</source> <translation>Rechteckige Auswahl um eine Seite nach unten erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2843" /> - <location filename="../QScintilla/MiniEditor.py" line="2033" /> + <location filename="../ViewManager/ViewManager.py" line="2833" /> + <location filename="../QScintilla/MiniEditor.py" line="2031" /> <source>Alt+Shift+PgDown</source> <translation>Alt+Shift+PgDown</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="2841" /> + <location filename="../QScintilla/MiniEditor.py" line="2039" /> + <source>Meta+Alt+Shift+V</source> + <translation>Meta+Alt+Shift+V</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="2850" /> + <location filename="../ViewManager/ViewManager.py" line="2849" /> + <location filename="../QScintilla/MiniEditor.py" line="2514" /> + <location filename="../QScintilla/MiniEditor.py" line="2513" /> + <location filename="../QScintilla/MiniEditor.py" line="2048" /> + <location filename="../QScintilla/MiniEditor.py" line="2047" /> + <source>Duplicate current selection</source> + <translation>Aktuelle Auswahl duplizieren</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="2851" /> - <location filename="../QScintilla/MiniEditor.py" line="2041" /> - <source>Meta+Alt+Shift+V</source> - <translation>Meta+Alt+Shift+V</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2860" /> - <location filename="../ViewManager/ViewManager.py" line="2859" /> - <location filename="../QScintilla/MiniEditor.py" line="2516" /> <location filename="../QScintilla/MiniEditor.py" line="2515" /> - <location filename="../QScintilla/MiniEditor.py" line="2050" /> <location filename="../QScintilla/MiniEditor.py" line="2049" /> - <source>Duplicate current selection</source> - <translation>Aktuelle Auswahl duplizieren</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2861" /> - <location filename="../QScintilla/MiniEditor.py" line="2517" /> - <location filename="../QScintilla/MiniEditor.py" line="2051" /> <source>Ctrl+Shift+D</source> <translation>Ctrl+Shift+D</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2875" /> - <location filename="../ViewManager/ViewManager.py" line="2872" /> - <location filename="../QScintilla/MiniEditor.py" line="2065" /> - <location filename="../QScintilla/MiniEditor.py" line="2062" /> + <location filename="../ViewManager/ViewManager.py" line="2865" /> + <location filename="../ViewManager/ViewManager.py" line="2862" /> + <location filename="../QScintilla/MiniEditor.py" line="2063" /> + <location filename="../QScintilla/MiniEditor.py" line="2060" /> <source>Scroll to start of document</source> <translation>Zum Dokumentenanfang rollen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2894" /> - <location filename="../ViewManager/ViewManager.py" line="2893" /> - <location filename="../QScintilla/MiniEditor.py" line="2084" /> - <location filename="../QScintilla/MiniEditor.py" line="2083" /> + <location filename="../ViewManager/ViewManager.py" line="2884" /> + <location filename="../ViewManager/ViewManager.py" line="2883" /> + <location filename="../QScintilla/MiniEditor.py" line="2082" /> + <location filename="../QScintilla/MiniEditor.py" line="2081" /> <source>Scroll to end of document</source> <translation>Zum Dokumentenende rollen</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="2903" /> + <location filename="../ViewManager/ViewManager.py" line="2900" /> + <location filename="../QScintilla/MiniEditor.py" line="2101" /> + <location filename="../QScintilla/MiniEditor.py" line="2098" /> + <source>Scroll vertically to center current line</source> + <translation>Vertical rollen, um aktuelle Zeile zu zentrieren</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="2913" /> - <location filename="../ViewManager/ViewManager.py" line="2910" /> - <location filename="../QScintilla/MiniEditor.py" line="2103" /> - <location filename="../QScintilla/MiniEditor.py" line="2100" /> - <source>Scroll vertically to center current line</source> - <translation>Vertical rollen, um aktuelle Zeile zu zentrieren</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2923" /> - <location filename="../QScintilla/MiniEditor.py" line="2113" /> + <location filename="../QScintilla/MiniEditor.py" line="2111" /> <source>Meta+L</source> <translation>Meta+L</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2932" /> - <location filename="../ViewManager/ViewManager.py" line="2931" /> - <location filename="../QScintilla/MiniEditor.py" line="2122" /> - <location filename="../QScintilla/MiniEditor.py" line="2121" /> + <location filename="../ViewManager/ViewManager.py" line="2922" /> + <location filename="../ViewManager/ViewManager.py" line="2921" /> + <location filename="../QScintilla/MiniEditor.py" line="2120" /> + <location filename="../QScintilla/MiniEditor.py" line="2119" /> <source>Move to end of next word</source> <translation>Zum Ende des nächsten Wortes springen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2951" /> - <location filename="../ViewManager/ViewManager.py" line="2948" /> - <location filename="../QScintilla/MiniEditor.py" line="2141" /> - <location filename="../QScintilla/MiniEditor.py" line="2138" /> + <location filename="../ViewManager/ViewManager.py" line="2941" /> + <location filename="../ViewManager/ViewManager.py" line="2938" /> + <location filename="../QScintilla/MiniEditor.py" line="2139" /> + <location filename="../QScintilla/MiniEditor.py" line="2136" /> <source>Extend selection to end of next word</source> <translation>Auswahl bis zum Ende des nächsten Wortes erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2974" /> - <location filename="../ViewManager/ViewManager.py" line="2971" /> - <location filename="../QScintilla/MiniEditor.py" line="2164" /> - <location filename="../QScintilla/MiniEditor.py" line="2161" /> + <location filename="../ViewManager/ViewManager.py" line="2964" /> + <location filename="../ViewManager/ViewManager.py" line="2961" /> + <location filename="../QScintilla/MiniEditor.py" line="2162" /> + <location filename="../QScintilla/MiniEditor.py" line="2159" /> <source>Move to end of previous word</source> <translation>Zum Ende des vorigen Wortes springen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2991" /> - <location filename="../ViewManager/ViewManager.py" line="2988" /> - <location filename="../QScintilla/MiniEditor.py" line="2181" /> - <location filename="../QScintilla/MiniEditor.py" line="2178" /> + <location filename="../ViewManager/ViewManager.py" line="2981" /> + <location filename="../ViewManager/ViewManager.py" line="2978" /> + <location filename="../QScintilla/MiniEditor.py" line="2179" /> + <location filename="../QScintilla/MiniEditor.py" line="2176" /> <source>Extend selection to end of previous word</source> <translation>Auswahl bis zum Ende des vorigen Wortes erweitern</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="2998" /> + <location filename="../ViewManager/ViewManager.py" line="2995" /> + <location filename="../QScintilla/MiniEditor.py" line="2196" /> + <location filename="../QScintilla/MiniEditor.py" line="2193" /> + <source>Move to start of document line</source> + <translation>Zum Beginn der Dokumentenzeile springen</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="3008" /> - <location filename="../ViewManager/ViewManager.py" line="3005" /> - <location filename="../QScintilla/MiniEditor.py" line="2198" /> - <location filename="../QScintilla/MiniEditor.py" line="2195" /> - <source>Move to start of document line</source> - <translation>Zum Beginn der Dokumentenzeile springen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3018" /> - <location filename="../QScintilla/MiniEditor.py" line="2208" /> + <location filename="../QScintilla/MiniEditor.py" line="2206" /> <source>Meta+A</source> <translation>Meta+A</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3029" /> - <location filename="../ViewManager/ViewManager.py" line="3026" /> - <location filename="../QScintilla/MiniEditor.py" line="2219" /> - <location filename="../QScintilla/MiniEditor.py" line="2216" /> + <location filename="../ViewManager/ViewManager.py" line="3019" /> + <location filename="../ViewManager/ViewManager.py" line="3016" /> + <location filename="../QScintilla/MiniEditor.py" line="2217" /> + <location filename="../QScintilla/MiniEditor.py" line="2214" /> <source>Extend selection to start of document line</source> <translation>Auswahl zum Beginn der Dokumentenzeile erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3040" /> - <location filename="../QScintilla/MiniEditor.py" line="2230" /> + <location filename="../ViewManager/ViewManager.py" line="3030" /> + <location filename="../QScintilla/MiniEditor.py" line="2228" /> <source>Meta+Shift+A</source> <translation>Meta+Shift+A</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3053" /> - <location filename="../ViewManager/ViewManager.py" line="3049" /> - <location filename="../QScintilla/MiniEditor.py" line="2243" /> - <location filename="../QScintilla/MiniEditor.py" line="2239" /> + <location filename="../ViewManager/ViewManager.py" line="3043" /> + <location filename="../ViewManager/ViewManager.py" line="3039" /> + <location filename="../QScintilla/MiniEditor.py" line="2241" /> + <location filename="../QScintilla/MiniEditor.py" line="2237" /> <source>Extend rectangular selection to start of document line</source> <translation>Rechteckige Auswahl zum Beginn der Dokumentenzeile erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3065" /> - <location filename="../QScintilla/MiniEditor.py" line="2255" /> + <location filename="../ViewManager/ViewManager.py" line="3055" /> + <location filename="../QScintilla/MiniEditor.py" line="2253" /> <source>Meta+Alt+Shift+A</source> <translation>Meta+Alt+Shift+A</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3077" /> - <location filename="../ViewManager/ViewManager.py" line="3074" /> - <location filename="../QScintilla/MiniEditor.py" line="2267" /> - <location filename="../QScintilla/MiniEditor.py" line="2264" /> + <location filename="../ViewManager/ViewManager.py" line="3067" /> + <location filename="../ViewManager/ViewManager.py" line="3064" /> + <location filename="../QScintilla/MiniEditor.py" line="2265" /> + <location filename="../QScintilla/MiniEditor.py" line="2262" /> <source>Extend selection to start of display line</source> <translation>Auswahl zum Beginn der Anzeigezeile erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3100" /> - <location filename="../ViewManager/ViewManager.py" line="3097" /> - <location filename="../QScintilla/MiniEditor.py" line="2290" /> - <location filename="../QScintilla/MiniEditor.py" line="2287" /> + <location filename="../ViewManager/ViewManager.py" line="3090" /> + <location filename="../ViewManager/ViewManager.py" line="3087" /> + <location filename="../QScintilla/MiniEditor.py" line="2288" /> + <location filename="../QScintilla/MiniEditor.py" line="2285" /> <source>Move to start of display or document line</source> <translation>Zum Beginn der Dokumenten- oder Anzeigezeile springen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3118" /> - <location filename="../ViewManager/ViewManager.py" line="3114" /> - <location filename="../QScintilla/MiniEditor.py" line="2308" /> - <location filename="../QScintilla/MiniEditor.py" line="2304" /> + <location filename="../ViewManager/ViewManager.py" line="3108" /> + <location filename="../ViewManager/ViewManager.py" line="3104" /> + <location filename="../QScintilla/MiniEditor.py" line="2306" /> + <location filename="../QScintilla/MiniEditor.py" line="2302" /> <source>Extend selection to start of display or document line</source> <translation>Auswahl zum Beginn der Dokumenten- oder Anzeigezeile erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3137" /> - <location filename="../ViewManager/ViewManager.py" line="3133" /> - <location filename="../QScintilla/MiniEditor.py" line="2327" /> - <location filename="../QScintilla/MiniEditor.py" line="2323" /> + <location filename="../ViewManager/ViewManager.py" line="3127" /> + <location filename="../ViewManager/ViewManager.py" line="3123" /> + <location filename="../QScintilla/MiniEditor.py" line="2325" /> + <location filename="../QScintilla/MiniEditor.py" line="2321" /> <source>Move to first visible character in display or document line</source> <translation>Zum ersten sichtbaren Zeichen der Dokument- oder Anzeigezeile springen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3157" /> - <location filename="../ViewManager/ViewManager.py" line="3152" /> - <location filename="../QScintilla/MiniEditor.py" line="2347" /> - <location filename="../QScintilla/MiniEditor.py" line="2342" /> + <location filename="../ViewManager/ViewManager.py" line="3147" /> + <location filename="../ViewManager/ViewManager.py" line="3142" /> + <location filename="../QScintilla/MiniEditor.py" line="2345" /> + <location filename="../QScintilla/MiniEditor.py" line="2340" /> <source>Extend selection to first visible character in display or document line</source> <translation>Auswahl zum ersten sichtbaren Zeichen der Dokument- oder Anzeigezeile erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3176" /> - <location filename="../ViewManager/ViewManager.py" line="3173" /> - <location filename="../QScintilla/MiniEditor.py" line="2366" /> - <location filename="../QScintilla/MiniEditor.py" line="2363" /> + <location filename="../ViewManager/ViewManager.py" line="3166" /> + <location filename="../ViewManager/ViewManager.py" line="3163" /> + <location filename="../QScintilla/MiniEditor.py" line="2364" /> + <location filename="../QScintilla/MiniEditor.py" line="2361" /> <source>Move to end of display or document line</source> <translation>Zum Ende der Dokumenten- oder Anzeigezeile springen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3193" /> - <location filename="../ViewManager/ViewManager.py" line="3190" /> - <location filename="../QScintilla/MiniEditor.py" line="2383" /> - <location filename="../QScintilla/MiniEditor.py" line="2380" /> + <location filename="../ViewManager/ViewManager.py" line="3183" /> + <location filename="../ViewManager/ViewManager.py" line="3180" /> + <location filename="../QScintilla/MiniEditor.py" line="2381" /> + <location filename="../QScintilla/MiniEditor.py" line="2378" /> <source>Extend selection to end of display or document line</source> <translation>Auswahl zum Ende der Dokumenten- oder Anzeigezeile erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3208" /> - <location filename="../ViewManager/ViewManager.py" line="3207" /> - <location filename="../QScintilla/MiniEditor.py" line="2398" /> - <location filename="../QScintilla/MiniEditor.py" line="2397" /> + <location filename="../ViewManager/ViewManager.py" line="3198" /> + <location filename="../ViewManager/ViewManager.py" line="3197" /> + <location filename="../QScintilla/MiniEditor.py" line="2396" /> + <location filename="../QScintilla/MiniEditor.py" line="2395" /> <source>Stuttered move up one page</source> <translation>„Stotternd“ um eine Seite nach oben</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3223" /> - <location filename="../ViewManager/ViewManager.py" line="3220" /> - <location filename="../QScintilla/MiniEditor.py" line="2413" /> - <location filename="../QScintilla/MiniEditor.py" line="2410" /> + <location filename="../ViewManager/ViewManager.py" line="3213" /> + <location filename="../ViewManager/ViewManager.py" line="3210" /> + <location filename="../QScintilla/MiniEditor.py" line="2411" /> + <location filename="../QScintilla/MiniEditor.py" line="2408" /> <source>Stuttered extend selection up one page</source> <translation>Auswahl „stotternd“ um eine Seite nach oben erweitern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3240" /> - <location filename="../ViewManager/ViewManager.py" line="3237" /> - <location filename="../QScintilla/MiniEditor.py" line="2430" /> - <location filename="../QScintilla/MiniEditor.py" line="2427" /> + <location filename="../ViewManager/ViewManager.py" line="3230" /> + <location filename="../ViewManager/ViewManager.py" line="3227" /> + <location filename="../QScintilla/MiniEditor.py" line="2428" /> + <location filename="../QScintilla/MiniEditor.py" line="2425" /> <source>Stuttered move down one page</source> <translation>„Stotternd“ um eine Seite nach unten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3257" /> - <location filename="../ViewManager/ViewManager.py" line="3254" /> - <location filename="../QScintilla/MiniEditor.py" line="2447" /> - <location filename="../QScintilla/MiniEditor.py" line="2444" /> + <location filename="../ViewManager/ViewManager.py" line="3247" /> + <location filename="../ViewManager/ViewManager.py" line="3244" /> + <location filename="../QScintilla/MiniEditor.py" line="2445" /> + <location filename="../QScintilla/MiniEditor.py" line="2442" /> <source>Stuttered extend selection down one page</source> <translation>Auswahl „stotternd“ um eine Seite nach unten erweitern</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="3264" /> + <location filename="../ViewManager/ViewManager.py" line="3261" /> + <location filename="../QScintilla/MiniEditor.py" line="2462" /> + <location filename="../QScintilla/MiniEditor.py" line="2459" /> + <source>Delete right to end of next word</source> + <translation>Rechts bis zum Ende des nächsten Wortes löschen</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="3274" /> - <location filename="../ViewManager/ViewManager.py" line="3271" /> - <location filename="../QScintilla/MiniEditor.py" line="2464" /> - <location filename="../QScintilla/MiniEditor.py" line="2461" /> - <source>Delete right to end of next word</source> - <translation>Rechts bis zum Ende des nächsten Wortes löschen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3284" /> - <location filename="../QScintilla/MiniEditor.py" line="2474" /> + <location filename="../QScintilla/MiniEditor.py" line="2472" /> <source>Alt+Del</source> <translation>Alt+Del</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3295" /> - <location filename="../ViewManager/ViewManager.py" line="3292" /> - <location filename="../QScintilla/MiniEditor.py" line="2485" /> - <location filename="../QScintilla/MiniEditor.py" line="2482" /> + <location filename="../ViewManager/ViewManager.py" line="3285" /> + <location filename="../ViewManager/ViewManager.py" line="3282" /> + <location filename="../QScintilla/MiniEditor.py" line="2483" /> + <location filename="../QScintilla/MiniEditor.py" line="2480" /> <source>Move selected lines up one line</source> <translation>Ausgewählte Zeilen um eine Zeile nach oben</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3312" /> - <location filename="../ViewManager/ViewManager.py" line="3309" /> - <location filename="../QScintilla/MiniEditor.py" line="2502" /> - <location filename="../QScintilla/MiniEditor.py" line="2499" /> + <location filename="../ViewManager/ViewManager.py" line="3302" /> + <location filename="../ViewManager/ViewManager.py" line="3299" /> + <location filename="../QScintilla/MiniEditor.py" line="2500" /> + <location filename="../QScintilla/MiniEditor.py" line="2497" /> <source>Move selected lines down one line</source> <translation>Ausgewählte Zeilen um eine Zeile nach unten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3478" /> - <location filename="../QScintilla/MiniEditor.py" line="2548" /> + <location filename="../ViewManager/ViewManager.py" line="3468" /> + <location filename="../QScintilla/MiniEditor.py" line="2546" /> <source><b>Search</b><p>Search for some text in the current editor. A dialog is shown to enter the searchtext and options for the search.</p></source> <translation><b>Suchen</b><p>Sucht einen Text im aktuellen Editor. Es wird ein Dialog eingeblendet, in dem der Suchtext und verschieden Suchoptionen eingegeben werden kann.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3504" /> - <location filename="../QScintilla/MiniEditor.py" line="2574" /> + <location filename="../ViewManager/ViewManager.py" line="3494" /> + <location filename="../QScintilla/MiniEditor.py" line="2572" /> <source><b>Search next</b><p>Search the next occurrence of some text in the current editor. The previously entered searchtext and options are reused.</p></source> <translation><b>Weitersuchen</b><p>Nach der nächsten Textstelle im aktuellen Editor suchen. Der zuvor eingegebene Suchtext und die Suchoptionen werden weiterverwendet.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3534" /> - <location filename="../QScintilla/MiniEditor.py" line="2604" /> + <location filename="../ViewManager/ViewManager.py" line="3524" /> + <location filename="../QScintilla/MiniEditor.py" line="2602" /> <source><b>Search previous</b><p>Search the previous occurrence of some text in the current editor. The previously entered searchtext and options are reused.</p></source> <translation><b>Rückwärtssuchen</b><p>Nach der vorherigen Textstelle im aktuellen Editor suchen. Der zuvor eingegebene Suchtext und die Suchoptionen werden weiterverwendet.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3548" /> - <location filename="../ViewManager/ViewManager.py" line="3546" /> - <location filename="../QScintilla/MiniEditor.py" line="2618" /> + <location filename="../ViewManager/ViewManager.py" line="3538" /> + <location filename="../ViewManager/ViewManager.py" line="3536" /> <location filename="../QScintilla/MiniEditor.py" line="2616" /> + <location filename="../QScintilla/MiniEditor.py" line="2614" /> <source>Clear search markers</source> <translation>Suchmarkierungen löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3550" /> - <location filename="../QScintilla/MiniEditor.py" line="2620" /> + <location filename="../ViewManager/ViewManager.py" line="3540" /> + <location filename="../QScintilla/MiniEditor.py" line="2618" /> <source>Ctrl+3</source> <comment>Search|Clear search markers</comment> <translation>Ctrl+3</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3559" /> - <location filename="../QScintilla/MiniEditor.py" line="2629" /> + <location filename="../ViewManager/ViewManager.py" line="3549" /> + <location filename="../QScintilla/MiniEditor.py" line="2627" /> <source>Clear all displayed search markers</source> <translation>Löscht alle angezeigten Suchmarkierungen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3564" /> - <location filename="../QScintilla/MiniEditor.py" line="2634" /> + <location filename="../ViewManager/ViewManager.py" line="3554" /> + <location filename="../QScintilla/MiniEditor.py" line="2632" /> <source><b>Clear search markers</b><p>Clear all displayed search markers.</p></source> <translation><b>Suchmarkierungen löschen</b><p>Löscht alle angezeigten Suchmarkierungen.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3632" /> - <location filename="../QScintilla/MiniEditor.py" line="2644" /> + <location filename="../ViewManager/ViewManager.py" line="3622" /> + <location filename="../QScintilla/MiniEditor.py" line="2642" /> <source>Replace</source> <translation>Ersetzen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3633" /> - <location filename="../QScintilla/MiniEditor.py" line="2645" /> + <location filename="../ViewManager/ViewManager.py" line="3623" /> + <location filename="../QScintilla/MiniEditor.py" line="2643" /> <source>&Replace...</source> <translation>&Ersetzen...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3635" /> - <location filename="../QScintilla/MiniEditor.py" line="2647" /> + <location filename="../ViewManager/ViewManager.py" line="3625" /> + <location filename="../QScintilla/MiniEditor.py" line="2645" /> <source>Ctrl+R</source> <comment>Search|Replace</comment> <translation>Ctrl+R</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3642" /> - <location filename="../QScintilla/MiniEditor.py" line="2654" /> + <location filename="../ViewManager/ViewManager.py" line="3632" /> + <location filename="../QScintilla/MiniEditor.py" line="2652" /> <source>Replace some text</source> <translation>Ersetzt Text</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3645" /> - <location filename="../QScintilla/MiniEditor.py" line="2657" /> + <location filename="../ViewManager/ViewManager.py" line="3635" /> + <location filename="../QScintilla/MiniEditor.py" line="2655" /> <source><b>Replace</b><p>Search for some text in the current editor and replace it. A dialog is shown to enter the searchtext, the replacement text and options for the search and replace.</p></source> <translation><b>Ersetzen</b><p>Dies sucht nach Text im aktuellen Editor und ersetzt ihn. Es wird ein Dialog eingeblendet, in dem der Suchtext, der Ersetzungstext und verschieden Such- und Ersetzungsoptionen eingegeben werden kann.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3659" /> - <location filename="../ViewManager/ViewManager.py" line="3657" /> - <location filename="../QScintilla/MiniEditor.py" line="2671" /> + <location filename="../ViewManager/ViewManager.py" line="3649" /> + <location filename="../ViewManager/ViewManager.py" line="3647" /> <location filename="../QScintilla/MiniEditor.py" line="2669" /> + <location filename="../QScintilla/MiniEditor.py" line="2667" /> <source>Replace and Search</source> <translation>Ersetzen und Suchen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3661" /> - <location filename="../QScintilla/MiniEditor.py" line="2673" /> + <location filename="../ViewManager/ViewManager.py" line="3651" /> + <location filename="../QScintilla/MiniEditor.py" line="2671" /> <source>Meta+R</source> <comment>Search|Replace and Search</comment> <translation>Meta+R</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3670" /> - <location filename="../QScintilla/MiniEditor.py" line="2682" /> + <location filename="../ViewManager/ViewManager.py" line="3660" /> + <location filename="../QScintilla/MiniEditor.py" line="2680" /> <source>Replace the found text and search the next occurrence</source> <translation>Erstezt den gefundenen Text und sucht das nächste Vorkommen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3675" /> - <location filename="../QScintilla/MiniEditor.py" line="2687" /> + <location filename="../ViewManager/ViewManager.py" line="3665" /> + <location filename="../QScintilla/MiniEditor.py" line="2685" /> <source><b>Replace and Search</b><p>Replace the found occurrence of text in the current editor and search for the next one. The previously entered search text and options are reused.</p></source> <translation><b>Ersetzen und Suchen</b><p>Ersetzt den Text an der Fundstelle im aktuellen Editor und sucht das nächste Vorkommen. Der zuvor eingegebene Suchtext und die Suchoptionen werden wiederverwendet.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3689" /> - <location filename="../ViewManager/ViewManager.py" line="3687" /> + <location filename="../ViewManager/ViewManager.py" line="3681" /> + <location filename="../ViewManager/ViewManager.py" line="3679" /> <location filename="../QScintilla/MiniEditor.py" line="2701" /> <location filename="../QScintilla/MiniEditor.py" line="2699" /> <source>Replace Occurrence</source> <translation>Fundstelle ersetzen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3691" /> + <location filename="../ViewManager/ViewManager.py" line="3683" /> <location filename="../QScintilla/MiniEditor.py" line="2703" /> <source>Ctrl+Meta+R</source> <comment>Search|Replace Occurrence</comment> <translation>Ctrl+Meta+R</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3700" /> + <location filename="../ViewManager/ViewManager.py" line="3692" /> <location filename="../QScintilla/MiniEditor.py" line="2712" /> <source>Replace the found text</source> <translation>Ersetzt den gefundenen Text</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3703" /> + <location filename="../ViewManager/ViewManager.py" line="3695" /> <location filename="../QScintilla/MiniEditor.py" line="2715" /> <source><b>Replace Occurrence</b><p>Replace the found occurrence of the search text in the current editor.</p></source> <translation><b>Fundstelle ersetzen</b><p>Ersetzt den Text an der Fundstelle im aktuellen Editor.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3716" /> - <location filename="../ViewManager/ViewManager.py" line="3714" /> + <location filename="../ViewManager/ViewManager.py" line="3708" /> + <location filename="../ViewManager/ViewManager.py" line="3706" /> <location filename="../QScintilla/MiniEditor.py" line="2728" /> <location filename="../QScintilla/MiniEditor.py" line="2726" /> <source>Replace All</source> <translation>Alle ersetzen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3718" /> + <location filename="../ViewManager/ViewManager.py" line="3710" /> <location filename="../QScintilla/MiniEditor.py" line="2730" /> <source>Shift+Meta+R</source> <comment>Search|Replace All</comment> <translation>Shift+Meta+R</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3727" /> + <location filename="../ViewManager/ViewManager.py" line="3719" /> <location filename="../QScintilla/MiniEditor.py" line="2739" /> <source>Replace search text occurrences</source> <translation>Ersetzt alle Fundstellen des Suchtextes</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3730" /> + <location filename="../ViewManager/ViewManager.py" line="3722" /> <location filename="../QScintilla/MiniEditor.py" line="2742" /> <source><b>Replace All</b><p>Replace all occurrences of the search text in the current editor.</p></source> <translation><b>Alle ersetzen</b><p>Ersetzt alle Fundstellen des Suchtextes im aktuellen Editor.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="589" /> + <location filename="../ViewManager/ViewManager.py" line="579" /> <source>New</source> <translation>Neu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="591" /> + <location filename="../ViewManager/ViewManager.py" line="581" /> <source>&New</source> <translation>&Neu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="593" /> + <location filename="../ViewManager/ViewManager.py" line="583" /> <source>Ctrl+N</source> <comment>File|New</comment> <translation>Ctrl+N</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="600" /> + <location filename="../ViewManager/ViewManager.py" line="590" /> <source>Open an empty editor window</source> <translation>Öffnet ein leeres Editorfenster</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="603" /> + <location filename="../ViewManager/ViewManager.py" line="593" /> <source><b>New</b><p>An empty editor window will be created.</p></source> <translation><b>Neu</b><p>Ein neues Editorfenster wird geöffnet.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="612" /> + <location filename="../ViewManager/ViewManager.py" line="602" /> <source>Open</source> <translation>Öffnen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="614" /> + <location filename="../ViewManager/ViewManager.py" line="604" /> <source>&Open...</source> <translation>&Öffnen...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="616" /> + <location filename="../ViewManager/ViewManager.py" line="606" /> <source>Ctrl+O</source> <comment>File|Open</comment> <translation>Ctrl+O</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="623" /> + <location filename="../ViewManager/ViewManager.py" line="613" /> <source>Open a file</source> <translation>Datei öffnen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="626" /> + <location filename="../ViewManager/ViewManager.py" line="616" /> <source><b>Open a file</b><p>You will be asked for the name of a file to be opened in an editor window.</p></source> <translation><b>Datei öffnen</b><p>Sie werden nach dem Namen einer Datei gefragt, die in einem Editor geöffnet werden soll.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="639" /> + <location filename="../ViewManager/ViewManager.py" line="629" /> <source>Close</source> <translation>Schließen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="641" /> + <location filename="../ViewManager/ViewManager.py" line="631" /> <source>&Close</source> <translation>Schl&ießen</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="633" /> + <source>Ctrl+W</source> + <comment>File|Close</comment> + <translation>Ctrl+W</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="640" /> + <source>Close the current window</source> + <translation>Schließt das aktuelle Fenster</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="643" /> - <source>Ctrl+W</source> - <comment>File|Close</comment> - <translation>Ctrl+W</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="650" /> - <source>Close the current window</source> - <translation>Schließt das aktuelle Fenster</translation> + <source><b>Close Window</b><p>Close the current window.</p></source> + <translation><b>Fenster schließen</b><p>Dies schließt das aktuelle Editorfenster.</p></translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="652" /> + <source>Close All</source> + <translation>Alle schließen</translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="653" /> - <source><b>Close Window</b><p>Close the current window.</p></source> - <translation><b>Fenster schließen</b><p>Dies schließt das aktuelle Editorfenster.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="662" /> - <source>Close All</source> - <translation>Alle schließen</translation> + <source>Clos&e All</source> + <translation>Alle &schließen</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="660" /> + <source>Close all editor windows</source> + <translation>Schließt alle Editorfenster</translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="663" /> - <source>Clos&e All</source> - <translation>Alle &schließen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="670" /> - <source>Close all editor windows</source> - <translation>Schließt alle Editorfenster</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="673" /> <source><b>Close All Windows</b><p>Close all editor windows.</p></source> <translation><b>Alle Fenster schließen</b><p>Dies schließt alle Editorfenster.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="686" /> + <location filename="../ViewManager/ViewManager.py" line="676" /> <source>Save</source> <translation>Speichern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="688" /> + <location filename="../ViewManager/ViewManager.py" line="678" /> <source>&Save</source> <translation>S&peichern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="697" /> + <location filename="../ViewManager/ViewManager.py" line="687" /> <source>Save the current file</source> <translation>Speichert die aktuelle Datei</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="690" /> + <source><b>Save File</b><p>Save the contents of current editor window.</p></source> + <translation><b>Datei speichern</b><p>Dies speichert den Inhalt des aktuellen Editorfensters.</p></translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="700" /> - <source><b>Save File</b><p>Save the contents of current editor window.</p></source> - <translation><b>Datei speichern</b><p>Dies speichert den Inhalt des aktuellen Editorfensters.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="710" /> <source>Save as</source> <translation>Speichern unter</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="712" /> + <location filename="../ViewManager/ViewManager.py" line="702" /> <source>Save &as...</source> <translation>Speichern &unter...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="714" /> + <location filename="../ViewManager/ViewManager.py" line="704" /> <source>Shift+Ctrl+S</source> <comment>File|Save As</comment> <translation>Shift+Ctrl+S</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="723" /> + <location filename="../ViewManager/ViewManager.py" line="713" /> <source>Save the current file to a new one</source> <translation>Speichere die aktuelle Datei unter neuem Namen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="728" /> + <location filename="../ViewManager/ViewManager.py" line="718" /> <source><b>Save File as</b><p>Save the contents of current editor window to a new file. The file can be entered in a file selection dialog.</p></source> <translation><b>Speichen unter</b><p>Dies speichert den Inhalt des aktuellen Editors in eine neue Datei. Die Datei kann mit einem Dateiauswahldialog eingegeben werden.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="739" /> + <location filename="../ViewManager/ViewManager.py" line="729" /> <source>Save Copy</source> <translation>Kopie speichern</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="731" /> + <source>Save &Copy...</source> + <translation>&Kopie speichern...</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="738" /> + <source>Save a copy of the current file</source> + <translation>Speichert eine Kopie der aktuellen Datei</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="741" /> - <source>Save &Copy...</source> - <translation>&Kopie speichern...</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="748" /> - <source>Save a copy of the current file</source> - <translation>Speichert eine Kopie der aktuellen Datei</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="751" /> <source><b>Save Copy</b><p>Save a copy of the contents of current editor window. The file can be entered in a file selection dialog.</p></source> <translation><b>Kopie speichern</b><p>Speichern einer Kopie des Inhalts des aktuellen Editorfensters. Die Datei kann mit einem Dateiauswahldialog eingegeben werden.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="762" /> + <location filename="../ViewManager/ViewManager.py" line="752" /> <source>Save all</source> <translation>Alles speichern</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="754" /> + <source>Save a&ll</source> + <translation>&Alle speichern</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="761" /> + <source>Save all files</source> + <translation>Alle Dateien speichern</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="764" /> - <source>Save a&ll</source> - <translation>&Alle speichern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="771" /> - <source>Save all files</source> - <translation>Alle Dateien speichern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="774" /> <source><b>Save All Files</b><p>Save the contents of all editor windows.</p></source> <translation><b>Alle Dateien speichern</b><p>Speichert den Inhalt aller Editorfenster.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="786" /> + <location filename="../ViewManager/ViewManager.py" line="776" /> <source>Print</source> <translation>Drucken</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="788" /> + <location filename="../ViewManager/ViewManager.py" line="778" /> <source>&Print</source> <translation>&Drucken</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="790" /> + <location filename="../ViewManager/ViewManager.py" line="780" /> <source>Ctrl+P</source> <comment>File|Print</comment> <translation>Ctrl+P</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="797" /> + <location filename="../ViewManager/ViewManager.py" line="787" /> <source>Print the current file</source> <translation>Druckt die aktuelle Datei</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="800" /> + <location filename="../ViewManager/ViewManager.py" line="790" /> <source><b>Print File</b><p>Print the contents of current editor window.</p></source> <translation><b>Datei drucken</b><p>Dies druckt den Inhalt des aktuellen Editorfensters.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="820" /> + <location filename="../ViewManager/ViewManager.py" line="810" /> <source>Print preview of the current file</source> <translation>Druckvorschau der aktuellen Datei</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="825" /> + <location filename="../ViewManager/ViewManager.py" line="815" /> <source><b>Print Preview</b><p>Print preview of the current editor window.</p></source> <translation><b>Druckvorschau</b><p>Zeift eine Druckvorschau des aktuellen Editorfensters.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="836" /> + <location filename="../ViewManager/ViewManager.py" line="826" /> <source>Find File</source> <translation>Datei suchen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="838" /> + <location filename="../ViewManager/ViewManager.py" line="828" /> <source>Find &File...</source> <translation>&Datei suchen...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="840" /> + <location filename="../ViewManager/ViewManager.py" line="830" /> <source>Alt+Ctrl+F</source> <comment>File|Find File</comment> <translation>Alt+Ctrl+F</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="849" /> + <location filename="../ViewManager/ViewManager.py" line="839" /> <source>Search for a file by entering a search pattern</source> <translation>Suche nach einer Datei durch Eingabe eines Suchmusters</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="854" /> + <location filename="../ViewManager/ViewManager.py" line="844" /> <source><b>Find File</b><p>This searches for a file by entering a search pattern.</p></source> <translation><b>Datei suchen</b><p>Dies sucht nach einer Datei durch Eingabe eines Suchmusters.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="869" /> + <location filename="../ViewManager/ViewManager.py" line="859" /> <source>&File</source> <translation>&Datei</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="871" /> + <location filename="../ViewManager/ViewManager.py" line="861" /> <source>Open &Recent Files</source> <translation>Zu&letzt geöffnete Dateien</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="874" /> + <location filename="../ViewManager/ViewManager.py" line="864" /> <source>Open &Bookmarked Files</source> <translation>Ge&merkte Dateien</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="918" /> - <location filename="../ViewManager/ViewManager.py" line="916" /> + <location filename="../ViewManager/ViewManager.py" line="908" /> + <location filename="../ViewManager/ViewManager.py" line="906" /> <source>File</source> <translation>Datei</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="941" /> + <location filename="../ViewManager/ViewManager.py" line="931" /> <source>Export as</source> <translation>Exportieren als</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="965" /> + <location filename="../ViewManager/ViewManager.py" line="955" /> <source>Undo</source> <translation>Rückgängig</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="967" /> + <location filename="../ViewManager/ViewManager.py" line="957" /> <source>&Undo</source> <translation>&Rückgängig</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="969" /> + <location filename="../ViewManager/ViewManager.py" line="959" /> <source>Ctrl+Z</source> <comment>Edit|Undo</comment> <translation>Ctrl+Z</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="972" /> + <location filename="../ViewManager/ViewManager.py" line="962" /> <source>Alt+Backspace</source> <comment>Edit|Undo</comment> <translation>Alt+Backspace</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="978" /> + <location filename="../ViewManager/ViewManager.py" line="968" /> <source>Undo the last change</source> <translation>Die letzte Änderung rückgängig machen</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="971" /> + <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> + <translation><b>Rückgängig</b><p>Dies macht die letzte Änderung des aktuellen Editors rückgängig.</p></translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="981" /> - <source><b>Undo</b><p>Undo the last change done in the current editor.</p></source> - <translation><b>Rückgängig</b><p>Dies macht die letzte Änderung des aktuellen Editors rückgängig.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="991" /> <source>Redo</source> <translation>Wiederherstellen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="993" /> + <location filename="../ViewManager/ViewManager.py" line="983" /> <source>&Redo</source> <translation>Wieder&herstellen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="995" /> + <location filename="../ViewManager/ViewManager.py" line="985" /> <source>Ctrl+Shift+Z</source> <comment>Edit|Redo</comment> <translation>Ctrl+Shift+Z</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1002" /> + <location filename="../ViewManager/ViewManager.py" line="992" /> <source>Redo the last change</source> <translation>Die letzte Änderung wiederherstellen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1005" /> + <location filename="../ViewManager/ViewManager.py" line="995" /> <source><b>Redo</b><p>Redo the last change done in the current editor.</p></source> <translation><b>Wiederherstellen</b><p>Dies stellt die letzte Änderung des aktuellen Editors wieder her.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1025" /> <location filename="../ViewManager/ViewManager.py" line="1015" /> + <location filename="../ViewManager/ViewManager.py" line="1005" /> <source>Revert to last saved state</source> <translation>Zurück zum letzten gesichert Zustand</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1016" /> + <location filename="../ViewManager/ViewManager.py" line="1006" /> <source>Re&vert to last saved state</source> <translation>&Zurück zum letzten gesichert Zustand</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1018" /> + <location filename="../ViewManager/ViewManager.py" line="1008" /> <source>Ctrl+Y</source> <comment>Edit|Revert</comment> <translation>Ctrl+Y</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1028" /> + <location filename="../ViewManager/ViewManager.py" line="1018" /> <source><b>Revert to last saved state</b><p>Undo all changes up to the last saved state of the current editor.</p></source> <translation><b>Zurück zum letzten gesichert Zustand</b><p>Dies nimmt alle Änderungen des aktuellen Editors bis zum letzten gesicherten Zustand zurück.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1057" /> + <location filename="../ViewManager/ViewManager.py" line="1047" /> <source><b>Cut</b><p>Cut the selected text of the current editor to the clipboard.</p></source> <translation><b>Ausschneiden</b><p>Dies schneidet den ausgewählten Text des aktuellen Editors aus und legt ihn in der Zwischenablage ab.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1084" /> + <location filename="../ViewManager/ViewManager.py" line="1074" /> <source><b>Copy</b><p>Copy the selected text of the current editor to the clipboard.</p></source> <translation><b>Kopieren</b><p>Dies kopiert den ausgewählten Text des aktuellen Editors in die Zwischenablage.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1111" /> + <location filename="../ViewManager/ViewManager.py" line="1101" /> <source><b>Paste</b><p>Paste the last cut/copied text from the clipboard to the current editor.</p></source> <translation><b>Einfügen</b><p>Dies fügt den zuletzt ausgeschnittenen/kopierten Text aus der Zwischenablage in den aktuellen Editor ein.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1136" /> + <location filename="../ViewManager/ViewManager.py" line="1126" /> <source><b>Clear</b><p>Delete all text of the current editor.</p></source> <translation><b>Alles Löschen</b><p>Dies löscht den gesamten Text des aktuellen Editors.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1155" /> - <location filename="../ViewManager/ViewManager.py" line="1146" /> <location filename="../ViewManager/ViewManager.py" line="1145" /> + <location filename="../ViewManager/ViewManager.py" line="1136" /> + <location filename="../ViewManager/ViewManager.py" line="1135" /> <source>Join Lines</source> <translation>Zeilen verbinden</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="1138" /> + <source>Ctrl+J</source> + <comment>Edit|Join Lines</comment> + <translation>Ctrl+J</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="1148" /> - <source>Ctrl+J</source> - <comment>Edit|Join Lines</comment> - <translation>Ctrl+J</translation> + <source><b>Join Lines</b><p>Join the current and the next lines.</p></source> + <translation><b>Zeilen verbinden</b><p>Verbindet die aktuelle mit der nächsten Zeile.</p></translation> </message> <message> <location filename="../ViewManager/ViewManager.py" line="1158" /> - <source><b>Join Lines</b><p>Join the current and the next lines.</p></source> - <translation><b>Zeilen verbinden</b><p>Verbindet die aktuelle mit der nächsten Zeile.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1168" /> <source>Indent</source> <translation>Einrücken</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1170" /> + <location filename="../ViewManager/ViewManager.py" line="1160" /> <source>&Indent</source> <translation>Ei&nrücken</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1172" /> + <location filename="../ViewManager/ViewManager.py" line="1162" /> <source>Ctrl+I</source> <comment>Edit|Indent</comment> <translation>Ctrl+I</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1179" /> + <location filename="../ViewManager/ViewManager.py" line="1169" /> <source>Indent line</source> <translation>Zeile einrücken</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1182" /> + <location filename="../ViewManager/ViewManager.py" line="1172" /> <source><b>Indent</b><p>Indents the current line or the lines of the selection by one level.</p></source> <translation><b>Einrücken</b><p>Dies erhöht die Einrückung der aktuellen Zeile oder Auswahl um eine Ebene.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1193" /> + <location filename="../ViewManager/ViewManager.py" line="1183" /> <source>Unindent</source> <translation>Einrücken rückgängig</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1195" /> + <location filename="../ViewManager/ViewManager.py" line="1185" /> <source>U&nindent</source> <translation>Einrücken rück&gängig</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1197" /> + <location filename="../ViewManager/ViewManager.py" line="1187" /> <source>Ctrl+Shift+I</source> <comment>Edit|Unindent</comment> <translation>Ctrl+Shift+I</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1206" /> + <location filename="../ViewManager/ViewManager.py" line="1196" /> <source>Unindent line</source> <translation>Einrücken der Zeile rückgängig machen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1209" /> + <location filename="../ViewManager/ViewManager.py" line="1199" /> <source><b>Unindent</b><p>Unindents the current line or the lines of the selection by one level.</p></source> <translation><b>Einrücken rückgängig</b><p>Dies vermindert die Einrückung der aktuellen Zeile oder Auswahl um eine Ebene.</p></translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="1212" /> + <location filename="../ViewManager/ViewManager.py" line="1210" /> + <source>Smart indent</source> + <translation>Überwachte Einrückung</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1219" /> + <source>Smart indent Line or Selection</source> + <translation>Rückt eine Zeile oder Auswahl mit Überwachung ein</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="1222" /> - <location filename="../ViewManager/ViewManager.py" line="1220" /> - <source>Smart indent</source> - <translation>Überwachte Einrückung</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1229" /> - <source>Smart indent Line or Selection</source> - <translation>Rückt eine Zeile oder Auswahl mit Überwachung ein</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1232" /> <source><b>Smart indent</b><p>Indents the current line or the lines of the current selection smartly.</p></source> <translation><b>Überwachte Einrückung</b><p>Dies rückt die aktuelle Zeile oder die Zeilen der aktuellen Auswahl ein, wobei nur sinnvolle Einrückungstiefen erlaubt sind.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1243" /> + <location filename="../ViewManager/ViewManager.py" line="1233" /> <source>Comment</source> <translation>Kommentar</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1245" /> + <location filename="../ViewManager/ViewManager.py" line="1235" /> <source>C&omment</source> <translation>K&ommentar</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1247" /> + <location filename="../ViewManager/ViewManager.py" line="1237" /> <source>Ctrl+M</source> <comment>Edit|Comment</comment> <translation>Ctrl+M</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1254" /> + <location filename="../ViewManager/ViewManager.py" line="1244" /> <source>Comment Line or Selection</source> <translation>Kommentiert eine Zeile oder die Auswahl</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1257" /> + <location filename="../ViewManager/ViewManager.py" line="1247" /> <source><b>Comment</b><p>Comments the current line or the lines of the current selection.</p></source> <translation><b>Kommentar</b><p>Dies kommentiert die aktuelle Zeile oder die aktuelle Auswahl.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1268" /> + <location filename="../ViewManager/ViewManager.py" line="1258" /> <source>Uncomment</source> <translation>Kommentar entfernen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1270" /> + <location filename="../ViewManager/ViewManager.py" line="1260" /> <source>Unco&mment</source> <translation>Ko&mmentar entfernen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1272" /> + <location filename="../ViewManager/ViewManager.py" line="1262" /> <source>Ctrl+Shift+M</source> <comment>Edit|Uncomment</comment> <translation>Ctrl+Shift+M</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1281" /> + <location filename="../ViewManager/ViewManager.py" line="1271" /> <source>Uncomment Line or Selection</source> <translation>Kommentar einer Zeile oder der Auswahl entfernen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1284" /> + <location filename="../ViewManager/ViewManager.py" line="1274" /> <source><b>Uncomment</b><p>Uncomments the current line or the lines of the current selection.</p></source> <translation><b>Kommentar entfernen</b><p>Dies entfernt den Kommentar der aktuellen Zeile oder der aktuelle Auswahl.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1297" /> - <location filename="../ViewManager/ViewManager.py" line="1295" /> + <location filename="../ViewManager/ViewManager.py" line="1287" /> + <location filename="../ViewManager/ViewManager.py" line="1285" /> <source>Toggle Comment</source> <translation>Kommentar umschalten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1299" /> + <location filename="../ViewManager/ViewManager.py" line="1289" /> <source>Ctrl+#</source> <comment>Edit|Toggle Comment</comment> <translation>Ctrl+#</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1308" /> + <location filename="../ViewManager/ViewManager.py" line="1298" /> <source>Toggle the comment of the current line, selection or comment block</source> <translation>Schalte den Kommentar der aktuellen Zeile, Auswahl oder Kommentarblocks um</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1314" /> + <location filename="../ViewManager/ViewManager.py" line="1304" /> <source><b>Toggle Comment</b><p>If the current line does not start with a block comment, the current line or selection is commented. If it is already commented, this comment block is uncommented. </p></source> <translation><b>Kommentar umschalten</b><p>Falls die aktuelle Zeile nicht mit einem Blockkommentar beginnt, so wird die aktuelle Zeile oder Auswahl kommentiert. Ist sie kommentiert, so wird dieser Blockkommentar entkommentiert.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1327" /> - <location filename="../ViewManager/ViewManager.py" line="1326" /> + <location filename="../ViewManager/ViewManager.py" line="1317" /> + <location filename="../ViewManager/ViewManager.py" line="1316" /> <source>Stream Comment</source> <translation>Stream Kommentar</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1334" /> + <location filename="../ViewManager/ViewManager.py" line="1324" /> <source>Stream Comment Line or Selection</source> <translation>Stream kommentiert eine Zeile oder die Auswahl</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1339" /> + <location filename="../ViewManager/ViewManager.py" line="1329" /> <source><b>Stream Comment</b><p>Stream comments the current line or the current selection.</p></source> <translation><b>Stream Kommentar</b><p>Dies kommentiert die aktuelle Zeile oder die aktuelle Auswahl mit einem Stream Kommentar.</p></translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="1341" /> + <location filename="../ViewManager/ViewManager.py" line="1340" /> + <source>Box Comment</source> + <translation>Box Kommentar</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1348" /> + <source>Box Comment Line or Selection</source> + <translation>Box kommentiert eine Zeile oder die Auswahl</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="1351" /> - <location filename="../ViewManager/ViewManager.py" line="1350" /> - <source>Box Comment</source> - <translation>Box Kommentar</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1358" /> - <source>Box Comment Line or Selection</source> - <translation>Box kommentiert eine Zeile oder die Auswahl</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1361" /> <source><b>Box Comment</b><p>Box comments the current line or the lines of the current selection.</p></source> <translation><b>Box Kommentar</b><p>Dies kommentiert die aktuelle Zeile oder die Zeilen der aktuelle Auswahl mit einem Box Kommentar.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1372" /> + <location filename="../ViewManager/ViewManager.py" line="1362" /> <source>Select to brace</source> <translation>Zur Klammer auswählen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1373" /> + <location filename="../ViewManager/ViewManager.py" line="1363" /> <source>Select to &brace</source> <translation>Zur Klammer ausw&ählen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1375" /> + <location filename="../ViewManager/ViewManager.py" line="1365" /> <source>Ctrl+E</source> <comment>Edit|Select to brace</comment> <translation>Ctrl+E</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1384" /> + <location filename="../ViewManager/ViewManager.py" line="1374" /> <source>Select text to the matching brace</source> <translation>Text bis zur passenden Klammer auswählen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1389" /> + <location filename="../ViewManager/ViewManager.py" line="1379" /> <source><b>Select to brace</b><p>Select text of the current editor to the matching brace.</p></source> <translation><b>Zur Klammer auswählen</b><p>Im aktuellen Editor Text bis zur passenden Klammer auswählen.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1400" /> + <location filename="../ViewManager/ViewManager.py" line="1390" /> <source>Select all</source> <translation>Alles auswählen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1402" /> + <location filename="../ViewManager/ViewManager.py" line="1392" /> <source>&Select all</source> <translation>A&lles auswählen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1404" /> + <location filename="../ViewManager/ViewManager.py" line="1394" /> <source>Ctrl+A</source> <comment>Edit|Select all</comment> <translation>Ctrl+A</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1411" /> + <location filename="../ViewManager/ViewManager.py" line="1401" /> <source>Select all text</source> <translation>Gesamten text auswählen</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="1404" /> + <source><b>Select All</b><p>Select all text of the current editor.</p></source> + <translation><b>Alles auswählen</b><p>Dies wählt den gesamten Text des aktuellen Editors aus.</p></translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="1414" /> - <source><b>Select All</b><p>Select all text of the current editor.</p></source> - <translation><b>Alles auswählen</b><p>Dies wählt den gesamten Text des aktuellen Editors aus.</p></translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1424" /> <source>Deselect all</source> <translation>Auswahl aufheben</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1425" /> + <location filename="../ViewManager/ViewManager.py" line="1415" /> <source>&Deselect all</source> <translation>Aus&wahl aufheben</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1427" /> + <location filename="../ViewManager/ViewManager.py" line="1417" /> <source>Alt+Ctrl+A</source> <comment>Edit|Deselect all</comment> <translation>Alt+Ctrl+A</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1436" /> + <location filename="../ViewManager/ViewManager.py" line="1426" /> <source>Deselect all text</source> <translation>Hebt die Auswahl auf</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1439" /> + <location filename="../ViewManager/ViewManager.py" line="1429" /> <source><b>Deselect All</b><p>Deselect all text of the current editor.</p></source> <translation><b>Auswahl aufheben</b><p>Dies hebt die Auswahl des aktuellen Editors auf.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1457" /> - <location filename="../ViewManager/ViewManager.py" line="1449" /> + <location filename="../ViewManager/ViewManager.py" line="1447" /> + <location filename="../ViewManager/ViewManager.py" line="1439" /> <source>Convert Line End Characters</source> <translation>Zeilenende Marke umwandeln</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="1440" /> + <source>Convert &Line End Characters</source> + <translation>&Zeilenende Marke umwandeln</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="1450" /> - <source>Convert &Line End Characters</source> - <translation>&Zeilenende Marke umwandeln</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1460" /> <source><b>Convert Line End Characters</b><p>Convert the line end characters to the currently set type.</p></source> <translation><b>Zeilenende Marke umwandeln</b><p>Dies wandelt die Zeilenende Marke in den aktuell eingestellten Typ um.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1479" /> - <location filename="../ViewManager/ViewManager.py" line="1472" /> - <location filename="../ViewManager/ViewManager.py" line="1471" /> + <location filename="../ViewManager/ViewManager.py" line="1469" /> + <location filename="../ViewManager/ViewManager.py" line="1462" /> + <location filename="../ViewManager/ViewManager.py" line="1461" /> <source>Shorten empty lines</source> <translation>Leere Zeilen verkürzen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1482" /> + <location filename="../ViewManager/ViewManager.py" line="1472" /> <source><b>Shorten empty lines</b><p>Shorten lines consisting solely of whitespace characters.</p></source> <translation><b>Leere Zeilen verkürzen</b><p>Zeilen, die nur aus Leerzeichen und Tabulatoren bestehen, werden verkürzt.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3365" /> - <location filename="../ViewManager/ViewManager.py" line="1493" /> + <location filename="../ViewManager/ViewManager.py" line="3355" /> + <location filename="../ViewManager/ViewManager.py" line="1483" /> <source>Complete</source> <translation>Vervollständigen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1494" /> + <location filename="../ViewManager/ViewManager.py" line="1484" /> <source>&Complete</source> <translation>&Vervollständigen</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="1486" /> + <source>Ctrl+Space</source> + <comment>Edit|Complete</comment> + <translation>Ctrl+Space</translation> + </message> + <message> + <location filename="../ViewManager/ViewManager.py" line="1493" /> + <source>Complete current word</source> + <translation>Aktuelles Wort vervollständigen</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="1496" /> - <source>Ctrl+Space</source> - <comment>Edit|Complete</comment> - <translation>Ctrl+Space</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1503" /> - <source>Complete current word</source> - <translation>Aktuelles Wort vervollständigen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1506" /> <source><b>Complete</b><p>Performs a completion of the word containing the cursor.</p></source> <translation><b>Vervollständigen</b><p>Führt eine Vervollständigung des Wortes, das den Cursor enthält, durch.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1518" /> - <location filename="../ViewManager/ViewManager.py" line="1517" /> + <location filename="../ViewManager/ViewManager.py" line="1508" /> + <location filename="../ViewManager/ViewManager.py" line="1507" /> <source>Complete from Document</source> <translation>Vervollständigung vom Dokument</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1520" /> + <location filename="../ViewManager/ViewManager.py" line="1510" /> <source>Ctrl+Shift+Space</source> <comment>Edit|Complete from Document</comment> <translation>Ctrl+Shift+Space</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1529" /> + <location filename="../ViewManager/ViewManager.py" line="1519" /> <source>Complete current word from Document</source> <translation>Aktuelles Wort vom Dokument vervollständigen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1534" /> + <location filename="../ViewManager/ViewManager.py" line="1524" /> <source><b>Complete from Document</b><p>Performs a completion from document of the word containing the cursor.</p></source> <translation><b>Vervollständigung vom Dokument</b><p>Vervollständigt das Wort, das den Cursor enthält, vom Dokument.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1546" /> - <location filename="../ViewManager/ViewManager.py" line="1545" /> + <location filename="../ViewManager/ViewManager.py" line="1536" /> + <location filename="../ViewManager/ViewManager.py" line="1535" /> <source>Complete from APIs</source> <translation>Vervollständigung von APIs</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1548" /> + <location filename="../ViewManager/ViewManager.py" line="1538" /> <source>Ctrl+Alt+Space</source> <comment>Edit|Complete from APIs</comment> <translation>Ctrl+Alt+Space</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1557" /> + <location filename="../ViewManager/ViewManager.py" line="1547" /> <source>Complete current word from APIs</source> <translation>Aktuelles Wort von APIs vervollständigen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1560" /> + <location filename="../ViewManager/ViewManager.py" line="1550" /> <source><b>Complete from APIs</b><p>Performs a completion from APIs of the word containing the cursor.</p></source> <translation><b>Vervollständigung von APIs</b><p>Vervollständigt das Wort, das den Cursor enthält, von APIs.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1574" /> - <location filename="../ViewManager/ViewManager.py" line="1571" /> + <location filename="../ViewManager/ViewManager.py" line="1564" /> + <location filename="../ViewManager/ViewManager.py" line="1561" /> <source>Complete from Document and APIs</source> <translation>Vervollständigung vom Dokument und von APIs</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1578" /> + <location filename="../ViewManager/ViewManager.py" line="1568" /> <source>Alt+Shift+Space</source> <comment>Edit|Complete from Document and APIs</comment> <translation>Alt+Shift+Space</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1589" /> + <location filename="../ViewManager/ViewManager.py" line="1579" /> <source>Complete current word from Document and APIs</source> <translation>Aktuelles Wort vom Dokument und von APIs vervollständigen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1594" /> + <location filename="../ViewManager/ViewManager.py" line="1584" /> <source><b>Complete from Document and APIs</b><p>Performs a completion from document and APIs of the word containing the cursor.</p></source> <translation><b>Vervollständigung vom Dokument und von APIs</b><p>Vervollständigt das Wort, das den Cursor enthält, vom Dokument und von APIs.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1605" /> + <location filename="../ViewManager/ViewManager.py" line="1595" /> <source>Calltip</source> <translation>Calltip</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1606" /> + <location filename="../ViewManager/ViewManager.py" line="1596" /> <source>&Calltip</source> <translation>&Calltip</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1608" /> + <location filename="../ViewManager/ViewManager.py" line="1598" /> <source>Meta+Alt+Space</source> <comment>Edit|Calltip</comment> <translation>Meta+Alt+Space</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1617" /> + <location filename="../ViewManager/ViewManager.py" line="1607" /> <source>Show Calltips</source> <translation>Calltips anzeigen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1620" /> + <location filename="../ViewManager/ViewManager.py" line="1610" /> <source><b>Calltip</b><p>Show calltips based on the characters immediately to the left of the cursor.</p></source> <translation><b>Calltip</b><p>Zeige Calltips basierend auf den links vom Cursor befindlichen Zeichen an.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1633" /> - <location filename="../ViewManager/ViewManager.py" line="1631" /> + <location filename="../ViewManager/ViewManager.py" line="1623" /> + <location filename="../ViewManager/ViewManager.py" line="1621" /> <source>Code Info</source> <translation>Code Info</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1635" /> + <location filename="../ViewManager/ViewManager.py" line="1625" /> <source>Ctrl+Alt+I</source> <comment>Edit|Code Info</comment> <translation>Ctrl+Alt+I</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1644" /> + <location filename="../ViewManager/ViewManager.py" line="1634" /> <source>Show Code Info</source> <translation>Code Informationen anzeigen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1647" /> + <location filename="../ViewManager/ViewManager.py" line="1637" /> <source><b>Code Info</b><p>Show code information based on the cursor position.</p></source> <translation><b>Code Info</b><p>Zeigt Code Informationen basierend auf der aktuellen Cursorposition an.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1658" /> - <location filename="../ViewManager/ViewManager.py" line="1657" /> + <location filename="../ViewManager/ViewManager.py" line="1648" /> + <location filename="../ViewManager/ViewManager.py" line="1647" /> <source>Sort</source> <translation>Sortieren</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1660" /> + <location filename="../ViewManager/ViewManager.py" line="1650" /> <source>Ctrl+Alt+S</source> <comment>Edit|Sort</comment> <translation>Ctrl+Alt+S</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1667" /> + <location filename="../ViewManager/ViewManager.py" line="1657" /> <source>Sort the lines containing the rectangular selection</source> <translation>Sortiere die Zeilen, die von der rechteckigen Auswahl überspannt werden</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1672" /> + <location filename="../ViewManager/ViewManager.py" line="1662" /> <source><b>Sort</b><p>Sort the lines spanned by a rectangular selection based on the selection ignoring leading and trailing whitespace.</p></source> <translation><b>Sortieren</b><p>Dies sortiert die von der Rechteckauswahl überspannten Zeilen basierend auf der Auswahl. Führende und folgende Leerzeichen werden ignoriert.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1684" /> - <location filename="../ViewManager/ViewManager.py" line="1683" /> + <location filename="../ViewManager/ViewManager.py" line="1674" /> + <location filename="../ViewManager/ViewManager.py" line="1673" /> <source>Generate Docstring</source> <translation>Docstring erzeugen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1686" /> + <location filename="../ViewManager/ViewManager.py" line="1676" /> <source>Ctrl+Alt+D</source> <comment>Edit|Generate Docstring</comment> <translation>Ctrl+Alt+D</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1695" /> + <location filename="../ViewManager/ViewManager.py" line="1685" /> <source>Generate a docstring for the current function/method</source> <translation>Erzeuge eine Docstring für die aktuelle Funktion/Methode</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="1700" /> + <location filename="../ViewManager/ViewManager.py" line="1690" /> <source><b>Generate Docstring</b><p>Generate a docstring for the current function/method if the cursor is placed on the line starting the function definition or on the line thereafter. The docstring is inserted at the appropriate position and the cursor is placed at the end of the description line.</p></source> <translation><b>Docstring erzeugen</b><p>Erzeuge eine Docstring für die aktuelle Funktion/Methode falls die Einfügemarke auf der Startzeile der Funktionsdefinition oder der Zeile nach deren Ende steht. Der Docstring wird an der korrekten Stelle eingefügt und die Einfügemarke wird an das Ende der Beschreibungszeile gesetzt.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2515" /> - <location filename="../ViewManager/ViewManager.py" line="2512" /> + <location filename="../ViewManager/ViewManager.py" line="2505" /> + <location filename="../ViewManager/ViewManager.py" line="2502" /> <source>Insert new line below current line</source> <translation>Neue Zeile unterhalb der aktuellen einfügen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2518" /> + <location filename="../ViewManager/ViewManager.py" line="2508" /> <source>Shift+Return</source> <translation>Shift+Return</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="2519" /> + <location filename="../ViewManager/ViewManager.py" line="2509" /> <source>Shift+Enter</source> <translation>Shift+Enter</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3374" /> + <location filename="../ViewManager/ViewManager.py" line="3364" /> <source>&Edit</source> <translation>&Bearbeiten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3430" /> - <location filename="../ViewManager/ViewManager.py" line="3428" /> + <location filename="../ViewManager/ViewManager.py" line="3420" /> + <location filename="../ViewManager/ViewManager.py" line="3418" /> <source>Edit</source> <translation>Bearbeiten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3576" /> - <location filename="../ViewManager/ViewManager.py" line="3574" /> + <location filename="../ViewManager/ViewManager.py" line="3566" /> + <location filename="../ViewManager/ViewManager.py" line="3564" /> <source>Search current word forward</source> <translation>Aktuelles Wort vorwärts suchen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3578" /> + <location filename="../ViewManager/ViewManager.py" line="3568" /> <source>Ctrl+.</source> <comment>Search|Search current word forward</comment> <translation>Ctrl+.</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3587" /> + <location filename="../ViewManager/ViewManager.py" line="3577" /> <source>Search next occurrence of the current word</source> <translation>Das nächste Vorkommen des aktuellen Wortes suchen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3592" /> + <location filename="../ViewManager/ViewManager.py" line="3582" /> <source><b>Search current word forward</b><p>Search the next occurrence of the current word of the current editor.</p></source> <translation><b>Aktuelles Wort vorwärts suchen</b><p>Sucht das nächste Vorkommen des aktuellen Wortes des aktuellen Editors.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3605" /> - <location filename="../ViewManager/ViewManager.py" line="3603" /> + <location filename="../ViewManager/ViewManager.py" line="3595" /> + <location filename="../ViewManager/ViewManager.py" line="3593" /> <source>Search current word backward</source> <translation>Aktuelles Wort rückwärts suchen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3607" /> + <location filename="../ViewManager/ViewManager.py" line="3597" /> <source>Ctrl+,</source> <comment>Search|Search current word backward</comment> <translation>Ctrl+,</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3616" /> + <location filename="../ViewManager/ViewManager.py" line="3606" /> <source>Search previous occurrence of the current word</source> <translation>Das vorherige Vorkommen des aktuellen Wortes suchen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3621" /> + <location filename="../ViewManager/ViewManager.py" line="3611" /> <source><b>Search current word backward</b><p>Search the previous occurrence of the current word of the current editor.</p></source> <translation><b>Aktuelles Wort rückwärts suchen</b><p>Sucht das vorherige Vorkommen des aktuellen Wortes des aktuellen Editors.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3752" /> - <location filename="../ViewManager/ViewManager.py" line="3741" /> + <location filename="../ViewManager/ViewManager.py" line="3744" /> + <location filename="../ViewManager/ViewManager.py" line="3733" /> <source>Goto Line</source> <translation>Gehe zu Zeile</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3743" /> + <location filename="../ViewManager/ViewManager.py" line="3735" /> <source>&Goto Line...</source> <translation>Gehe zu &Zeile...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3745" /> + <location filename="../ViewManager/ViewManager.py" line="3737" /> <source>Ctrl+G</source> <comment>Search|Goto Line</comment> <translation>Ctrl+G</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3755" /> + <location filename="../ViewManager/ViewManager.py" line="3747" /> <source><b>Goto Line</b><p>Go to a specific line of text in the current editor. A dialog is shown to enter the linenumber.</p></source> <translation><b>Gehe zu Zeile</b><p>Dies springt zur angegebenen Zeile im aktuellen Editor. Es wird ein Dialog eingeblendet, in dem die Zeilennummer eingegeben werden kann.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3777" /> - <location filename="../ViewManager/ViewManager.py" line="3766" /> + <location filename="../ViewManager/ViewManager.py" line="3769" /> + <location filename="../ViewManager/ViewManager.py" line="3758" /> <source>Goto Brace</source> <translation>Gehe zu Klammer</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3768" /> + <location filename="../ViewManager/ViewManager.py" line="3760" /> <source>Goto &Brace</source> <translation>Gehe zu &Klammer</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3770" /> + <location filename="../ViewManager/ViewManager.py" line="3762" /> <source>Ctrl+L</source> <comment>Search|Goto Brace</comment> <translation>Ctrl+L</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3780" /> + <location filename="../ViewManager/ViewManager.py" line="3772" /> <source><b>Goto Brace</b><p>Go to the matching brace in the current editor.</p></source> <translation><b>Gehe zu Klammer</b><p>Gehe zur passenden Klammer im aktuellen Editor.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3803" /> - <location filename="../ViewManager/ViewManager.py" line="3790" /> + <location filename="../ViewManager/ViewManager.py" line="3795" /> + <location filename="../ViewManager/ViewManager.py" line="3782" /> <source>Goto Last Edit Location</source> <translation>Gehe zur letzten Editierposition</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3792" /> + <location filename="../ViewManager/ViewManager.py" line="3784" /> <source>Goto Last &Edit Location</source> <translation>Gehe zur letzten &Editierposition</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3794" /> + <location filename="../ViewManager/ViewManager.py" line="3786" /> <source>Ctrl+Shift+G</source> <comment>Search|Goto Last Edit Location</comment> <translation>Ctrl+Shift+G</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3806" /> + <location filename="../ViewManager/ViewManager.py" line="3798" /> <source><b>Goto Last Edit Location</b><p>Go to the location of the last edit in the current editor.</p></source> <translation><b>Gehe zur letzten Editierposition</b><p>Gehe zu der Textposition, an der die letzte Editieraktion stattgefunden hat.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3818" /> - <location filename="../ViewManager/ViewManager.py" line="3817" /> + <location filename="../ViewManager/ViewManager.py" line="3810" /> + <location filename="../ViewManager/ViewManager.py" line="3809" /> <source>Goto Previous Method or Class</source> <translation>Gehe zur vorherigen Methode oder Klasse</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3820" /> + <location filename="../ViewManager/ViewManager.py" line="3812" /> <source>Ctrl+Shift+Up</source> <comment>Search|Goto Previous Method or Class</comment> <translation>Ctrl+Shift+Up</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3831" /> + <location filename="../ViewManager/ViewManager.py" line="3823" /> <source>Go to the previous method or class definition</source> <translation>Gehe zur vorherigen Methoden- oder Klassendefinition</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3836" /> + <location filename="../ViewManager/ViewManager.py" line="3828" /> <source><b>Goto Previous Method or Class</b><p>Goes to the line of the previous method or class definition and highlights the name.</p></source> <translation><b>Gehe zur vorherigen Methode oder Klasse</b><p>Dies springt zur Zeile der vorherigen Methoden- oder Klassendefinition und selektiert den Namen.</p<</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3848" /> - <location filename="../ViewManager/ViewManager.py" line="3847" /> + <location filename="../ViewManager/ViewManager.py" line="3840" /> + <location filename="../ViewManager/ViewManager.py" line="3839" /> <source>Goto Next Method or Class</source> <translation>Gehe zur nächsten Methode oder Klasse</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3850" /> + <location filename="../ViewManager/ViewManager.py" line="3842" /> <source>Ctrl+Shift+Down</source> <comment>Search|Goto Next Method or Class</comment> <translation>Ctrl+Shift+Down</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3859" /> + <location filename="../ViewManager/ViewManager.py" line="3851" /> <source>Go to the next method or class definition</source> <translation>Gehe zur nächsten Methoden- oder Klassendefinition</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3864" /> + <location filename="../ViewManager/ViewManager.py" line="3856" /> <source><b>Goto Next Method or Class</b><p>Goes to the line of the next method or class definition and highlights the name.</p></source> <translation><b>Gehe zur nächsten Methode oder Klasse</b><p>Dies springt zur Zeile der nächsten Methoden- oder Klassendefinition und selektiert den Namen.</p<</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3877" /> + <location filename="../ViewManager/ViewManager.py" line="3869" /> <source>Search in Files</source> <translation>Suchen in Dateien</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3879" /> + <location filename="../ViewManager/ViewManager.py" line="3871" /> <source>Search in &Files...</source> <translation>Suchen in &Dateien...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3881" /> + <location filename="../ViewManager/ViewManager.py" line="3873" /> <source>Shift+Ctrl+F</source> <comment>Search|Search Files</comment> <translation>Shift+Ctrl+F</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3890" /> + <location filename="../ViewManager/ViewManager.py" line="3882" /> <source>Search for a text in files</source> <translation>Nach Text in Dateien suchen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3893" /> + <location filename="../ViewManager/ViewManager.py" line="3885" /> <source><b>Search in Files</b><p>Search for some text in the files of a directory tree or the project. A window is shown to enter the searchtext and options for the search and to display the result.</p></source> <translation><b>Suchen in Dateien</b><p>Sucht nach Text in den Dateien eines Verzeichnisbaumes oder des Projektes. Es wird ein Fenster angezeigt, in dem der Suchtext und die Suchoptionen eingegeben werden können und in dem das Suchresultat angezeigt wird.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3905" /> + <location filename="../ViewManager/ViewManager.py" line="3897" /> <source>Replace in Files</source> <translation>Ersetzen in Dateien</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3906" /> + <location filename="../ViewManager/ViewManager.py" line="3898" /> <source>Replace in F&iles...</source> <translation>Ersetzen in Da&teien...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3908" /> + <location filename="../ViewManager/ViewManager.py" line="3900" /> <source>Shift+Ctrl+R</source> <comment>Search|Replace in Files</comment> <translation>Shift+Ctrl+R</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3917" /> + <location filename="../ViewManager/ViewManager.py" line="3909" /> <source>Search for a text in files and replace it</source> <translation>Nach Text in Dateien suchen und ihn ersetzen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3922" /> + <location filename="../ViewManager/ViewManager.py" line="3914" /> <source><b>Replace in Files</b><p>Search for some text in the files of a directory tree or the project and replace it. A window is shown to enter the searchtext, the replacement text and options for the search and to display the result.</p></source> <translation><b>Ersetzen in Dateien</b><p>Sucht nach Text in den Dateien eines Verzeichnisbaumes oder des Projektes und ersetzt ihn. Es wird ein Fenster angezeigt, in dem der Suchtext, der Ersetzungstext und die Suchoptionen eingegeben werden können und in dem das Suchresultat angezeigt wird.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3935" /> + <location filename="../ViewManager/ViewManager.py" line="3927" /> <source>Search in Open Files</source> <translation>Suchen in geöffneten Dateien</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3937" /> + <location filename="../ViewManager/ViewManager.py" line="3929" /> <source>Search in Open Files...</source> <translation>Suchen in geöffneten Dateien...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3939" /> + <location filename="../ViewManager/ViewManager.py" line="3931" /> <source>Meta+Ctrl+Alt+F</source> <comment>Search|Search Open Files</comment> <translation>Meta+Ctrl+Alt+F</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3948" /> + <location filename="../ViewManager/ViewManager.py" line="3940" /> <source>Search for a text in open files</source> <translation>Nach Text in geöffneten Dateien suchen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3951" /> + <location filename="../ViewManager/ViewManager.py" line="3943" /> <source><b>Search in Open Files</b><p>Search for some text in the currently opened files. A window is shown to enter the search text and options for the search and to display the result.</p></source> <translation><b>Suchen in geöffneten Dateien</b><p>Sucht nach Text in den aktuell geöffneten Dateien. Es wird ein Fenster angezeigt, in dem der Suchtext und die Suchoptionen eingegeben werden können und in dem das Suchresultat angezeigt wird.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3963" /> + <location filename="../ViewManager/ViewManager.py" line="3955" /> <source>Replace in Open Files</source> <translation>Ersetzen in geöffneten Dateien</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3964" /> + <location filename="../ViewManager/ViewManager.py" line="3956" /> <source>Replace in Open Files...</source> <translation>Ersetzen in geöffneten Dateien...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3966" /> + <location filename="../ViewManager/ViewManager.py" line="3958" /> <source>Meta+Ctrl+Alt+R</source> <comment>Search|Replace in Open Files</comment> <translation>Meta+Ctrl+Alt+R</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3975" /> + <location filename="../ViewManager/ViewManager.py" line="3967" /> <source>Search for a text in open files and replace it</source> <translation>Nach Text in geöffneten Dateien suchen und ihn ersetzen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="3980" /> + <location filename="../ViewManager/ViewManager.py" line="3972" /> <source><b>Replace in Open Files</b><p>Search for some text in the currently opened files and replace it. A window is shown to enter the search text, the replacement text and options for the search and to display the result.</p></source> <translation><b>Ersetzen in geöffneten Dateien</b><p>Sucht nach Text in den aktuell geöffneten Dateien und ersetzt ihn. Es wird ein Fenster angezeigt, in dem der Suchtext, der Ersetzungstext und die Suchoptionen eingegeben werden können und in dem das Suchresultat angezeigt wird.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4001" /> + <location filename="../ViewManager/ViewManager.py" line="3993" /> <source>&Search</source> <translation>&Suchen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4180" /> <location filename="../ViewManager/ViewManager.py" line="4172" /> + <location filename="../ViewManager/ViewManager.py" line="4164" /> <source>Toggle all folds</source> <translation>Alle Faltungen umschalten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4173" /> + <location filename="../ViewManager/ViewManager.py" line="4165" /> <source>&Toggle all folds</source> <translation>&Alle Faltungen umschalten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4183" /> + <location filename="../ViewManager/ViewManager.py" line="4175" /> <source><b>Toggle all folds</b><p>Toggle all folds of the current editor.</p></source> <translation><b>Alle Faltungen umschalten</b><p>Dies schaltet alle Faltungen des aktuellen Editors um.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4205" /> - <location filename="../ViewManager/ViewManager.py" line="4193" /> + <location filename="../ViewManager/ViewManager.py" line="4197" /> + <location filename="../ViewManager/ViewManager.py" line="4185" /> <source>Toggle all folds (including children)</source> <translation>Alle Faltungen umschalten (inkl. Unterfaltungen)</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4196" /> + <location filename="../ViewManager/ViewManager.py" line="4188" /> <source>Toggle all &folds (including children)</source> <translation>Alle Faltungen &umschalten (inkl. Unterfaltungen)</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4210" /> + <location filename="../ViewManager/ViewManager.py" line="4202" /> <source><b>Toggle all folds (including children)</b><p>Toggle all folds of the current editor including all children.</p></source> <translation><b>Alle Faltungen umschalten (inkl. Unterfaltungen)</b><p>Dies schaltet alle Faltungen des aktuellen Editors inklusive Unterfaltungen um.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4229" /> <location filename="../ViewManager/ViewManager.py" line="4221" /> + <location filename="../ViewManager/ViewManager.py" line="4213" /> <source>Toggle current fold</source> <translation>Aktuelle Faltung umschalten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4222" /> + <location filename="../ViewManager/ViewManager.py" line="4214" /> <source>Toggle &current fold</source> <translation>Aktuelle &Faltung umschalten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4232" /> + <location filename="../ViewManager/ViewManager.py" line="4224" /> <source><b>Toggle current fold</b><p>Toggle the folds of the current line of the current editor.</p></source> <translation><b>Aktuelle Faltung umschalten</b><p>Dies schaltet die Faltung der aktuellen Zeile des aktuellen Editors um.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4251" /> <location filename="../ViewManager/ViewManager.py" line="4243" /> + <location filename="../ViewManager/ViewManager.py" line="4235" /> <source>Clear all folds</source> <translation>Alle Faltungen aufklappen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4244" /> + <location filename="../ViewManager/ViewManager.py" line="4236" /> <source>Clear &all folds</source> <translation>Alle &Faltungen aufklappen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4254" /> + <location filename="../ViewManager/ViewManager.py" line="4246" /> <source><b>Clear all folds</b><p>Clear all folds of the current editor, i.e. ensure that all lines are displayed unfolded.</p></source> <translation><b>Alle Faltungen aufklappen</b><p>Alle Faltungen des aktuellen Editors aufklappen, d.h. sicherstellen, dass alle Zeilen angezeigt werden.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4274" /> - <location filename="../ViewManager/ViewManager.py" line="4267" /> - <location filename="../ViewManager/ViewManager.py" line="4265" /> + <location filename="../ViewManager/ViewManager.py" line="4266" /> + <location filename="../ViewManager/ViewManager.py" line="4259" /> + <location filename="../ViewManager/ViewManager.py" line="4257" /> <source>Remove all highlights</source> <translation>Hervorhebungen löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4277" /> + <location filename="../ViewManager/ViewManager.py" line="4269" /> <source><b>Remove all highlights</b><p>Remove the highlights of all editors.</p></source> <translation><b>Hervorhebungen löschen</b><p>Hervorhebungen aller Editoren löschen.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4287" /> + <location filename="../ViewManager/ViewManager.py" line="4279" /> <source>New Document View</source> <translation>Neue Dokumentenansicht</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4289" /> + <location filename="../ViewManager/ViewManager.py" line="4281" /> <source>New &Document View</source> <translation>Neue &Dokumentenansicht</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4296" /> + <location filename="../ViewManager/ViewManager.py" line="4288" /> <source>Open a new view of the current document</source> <translation>Offnet eine neue Ansicht des aktuellen Dokumentes</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4301" /> + <location filename="../ViewManager/ViewManager.py" line="4293" /> <source><b>New Document View</b><p>Opens a new view of the current document. Both views show the same document. However, the cursors may be positioned independently.</p></source> <translation><b>Neue Dokumentenansicht</b><p>Offnet eine neue Ansicht des aktuellen Dokumentes. Beide Ansichten zeigen das selbe Dokument. Die Cursor lassen sich jedoch unabhängig positionieren.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4317" /> - <location filename="../ViewManager/ViewManager.py" line="4313" /> + <location filename="../ViewManager/ViewManager.py" line="4309" /> + <location filename="../ViewManager/ViewManager.py" line="4305" /> <source>New Document View (with new split)</source> <translation>Neue Dokumentenansicht (in neuem Abschnitt)</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4326" /> + <location filename="../ViewManager/ViewManager.py" line="4318" /> <source>Open a new view of the current document in a new split</source> <translation>Offnet eine neue Ansicht des aktuellen Dokumentes in einem neuen Abschnitt</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4331" /> + <location filename="../ViewManager/ViewManager.py" line="4323" /> <source><b>New Document View</b><p>Opens a new view of the current document in a new split. Both views show the same document. However, the cursors may be positioned independently.</p></source> <translation><b>Neue Dokumentenansicht</b><p>Offnet eine neue Ansicht des aktuellen Dokumentes in einem neuen Abschnitt. Beide Ansichten zeigen das selbe Dokument. Die Cursor lassen sich jedoch unabhängig positionieren.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4343" /> + <location filename="../ViewManager/ViewManager.py" line="4335" /> <source>Split view</source> <translation>Ansicht aufteilen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4345" /> + <location filename="../ViewManager/ViewManager.py" line="4337" /> <source>&Split view</source> <translation>An&sicht aufteilen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4352" /> + <location filename="../ViewManager/ViewManager.py" line="4344" /> <source>Add a split to the view</source> <translation>Fügt eine weiter Ansicht hinzu</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4355" /> + <location filename="../ViewManager/ViewManager.py" line="4347" /> <source><b>Split view</b><p>Add a split to the view.</p></source> <translation><b>Ansicht aufteilen</b><p>Fügt eine weitere Ansicht hinzu.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4364" /> + <location filename="../ViewManager/ViewManager.py" line="4356" /> <source>Arrange horizontally</source> <translation>Horizontal anordnen</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="4357" /> + <source>Arrange &horizontally</source> + <translation>&Horizontal anordnen</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="4365" /> - <source>Arrange &horizontally</source> - <translation>&Horizontal anordnen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4373" /> <source>Arrange the splitted views horizontally</source> <translation>Ordnet die geteilten Ansichten horizontal an</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4378" /> + <location filename="../ViewManager/ViewManager.py" line="4370" /> <source><b>Arrange horizontally</b><p>Arrange the splitted views horizontally.</p></source> <translation><b>Horizontal anordnen</b><p>Ordnet die geteilten Ansichten horizontal an.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4389" /> + <location filename="../ViewManager/ViewManager.py" line="4381" /> <source>Remove split</source> <translation>Geteilte Ansicht löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4391" /> + <location filename="../ViewManager/ViewManager.py" line="4383" /> <source>&Remove split</source> <translation>Geteilte Ansicht &löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4398" /> + <location filename="../ViewManager/ViewManager.py" line="4390" /> <source>Remove the current split</source> <translation>Löscht die aktuelle Ansicht</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4401" /> + <location filename="../ViewManager/ViewManager.py" line="4393" /> <source><b>Remove split</b><p>Remove the current split.</p></source> <translation><b>Geteilte Ansicht löschen</b><p>Löscht die aktuelle Ansicht</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4410" /> + <location filename="../ViewManager/ViewManager.py" line="4402" /> <source>Next split</source> <translation>Nächste Ansichte</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4411" /> + <location filename="../ViewManager/ViewManager.py" line="4403" /> <source>&Next split</source> <translation>&Nächste Ansicht</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4413" /> + <location filename="../ViewManager/ViewManager.py" line="4405" /> <source>Ctrl+Alt+N</source> <comment>View|Next split</comment> <translation>Ctrl+Alt+N</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4422" /> + <location filename="../ViewManager/ViewManager.py" line="4414" /> <source>Move to the next split</source> <translation>Gehe zur nächsten Ansicht</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4425" /> + <location filename="../ViewManager/ViewManager.py" line="4417" /> <source><b>Next split</b><p>Move to the next split.</p></source> <translation><b>Nächste Ansicht</b><p>Gehe zur nächsten Ansicht.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4434" /> + <location filename="../ViewManager/ViewManager.py" line="4426" /> <source>Previous split</source> <translation>Vorherige Ansicht</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4435" /> + <location filename="../ViewManager/ViewManager.py" line="4427" /> <source>&Previous split</source> <translation>&Vorherige Ansicht</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4437" /> + <location filename="../ViewManager/ViewManager.py" line="4429" /> <source>Ctrl+Alt+P</source> <comment>View|Previous split</comment> <translation>Ctrl+Alt+P</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4446" /> + <location filename="../ViewManager/ViewManager.py" line="4438" /> <source>Move to the previous split</source> <translation>Gehe zur vorherigen Ansicht</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4449" /> + <location filename="../ViewManager/ViewManager.py" line="4441" /> <source><b>Previous split</b><p>Move to the previous split.</p></source> <translation><b>Vorherige Ansicht</b><p>Gehe zur vorherigen Ansicht.</p></translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="4452" /> + <location filename="../ViewManager/ViewManager.py" line="4450" /> + <source>Preview</source> + <translation>Vorschau</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="4460" /> - <location filename="../ViewManager/ViewManager.py" line="4458" /> - <source>Preview</source> - <translation>Vorschau</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4468" /> <source>Preview the current file in the web browser</source> <translation>Zeige eine Vorschau der aktuellen Datei im Web Browser</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4473" /> + <location filename="../ViewManager/ViewManager.py" line="4465" /> <source><b>Preview</b><p>This opens the web browser with a preview of the current file.</p></source> <translation><b>Vorschau</b><p>Dies öffnet einen Web Browser mit einer Vorschau der aktuellen Datei.</p></translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="4479" /> + <location filename="../ViewManager/ViewManager.py" line="4477" /> + <source>Python AST Viewer</source> + <translation>Python AST Anzeige</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="4487" /> - <location filename="../ViewManager/ViewManager.py" line="4485" /> - <source>Python AST Viewer</source> - <translation>Python AST Anzeige</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4495" /> <source>Show the AST for the current Python file</source> <translation>Zeigt den AST für die aktuelle Python Datei</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4500" /> + <location filename="../ViewManager/ViewManager.py" line="4492" /> <source><b>Python AST Viewer</b><p>This opens the a tree view of the AST of the current Python source file.</p></source> <translation><b>Python AST Anzeige<b><p>Dies öffnet eine Baumansicht mit dem AST der aktuellen Python Quelltextdatei.</p></translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="4506" /> + <location filename="../ViewManager/ViewManager.py" line="4504" /> + <source>Python Disassembly Viewer</source> + <translation>Python Disassembly Anzeige</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="4514" /> - <location filename="../ViewManager/ViewManager.py" line="4512" /> - <source>Python Disassembly Viewer</source> - <translation>Python Disassembly Anzeige</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4522" /> <source>Show the Disassembly for the current Python file</source> <translation>Zeigt ein Disassembly für die aktuelle Python Datei</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4527" /> + <location filename="../ViewManager/ViewManager.py" line="4519" /> <source><b>Python Disassembly Viewer</b><p>This opens the a tree view of the Disassembly of the current Python source file.</p></source> <translation><b>Python Disassembly Anzeige</b><p>Dies öffnet eine Baumansicht mit einer Disassembly der aktuellen Python Quelltextdatei.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4562" /> + <location filename="../ViewManager/ViewManager.py" line="4554" /> <source>&View</source> <translation>&Ansicht</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4596" /> - <location filename="../ViewManager/ViewManager.py" line="4594" /> + <location filename="../ViewManager/ViewManager.py" line="4588" /> + <location filename="../ViewManager/ViewManager.py" line="4586" /> <source>View</source> <translation>Ansicht</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4635" /> <location filename="../ViewManager/ViewManager.py" line="4627" /> + <location filename="../ViewManager/ViewManager.py" line="4619" /> <source>Start Macro Recording</source> <translation>Makroaufzeichnung starten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4628" /> + <location filename="../ViewManager/ViewManager.py" line="4620" /> <source>S&tart Macro Recording</source> <translation>Makroaufzeichnung s&tarten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4638" /> + <location filename="../ViewManager/ViewManager.py" line="4630" /> <source><b>Start Macro Recording</b><p>Start recording editor commands into a new macro.</p></source> <translation><b>Makroaufzeichnung starten</b><p>Startet die Aufzeichnung von Editorbefehlen in ein neues Makro.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4656" /> <location filename="../ViewManager/ViewManager.py" line="4648" /> + <location filename="../ViewManager/ViewManager.py" line="4640" /> <source>Stop Macro Recording</source> <translation>Makroaufzeichnung stoppen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4649" /> + <location filename="../ViewManager/ViewManager.py" line="4641" /> <source>Sto&p Macro Recording</source> <translation>Makroaufzeichnung sto&ppen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4659" /> + <location filename="../ViewManager/ViewManager.py" line="4651" /> <source><b>Stop Macro Recording</b><p>Stop recording editor commands into a new macro.</p></source> <translation><b>Makroaufzeichnung stoppen</b><p>Stopt die Aufzeichnung von Editorbefehlen in ein neues Makro.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4677" /> <location filename="../ViewManager/ViewManager.py" line="4669" /> + <location filename="../ViewManager/ViewManager.py" line="4661" /> <source>Run Macro</source> <translation>Makro ausführen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4670" /> + <location filename="../ViewManager/ViewManager.py" line="4662" /> <source>&Run Macro</source> <translation>Makro &ausführen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4680" /> + <location filename="../ViewManager/ViewManager.py" line="4672" /> <source><b>Run Macro</b><p>Run a previously recorded editor macro.</p></source> <translation><b>Makro ausführen</b><p>Führt ein vorher aufgezeichnetes Makro aus.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4698" /> <location filename="../ViewManager/ViewManager.py" line="4690" /> + <location filename="../ViewManager/ViewManager.py" line="4682" /> <source>Delete Macro</source> <translation>Makro löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4691" /> + <location filename="../ViewManager/ViewManager.py" line="4683" /> <source>&Delete Macro</source> <translation>Makro &löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4701" /> + <location filename="../ViewManager/ViewManager.py" line="4693" /> <source><b>Delete Macro</b><p>Delete a previously recorded editor macro.</p></source> <translation><b>Makro löschen</b><p>Löscht ein vorher aufgezeichnetes Makro.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4719" /> <location filename="../ViewManager/ViewManager.py" line="4711" /> + <location filename="../ViewManager/ViewManager.py" line="4703" /> <source>Load Macro</source> <translation>Makro laden</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4712" /> + <location filename="../ViewManager/ViewManager.py" line="4704" /> <source>&Load Macro</source> <translation>Makro la&den</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4722" /> + <location filename="../ViewManager/ViewManager.py" line="4714" /> <source><b>Load Macro</b><p>Load an editor macro from a file.</p></source> <translation><b>Makro laden</b><p>Lädt ein Makro aus einer Datei.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4739" /> <location filename="../ViewManager/ViewManager.py" line="4731" /> + <location filename="../ViewManager/ViewManager.py" line="4723" /> <source>Save Macro</source> <translation>Makro speichern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4732" /> + <location filename="../ViewManager/ViewManager.py" line="4724" /> <source>&Save Macro</source> <translation>Makro &speichern</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4742" /> + <location filename="../ViewManager/ViewManager.py" line="4734" /> <source><b>Save Macro</b><p>Save a previously recorded editor macro to a file.</p></source> <translation><b>Makro speichern</b><p>Speichert ein vorher aufgezeichnetes Makro in eine Datei.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4759" /> + <location filename="../ViewManager/ViewManager.py" line="4751" /> <source>&Macros</source> <translation>&Makros</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4790" /> - <location filename="../ViewManager/ViewManager.py" line="4777" /> + <location filename="../ViewManager/ViewManager.py" line="4782" /> + <location filename="../ViewManager/ViewManager.py" line="4769" /> <source>Toggle Bookmark</source> <translation>Lesezeichen setzen/löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4779" /> + <location filename="../ViewManager/ViewManager.py" line="4771" /> <source>&Toggle Bookmark</source> <translation>&Lesezeichen setzen/löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4781" /> + <location filename="../ViewManager/ViewManager.py" line="4773" /> <source>Alt+Ctrl+T</source> <comment>Bookmark|Toggle</comment> <translation>Alt+Ctrl+T</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4793" /> + <location filename="../ViewManager/ViewManager.py" line="4785" /> <source><b>Toggle Bookmark</b><p>Toggle a bookmark at the current line of the current editor.</p></source> <translation><b>Lesezeichen setzen/löschen</b><p>Setzt/löscht ein Lesezeichen in der aktuellen Zeile des aktuellen Editors.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4817" /> - <location filename="../ViewManager/ViewManager.py" line="4804" /> + <location filename="../ViewManager/ViewManager.py" line="4809" /> + <location filename="../ViewManager/ViewManager.py" line="4796" /> <source>Next Bookmark</source> <translation>Nächstes Lesezeichen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4806" /> + <location filename="../ViewManager/ViewManager.py" line="4798" /> <source>&Next Bookmark</source> <translation>&Nächstes Lesezeichen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4808" /> + <location filename="../ViewManager/ViewManager.py" line="4800" /> <source>Ctrl+PgDown</source> <comment>Bookmark|Next</comment> <translation>Ctrl+PgDown</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4820" /> + <location filename="../ViewManager/ViewManager.py" line="4812" /> <source><b>Next Bookmark</b><p>Go to next bookmark of the current editor.</p></source> <translation><b>Nächstes Lesezeichen</b><p>Gehe zum nächsten Lesezeichen des aktuellen Editors.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4843" /> - <location filename="../ViewManager/ViewManager.py" line="4830" /> + <location filename="../ViewManager/ViewManager.py" line="4835" /> + <location filename="../ViewManager/ViewManager.py" line="4822" /> <source>Previous Bookmark</source> <translation>Vorheriges Lesezeichen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4832" /> + <location filename="../ViewManager/ViewManager.py" line="4824" /> <source>&Previous Bookmark</source> <translation>&Vorheriges Lesezeichen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4834" /> + <location filename="../ViewManager/ViewManager.py" line="4826" /> <source>Ctrl+PgUp</source> <comment>Bookmark|Previous</comment> <translation>Ctrl+PgUp</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4846" /> + <location filename="../ViewManager/ViewManager.py" line="4838" /> <source><b>Previous Bookmark</b><p>Go to previous bookmark of the current editor.</p></source> <translation><b>Vorheriges Lesezeichen</b><p>Gehe zum vorherigen Lesezeichen des aktuellen Editors.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4868" /> - <location filename="../ViewManager/ViewManager.py" line="4856" /> + <location filename="../ViewManager/ViewManager.py" line="4860" /> + <location filename="../ViewManager/ViewManager.py" line="4848" /> <source>Clear Bookmarks</source> <translation>Lesezeichen löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4857" /> + <location filename="../ViewManager/ViewManager.py" line="4849" /> <source>&Clear Bookmarks</source> <translation>Lesezeichen l&öschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4859" /> + <location filename="../ViewManager/ViewManager.py" line="4851" /> <source>Alt+Ctrl+C</source> <comment>Bookmark|Clear</comment> <translation>Alt+Ctrl+C</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4871" /> + <location filename="../ViewManager/ViewManager.py" line="4863" /> <source><b>Clear Bookmarks</b><p>Clear bookmarks of all editors.</p></source> <translation><b>Lesezeichen löschen</b><p>Lesezeichen aller Editoren löschen.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4890" /> - <location filename="../ViewManager/ViewManager.py" line="4881" /> + <location filename="../ViewManager/ViewManager.py" line="4882" /> + <location filename="../ViewManager/ViewManager.py" line="4873" /> <source>Goto Syntax Error</source> <translation>Zu Syntaxfehler gehen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4883" /> + <location filename="../ViewManager/ViewManager.py" line="4875" /> <source>&Goto Syntax Error</source> <translation>Zu Syntaxfehler &gehen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4893" /> + <location filename="../ViewManager/ViewManager.py" line="4885" /> <source><b>Goto Syntax Error</b><p>Go to next syntax error of the current editor.</p></source> <translation><b>Zu Syntaxfehler gehen</b><p>Gehe zum nächsten Syntaxfehler des aktuellen Editors.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4911" /> <location filename="../ViewManager/ViewManager.py" line="4903" /> + <location filename="../ViewManager/ViewManager.py" line="4895" /> <source>Clear Syntax Errors</source> <translation>Syntaxfehler löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4904" /> + <location filename="../ViewManager/ViewManager.py" line="4896" /> <source>Clear &Syntax Errors</source> <translation>Synta&xfehler löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4914" /> + <location filename="../ViewManager/ViewManager.py" line="4906" /> <source><b>Clear Syntax Errors</b><p>Clear syntax errors of all editors.</p></source> <translation><b>Syntaxfehler löschen</b><p>Syntaxfehler aller Editoren löschen.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4933" /> - <location filename="../ViewManager/ViewManager.py" line="4924" /> + <location filename="../ViewManager/ViewManager.py" line="4925" /> + <location filename="../ViewManager/ViewManager.py" line="4916" /> <source>Next warning message</source> <translation>Nächste Warnung</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4926" /> + <location filename="../ViewManager/ViewManager.py" line="4918" /> <source>&Next warning message</source> <translation>&Nächste Warnung</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4936" /> + <location filename="../ViewManager/ViewManager.py" line="4928" /> <source><b>Next warning message</b><p>Go to next line of the current editor having a pyflakes warning.</p></source> <translation><b>Nächste Warnung</b><p>Gehe zur nächsten Zeile des aktuellen Editors, die eine pyflakes Warnung besitzt.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4956" /> - <location filename="../ViewManager/ViewManager.py" line="4947" /> + <location filename="../ViewManager/ViewManager.py" line="4948" /> + <location filename="../ViewManager/ViewManager.py" line="4939" /> <source>Previous warning message</source> <translation>Vorherige Warnung</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4949" /> + <location filename="../ViewManager/ViewManager.py" line="4941" /> <source>&Previous warning message</source> <translation>&Vorherige Warnung</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4959" /> + <location filename="../ViewManager/ViewManager.py" line="4951" /> <source><b>Previous warning message</b><p>Go to previous line of the current editor having a pyflakes warning.</p></source> <translation><b>Vorherige Warnung</b><p>Gehe zur vorherigen Zeile des aktuellen Editors, die eine pyflakes Warnung besitzt.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4978" /> <location filename="../ViewManager/ViewManager.py" line="4970" /> + <location filename="../ViewManager/ViewManager.py" line="4962" /> <source>Clear Warning Messages</source> <translation>Warnungen löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4971" /> + <location filename="../ViewManager/ViewManager.py" line="4963" /> <source>Clear &Warning Messages</source> <translation>&Warnungen löschen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4981" /> + <location filename="../ViewManager/ViewManager.py" line="4973" /> <source><b>Clear Warning Messages</b><p>Clear pyflakes warning messages of all editors.</p></source> <translation><b>Warnungen löschen</b><p>Löscht die pyflakes Warnungen aller Editoren.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5000" /> - <location filename="../ViewManager/ViewManager.py" line="4991" /> + <location filename="../ViewManager/ViewManager.py" line="4992" /> + <location filename="../ViewManager/ViewManager.py" line="4983" /> <source>Next uncovered line</source> <translation>Nächste nichtabgedeckte Zeile</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="4993" /> + <location filename="../ViewManager/ViewManager.py" line="4985" /> <source>&Next uncovered line</source> <translation>&Nächste nichtabgedeckte Zeile</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5003" /> + <location filename="../ViewManager/ViewManager.py" line="4995" /> <source><b>Next uncovered line</b><p>Go to next line of the current editor marked as not covered.</p></source> <translation><b>Nächste nichtabgedeckte Zeile</b><p>Gehe zur nächsten als nicht abgedeckt markierten Zeile des aktiven Editors.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5023" /> - <location filename="../ViewManager/ViewManager.py" line="5014" /> + <location filename="../ViewManager/ViewManager.py" line="5015" /> + <location filename="../ViewManager/ViewManager.py" line="5006" /> <source>Previous uncovered line</source> <translation>Vorige nichtabgedeckte Zeile</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5016" /> + <location filename="../ViewManager/ViewManager.py" line="5008" /> <source>&Previous uncovered line</source> <translation>&Vorige nichtabgedeckte Zeile</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5026" /> + <location filename="../ViewManager/ViewManager.py" line="5018" /> <source><b>Previous uncovered line</b><p>Go to previous line of the current editor marked as not covered.</p></source> <translation><b>Vorige nichtabgedeckte Zeile</b><p>Gehe zur vorigen als nicht abgedeckt markierten Zeile des aktiven Editors.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5046" /> - <location filename="../ViewManager/ViewManager.py" line="5037" /> + <location filename="../ViewManager/ViewManager.py" line="5038" /> + <location filename="../ViewManager/ViewManager.py" line="5029" /> <source>Next Task</source> <translation>Nächste Aufgabe</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5039" /> + <location filename="../ViewManager/ViewManager.py" line="5031" /> <source>&Next Task</source> <translation>&Nächste Aufgabe</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5049" /> + <location filename="../ViewManager/ViewManager.py" line="5041" /> <source><b>Next Task</b><p>Go to next line of the current editor having a task.</p></source> <translation><b>Nächste Aufgabe</b><p>Gehe zur nächsten Zeile des aktuellen Editors, die eine Aufgabe enthält.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5068" /> - <location filename="../ViewManager/ViewManager.py" line="5059" /> + <location filename="../ViewManager/ViewManager.py" line="5060" /> + <location filename="../ViewManager/ViewManager.py" line="5051" /> <source>Previous Task</source> <translation>Vorherige Aufgabe</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5061" /> + <location filename="../ViewManager/ViewManager.py" line="5053" /> <source>&Previous Task</source> <translation>&Vorherige Aufgabe</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5071" /> + <location filename="../ViewManager/ViewManager.py" line="5063" /> <source><b>Previous Task</b><p>Go to previous line of the current editor having a task.</p></source> <translation><b>Vorherige Aufgabe</b><p>Gehe zur vorherigen Zeile des aktuellen Editors, die eine Aufgabe enthält.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5091" /> - <location filename="../ViewManager/ViewManager.py" line="5082" /> + <location filename="../ViewManager/ViewManager.py" line="5083" /> + <location filename="../ViewManager/ViewManager.py" line="5074" /> <source>Next Change</source> <translation>Nächste Änderung</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5084" /> + <location filename="../ViewManager/ViewManager.py" line="5076" /> <source>&Next Change</source> <translation>&Nächste Änderung</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5094" /> + <location filename="../ViewManager/ViewManager.py" line="5086" /> <source><b>Next Change</b><p>Go to next line of the current editor having a change marker.</p></source> <translation><b>Nächste Änderung</b><p>Gehe zur nächsten Zeile des aktuellen Editors, die eine Änderung enthält.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5114" /> - <location filename="../ViewManager/ViewManager.py" line="5105" /> + <location filename="../ViewManager/ViewManager.py" line="5106" /> + <location filename="../ViewManager/ViewManager.py" line="5097" /> <source>Previous Change</source> <translation>Vorherige Änderung</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5107" /> + <location filename="../ViewManager/ViewManager.py" line="5099" /> <source>&Previous Change</source> <translation>&Vorherige Änderung</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5117" /> + <location filename="../ViewManager/ViewManager.py" line="5109" /> <source><b>Previous Change</b><p>Go to previous line of the current editor having a change marker.</p></source> <translation><b>Vorherige Änderung</b><p>Gehe zur vorherigen Zeile des aktuellen Editors, die eine Änderung enthält.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5137" /> - <location filename="../ViewManager/ViewManager.py" line="5135" /> + <location filename="../ViewManager/ViewManager.py" line="5129" /> + <location filename="../ViewManager/ViewManager.py" line="5127" /> <source>&Bookmarks</source> <translation>&Lesezeichen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5180" /> - <location filename="../ViewManager/ViewManager.py" line="5178" /> + <location filename="../ViewManager/ViewManager.py" line="5172" /> + <location filename="../ViewManager/ViewManager.py" line="5170" /> <source>Bookmarks</source> <translation>Lesezeichen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5214" /> + <location filename="../ViewManager/ViewManager.py" line="5206" /> <source>Check spelling</source> <translation>Rechtschreibprüfung</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5216" /> + <location filename="../ViewManager/ViewManager.py" line="5208" /> <source>Check &spelling...</source> <translation>&Rechtschreibprüfung...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5218" /> + <location filename="../ViewManager/ViewManager.py" line="5210" /> <source>Shift+F7</source> <comment>Spelling|Spell Check</comment> <translation>Shift+F7</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5227" /> + <location filename="../ViewManager/ViewManager.py" line="5219" /> <source>Perform spell check of current editor</source> <translation>Führe eine Rechtschreibprüfung des aktuellen Editors durch</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5232" /> + <location filename="../ViewManager/ViewManager.py" line="5224" /> <source><b>Check spelling</b><p>Perform a spell check of the current editor.</p></source> <translation><b>Rechtschreibprüfung<b><p>Führe eine Rechtschreibprüfung des aktuellen Editors durch.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5242" /> + <location filename="../ViewManager/ViewManager.py" line="5234" /> <source>Automatic spell checking</source> <translation>Automatische Rechtschreibprüfung</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="5236" /> + <source>&Automatic spell checking</source> + <translation>&Automatische Rechtschreibprüfung</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="5244" /> - <source>&Automatic spell checking</source> - <translation>&Automatische Rechtschreibprüfung</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="5252" /> <source>(De-)Activate automatic spell checking</source> <translation>(De-)Aktiviert die automatische Rechtschreibprüfung</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5257" /> + <location filename="../ViewManager/ViewManager.py" line="5249" /> <source><b>Automatic spell checking</b><p>Activate or deactivate the automatic spell checking function of all editors.</p></source> <translation><b>Automatische Rechtschreibprüfung</b><p>Aktiviert bzw. deaktiviert die automatische Rechtschreibprüfung aller Editoren.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5290" /> + <location filename="../ViewManager/ViewManager.py" line="5282" /> <source>Edit Dictionary</source> <translation>Wörterbuch bearbeiten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5293" /> + <location filename="../ViewManager/ViewManager.py" line="5285" /> <source>Project Word List</source> <translation>Projekt-Wörterliste</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5297" /> + <location filename="../ViewManager/ViewManager.py" line="5289" /> <source>Project Exception List</source> <translation>Projekt-Ausnahmenliste</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5302" /> + <location filename="../ViewManager/ViewManager.py" line="5294" /> <source>User Word List</source> <translation>Nutzer-Wörterliste</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5306" /> + <location filename="../ViewManager/ViewManager.py" line="5298" /> <source>User Exception List</source> <translation>Nutzer-Ausnahmenliste</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5326" /> - <location filename="../ViewManager/ViewManager.py" line="5324" /> + <location filename="../ViewManager/ViewManager.py" line="5318" /> + <location filename="../ViewManager/ViewManager.py" line="5316" /> <source>Spelling</source> <translation>Rechtschreibung</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5352" /> + <location filename="../ViewManager/ViewManager.py" line="5344" /> <source>Open files</source> <translation>Dateien öffnen</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5400" /> + <location filename="../ViewManager/ViewManager.py" line="5392" /> <source>File Modified</source> <translation>Datei geändert</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5401" /> + <location filename="../ViewManager/ViewManager.py" line="5393" /> <source><p>The file <b>{0}</b> has unsaved changes.</p></source> <translation><p>Die Datei <b>{0}</b> enthält ungesicherte Änderungen.</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5826" /> + <location filename="../ViewManager/ViewManager.py" line="5819" /> <source>Line: {0:5}</source> <translation>Zeile: {0:5}</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5832" /> + <location filename="../ViewManager/ViewManager.py" line="5825" /> <source>Pos: {0:5}</source> <translation>Pos: {0:5}</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5852" /> + <location filename="../ViewManager/ViewManager.py" line="5845" /> <source>Language: {0}</source> <translation>Sprache: {0}</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="5861" /> + <location filename="../ViewManager/ViewManager.py" line="5854" /> <source>EOL Mode: {0}</source> <translation>EOL-Modus: {0}</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="6318" /> - <location filename="../ViewManager/ViewManager.py" line="6276" /> + <location filename="../ViewManager/ViewManager.py" line="6315" /> + <location filename="../ViewManager/ViewManager.py" line="6273" /> <source>&Clear</source> <translation>&Löschen</translation> </message> <message> + <location filename="../ViewManager/ViewManager.py" line="6309" /> + <source>&Add</source> + <translation>&Hinzufügen</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="6312" /> - <source>&Add</source> - <translation>&Hinzufügen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="6315" /> <source>&Edit...</source> <translation>&Bearbeiten...</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="7361" /> - <location filename="../ViewManager/ViewManager.py" line="7347" /> - <location filename="../ViewManager/ViewManager.py" line="7315" /> + <location filename="../ViewManager/ViewManager.py" line="7349" /> + <location filename="../ViewManager/ViewManager.py" line="7335" /> + <location filename="../ViewManager/ViewManager.py" line="7303" /> <source>Edit Spelling Dictionary</source> <translation>Wörterbuch bearbeiten</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="7318" /> + <location filename="../ViewManager/ViewManager.py" line="7306" /> <source><p>The spelling dictionary file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Die Wörterbuchdatei <b>{0}</b> konnte nicht gelesen werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="7334" /> + <location filename="../ViewManager/ViewManager.py" line="7322" /> <source>Editing {0}</source> <translation>Bearbeite {0}</translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="7350" /> + <location filename="../ViewManager/ViewManager.py" line="7338" /> <source><p>The spelling dictionary file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation><p>Die Wörterbuchdatei <b>{0}</b> konnte nicht geschrieben werden.</p><p>Ursache: {1}</p></translation> </message> <message> - <location filename="../ViewManager/ViewManager.py" line="7364" /> + <location filename="../ViewManager/ViewManager.py" line="7352" /> <source>The spelling dictionary was saved successfully.</source> <translation>Das Wörterbuch wurde erfolgreich gespeichert.</translation> </message> @@ -98351,6 +99720,668 @@ </message> </context> <context> + <name>WifiApConfigDialog</name> + <message> + <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="39" /> + <source>open</source> + <translation>offen</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="116" /> + <source>Press to hide the password</source> + <translation>Drücken, um das Kennwort auszublenden</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" /> + <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.py" line="120" /> + <source>Press to show the password</source> + <translation>Drücken, um das Kennwort anzuzeigen</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" /> + <source>Access Point Configuration</source> + <translation>Access Point Konfiguration</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" /> + <source>Name:</source> + <translation>Name:</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" /> + <source>Enter the network name (SSID) to publish</source> + <translation>Gib den zu sendenden Netzwerknamen (SSID) ein</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" /> + <source>Password:</source> + <translation>Kennwort:</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" /> + <source>Enter the network password</source> + <translation>Gib das Netzwerkkennwort ein</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" /> + <source>Security:</source> + <translation>Sicherheit:</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" /> + <source>Select the security mode</source> + <translation>Wähle den Sicherheitsmodus</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" /> + <source>IPv4 Configuration</source> + <translation>IPv4 Konfiguration</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" /> + <source>Address:</source> + <translation>Adresse:</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" /> + <source>Netmask:</source> + <translation>Netzmaske:</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" /> + <source>Gateway:</source> + <translation>Gateway:</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" /> + <source>DNS:</source> + <translation>DNS:</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" /> + <source>Select to remember the entered connection parameters</source> + <translation>Auswählen, um die eingegebenen Verbindungsparameter zu speichern</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiApConfigDialog.ui" line="0" /> + <source>Remember Parameters</source> + <translation>Parameter speichern</translation> + </message> + </context> + <context> + <name>WifiApStationsDialog</name> + <message> + <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" /> + <source>Connected WiFi Clients</source> + <translation>Verbundene WLAN Geräte</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" /> + <source>Name</source> + <translation>Name</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiApStationsDialog.ui" line="0" /> + <source>RSSI [dBm]</source> + <translation>RSSI [dBm]</translation> + </message> + </context> + <context> + <name>WifiConnectionDialog</name> + <message> + <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" /> + <source>WiFi Connection Parameters</source> + <translation>WLAN Verbindungsparameter</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" /> + <source>Name:</source> + <translation>Name:</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" /> + <source>Enter the network name (SSID) to connect to</source> + <translation>Gib den Namen (SSID) des zu verbindenden Netzwerkes ein</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" /> + <source>Password:</source> + <translation>Kennwort:</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" /> + <source>Enter the network password</source> + <translation>Gib das Netzwerkkennwort ein</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="72" /> + <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" /> + <source>Press to show the password</source> + <translation>Drücken, um das Kennwort anzuzeigen</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" /> + <source>Select to remember the entered connection parameters</source> + <translation>Auswählen, um die eingegebenen Verbindungsparameter zu speichern</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.ui" line="0" /> + <source>Remember Parameters</source> + <translation>Parameter speichern</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiConnectionDialog.py" line="68" /> + <source>Press to hide the password</source> + <translation>Drücken, um das Kennwort auszublenden</translation> + </message> + </context> + <context> + <name>WifiController</name> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="45" /> + <source>WiFi Functions</source> + <translation>WLAN Funktionen</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="47" /> + <source>Show WiFi Status</source> + <translation>Zeige WLAN Status</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="120" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="112" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="49" /> + <source>Connect WiFi</source> + <translation>WLAN verbinden</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="168" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="162" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="50" /> + <source>Check Internet Connection</source> + <translation>Internetverbindung prüfen</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="142" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="136" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="51" /> + <source>Disconnect WiFi</source> + <translation>WLAN trennen</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="53" /> + <source>Scan Networks</source> + <translation>Netzwerkscan</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="236" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="227" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="217" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="207" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="55" /> + <source>Write WiFi Credentials</source> + <translation>WLAN Berechtigungen schreiben</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="274" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="264" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="253" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="56" /> + <source>Remove WiFi Credentials</source> + <translation>WLAN Berechtigungen löschen</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="315" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="304" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="58" /> + <source>Start WiFi Access Point</source> + <translation>WLAN Access Point starten</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="60" /> + <source>Start WiFi Access Point with IP</source> + <translation>WLAN Access Point mit IP starten</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="369" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="63" /> + <source>Show Connected Clients</source> + <translation>Zeige verbundene Geräte</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="345" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="336" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="65" /> + <source>Stop WiFi Access Point</source> + <translation>WLAN Access Point stoppen</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="68" /> + <source>Deactivate Client Interface</source> + <translation>Deaktiviere Geräteschnittstelle</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="72" /> + <source>Deactivate Access Point Interface</source> + <translation>Deaktiviere Access Point Schnittstelle</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="455" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="439" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="419" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="410" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="76" /> + <source>Set Network Time</source> + <translation>Netzwerkzeit setzen</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="113" /> + <source><p>The device was connected to <b>{0}</b> successfully.</p></source> + <translation><p>Das Gerät wurde erfolgreich mit <b>{0}</b> verbunden.</p></translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="121" /> + <source><p>The device could not connect to <b>{0}</b>.</p><p>Reason: {1}</p></source> + <translation><p>Das Gerät konnte nicht mit <b>{0}</b> verbunden werden.</p><p>Ursache: {1}</p></translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="278" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="240" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="171" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="145" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="124" /> + <source>unknown</source> + <translation>unbekannt</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="137" /> + <source><p>The device was disconnected from the WiFi network.</p></source> + <translation><p>Das Gerät wurde vom WLAN Netzwerk getrennt.</p></translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="143" /> + <source><p>The device could not be disconnected.</p><p>Reason: {0}</p></source> + <translation><p>Das Gerät konnte nicht getrennt werden.</p><p>Ursache: {0}</p></translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="156" /> + <source><p>The internet connection is <b>available</b>.</p></source> + <translation><p>Die Internetverbindung ist <b>verfügbar</b>.</p></translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="158" /> + <source><p>The internet connection is <b>not available</b>.</p></source> + <translation><p>Die Internetverbindung ist <b>nicht verfügbar</b>.</p></translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="169" /> + <source><p>The internet is not available.</p><p>Reason: {0}</p></source> + <translation><p>Das Internet ist nicht verfügbar.</p><p>Ursache: {0}</p></translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="228" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="208" /> + <source><p>The WiFi credentials were saved on the device. The device will connect to the WiFi network at boot time.</p></source> + <translation><p>Die WLAN Berechtigungen wurden auf dem Gerät gespeichert. Das Gerät wird sich beim Start mit dem WLAN Netzwerk verbinden.</p></translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="218" /> + <source><p>The WiFi credentials and a connect script were saved on the device. Use the script by simply importing it.</p></source> + <translation><p>Die WLAN Berechtigungen wurden auf dem Gerät gespeichert. Verwende das Skript durch einen simplen Import.</p></translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="237" /> + <source><p>The WiFi credentials could not be saved on the device.</p><p>Reason: {0}</p></source> + <translation><p>Die WLAN Berechtigungen konnten nicht auf dem Gerät gespeichert werden.</p><p>Ursache: {0}</p></translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="254" /> + <source>Shall the saved WiFi credentials really be removed from the connected device?</source> + <translation>Sollen die gespeicherten WLAN Berechtigungen wirklich vom verbundenen Gerät gelöscht werden?</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="265" /> + <source><p>The WiFi credentials were removed from the device. The device will not connect to the WiFi network at boot time anymore.</p></source> + <translation><p>Die WLAN Berechtigungen wurden auf dem Gerät gelöscht. Das Gerät wird sich beim Start nicht mehr mit dem WLAN Netzwerk verbinden.</p></translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="275" /> + <source><p>The WiFi credentials could not be removed from the device.</p><p>Reason: {0}</p></source> + <translation><p>Die WLAN Berechtigungen konnten nicht auf dem Gerät gelöscht werden.</p><p>Ursache: {0}</p></translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="305" /> + <source>The WiFi Access Point interface was started successfully.</source> + <translation>Die WLAN Access Point Schnittstelle wurde erfolgreich gestartet.</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="310" /> + <source><p>The WiFi Access Point could not be started.</p></source> + <translation><p>Der WLAN Access Point konnte nicht gestartet werden.</p></translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="391" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="342" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="312" /> + <source><p>Reason: {0}</p></source> + <translation><p>Ursache: {0}</p></translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="337" /> + <source>The WiFi Access Point interface was stopped successfully.</source> + <translation>Die WLAN Access Point Schnittstelle wurde erfolgreich gestoppt.</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="340" /> + <source><p>The WiFi Access Point could not be stopped.</p></source> + <translation><p>Der WLAN Access Point konnte nicht gestoppt werden.</p></translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="370" /> + <source>No clients are connected to the access point.</source> + <translation>Es sind keine Geräte mit dem Access Point verbunden.</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="394" /> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="385" /> + <source>Deactivate WiFi Interface</source> + <translation>WLAN Schnittstelle deaktivieren</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="386" /> + <source>The WiFi interface was deactivated successfully.</source> + <translation>Die WLAN Schnittstelle wurde erfolgreich deaktiviert.</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="389" /> + <source><p>The WiFi interface could not be deactivated.</p></source> + <translation><p>Die WLAN Schnittstelle konnte nicht deaktiviert werden.</p></translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="411" /> + <source><p>The device does not support network time synchronization. The module <b>adafruit_ntp</b> is not installed.</p></source> + <translation><p>Das Gerät unterstützt nicht die Netzwerkzeitsynchronisation. Das Modul <b>adafruit_ntp</b> ist nicht installiert.</p></translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="420" /> + <source><p>The device does not support network time synchronization. The module <b>ntptime</b> is not available.</p></source> + <translation><p>Das Gerät unterstützt nicht die Netzwerkzeitsynchronisation. Das Modul <b>ntptime</b> ist nicht verfügbar.</p></translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="440" /> + <source>The device time was synchronized successfully.</source> + <translation>Die Gerätezeit wurde erfolgreich synchronisiert.</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="444" /> + <source><p>The device time could not be synchronized.</p><p>Reason: {0}</p></source> + <translation><p>Die Gerätezeit konnte nicht synchronisiert werden.</p><p>Ursache: {0}</p></translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiController.py" line="449" /> + <source><p>The device time could not be synchronized. Is the device connected to a WiFi network?</p></source> + <translation><p>Die Gerätezeit konnte nicht synchronisiert werden. Ist das Gerät mit einem WLAN Netzwerk verbunden?</p></translation> + </message> + </context> + <context> + <name>WifiCountryDialog</name> + <message> + <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" /> + <source>WiFi Country Code</source> + <translation>WLAN Staatenkennung</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" /> + <source>Country:</source> + <translation>Staat:</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" /> + <source>Enter the country code for the WiFi interface</source> + <translation>Gib die Staatenkennung für das WLAN Schnittstelle ein</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" /> + <source>Select to remember the entered connection parameters</source> + <translation>Auswählen, um die eingegebenen Verbindungsparameter zu speichern</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiCountryDialog.ui" line="0" /> + <source>Remember Parameters</source> + <translation>Parameter speichern</translation> + </message> + </context> + <context> + <name>WifiNetworksWindow</name> + <message> + <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" /> + <source>WiFi Networks</source> + <translation>WLAN Netzwerke</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" /> + <source>Name</source> + <translation>Name</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" /> + <source>Channel</source> + <translation>Kanal</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" /> + <source>MAC-Address</source> + <translation>MAC-Addresse</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" /> + <source>RSSI [dBm]</source> + <translation>RSSI [dBm]</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" /> + <source>Security</source> + <translation>Sicherheit</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" /> + <source>Press to scan for available WiFi networks.</source> + <translation>Drücken, um nach verfügbaren Netzwerken zu suchen.</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" /> + <source>Scan</source> + <translation>Suchen</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" /> + <source>Scan Interval:</source> + <translation>Suchintervall:</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" /> + <source>Enter the scan interval in seconds</source> + <translation>Gib das Suchintervall in Sekunden ein</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" /> + <source> s</source> + <translation> s</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" /> + <source>Select to perform a periodic WiFi network scan</source> + <translation>Auswählen, um eine periodische Suche nach WLAN Netzwerken durchzuführen</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" /> + <source>Periodic Scan</source> + <translation>Periodische Suche</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="68" /> + <source>Scan WiFi Networks</source> + <translation>Suche WLAN Netzwerke</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="69" /> + <source><p>The scan for available WiFi networks failed.</p><p>Reason: {0}</p></source> + <translation><p>Die Suche nach verfügbaren WLAN Netzwerken ist gescheitert.</p><p>Ursache: {0}</p></translation> + </message> + <message numerus="yes"> + <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.py" line="79" /> + <source><p>Detected <b>%n</b> network(s).</p></source> + <translation> + <numerusform><p><b>%n</b> Netzwerk gefunden.</p></numerusform> + <numerusform><p><b>%n</b> Netzwerke gefunden.</p></numerusform> + </translation> + </message> + </context> + <context> + <name>WifiStatusDialog</name> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.ui" line="0" /> + <source>WiFi Status</source> + <translation>WLAN Status</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="136" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="58" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" /> + <source>Active</source> + <translation>Aktiv</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="145" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="137" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="67" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="59" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="48" /> + <source>Yes</source> + <translation>Ja</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="145" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="137" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="67" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="59" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="48" /> + <source>No</source> + <translation>Nein</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="54" /> + <source>Client</source> + <translation>Gerät</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="144" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" /> + <source>Connected</source> + <translation>verbunden</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="149" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="71" /> + <source>Status</source> + <translation>Status</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="151" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="74" /> + <source>Hostname</source> + <translation>Hostname</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="154" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="77" /> + <source>IPv4 Address</source> + <translation>IPv4 Adresse</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="157" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="80" /> + <source>Netmask</source> + <translation>Netzmaske</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="160" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="83" /> + <source>Gateway</source> + <translation>Gateway</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="162" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="85" /> + <source>DNS</source> + <translation>DNS</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="165" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="117" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="86" /> + <source>MAC-Address</source> + <translation>MAC-Addresse</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="168" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="114" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="89" /> + <source>Channel</source> + <translation>Kanal</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="171" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="127" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="93" /> + <source>Country</source> + <translation>Staat</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="176" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="99" /> + <source>Tx-Power</source> + <translation>Sendeleistung</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="177" /> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="100" /> + <source>{0} dBm</source> + <translation>{0} dBm</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="106" /> + <source>Connected Access Point</source> + <translation>Verbundener Access Point</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="109" /> + <source>Name</source> + <translation>Name</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="120" /> + <source>RSSI [dBm]</source> + <translation>RSSI [dBm]</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="123" /> + <source>Security</source> + <translation>Sicherheit</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="132" /> + <source>Access Point</source> + <translation>Access Point</translation> + </message> + <message> + <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="164" /> + <source>SSID</source> + <translation>SSID</translation> + </message> + </context> + <context> <name>WizardEricPluginWizard</name> <message> <location filename="../Plugins/PluginWizardEricPlugin.py" line="93" />