--- a/src/eric7/i18n/eric7_de.ts Sun Dec 31 12:24:11 2023 +0100 +++ b/src/eric7/i18n/eric7_de.ts Sun Dec 31 13:56:09 2023 +0100 @@ -4,6 +4,11 @@ <context> <name>AboutDialog</name> <message> + <location filename="../Plugins/AboutPlugin/AboutDialog.py" line="21" /> + <source><p>{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.</p><p>For more information see <a href="{1}">{1}</a>.</p><p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p><p>To request a new feature please send an email to <a href="mailto:{3}">{3}</a>.</p><p>{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.</p></source> + <translation><p>{0} ist eine integrierte Entwicklungsumgebung für die Python-Programmiersprache. Sie wurde unter Verwendung der PyQt-Python-Bindings für das Qt-GUI-Toolkit und unter Verwendung des QScintilla-Editor-Widgets erstellt.</p><p>Weitergehende Informationen erhalten Sie unter <a href="{1}">{1}</a>.</p><p>Bitte senden Sie Fehlerberichte an <a href="mailto:{2}">{2}</a>.</p><p>Um eine neue Funktion anzufragen, senden Sie bitte eine E-Mail an <a href="mailto:{3}">{3}</a>.</p><p>{0} benutzt Fremdsoftware, deren Copyright bei den entsprechenden Copyrighthaltern liegt. Details können der Copyrightnotiz des entsprechenden Paketes entnommen werden.</p></translation> + </message> + <message> <location filename="../Plugins/AboutPlugin/AboutDialog.ui" line="0" /> <source>About Eric</source> <translation>Über Eric</translation> @@ -28,11 +33,6 @@ <source>&License Agreement</source> <translation>&Lizenzvereinbarung</translation> </message> - <message> - <location filename="../Plugins/AboutPlugin/AboutDialog.py" line="21" /> - <source><p>{0} is an Integrated Development Environment for the Python programming language. It is written using the PyQt Python bindings for the Qt GUI toolkit and the QScintilla editor widget.</p><p>For more information see <a href="{1}">{1}</a>.</p><p>Please send bug reports to <a href="mailto:{2}">{2}</a>.</p><p>To request a new feature please send an email to <a href="mailto:{3}">{3}</a>.</p><p>{0} uses third party software which is copyrighted by its respective copyright holder. For details see the copyright notice of the individual package.</p></source> - <translation><p>{0} ist eine integrierte Entwicklungsumgebung für die Python-Programmiersprache. Sie wurde unter Verwendung der PyQt-Python-Bindings für das Qt-GUI-Toolkit und unter Verwendung des QScintilla-Editor-Widgets erstellt.</p><p>Weitergehende Informationen erhalten Sie unter <a href="{1}">{1}</a>.</p><p>Bitte senden Sie Fehlerberichte an <a href="mailto:{2}">{2}</a>.</p><p>Um eine neue Funktion anzufragen, senden Sie bitte eine E-Mail an <a href="mailto:{3}">{3}</a>.</p><p>{0} benutzt Fremdsoftware, deren Copyright bei den entsprechenden Copyrighthaltern liegt. Details können der Copyrightnotiz des entsprechenden Paketes entnommen werden.</p></translation> - </message> </context> <context> <name>AboutPlugin</name> @@ -558,6 +558,26 @@ <context> <name>AddEntryPointDialog</name> <message> + <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.py" line="47" /> + <source>Console</source> + <translation>Konsole</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.py" line="48" /> + <source>GUI</source> + <translation>GUI</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.py" line="99" /> + <source>Select Script File</source> + <translation>Wähle die Skriptdatei</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.py" line="101" /> + <source>Python Files (*.py);;All Files (*)</source> + <translation>Python-Dateien (*.py);;Alle Dateien (*)</translation> + </message> + <message> <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.ui" line="0" /> <source>Add Entry Point</source> <translation>Wähle den Einstiegspunkt</translation> @@ -597,30 +617,20 @@ <source>Press to select the script via a file selection dialog</source> <translation>Drücken, um das Skript über einen Dateiauswahldialog zu wählen</translation> </message> - <message> - <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.py" line="47" /> - <source>Console</source> - <translation>Konsole</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.py" line="48" /> - <source>GUI</source> - <translation>GUI</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.py" line="99" /> - <source>Select Script File</source> - <translation>Wähle die Skriptdatei</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/SetupWizard/AddEntryPointDialog.py" line="101" /> - <source>Python Files (*.py);;All Files (*)</source> - <translation>Python-Dateien (*.py);;Alle Dateien (*)</translation> - </message> </context> <context> <name>AddFileDialog</name> <message> + <location filename="../Project/AddFileDialog.py" line="74" /> + <source>Select Files</source> + <translation>Dateien auswählen</translation> + </message> + <message> + <location filename="../Project/AddFileDialog.py" line="85" /> + <source>All Files (*)</source> + <translation>Alle Dateien (*)</translation> + </message> + <message> <location filename="../Project/AddFileDialog.ui" line="0" /> <source>Add Files</source> <translation>Dateien hinzufügen</translation> @@ -688,16 +698,6 @@ <source>Alt+C</source> <translation>Alt+T</translation> </message> - <message> - <location filename="../Project/AddFileDialog.py" line="74" /> - <source>Select Files</source> - <translation>Dateien auswählen</translation> - </message> - <message> - <location filename="../Project/AddFileDialog.py" line="85" /> - <source>All Files (*)</source> - <translation>Alle Dateien (*)</translation> - </message> </context> <context> <name>AddFoundFilesDialog</name> @@ -1072,6 +1072,16 @@ <context> <name>AddProjectDialog</name> <message> + <location filename="../MultiProject/AddProjectDialog.py" line="50" /> + <source>Project Files (*.epj);;XML Project Files (*.e4p)</source> + <translation>Projekt Dateien (*.epj);;XML Projekt Dateien (*.e4p)</translation> + </message> + <message> + <location filename="../MultiProject/AddProjectDialog.py" line="68" /> + <source>Project Properties</source> + <translation>Projekteigenschaften</translation> + </message> + <message> <location filename="../MultiProject/AddProjectDialog.ui" line="0" /> <source>Add Project</source> <translation>Projekt hinzufügen</translation> @@ -1126,16 +1136,6 @@ <source>Is &main project</source> <translation>Ist &Hauptprojekt</translation> </message> - <message> - <location filename="../MultiProject/AddProjectDialog.py" line="50" /> - <source>Project Files (*.epj);;XML Project Files (*.e4p)</source> - <translation>Projekt Dateien (*.epj);;XML Projekt Dateien (*.e4p)</translation> - </message> - <message> - <location filename="../MultiProject/AddProjectDialog.py" line="68" /> - <source>Project Properties</source> - <translation>Projekteigenschaften</translation> - </message> </context> <context> <name>AddProjectUrlDialog</name> @@ -1336,6 +1336,31 @@ <context> <name>ApplicationPage</name> <message> + <location filename="../Preferences/ConfigurationPages/ApplicationPage.py" line="33" /> + <source><p>eric is using background services for certain things like syntax checks or code style checks. Per default the number of processes to use for these checks is determined automatically based on the number of CPUs. Please note, that this is an advanced setting.</p><p>Available CPUs: <b>{0}</b></p></source> + <translation><p>eric verwendet Hintergrunddienste für verschiedene Dinge wie z.B. Syntaxprüfungen oder Codestilprüfungen. Standardmäßig wird die Anzahl der für diese Prüfungen zu startenden Prozesse automatisch basierend auf der Anzahl verfügbarer Prozessorkernen ermittelt. Bitte beachten, dass dies ein Einstellung für Fortgeschrittene ist.</p><p>Verfügbare CPUs: <b>{0}</b></p></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ApplicationPage.py" line="43" /> + <source>Debug</source> + <translation>Debug</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ApplicationPage.py" line="44" /> + <source>Warning</source> + <translation>Warnung</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ApplicationPage.py" line="45" /> + <source>Critical</source> + <translation>Kritischer Fehler</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ApplicationPage.py" line="46" /> + <source>Fatal Error</source> + <translation>Fataler Fehler</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/ApplicationPage.ui" line="0" /> <source><b>Configure the application</b></source> <translation><b>Applikation einstellen</b<</translation> @@ -1595,31 +1620,6 @@ <source>Automatic</source> <translation>Automatisch</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/ApplicationPage.py" line="33" /> - <source><p>eric is using background services for certain things like syntax checks or code style checks. Per default the number of processes to use for these checks is determined automatically based on the number of CPUs. Please note, that this is an advanced setting.</p><p>Available CPUs: <b>{0}</b></p></source> - <translation><p>eric verwendet Hintergrunddienste für verschiedene Dinge wie z.B. Syntaxprüfungen oder Codestilprüfungen. Standardmäßig wird die Anzahl der für diese Prüfungen zu startenden Prozesse automatisch basierend auf der Anzahl verfügbarer Prozessorkernen ermittelt. Bitte beachten, dass dies ein Einstellung für Fortgeschrittene ist.</p><p>Verfügbare CPUs: <b>{0}</b></p></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ApplicationPage.py" line="43" /> - <source>Debug</source> - <translation>Debug</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ApplicationPage.py" line="44" /> - <source>Warning</source> - <translation>Warnung</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ApplicationPage.py" line="45" /> - <source>Critical</source> - <translation>Kritischer Fehler</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ApplicationPage.py" line="46" /> - <source>Fatal Error</source> - <translation>Fataler Fehler</translation> - </message> </context> <context> <name>AssistantJedi</name> @@ -1993,72 +1993,6 @@ <context> <name>BlackFormattingDialog</name> <message> - <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> - <source>Code Formatting with Black</source> - <translation>Codeformatierung mit Black</translation> - </message> - <message> - <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> - <source>Status Filter:</source> - <translation>Statusfilter:</translation> - </message> - <message> - <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> - <source>Select the status of items to be shown.</source> - <translation>Wähle den Status anzuzeigender Einträge.</translation> - </message> - <message> - <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> - <source>Status</source> - <translation>Status</translation> - </message> - <message> - <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> - <source>File Name</source> - <translation>Dateiname</translation> - </message> - <message> - <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> - <source>Statistics</source> - <translation>Statistiken</translation> - </message> - <message> - <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> - <source>Total Files:</source> - <translation>Dateien insgesamt:</translation> - </message> - <message> - <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> - <source>Excluded:</source> - <translation>Ausgenommen:</translation> - </message> - <message> - <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> - <source>Failures:</source> - <translation>Fehlschläge:</translation> - </message> - <message> - <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> - <source>Processed:</source> - <translation>Bearbeitet:</translation> - </message> - <message> - <location filename="../CodeFormatting/BlackFormattingDialog.py" line="216" /> - <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> - <source>Reformatted:</source> - <translation>Umformatiert:</translation> - </message> - <message> - <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> - <source>Unchanged:</source> - <translation>Unverändert:</translation> - </message> - <message> - <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> - <source>%v/%m Files</source> - <translation>%v/%m Dateien</translation> - </message> - <message> <location filename="../CodeFormatting/BlackFormattingDialog.py" line="87" /> <source><all></source> <translation><Alle></translation> @@ -2069,6 +2003,12 @@ <translation>Code formatieren</translation> </message> <message> + <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> + <location filename="../CodeFormatting/BlackFormattingDialog.py" line="216" /> + <source>Reformatted:</source> + <translation>Umformatiert:</translation> + </message> + <message> <location filename="../CodeFormatting/BlackFormattingDialog.py" line="218" /> <source>Would Reformat:</source> <translation>Würde umformatiert:</translation> @@ -2118,6 +2058,66 @@ <source>invalid status ({0})</source> <translation>ungültiger Status ({0})</translation> </message> + <message> + <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> + <source>Code Formatting with Black</source> + <translation>Codeformatierung mit Black</translation> + </message> + <message> + <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> + <source>Status Filter:</source> + <translation>Statusfilter:</translation> + </message> + <message> + <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> + <source>Select the status of items to be shown.</source> + <translation>Wähle den Status anzuzeigender Einträge.</translation> + </message> + <message> + <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> + <source>Status</source> + <translation>Status</translation> + </message> + <message> + <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> + <source>File Name</source> + <translation>Dateiname</translation> + </message> + <message> + <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> + <source>Statistics</source> + <translation>Statistiken</translation> + </message> + <message> + <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> + <source>Total Files:</source> + <translation>Dateien insgesamt:</translation> + </message> + <message> + <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> + <source>Excluded:</source> + <translation>Ausgenommen:</translation> + </message> + <message> + <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> + <source>Failures:</source> + <translation>Fehlschläge:</translation> + </message> + <message> + <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> + <source>Processed:</source> + <translation>Bearbeitet:</translation> + </message> + <message> + <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> + <source>Unchanged:</source> + <translation>Unverändert:</translation> + </message> + <message> + <location filename="../CodeFormatting/BlackFormattingDialog.ui" line="0" /> + <source>%v/%m Files</source> + <translation>%v/%m Dateien</translation> + </message> </context> <context> <name>BlackUtilities</name> @@ -2202,52 +2202,12 @@ <context> <name>BluetoothScanWindow</name> <message> + <location filename="../MicroPython/BluetoothDialogs/BluetoothScanWindow.ui" line="0" /> <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> @@ -2295,6 +2255,46 @@ <source>Tx Power Level [dBm]: {0}</source> <translation>Sendeleistung [dBm]: {0}</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> </context> <context> <name>BluetoothStatusDialog</name> @@ -2512,11 +2512,6 @@ <context> <name>BookmarkActionSelectionDialog</name> <message> - <location filename="../WebBrowser/UrlBar/BookmarkActionSelectionDialog.ui" line="0" /> - <source><b>Add/Edit Bookmark</b></source> - <translation><b>Lesezeichen hinzufügen/bearbeiten</b></translation> - </message> - <message> <location filename="../WebBrowser/UrlBar/BookmarkActionSelectionDialog.py" line="50" /> <source>Add Bookmark</source> <translation>Lesezeichen hinzufügen</translation> @@ -2536,6 +2531,11 @@ <source>Add to Speed Dial</source> <translation>Zur Schnellwahl hinzufügen</translation> </message> + <message> + <location filename="../WebBrowser/UrlBar/BookmarkActionSelectionDialog.ui" line="0" /> + <source><b>Add/Edit Bookmark</b></source> + <translation><b>Lesezeichen hinzufügen/bearbeiten</b></translation> + </message> </context> <context> <name>BookmarkInfoDialog</name> @@ -2568,6 +2568,11 @@ <context> <name>BookmarkPropertiesDialog</name> <message> + <location filename="../WebBrowser/Bookmarks/BookmarkPropertiesDialog.py" line="45" /> + <source>Visited <b>{0}</b> times. Last visit on <b>{1}</b>.</source> + <translation><b>{0}</b> mal besucht. Letzter Besuch am <b>{1}</b>.</translation> + </message> + <message> <location filename="../WebBrowser/Bookmarks/BookmarkPropertiesDialog.ui" line="0" /> <source>Bookmark Properties</source> <translation>Lesezeicheneigenschaften</translation> @@ -2602,11 +2607,6 @@ <source>Enter a description</source> <translation>Gib eine Beschreibung ein</translation> </message> - <message> - <location filename="../WebBrowser/Bookmarks/BookmarkPropertiesDialog.py" line="45" /> - <source>Visited <b>{0}</b> times. Last visit on <b>{1}</b>.</source> - <translation><b>{0}</b> mal besucht. Letzter Besuch am <b>{1}</b>.</translation> - </message> </context> <context> <name>BookmarkedFilesDialog</name> @@ -3580,6 +3580,49 @@ <name>CallTraceViewer</name> <message> <location filename="../Debugger/CallTraceViewer.ui" line="0" /> + <location filename="../Debugger/CallTraceViewer.py" line="57" /> + <source>From</source> + <translation>Von</translation> + </message> + <message> + <location filename="../Debugger/CallTraceViewer.ui" line="0" /> + <location filename="../Debugger/CallTraceViewer.py" line="57" /> + <source>To</source> + <translation>Nach</translation> + </message> + <message> + <location filename="../Debugger/CallTraceViewer.py" line="171" /> + <location filename="../Debugger/CallTraceViewer.py" line="156" /> + <source>Save Call Trace Info</source> + <translation>Aufrufinformation speichern</translation> + </message> + <message> + <location filename="../Debugger/CallTraceViewer.py" line="158" /> + <source>Text Files (*.txt);;All Files (*)</source> + <translation>Textdateien (*.txt);;Alle Dateien (*)</translation> + </message> + <message> + <location filename="../Debugger/CallTraceViewer.py" line="172" /> + <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="../Debugger/CallTraceViewer.py" line="182" /> + <source>Call Trace Info of '{0}'</source> + <translation>Aufrufinformation von '{0}'</translation> + </message> + <message> + <location filename="../Debugger/CallTraceViewer.py" line="201" /> + <source>Error saving Call Trace Info</source> + <translation>Fehler beim Speichern der Aufrufinformation</translation> + </message> + <message> + <location filename="../Debugger/CallTraceViewer.py" line="202" /> + <source><p>The call trace info could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> + <translation><p>Die Aufrufinformationen konnten nicht nach <b>{0}</b> geschrieben werden.</p><p>Ursache: {1}</p></translation> + </message> + <message> + <location filename="../Debugger/CallTraceViewer.ui" line="0" /> <source>Call Trace</source> <translation>Aufrufverfolgung</translation> </message> @@ -3618,49 +3661,6 @@ <source>Press to save the call trace as a text file</source> <translation>Drücken, um die Aufrufverfolgung in eine Textdatei zu speichern</translation> </message> - <message> - <location filename="../Debugger/CallTraceViewer.py" line="57" /> - <location filename="../Debugger/CallTraceViewer.ui" line="0" /> - <source>From</source> - <translation>Von</translation> - </message> - <message> - <location filename="../Debugger/CallTraceViewer.py" line="57" /> - <location filename="../Debugger/CallTraceViewer.ui" line="0" /> - <source>To</source> - <translation>Nach</translation> - </message> - <message> - <location filename="../Debugger/CallTraceViewer.py" line="171" /> - <location filename="../Debugger/CallTraceViewer.py" line="156" /> - <source>Save Call Trace Info</source> - <translation>Aufrufinformation speichern</translation> - </message> - <message> - <location filename="../Debugger/CallTraceViewer.py" line="158" /> - <source>Text Files (*.txt);;All Files (*)</source> - <translation>Textdateien (*.txt);;Alle Dateien (*)</translation> - </message> - <message> - <location filename="../Debugger/CallTraceViewer.py" line="172" /> - <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="../Debugger/CallTraceViewer.py" line="182" /> - <source>Call Trace Info of '{0}'</source> - <translation>Aufrufinformation von '{0}'</translation> - </message> - <message> - <location filename="../Debugger/CallTraceViewer.py" line="201" /> - <source>Error saving Call Trace Info</source> - <translation>Fehler beim Speichern der Aufrufinformation</translation> - </message> - <message> - <location filename="../Debugger/CallTraceViewer.py" line="202" /> - <source><p>The call trace info could not be written to <b>{0}</b></p><p>Reason: {1}</p></source> - <translation><p>Die Aufrufinformationen konnten nicht nach <b>{0}</b> geschrieben werden.</p><p>Ursache: {1}</p></translation> - </message> </context> <context> <name>ChatWidget</name> @@ -4864,29 +4864,6 @@ <context> <name>CodeDocumentationViewer</name> <message> - <location filename="../UI/CodeDocumentationViewerTemplate.py" line="85" /> - <source><p><b>Definition:</b> <span class="def">@NAME@@ARGSPEC@</span></p></source> - <comment>Just translate 'Definition:' and leave the rest intact.</comment> - <translation><p><b>Definition:</b> <span class="def">@NAME@@ARGSPEC@</span></p></translation> - </message> - <message> - <location filename="../UI/CodeDocumentationViewerTemplate.py" line="91" /> - <source><p><b>Type:</b> @TYPE@</p></source> - <comment>Just translate 'Type:' and leave the rest intact.</comment> - <translation><p><b>Typ:</b> @TYPE@</p></translation> - </message> - <message> - <location filename="../UI/CodeDocumentationViewerTemplate.py" line="97" /> - <source><p><b>Note:</b> @NOTE@</p></source> - <comment>Just translate 'Note:' and leave the rest intact.</comment> - <translation><p><b>Hinweis:</b> @NOTE@</p></translation> - </message> - <message> - <location filename="../UI/CodeDocumentationViewerTemplate.py" line="156" /> - <source>No further documentation available</source> - <translation>Keine weitere Dokumentation verfügbar</translation> - </message> - <message> <location filename="../UI/CodeDocumentationViewer.py" line="220" /> <source>Code Info Provider:</source> <translation>Code Info Provider:</translation> @@ -4916,10 +4893,78 @@ <source>This function has been disabled.</source> <translation>Diese Funktion wurde deaktiviert.</translation> </message> + <message> + <location filename="../UI/CodeDocumentationViewerTemplate.py" line="85" /> + <source><p><b>Definition:</b> <span class="def">@NAME@@ARGSPEC@</span></p></source> + <comment>Just translate 'Definition:' and leave the rest intact.</comment> + <translation><p><b>Definition:</b> <span class="def">@NAME@@ARGSPEC@</span></p></translation> + </message> + <message> + <location filename="../UI/CodeDocumentationViewerTemplate.py" line="91" /> + <source><p><b>Type:</b> @TYPE@</p></source> + <comment>Just translate 'Type:' and leave the rest intact.</comment> + <translation><p><b>Typ:</b> @TYPE@</p></translation> + </message> + <message> + <location filename="../UI/CodeDocumentationViewerTemplate.py" line="97" /> + <source><p><b>Note:</b> @NOTE@</p></source> + <comment>Just translate 'Note:' and leave the rest intact.</comment> + <translation><p><b>Hinweis:</b> @NOTE@</p></translation> + </message> + <message> + <location filename="../UI/CodeDocumentationViewerTemplate.py" line="156" /> + <source>No further documentation available</source> + <translation>Keine weitere Dokumentation verfügbar</translation> + </message> </context> <context> <name>CodeMetricsDialog</name> <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="60" /> + <source>Collapse All</source> + <translation>Alle einklappen</translation> + </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="61" /> + <source>Expand All</source> + <translation>Alle aufklappen</translation> + </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="209" /> + <source>files</source> + <translation>Dateien</translation> + </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="210" /> + <source>lines</source> + <translation>Zeilen</translation> + </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="211" /> + <source>bytes</source> + <translation>Bytes</translation> + </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="212" /> + <source>comments</source> + <translation>Kommentarzeilen</translation> + </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="214" /> + <source>comment lines</source> + <translation>Kommentarzeilen</translation> + </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="217" /> + <source>empty lines</source> + <translation>Leerzeilen</translation> + </message> + <message> + <location filename="../DataViews/CodeMetricsDialog.py" line="220" /> + <source>non-commentary lines</source> + <translation>Quelltextzeilen</translation> + </message> + <message> <location filename="../DataViews/CodeMetricsDialog.ui" line="0" /> <source>Code Metrics</source> <translation>Quelltextmetriken</translation> @@ -5016,51 +5061,6 @@ <source>%v/%m Files</source> <translation>%v/%m Dateien</translation> </message> - <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="60" /> - <source>Collapse All</source> - <translation>Alle einklappen</translation> - </message> - <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="61" /> - <source>Expand All</source> - <translation>Alle aufklappen</translation> - </message> - <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="209" /> - <source>files</source> - <translation>Dateien</translation> - </message> - <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="210" /> - <source>lines</source> - <translation>Zeilen</translation> - </message> - <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="211" /> - <source>bytes</source> - <translation>Bytes</translation> - </message> - <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="212" /> - <source>comments</source> - <translation>Kommentarzeilen</translation> - </message> - <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="214" /> - <source>comment lines</source> - <translation>Kommentarzeilen</translation> - </message> - <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="217" /> - <source>empty lines</source> - <translation>Leerzeilen</translation> - </message> - <message> - <location filename="../DataViews/CodeMetricsDialog.py" line="220" /> - <source>non-commentary lines</source> - <translation>Quelltextzeilen</translation> - </message> </context> <context> <name>CodeStyleAddBuiltinIgnoreDialog</name> @@ -6573,6 +6573,21 @@ <context> <name>ColorDialogWizardDialog</name> <message> + <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.py" line="40" /> + <source>Test</source> + <translation>Test</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.py" line="80" /> + <source>QColorDialog Wizard Error</source> + <translation>QColorDialog-Assistent-Fehler</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.py" line="81" /> + <source><p>The color <b>{0}</b> is not valid.</p></source> + <translation><p>Die Farbe <b>{0}</b> is ungültig.</p></translation> + </message> + <message> <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.ui" line="0" /> <source>QColorDialog Wizard</source> <translation>QColorDialog-Assistent</translation> @@ -6719,25 +6734,56 @@ <source>Green</source> <translation>Grün</translation> </message> - <message> - <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.py" line="40" /> - <source>Test</source> - <translation>Test</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.py" line="80" /> - <source>QColorDialog Wizard Error</source> - <translation>QColorDialog-Assistent-Fehler</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/ColorDialogWizard/ColorDialogWizardDialog.py" line="81" /> - <source><p>The color <b>{0}</b> is not valid.</p></source> - <translation><p>Die Farbe <b>{0}</b> is ungültig.</p></translation> - </message> </context> <context> <name>CompareDialog</name> <message> + <location filename="../UI/CompareDialog.py" line="126" /> + <source>Compare</source> + <translation>Vergleichen</translation> + </message> + <message> + <location filename="../UI/CompareDialog.py" line="129" /> + <source>Press to perform the comparison of the two files</source> + <translation>Drücken, um den Dateivergleich durchzuführen</translation> + </message> + <message> + <location filename="../UI/CompareDialog.py" line="403" /> + <location filename="../UI/CompareDialog.py" line="139" /> + <source>Total: {0}</source> + <translation>Gesamt: {0}</translation> + </message> + <message> + <location filename="../UI/CompareDialog.py" line="404" /> + <location filename="../UI/CompareDialog.py" line="140" /> + <source>Changed: {0}</source> + <translation>Geändert: {0}</translation> + </message> + <message> + <location filename="../UI/CompareDialog.py" line="405" /> + <location filename="../UI/CompareDialog.py" line="141" /> + <source>Added: {0}</source> + <translation>Hinzugefügt: {0}</translation> + </message> + <message> + <location filename="../UI/CompareDialog.py" line="406" /> + <location filename="../UI/CompareDialog.py" line="142" /> + <source>Deleted: {0}</source> + <translation>Gelöscht: {0}</translation> + </message> + <message> + <location filename="../UI/CompareDialog.py" line="291" /> + <location filename="../UI/CompareDialog.py" line="275" /> + <source>Compare Files</source> + <translation>Dateien vergleichen</translation> + </message> + <message> + <location filename="../UI/CompareDialog.py" line="292" /> + <location filename="../UI/CompareDialog.py" line="276" /> + <source><p>The file <b>{0}</b> could not be read.</p></source> + <translation><p>Die Datei <b>{0}</b> konnte nicht gelesen werden.</p></translation> + </message> + <message> <location filename="../UI/CompareDialog.ui" line="0" /> <source>File Comparison</source> <translation>Dateivergleich</translation> @@ -6802,52 +6848,6 @@ <source>Alt+S</source> <translation>Alt+R</translation> </message> - <message> - <location filename="../UI/CompareDialog.py" line="126" /> - <source>Compare</source> - <translation>Vergleichen</translation> - </message> - <message> - <location filename="../UI/CompareDialog.py" line="129" /> - <source>Press to perform the comparison of the two files</source> - <translation>Drücken, um den Dateivergleich durchzuführen</translation> - </message> - <message> - <location filename="../UI/CompareDialog.py" line="403" /> - <location filename="../UI/CompareDialog.py" line="139" /> - <source>Total: {0}</source> - <translation>Gesamt: {0}</translation> - </message> - <message> - <location filename="../UI/CompareDialog.py" line="404" /> - <location filename="../UI/CompareDialog.py" line="140" /> - <source>Changed: {0}</source> - <translation>Geändert: {0}</translation> - </message> - <message> - <location filename="../UI/CompareDialog.py" line="405" /> - <location filename="../UI/CompareDialog.py" line="141" /> - <source>Added: {0}</source> - <translation>Hinzugefügt: {0}</translation> - </message> - <message> - <location filename="../UI/CompareDialog.py" line="406" /> - <location filename="../UI/CompareDialog.py" line="142" /> - <source>Deleted: {0}</source> - <translation>Gelöscht: {0}</translation> - </message> - <message> - <location filename="../UI/CompareDialog.py" line="291" /> - <location filename="../UI/CompareDialog.py" line="275" /> - <source>Compare Files</source> - <translation>Dateien vergleichen</translation> - </message> - <message> - <location filename="../UI/CompareDialog.py" line="292" /> - <location filename="../UI/CompareDialog.py" line="276" /> - <source><p>The file <b>{0}</b> could not be read.</p></source> - <translation><p>Die Datei <b>{0}</b> konnte nicht gelesen werden.</p></translation> - </message> </context> <context> <name>ComplexityChecker</name> @@ -6925,36 +6925,12 @@ <context> <name>CondaExecDialog</name> <message> + <location filename="../CondaInterface/CondaExecDialog.ui" line="0" /> <location filename="../CondaInterface/CondaExecDialog.py" line="97" /> - <location filename="../CondaInterface/CondaExecDialog.ui" line="0" /> <source>Conda Execution</source> <translation>Ausführung von conda</translation> </message> <message> - <location filename="../CondaInterface/CondaExecDialog.ui" line="0" /> - <source>Messages</source> - <translation>Ausgaben</translation> - </message> - <message> - <location filename="../CondaInterface/CondaExecDialog.ui" line="0" /> - <source><b>conda Execution</b> -<p>This shows the output of the conda command.</p></source> - <translation><b>conda Ausführung</b> -<p>Dies zeigt die Ausgabe des conda Kommandos.</p></translation> - </message> - <message> - <location filename="../CondaInterface/CondaExecDialog.ui" line="0" /> - <source>Errors</source> - <translation>Fehler</translation> - </message> - <message> - <location filename="../CondaInterface/CondaExecDialog.ui" line="0" /> - <source><b>conda Execution</b> -<p>This shows the errors of the conda command.</p></source> - <translation><b>conda Ausführung</b> -<p>Dies zeigt die Fehler des conda Kommandos.</p></translation> - </message> - <message> <location filename="../CondaInterface/CondaExecDialog.py" line="98" /> <source>The conda executable could not be started. Is it configured correctly?</source> <translation>Das conda Programm konnte nicht gestartet werden. Is es korrekt konfiguriert?</translation> @@ -7003,6 +6979,30 @@ <translation> Fertig. </translation> </message> + <message> + <location filename="../CondaInterface/CondaExecDialog.ui" line="0" /> + <source>Messages</source> + <translation>Ausgaben</translation> + </message> + <message> + <location filename="../CondaInterface/CondaExecDialog.ui" line="0" /> + <source><b>conda Execution</b> +<p>This shows the output of the conda command.</p></source> + <translation><b>conda Ausführung</b> +<p>Dies zeigt die Ausgabe des conda Kommandos.</p></translation> + </message> + <message> + <location filename="../CondaInterface/CondaExecDialog.ui" line="0" /> + <source>Errors</source> + <translation>Fehler</translation> + </message> + <message> + <location filename="../CondaInterface/CondaExecDialog.ui" line="0" /> + <source><b>conda Execution</b> +<p>This shows the errors of the conda command.</p></source> + <translation><b>conda Ausführung</b> +<p>Dies zeigt die Fehler des conda Kommandos.</p></translation> + </message> </context> <context> <name>CondaExportDialog</name> @@ -7247,6 +7247,11 @@ <context> <name>CondaNewEnvironmentDataDialog</name> <message> + <location filename="../CondaInterface/CondaNewEnvironmentDataDialog.py" line="44" /> + <source>Text Files (*.txt);;All Files (*)</source> + <translation>Textdateien (*.txt);;Alle Dateien (*)</translation> + </message> + <message> <location filename="../CondaInterface/CondaNewEnvironmentDataDialog.ui" line="0" /> <source>New Conda Environment</source> <translation>Neue Conda Umgebung</translation> @@ -7286,11 +7291,6 @@ <source>Requirements File:</source> <translation>Anforderungsdatei:</translation> </message> - <message> - <location filename="../CondaInterface/CondaNewEnvironmentDataDialog.py" line="44" /> - <source>Text Files (*.txt);;All Files (*)</source> - <translation>Textdateien (*.txt);;Alle Dateien (*)</translation> - </message> </context> <context> <name>CondaPackageDetailsDialog</name> @@ -7361,138 +7361,6 @@ <context> <name>CondaPackagesWidget</name> <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source><h2>conda is not available</h2></source> - <translation><h2>conda ist nicht verfügbar</h2></translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Press to re-check the availability of conda</source> - <translation>Drücken, um die conda Verfügbarkeit erneut zu prüfen</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Re-Check</source> - <translation>Erneut prüfen</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Press to install the selected package (by name or package specification)</source> - <translation>Drücken, um das ausgewählte Paket zu installieren (mit Namen oder Paketspezifikation)</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Press to show details for the selected entry</source> - <translation>Drücken, um Details für den ausgewählten Eintrag anzuzeigen</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Toggle to show or hide the search window</source> - <translation>Umschalten, um das Suchfenster anzuzeigen bzw. zu verstecken</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Enter search specification</source> - <translation>Suchanfrage eingeben</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Press to start the search</source> - <translation>Drücken, um die Suche zu starten</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Search string is a pattern (default)</source> - <translation>Suchanfrage ist ein Suchmuster (Standard)</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Search Pattern</source> - <translation>Suchmuster</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Search string is a full name</source> - <translation>Suchanfrage ist ein vollständiger Name</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Full Name</source> - <translation>Vollständiger Name</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Search string is a package specification</source> - <translation>Suchanfrage ist eine Paketspezifikation</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Package Specification</source> - <translation>Paketspezifikation</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Platform:</source> - <translation>Plattform:</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Select the platform</source> - <translation>Wähle die Plattform</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Package</source> - <translation>Paket</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Version</source> - <translation>Version</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Build</source> - <translation>Build</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Platform</source> - <translation>Plattform</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Press to refresh the lists</source> - <translation>Drücken, um die Listen zu erneuern</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Press to upgrade the selected packages</source> - <translation>Drücken, um die ausgewählten Pakete zu erneuern</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Press to upgrade all listed packages</source> - <translation>Drücken, um alle Pakete zu erneuern</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Press to uninstall the selected package</source> - <translation>Drücken, um die ausgewählten Pakete zu deinstallieren</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Installed Version</source> - <translation>Installierte Version</translation> - </message> - <message> - <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> - <source>Available Version</source> - <translation>Verfügbare Version</translation> - </message> - <message> <location filename="../CondaInterface/CondaPackagesWidget.py" line="76" /> <source>Conda Menu</source> <translation>Conda Menü</translation> @@ -7632,6 +7500,138 @@ <source>The configuration file "{0}" does not exist or is not writable.</source> <translation>Die Konfigurationsdatei "{0}" existiert nicht oder ist nicht schreibbar.</translation> </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source><h2>conda is not available</h2></source> + <translation><h2>conda ist nicht verfügbar</h2></translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Press to re-check the availability of conda</source> + <translation>Drücken, um die conda Verfügbarkeit erneut zu prüfen</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Re-Check</source> + <translation>Erneut prüfen</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Press to install the selected package (by name or package specification)</source> + <translation>Drücken, um das ausgewählte Paket zu installieren (mit Namen oder Paketspezifikation)</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Press to show details for the selected entry</source> + <translation>Drücken, um Details für den ausgewählten Eintrag anzuzeigen</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Toggle to show or hide the search window</source> + <translation>Umschalten, um das Suchfenster anzuzeigen bzw. zu verstecken</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Enter search specification</source> + <translation>Suchanfrage eingeben</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Press to start the search</source> + <translation>Drücken, um die Suche zu starten</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Search string is a pattern (default)</source> + <translation>Suchanfrage ist ein Suchmuster (Standard)</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Search Pattern</source> + <translation>Suchmuster</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Search string is a full name</source> + <translation>Suchanfrage ist ein vollständiger Name</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Full Name</source> + <translation>Vollständiger Name</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Search string is a package specification</source> + <translation>Suchanfrage ist eine Paketspezifikation</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Package Specification</source> + <translation>Paketspezifikation</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Platform:</source> + <translation>Plattform:</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Select the platform</source> + <translation>Wähle die Plattform</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Package</source> + <translation>Paket</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Version</source> + <translation>Version</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Build</source> + <translation>Build</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Platform</source> + <translation>Plattform</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Press to refresh the lists</source> + <translation>Drücken, um die Listen zu erneuern</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Press to upgrade the selected packages</source> + <translation>Drücken, um die ausgewählten Pakete zu erneuern</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Press to upgrade all listed packages</source> + <translation>Drücken, um alle Pakete zu erneuern</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Press to uninstall the selected package</source> + <translation>Drücken, um die ausgewählten Pakete zu deinstallieren</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Installed Version</source> + <translation>Installierte Version</translation> + </message> + <message> + <location filename="../CondaInterface/CondaPackagesWidget.ui" line="0" /> + <source>Available Version</source> + <translation>Verfügbare Version</translation> + </message> </context> <context> <name>CondaPage</name> @@ -8124,6 +8124,18 @@ <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> @@ -8168,18 +8180,6 @@ <source>Convert</source> <translation>Konvertieren</translation> </message> - <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> </context> <context> <name>CookieDetailsDialog</name> @@ -8338,6 +8338,57 @@ <context> <name>CookiesDialog</name> <message> + <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="149" /> + <source>Remove All Cookies</source> + <translation>Alle Cookies entfernen</translation> + </message> + <message> + <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="150" /> + <source>Do you really want to remove all stored cookies?</source> + <translation>Sollen wirklich alle gespeicherten Cookies entfernt werden?</translation> + </message> + <message> + <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" /> + <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" /> + <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" /> + <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" /> + <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" /> + <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" /> + <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="180" /> + <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="179" /> + <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="178" /> + <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="177" /> + <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="176" /> + <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="175" /> + <source><no cookie selected></source> + <translation><kein Cookie ausgewählt></translation> + </message> + <message> + <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="182" /> + <source>Remove Cookies</source> + <translation>Cookies entfernen</translation> + </message> + <message> + <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="191" /> + <source>Secure connections only</source> + <translation>Nur sichere Verbindungen</translation> + </message> + <message> + <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="193" /> + <source>All connections</source> + <translation>Alle Verbindungen</translation> + </message> + <message> + <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="195" /> + <source>Session Cookie</source> + <translation>Sitzungscookie</translation> + </message> + <message> + <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="204" /> + <source>Remove Cookie</source> + <translation>Cookie entfernen</translation> + </message> + <message> <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" /> <source>Cookies</source> <translation>Cookies</translation> @@ -8368,22 +8419,6 @@ <translation>Domain:</translation> </message> <message> - <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="180" /> - <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="179" /> - <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="178" /> - <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="177" /> - <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="176" /> - <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="175" /> - <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" /> - <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" /> - <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" /> - <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" /> - <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" /> - <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" /> - <source><no cookie selected></source> - <translation><kein Cookie ausgewählt></translation> - </message> - <message> <location filename="../WebBrowser/CookieJar/CookiesDialog.ui" line="0" /> <source>Name:</source> <translation>Name:</translation> @@ -8438,45 +8473,15 @@ <source>Add R&ule...</source> <translation>&Regel hinzufügen …</translation> </message> - <message> - <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="149" /> - <source>Remove All Cookies</source> - <translation>Alle Cookies entfernen</translation> - </message> - <message> - <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="150" /> - <source>Do you really want to remove all stored cookies?</source> - <translation>Sollen wirklich alle gespeicherten Cookies entfernt werden?</translation> - </message> - <message> - <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="182" /> - <source>Remove Cookies</source> - <translation>Cookies entfernen</translation> - </message> - <message> - <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="191" /> - <source>Secure connections only</source> - <translation>Nur sichere Verbindungen</translation> - </message> - <message> - <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="193" /> - <source>All connections</source> - <translation>Alle Verbindungen</translation> - </message> - <message> - <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="195" /> - <source>Session Cookie</source> - <translation>Sitzungscookie</translation> - </message> - <message> - <location filename="../WebBrowser/CookieJar/CookiesDialog.py" line="204" /> - <source>Remove Cookie</source> - <translation>Cookie entfernen</translation> - </message> </context> <context> <name>CookiesExceptionsDialog</name> <message> + <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.py" line="62" /> + <source>Allow For Session</source> + <translation>Für diese Sitzung erlauben</translation> + </message> + <message> <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.ui" line="0" /> <source>Cookie Exceptions</source> <translation>Cookie Ausnahmen</translation> @@ -8556,11 +8561,6 @@ <source>Remove &All</source> <translation>&Alle entfernen</translation> </message> - <message> - <location filename="../WebBrowser/CookieJar/CookiesExceptionsDialog.py" line="62" /> - <source>Allow For Session</source> - <translation>Für diese Sitzung erlauben</translation> - </message> </context> <context> <name>CooperationClient</name> @@ -8683,51 +8683,6 @@ <context> <name>CreateDialogCodeDialog</name> <message> - <location filename="../Project/CreateDialogCodeDialog.ui" line="0" /> - <source>Forms code generator</source> - <translation>Formularcode-Generator</translation> - </message> - <message> - <location filename="../Project/CreateDialogCodeDialog.ui" line="0" /> - <source>&Classname:</source> - <translation>&Klassenname:</translation> - </message> - <message> - <location filename="../Project/CreateDialogCodeDialog.ui" line="0" /> - <source>Select the class that should get the forms code</source> - <translation>Wähle die Klasse, die den Formularcode erhalten soll</translation> - </message> - <message> - <location filename="../Project/CreateDialogCodeDialog.ui" line="0" /> - <source>Press to generate a new forms class</source> - <translation>Drücken, um eine neue Formularklasse zu erzeugen</translation> - </message> - <message> - <location filename="../Project/CreateDialogCodeDialog.ui" line="0" /> - <source>&New...</source> - <translation>&Neu …</translation> - </message> - <message> - <location filename="../Project/CreateDialogCodeDialog.ui" line="0" /> - <source>&Filename:</source> - <translation>&Dateiname:</translation> - </message> - <message> - <location filename="../Project/CreateDialogCodeDialog.ui" line="0" /> - <source>Displays the name of the file containing the code</source> - <translation>Zeigt den Namen der Datei, die den Code enthält</translation> - </message> - <message> - <location filename="../Project/CreateDialogCodeDialog.ui" line="0" /> - <source>Filter &with:</source> - <translation>&Filtere mit:</translation> - </message> - <message> - <location filename="../Project/CreateDialogCodeDialog.ui" line="0" /> - <source>Enter a regular expression to filter the list below</source> - <translation>Gib einen regulären Ausdruck ein, um die Liste zu filtern</translation> - </message> - <message> <location filename="../Project/CreateDialogCodeDialog.py" line="149" /> <source>Create Dialog Code</source> <translation>Formularcode-Generator</translation> @@ -8797,6 +8752,51 @@ <source><p>Could not write the source file "{0}".</p><p>Reason: {1}</p></source> <translation><p>Die Quelltextdatei „{0}“ konnte nicht geschrieben werden.</p><p>Ursache: {1}</p></translation> </message> + <message> + <location filename="../Project/CreateDialogCodeDialog.ui" line="0" /> + <source>Forms code generator</source> + <translation>Formularcode-Generator</translation> + </message> + <message> + <location filename="../Project/CreateDialogCodeDialog.ui" line="0" /> + <source>&Classname:</source> + <translation>&Klassenname:</translation> + </message> + <message> + <location filename="../Project/CreateDialogCodeDialog.ui" line="0" /> + <source>Select the class that should get the forms code</source> + <translation>Wähle die Klasse, die den Formularcode erhalten soll</translation> + </message> + <message> + <location filename="../Project/CreateDialogCodeDialog.ui" line="0" /> + <source>Press to generate a new forms class</source> + <translation>Drücken, um eine neue Formularklasse zu erzeugen</translation> + </message> + <message> + <location filename="../Project/CreateDialogCodeDialog.ui" line="0" /> + <source>&New...</source> + <translation>&Neu …</translation> + </message> + <message> + <location filename="../Project/CreateDialogCodeDialog.ui" line="0" /> + <source>&Filename:</source> + <translation>&Dateiname:</translation> + </message> + <message> + <location filename="../Project/CreateDialogCodeDialog.ui" line="0" /> + <source>Displays the name of the file containing the code</source> + <translation>Zeigt den Namen der Datei, die den Code enthält</translation> + </message> + <message> + <location filename="../Project/CreateDialogCodeDialog.ui" line="0" /> + <source>Filter &with:</source> + <translation>&Filtere mit:</translation> + </message> + <message> + <location filename="../Project/CreateDialogCodeDialog.ui" line="0" /> + <source>Enter a regular expression to filter the list below</source> + <translation>Gib einen regulären Ausdruck ein, um die Liste zu filtern</translation> + </message> </context> <context> <name>Crypto</name> @@ -8858,6 +8858,26 @@ <context> <name>CycloneDXConfigDialog</name> <message> + <location filename="../CycloneDXInterface/CycloneDXConfigDialog.py" line="110" /> + <source>Edit Metadata...</source> + <translation>Metadaten bearbeiten...</translation> + </message> + <message> + <location filename="../CycloneDXInterface/CycloneDXConfigDialog.py" line="144" /> + <source>JSON Files (*.json);;All Files (*)</source> + <translation>JSON Dateien (*.json);;Alle Dateien (*)</translation> + </message> + <message> + <location filename="../CycloneDXInterface/CycloneDXConfigDialog.py" line="147" /> + <source>XML Files (*.xml);;All Files (*)</source> + <translation>XML Dateien (*.xml);;Alle Dateien (*)</translation> + </message> + <message> + <location filename="../CycloneDXInterface/CycloneDXConfigDialog.py" line="150" /> + <source>All Files (*)</source> + <translation>Alle Dateien (*)</translation> + </message> + <message> <location filename="../CycloneDXInterface/CycloneDXConfigDialog.ui" line="0" /> <source>SBOM Configuration</source> <translation>STL Konfiguration</translation> @@ -8987,26 +9007,6 @@ <source>Generate Readable Output</source> <translation>Erzeuge lesbare Ausgabe</translation> </message> - <message> - <location filename="../CycloneDXInterface/CycloneDXConfigDialog.py" line="110" /> - <source>Edit Metadata...</source> - <translation>Metadaten bearbeiten...</translation> - </message> - <message> - <location filename="../CycloneDXInterface/CycloneDXConfigDialog.py" line="144" /> - <source>JSON Files (*.json);;All Files (*)</source> - <translation>JSON Dateien (*.json);;Alle Dateien (*)</translation> - </message> - <message> - <location filename="../CycloneDXInterface/CycloneDXConfigDialog.py" line="147" /> - <source>XML Files (*.xml);;All Files (*)</source> - <translation>XML Dateien (*.xml);;Alle Dateien (*)</translation> - </message> - <message> - <location filename="../CycloneDXInterface/CycloneDXConfigDialog.py" line="150" /> - <source>All Files (*)</source> - <translation>Alle Dateien (*)</translation> - </message> </context> <context> <name>CycloneDXMetaDataDialog</name> @@ -10030,6 +10030,60 @@ <context> <name>DebuggerGeneralPage</name> <message> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="60" /> + <source>All Network Interfaces (IPv4 & IPv6)</source> + <translation>Alle Netzwerkschnittstellen (IPv4 & IPv6)</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="64" /> + <source>All Network Interfaces (IPv4)</source> + <translation>Alle Netzwerkschnittstellen (IPv4)</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="68" /> + <source>All Network Interfaces (IPv6)</source> + <translation>Alle Netzwerkschnittstellen (IPv6)</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="72" /> + <source>Localhost (IPv4)</source> + <translation>Localhost (IPv4)</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="76" /> + <source>Localhost (IPv6)</source> + <translation>Localhost (IPv6)</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="80" /> + <source>Selected Interface</source> + <translation>Ausgewählte Schnittstelle</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="322" /> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="309" /> + <source>Add allowed host</source> + <translation>Zugelassene Rechner hinzufügen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="346" /> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="310" /> + <source>Enter the IP address of an allowed host</source> + <translation>Gib die IP-Adresse eines zugelassenen Rechners ein</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="360" /> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="323" /> + <source><p>The entered address <b>{0}</b> is not a valid IP v4 or IP v6 address. Aborting...</p></source> + <translation><p>Die eingegebene Adresse <b>{0}</b> ist keine gültige IPv4- oder IPv6-Adresse. Abbruch …</p></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="359" /> + <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="345" /> + <source>Edit allowed host</source> + <translation>Zugelassene Rechner bearbeiten</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.ui" line="0" /> <source><b>Configure general debugger settings</b></source> <translation><b>Allgemeine Debugger-Einstellungen</b></translation> @@ -10485,60 +10539,6 @@ <source>Automatically view source code</source> <translation>Quelltext automatisch anzeigen</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="60" /> - <source>All Network Interfaces (IPv4 & IPv6)</source> - <translation>Alle Netzwerkschnittstellen (IPv4 & IPv6)</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="64" /> - <source>All Network Interfaces (IPv4)</source> - <translation>Alle Netzwerkschnittstellen (IPv4)</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="68" /> - <source>All Network Interfaces (IPv6)</source> - <translation>Alle Netzwerkschnittstellen (IPv6)</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="72" /> - <source>Localhost (IPv4)</source> - <translation>Localhost (IPv4)</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="76" /> - <source>Localhost (IPv6)</source> - <translation>Localhost (IPv6)</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="80" /> - <source>Selected Interface</source> - <translation>Ausgewählte Schnittstelle</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="322" /> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="309" /> - <source>Add allowed host</source> - <translation>Zugelassene Rechner hinzufügen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="346" /> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="310" /> - <source>Enter the IP address of an allowed host</source> - <translation>Gib die IP-Adresse eines zugelassenen Rechners ein</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="360" /> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="323" /> - <source><p>The entered address <b>{0}</b> is not a valid IP v4 or IP v6 address. Aborting...</p></source> - <translation><p>Die eingegebene Adresse <b>{0}</b> ist keine gültige IPv4- oder IPv6-Adresse. Abbruch …</p></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="359" /> - <location filename="../Preferences/ConfigurationPages/DebuggerGeneralPage.py" line="345" /> - <source>Edit allowed host</source> - <translation>Zugelassene Rechner bearbeiten</translation> - </message> </context> <context> <name>DebuggerInterfacePython</name> @@ -11093,6 +11093,66 @@ <context> <name>DiffDialog</name> <message> + <location filename="../UI/DiffDialog.py" line="52" /> + <source>Compare</source> + <translation>Vergleichen</translation> + </message> + <message> + <location filename="../UI/DiffDialog.py" line="55" /> + <source>Press to perform the comparison of the two files</source> + <translation>Drücken, um den Dateivergleich durchzuführen</translation> + </message> + <message> + <location filename="../UI/DiffDialog.py" line="58" /> + <source>Save</source> + <translation>Speichern</translation> + </message> + <message> + <location filename="../UI/DiffDialog.py" line="60" /> + <source>Save the output to a patch file</source> + <translation>Speichere die Ausgabe in eine Patchdatei</translation> + </message> + <message> + <location filename="../UI/DiffDialog.py" line="158" /> + <location filename="../UI/DiffDialog.py" line="140" /> + <location filename="../UI/DiffDialog.py" line="122" /> + <source>Save Diff</source> + <translation>Diff speichern</translation> + </message> + <message> + <location filename="../UI/DiffDialog.py" line="124" /> + <source>Patch Files (*.diff)</source> + <translation>Patchdateien (*.diff)</translation> + </message> + <message> + <location filename="../UI/DiffDialog.py" line="141" /> + <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> + <translation><p>Die Patchdatei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> + </message> + <message> + <location filename="../UI/DiffDialog.py" line="159" /> + <source><p>The patch file <b>{0}</b> could not be saved.<br />Reason: {1}</p></source> + <translation><p>Die Patchdatei <b>{0}</b> konnte nicht gespeichert werden.<br>Grund: {1}</p></translation> + </message> + <message> + <location filename="../UI/DiffDialog.py" line="199" /> + <location filename="../UI/DiffDialog.py" line="181" /> + <source>Compare Files</source> + <translation>Dateien vergleichen</translation> + </message> + <message> + <location filename="../UI/DiffDialog.py" line="200" /> + <location filename="../UI/DiffDialog.py" line="182" /> + <source><p>The file <b>{0}</b> could not be read.</p></source> + <translation><p>Die Datei <b>{0}</b> konnte nicht gelesen werden.</p></translation> + </message> + <message> + <location filename="../UI/DiffDialog.py" line="290" /> + <location filename="../UI/DiffDialog.py" line="263" /> + <source>There is no difference.</source> + <translation>Es gibt keinen Unterschied.</translation> + </message> + <message> <location filename="../UI/DiffDialog.ui" line="0" /> <source>File Differences</source> <translation>Dateiunterschiede</translation> @@ -11152,66 +11212,6 @@ <source>Alt+N</source> <translation>Alt+C</translation> </message> - <message> - <location filename="../UI/DiffDialog.py" line="52" /> - <source>Compare</source> - <translation>Vergleichen</translation> - </message> - <message> - <location filename="../UI/DiffDialog.py" line="55" /> - <source>Press to perform the comparison of the two files</source> - <translation>Drücken, um den Dateivergleich durchzuführen</translation> - </message> - <message> - <location filename="../UI/DiffDialog.py" line="58" /> - <source>Save</source> - <translation>Speichern</translation> - </message> - <message> - <location filename="../UI/DiffDialog.py" line="60" /> - <source>Save the output to a patch file</source> - <translation>Speichere die Ausgabe in eine Patchdatei</translation> - </message> - <message> - <location filename="../UI/DiffDialog.py" line="158" /> - <location filename="../UI/DiffDialog.py" line="140" /> - <location filename="../UI/DiffDialog.py" line="122" /> - <source>Save Diff</source> - <translation>Diff speichern</translation> - </message> - <message> - <location filename="../UI/DiffDialog.py" line="124" /> - <source>Patch Files (*.diff)</source> - <translation>Patchdateien (*.diff)</translation> - </message> - <message> - <location filename="../UI/DiffDialog.py" line="141" /> - <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> - <translation><p>Die Patchdatei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> - </message> - <message> - <location filename="../UI/DiffDialog.py" line="159" /> - <source><p>The patch file <b>{0}</b> could not be saved.<br />Reason: {1}</p></source> - <translation><p>Die Patchdatei <b>{0}</b> konnte nicht gespeichert werden.<br>Grund: {1}</p></translation> - </message> - <message> - <location filename="../UI/DiffDialog.py" line="199" /> - <location filename="../UI/DiffDialog.py" line="181" /> - <source>Compare Files</source> - <translation>Dateien vergleichen</translation> - </message> - <message> - <location filename="../UI/DiffDialog.py" line="200" /> - <location filename="../UI/DiffDialog.py" line="182" /> - <source><p>The file <b>{0}</b> could not be read.</p></source> - <translation><p>Die Datei <b>{0}</b> konnte nicht gelesen werden.</p></translation> - </message> - <message> - <location filename="../UI/DiffDialog.py" line="290" /> - <location filename="../UI/DiffDialog.py" line="263" /> - <source>There is no difference.</source> - <translation>Es gibt keinen Unterschied.</translation> - </message> </context> <context> <name>DirectorySyncHandler</name> @@ -12006,36 +12006,6 @@ <context> <name>DownloadItem</name> <message> - <location filename="../WebBrowser/Download/DownloadItem.ui" line="0" /> - <source>Icon</source> - <translation>Symbol</translation> - </message> - <message> - <location filename="../WebBrowser/Download/DownloadItem.ui" line="0" /> - <source>Date and Time</source> - <translation>Datum und Zeit</translation> - </message> - <message> - <location filename="../WebBrowser/Download/DownloadItem.ui" line="0" /> - <source>Filename</source> - <translation>Dateiname</translation> - </message> - <message> - <location filename="../WebBrowser/Download/DownloadItem.ui" line="0" /> - <source>Press to pause the download</source> - <translation>Drücken, um den Download zu pausieren</translation> - </message> - <message> - <location filename="../WebBrowser/Download/DownloadItem.ui" line="0" /> - <source>Press to cancel the download</source> - <translation>Drücken, um den Download abzubrechen</translation> - </message> - <message> - <location filename="../WebBrowser/Download/DownloadItem.ui" line="0" /> - <source>Press to open the downloaded file</source> - <translation>Drücken, um die geladenen Datei zu öffnen</translation> - </message> - <message> <location filename="../WebBrowser/Download/DownloadItem.py" line="231" /> <location filename="../WebBrowser/Download/DownloadItem.py" line="192" /> <source>Download canceled: {0}</source> @@ -12076,6 +12046,36 @@ <source>{0} - deleted</source> <translation>{0} - gelöscht</translation> </message> + <message> + <location filename="../WebBrowser/Download/DownloadItem.ui" line="0" /> + <source>Icon</source> + <translation>Symbol</translation> + </message> + <message> + <location filename="../WebBrowser/Download/DownloadItem.ui" line="0" /> + <source>Date and Time</source> + <translation>Datum und Zeit</translation> + </message> + <message> + <location filename="../WebBrowser/Download/DownloadItem.ui" line="0" /> + <source>Filename</source> + <translation>Dateiname</translation> + </message> + <message> + <location filename="../WebBrowser/Download/DownloadItem.ui" line="0" /> + <source>Press to pause the download</source> + <translation>Drücken, um den Download zu pausieren</translation> + </message> + <message> + <location filename="../WebBrowser/Download/DownloadItem.ui" line="0" /> + <source>Press to cancel the download</source> + <translation>Drücken, um den Download abzubrechen</translation> + </message> + <message> + <location filename="../WebBrowser/Download/DownloadItem.ui" line="0" /> + <source>Press to open the downloaded file</source> + <translation>Drücken, um die geladenen Datei zu öffnen</translation> + </message> </context> <context> <name>DownloadManager</name> @@ -12259,6 +12259,11 @@ <context> <name>EditBreakpointDialog</name> <message> + <location filename="../Debugger/EditBreakpointDialog.py" line="102" /> + <source>Add Breakpoint</source> + <translation>Haltepunkt hinzufügen</translation> + </message> + <message> <location filename="../Debugger/EditBreakpointDialog.ui" line="0" /> <source>Edit Breakpoint</source> <translation>Haltepunkt bearbeiten</translation> @@ -12323,11 +12328,6 @@ <source>Enabled</source> <translation>Aktiv</translation> </message> - <message> - <location filename="../Debugger/EditBreakpointDialog.py" line="102" /> - <source>Add Breakpoint</source> - <translation>Haltepunkt hinzufügen</translation> - </message> </context> <context> <name>EditWatchpointDialog</name> @@ -12405,7 +12405,7 @@ <context> <name>Editor</name> <message> - <location filename="../QScintilla/Editor.py" line="3465" /> + <location filename="../QScintilla/Editor.py" line="3478" /> <location filename="../QScintilla/Editor.py" line="446" /> <location filename="../QScintilla/Editor.py" line="431" /> <source>Open File</source> @@ -12477,7 +12477,7 @@ <translation>Kommentar entfernen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="9789" /> + <location filename="../QScintilla/Editor.py" line="9801" /> <location filename="../QScintilla/Editor.py" line="926" /> <source>Generate Docstring</source> <translation>Docstring erzeugen</translation> @@ -12750,7 +12750,7 @@ <translation>Rechtschreibung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8882" /> + <location filename="../QScintilla/Editor.py" line="8894" /> <location filename="../QScintilla/Editor.py" line="1321" /> <source>Check spelling...</source> <translation>Rechtschreibprüfung...</translation> @@ -12811,7 +12811,7 @@ <translation>Haltepunkt bearbeiten...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6391" /> + <location filename="../QScintilla/Editor.py" line="6403" /> <location filename="../QScintilla/Editor.py" line="1406" /> <source>Enable breakpoint</source> <translation>Haltepunkt aktivieren</translation> @@ -12963,432 +12963,432 @@ <translation>Wähle den anzuwendenden Pygments Lexer.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2157" /> + <location filename="../QScintilla/Editor.py" line="2170" /> <source>Modification of Read Only file</source> <translation>Änderungsversuch für eine schreibgeschützte Datei</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2158" /> + <location filename="../QScintilla/Editor.py" line="2171" /> <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="2641" /> + <location filename="../QScintilla/Editor.py" line="2654" /> <source>Add Breakpoint</source> <translation>Haltepunkt hinzufügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="2642" /> + <location filename="../QScintilla/Editor.py" line="2655" /> <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="2996" /> + <location filename="../QScintilla/Editor.py" line="3009" /> <source>Printing...</source> <translation>Drucke...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3013" /> + <location filename="../QScintilla/Editor.py" line="3026" /> <source>Printing completed</source> <translation>Drucken beendet</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3015" /> + <location filename="../QScintilla/Editor.py" line="3028" /> <source>Error while printing</source> <translation>Fehler beim Drucken</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3018" /> + <location filename="../QScintilla/Editor.py" line="3031" /> <source>Printing aborted</source> <translation>Drucken abgebrochen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3400" /> + <location filename="../QScintilla/Editor.py" line="3413" /> <source>File Modified</source> <translation>Datei geändert</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3401" /> + <location filename="../QScintilla/Editor.py" line="3414" /> <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="3466" /> + <location filename="../QScintilla/Editor.py" line="3479" /> <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="3651" /> - <location filename="../QScintilla/Editor.py" line="3632" /> - <location filename="../QScintilla/Editor.py" line="3592" /> + <location filename="../QScintilla/Editor.py" line="3663" /> + <location filename="../QScintilla/Editor.py" line="3644" /> + <location filename="../QScintilla/Editor.py" line="3604" /> <source>Save File</source> <translation>Datei sichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3593" /> + <location filename="../QScintilla/Editor.py" line="3605" /> <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="3652" /> + <location filename="../QScintilla/Editor.py" line="3664" /> <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="3796" /> + <location filename="../QScintilla/Editor.py" line="3808" /> <source>Save File to Device</source> <translation>Datei auf Gerät speichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="3797" /> + <location filename="../QScintilla/Editor.py" line="3809" /> <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="5543" /> + <location filename="../QScintilla/Editor.py" line="5555" /> <source>Autocompletion</source> <translation>Automatische Vervollständigung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5544" /> + <location filename="../QScintilla/Editor.py" line="5556" /> <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="5678" /> + <location filename="../QScintilla/Editor.py" line="5690" /> <source>Auto-Completion Provider</source> <translation>Provider für automatische Vervollständigungen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5679" /> + <location filename="../QScintilla/Editor.py" line="5691" /> <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="5975" /> + <location filename="../QScintilla/Editor.py" line="5987" /> <source>Call-Tips Provider</source> <translation>Calltipps-Provider</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="5976" /> + <location filename="../QScintilla/Editor.py" line="5988" /> <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="6395" /> + <location filename="../QScintilla/Editor.py" line="6407" /> <source>Disable breakpoint</source> <translation>Haltepunkt deaktivieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6808" /> + <location filename="../QScintilla/Editor.py" line="6820" /> <source>Code Coverage</source> <translation>Quelltext Abdeckung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6809" /> + <location filename="../QScintilla/Editor.py" line="6821" /> <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="6884" /> - <location filename="../QScintilla/Editor.py" line="6876" /> + <location filename="../QScintilla/Editor.py" line="6896" /> + <location filename="../QScintilla/Editor.py" line="6888" /> <source>Show Code Coverage Annotations</source> <translation>Zeilen ohne Abdeckung Markieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6877" /> + <location filename="../QScintilla/Editor.py" line="6889" /> <source>All lines have been covered.</source> <translation>Alle Zeilen sind abgedeckt.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6885" /> + <location filename="../QScintilla/Editor.py" line="6897" /> <source>There is no coverage file available.</source> <translation>Es gibt keine Datei mit Abdeckungsinformationen.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6993" /> + <location filename="../QScintilla/Editor.py" line="7005" /> <source>Profile Data</source> <translation>Profildaten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="6994" /> + <location filename="../QScintilla/Editor.py" line="7006" /> <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="7156" /> - <location filename="../QScintilla/Editor.py" line="7150" /> + <location filename="../QScintilla/Editor.py" line="7168" /> + <location filename="../QScintilla/Editor.py" line="7162" /> <source>Syntax Error</source> <translation>Syntaxfehler</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7157" /> + <location filename="../QScintilla/Editor.py" line="7169" /> <source>No syntax error message available.</source> <translation>Keine Syntaxfehlermeldung verfügbar.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7400" /> - <location filename="../QScintilla/Editor.py" line="7394" /> + <location filename="../QScintilla/Editor.py" line="7412" /> + <location filename="../QScintilla/Editor.py" line="7406" /> <source>Warning</source> <translation>Warnung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7400" /> + <location filename="../QScintilla/Editor.py" line="7412" /> <source>No warning messages available.</source> <translation>Keine Warnmeldungen verfügbar.</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7479" /> + <location filename="../QScintilla/Editor.py" line="7491" /> <source>Info: {0}</source> <translation>Info: {0}</translation> </message> <message> + <location filename="../QScintilla/Editor.py" line="7507" /> + <location filename="../QScintilla/Editor.py" line="7493" /> + <source>Error: {0}</source> + <translation>Fehler: {0}</translation> + </message> + <message> <location filename="../QScintilla/Editor.py" line="7495" /> - <location filename="../QScintilla/Editor.py" line="7481" /> - <source>Error: {0}</source> - <translation>Fehler: {0}</translation> - </message> - <message> - <location filename="../QScintilla/Editor.py" line="7483" /> <source>Style: {0}</source> <translation>Stil: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7488" /> + <location filename="../QScintilla/Editor.py" line="7500" /> <source>Warning: {0}</source> <translation>Warnung: {0}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7618" /> + <location filename="../QScintilla/Editor.py" line="7630" /> <source>Macro Name</source> <translation>Makro Name</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7618" /> + <location filename="../QScintilla/Editor.py" line="7630" /> <source>Select a macro name:</source> <translation>Wähle einen Makro Namen:</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7644" /> + <location filename="../QScintilla/Editor.py" line="7656" /> <source>Load macro file</source> <translation>Lade Makrodatei</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7690" /> - <location filename="../QScintilla/Editor.py" line="7646" /> + <location filename="../QScintilla/Editor.py" line="7702" /> + <location filename="../QScintilla/Editor.py" line="7658" /> <source>Macro files (*.macro)</source> <translation>Makrodateien (*.macro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7668" /> - <location filename="../QScintilla/Editor.py" line="7658" /> + <location filename="../QScintilla/Editor.py" line="7680" /> + <location filename="../QScintilla/Editor.py" line="7670" /> <source>Error loading macro</source> <translation>Fehler beim Makro Laden</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7659" /> + <location filename="../QScintilla/Editor.py" line="7671" /> <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="7669" /> + <location filename="../QScintilla/Editor.py" line="7681" /> <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="7688" /> + <location filename="../QScintilla/Editor.py" line="7700" /> <source>Save macro file</source> <translation>Makrodatei schreiben</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7706" /> + <location filename="../QScintilla/Editor.py" line="7718" /> <source>Save macro</source> <translation>Makro speichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7707" /> + <location filename="../QScintilla/Editor.py" line="7719" /> <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="7722" /> + <location filename="../QScintilla/Editor.py" line="7734" /> <source>Error saving macro</source> <translation>Fehler beim Makro speichern</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7723" /> + <location filename="../QScintilla/Editor.py" line="7735" /> <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="7736" /> + <location filename="../QScintilla/Editor.py" line="7748" /> <source>Start Macro Recording</source> <translation>Makroaufzeichnung starten</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7737" /> + <location filename="../QScintilla/Editor.py" line="7749" /> <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="7763" /> + <location filename="../QScintilla/Editor.py" line="7775" /> <source>Macro Recording</source> <translation>Makroaufzeichnung</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="7764" /> + <location filename="../QScintilla/Editor.py" line="7776" /> <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="7947" /> + <location filename="../QScintilla/Editor.py" line="7959" /> <source>{0} (ro)</source> <translation>{0} (ro)</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8132" /> + <location filename="../QScintilla/Editor.py" line="8144" /> <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="8138" /> + <location filename="../QScintilla/Editor.py" line="8150" /> <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="8145" /> + <location filename="../QScintilla/Editor.py" line="8157" /> <source>File changed</source> <translation>Datei geändert</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8308" /> + <location filename="../QScintilla/Editor.py" line="8320" /> <source>Drop Error</source> <translation>Drop Fehler</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8309" /> + <location filename="../QScintilla/Editor.py" line="8321" /> <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="8330" /> + <location filename="../QScintilla/Editor.py" line="8342" /> <source>Resources</source> <translation>Ressourcen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8332" /> + <location filename="../QScintilla/Editor.py" line="8344" /> <source>Add file...</source> <translation>Datei hinzufügen...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8333" /> + <location filename="../QScintilla/Editor.py" line="8345" /> <source>Add files...</source> <translation>Dateien hinzufügen...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8334" /> + <location filename="../QScintilla/Editor.py" line="8346" /> <source>Add aliased file...</source> <translation>Aliased-Datei hinzufügen...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8336" /> + <location filename="../QScintilla/Editor.py" line="8348" /> <source>Add localized resource...</source> <translation>Lokalisierte Ressource hinzufügen...</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8339" /> + <location filename="../QScintilla/Editor.py" line="8351" /> <source>Add resource frame</source> <translation>Ressourcenrahmen hinzufügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8359" /> + <location filename="../QScintilla/Editor.py" line="8371" /> <source>Add file resource</source> <translation>Dateiressource hinzufügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8373" /> + <location filename="../QScintilla/Editor.py" line="8385" /> <source>Add file resources</source> <translation>Dateiressourcen hinzufügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8397" /> - <location filename="../QScintilla/Editor.py" line="8391" /> + <location filename="../QScintilla/Editor.py" line="8409" /> + <location filename="../QScintilla/Editor.py" line="8403" /> <source>Add aliased file resource</source> <translation>Aliased-Dateiressourcen hinzufügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8398" /> + <location filename="../QScintilla/Editor.py" line="8410" /> <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="8473" /> + <location filename="../QScintilla/Editor.py" line="8485" /> <source>Package Diagram</source> <translation>Package-Diagramm</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8474" /> + <location filename="../QScintilla/Editor.py" line="8486" /> <source>Include class attributes?</source> <translation>Klassenattribute anzeigen?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8494" /> + <location filename="../QScintilla/Editor.py" line="8506" /> <source>Imports Diagram</source> <translation>Imports Diagramm</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8495" /> + <location filename="../QScintilla/Editor.py" line="8507" /> <source>Include imports from external modules?</source> <translation>Imports externer Module anzeigen?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8514" /> + <location filename="../QScintilla/Editor.py" line="8526" /> <source>Application Diagram</source> <translation>Applikations-Diagramm</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8515" /> + <location filename="../QScintilla/Editor.py" line="8527" /> <source>Include module names?</source> <translation>Modulnamen anzeigen?</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8886" /> + <location filename="../QScintilla/Editor.py" line="8898" /> <source>Add to dictionary</source> <translation>Zum Wörterbuch hinzufügen</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="8888" /> + <location filename="../QScintilla/Editor.py" line="8900" /> <source>Ignore All</source> <translation>Alle ignorieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="9335" /> + <location filename="../QScintilla/Editor.py" line="9347" /> <source>Sort Lines</source> <translation>Zeilen sortieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="9336" /> + <location filename="../QScintilla/Editor.py" line="9348" /> <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="9429" /> + <location filename="../QScintilla/Editor.py" line="9441" /> <source>Register Mouse Click Handler</source> <translation>Maus Klick Handler registrieren</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="9430" /> + <location filename="../QScintilla/Editor.py" line="9442" /> <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="9523" /> + <location filename="../QScintilla/Editor.py" line="9535" /> <source>{0:4d} {1}</source> <comment>line number, source code</comment> <translation>{0:4d} {1}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="9529" /> + <location filename="../QScintilla/Editor.py" line="9541" /> <source>{0:4d} {1} => {2}</source> <comment>line number, source code, file name</comment> @@ -13396,12 +13396,12 @@ => {2}</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="9598" /> + <location filename="../QScintilla/Editor.py" line="9610" /> <source>EditorConfig Properties</source> <translation>EditorConfig Eigenschaften</translation> </message> <message> - <location filename="../QScintilla/Editor.py" line="9599" /> + <location filename="../QScintilla/Editor.py" line="9611" /> <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> @@ -14309,6 +14309,30 @@ <context> <name>EditorFilePage</name> <message> + <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="348" /> + <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="331" /> + <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="314" /> + <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="303" /> + <source>Add File Filter</source> + <translation>Dateifilter hinzufügen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="304" /> + <source>A Save File Filter must contain exactly one wildcard pattern. Yours contains {0}.</source> + <translation>Ein Dateifilter zum Speichern darf genau ein Wildcard-Muster enthalten. Ihrer enthält {0}.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="315" /> + <source>A File Filter must contain at least one wildcard pattern.</source> + <translation>Ein Dateifilter muss mindestens ein Wildcard-Muster enthalten.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="349" /> + <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="332" /> + <source>Enter the file filter entry:</source> + <translation>Gib den Dateifiltereintrag ein:</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorFilePage.ui" line="0" /> <source><b>Configure file handling settings</b></source> <translation><b>Dateibehandlungseinstellungen</b></translation> @@ -14733,30 +14757,6 @@ <source>Enter the filename extensions of Qt Stylesheet files that may be previewed (separated by a space)</source> <translation>Gib die Dateinamenerweiterungen von Qt-Stylesheetdateien (getrennt durch Leerzeichen) ein, für die eine Vorschau angezeigt werden kann</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="348" /> - <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="331" /> - <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="314" /> - <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="303" /> - <source>Add File Filter</source> - <translation>Dateifilter hinzufügen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="304" /> - <source>A Save File Filter must contain exactly one wildcard pattern. Yours contains {0}.</source> - <translation>Ein Dateifilter zum Speichern darf genau ein Wildcard-Muster enthalten. Ihrer enthält {0}.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="315" /> - <source>A File Filter must contain at least one wildcard pattern.</source> - <translation>Ein Dateifilter muss mindestens ein Wildcard-Muster enthalten.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="349" /> - <location filename="../Preferences/ConfigurationPages/EditorFilePage.py" line="332" /> - <source>Enter the file filter entry:</source> - <translation>Gib den Dateifiltereintrag ein:</translation> - </message> </context> <context> <name>EditorGeneralPage</name> @@ -15071,6 +15071,12 @@ <context> <name>EditorHighlightersPage</name> <message> + <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.py" line="147" /> + <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.py" line="52" /> + <source>Alternative</source> + <translation>Alternative</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.ui" line="0" /> <source><b>Configure syntax highlighters</b></source> <translation><b>Zuordnung für Syntaxhervorhebung einstellen</b></translation> @@ -15135,12 +15141,6 @@ <source>Select the alternative lexer to associate</source> <translation>Wähle den zuzuordnenden alternativen Lexer</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.py" line="147" /> - <location filename="../Preferences/ConfigurationPages/EditorHighlightersPage.py" line="52" /> - <source>Alternative</source> - <translation>Alternative</translation> - </message> </context> <context> <name>EditorHighlightingStylesPage</name> @@ -15464,6 +15464,26 @@ <context> <name>EditorKeywordsPage</name> <message> + <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="192" /> + <source>Reset to Default</source> + <translation>Auf Standard zurücksetzen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="193" /> + <source>Shall the current keyword set really be reset to default values?</source> + <translation>Soll die aktuelle Schlüsselwortliste wirklich auf Standardwert zurückgesetzt werden?</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="217" /> + <source>Reset All to Default</source> + <translation>Alle auf Standardwert setzen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="218" /> + <source>Shall all keyword sets of the current language really be reset to default values?</source> + <translation>Sollen wirklich alle Schlüsselwortlisten der aktuellen Sprache auf Standardwerte zurückgesetzt werden?</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.ui" line="0" /> <source><b>Configure syntax highlighter keywords</b></source> <translation><b>Schlüsselwörter für Syntaxhervorhebung einstellen</b></translation> @@ -15508,26 +15528,6 @@ <source>All to Defaults</source> <translation>Alle auf Standardwert</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="192" /> - <source>Reset to Default</source> - <translation>Auf Standard zurücksetzen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="193" /> - <source>Shall the current keyword set really be reset to default values?</source> - <translation>Soll die aktuelle Schlüsselwortliste wirklich auf Standardwert zurückgesetzt werden?</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="217" /> - <source>Reset All to Default</source> - <translation>Alle auf Standardwert setzen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorKeywordsPage.py" line="218" /> - <source>Shall all keyword sets of the current language really be reset to default values?</source> - <translation>Sollen wirklich alle Schlüsselwortlisten der aktuellen Sprache auf Standardwerte zurückgesetzt werden?</translation> - </message> </context> <context> <name>EditorLanguageTabIndentOverrideDialog</name> @@ -15780,6 +15780,31 @@ <context> <name>EditorPropertiesPage</name> <message> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="202" /> + <source>No Warning</source> + <translation>keine Warnung</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="203" /> + <source>Inconsistent</source> + <translation>Inkonsistent</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="204" /> + <source>Tabs after Spaces</source> + <translation>Tabulatoren nach Leerzeichen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="205" /> + <source>Spaces</source> + <translation>Leerzeichen</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="206" /> + <source>Tabs</source> + <translation>Tabulatoren</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="0" /> <source><b>Configure lexer properties</b></source> <translation><b>Lexereinstellungen</b></translation> @@ -16449,31 +16474,6 @@ <source>YAML Lexer Properties</source> <translation>YAML-Lexereinstellungen</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="202" /> - <source>No Warning</source> - <translation>keine Warnung</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="203" /> - <source>Inconsistent</source> - <translation>Inkonsistent</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="204" /> - <source>Tabs after Spaces</source> - <translation>Tabulatoren nach Leerzeichen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="205" /> - <source>Spaces</source> - <translation>Leerzeichen</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="206" /> - <source>Tabs</source> - <translation>Tabulatoren</translation> - </message> </context> <context> <name>EditorSearchPage</name> @@ -18234,71 +18234,6 @@ <context> <name>EmailDialog</name> <message> - <location filename="../UI/EmailDialog.ui" line="0" /> - <source>Send bug report</source> - <translation>Sende Fehlerbericht</translation> - </message> - <message> - <location filename="../UI/EmailDialog.ui" line="0" /> - <source>Message</source> - <translation>Nachricht</translation> - </message> - <message> - <location filename="../UI/EmailDialog.ui" line="0" /> - <source>&Subject:</source> - <translation>&Betreff:</translation> - </message> - <message> - <location filename="../UI/EmailDialog.ui" line="0" /> - <source>Enter the subject</source> - <translation>Gib den Betreff ein</translation> - </message> - <message> - <location filename="../UI/EmailDialog.ui" line="0" /> - <source>Attachments</source> - <translation>Anhänge</translation> - </message> - <message> - <location filename="../UI/EmailDialog.ui" line="0" /> - <source>Name</source> - <translation>Name</translation> - </message> - <message> - <location filename="../UI/EmailDialog.ui" line="0" /> - <source>Type</source> - <translation>Typ</translation> - </message> - <message> - <location filename="../UI/EmailDialog.ui" line="0" /> - <source>Press to add an attachment</source> - <translation>Drücken, um einen Anhang anzufügen</translation> - </message> - <message> - <location filename="../UI/EmailDialog.ui" line="0" /> - <source>&Add...</source> - <translation>&Hinzufügen...</translation> - </message> - <message> - <location filename="../UI/EmailDialog.ui" line="0" /> - <source>Alt+A</source> - <translation>Alt+H</translation> - </message> - <message> - <location filename="../UI/EmailDialog.ui" line="0" /> - <source>Delete the selected entry from the list of attachments</source> - <translation>Löscht den gewählten Eintrag aus der Liste der Anhänge</translation> - </message> - <message> - <location filename="../UI/EmailDialog.ui" line="0" /> - <source>&Delete</source> - <translation>&Löschen</translation> - </message> - <message> - <location filename="../UI/EmailDialog.ui" line="0" /> - <source>Alt+D</source> - <translation>Alt+L</translation> - </message> - <message> <location filename="../UI/EmailDialog.py" line="69" /> <source>Send feature request</source> <translation>Sende Anfrage für neue Funktion</translation> @@ -18388,6 +18323,71 @@ <source>Attach file</source> <translation>Datei anhängen</translation> </message> + <message> + <location filename="../UI/EmailDialog.ui" line="0" /> + <source>Send bug report</source> + <translation>Sende Fehlerbericht</translation> + </message> + <message> + <location filename="../UI/EmailDialog.ui" line="0" /> + <source>Message</source> + <translation>Nachricht</translation> + </message> + <message> + <location filename="../UI/EmailDialog.ui" line="0" /> + <source>&Subject:</source> + <translation>&Betreff:</translation> + </message> + <message> + <location filename="../UI/EmailDialog.ui" line="0" /> + <source>Enter the subject</source> + <translation>Gib den Betreff ein</translation> + </message> + <message> + <location filename="../UI/EmailDialog.ui" line="0" /> + <source>Attachments</source> + <translation>Anhänge</translation> + </message> + <message> + <location filename="../UI/EmailDialog.ui" line="0" /> + <source>Name</source> + <translation>Name</translation> + </message> + <message> + <location filename="../UI/EmailDialog.ui" line="0" /> + <source>Type</source> + <translation>Typ</translation> + </message> + <message> + <location filename="../UI/EmailDialog.ui" line="0" /> + <source>Press to add an attachment</source> + <translation>Drücken, um einen Anhang anzufügen</translation> + </message> + <message> + <location filename="../UI/EmailDialog.ui" line="0" /> + <source>&Add...</source> + <translation>&Hinzufügen...</translation> + </message> + <message> + <location filename="../UI/EmailDialog.ui" line="0" /> + <source>Alt+A</source> + <translation>Alt+H</translation> + </message> + <message> + <location filename="../UI/EmailDialog.ui" line="0" /> + <source>Delete the selected entry from the list of attachments</source> + <translation>Löscht den gewählten Eintrag aus der Liste der Anhänge</translation> + </message> + <message> + <location filename="../UI/EmailDialog.ui" line="0" /> + <source>&Delete</source> + <translation>&Löschen</translation> + </message> + <message> + <location filename="../UI/EmailDialog.ui" line="0" /> + <source>Alt+D</source> + <translation>Alt+L</translation> + </message> </context> <context> <name>EmailPage</name> @@ -18770,6 +18770,16 @@ <context> <name>EricListSelectionDialog</name> <message> + <location filename="../EricWidgets/EricListSelectionDialog.py" line="96" /> + <source>Deselect All</source> + <translation>Alle abwählen</translation> + </message> + <message> + <location filename="../EricWidgets/EricListSelectionDialog.py" line="99" /> + <source>Select All</source> + <translation>Alles auswählen</translation> + </message> + <message> <location filename="../EricWidgets/EricListSelectionDialog.ui" line="0" /> <source>Select from List</source> <translation>Aus der Liste wählen</translation> @@ -18779,16 +18789,6 @@ <source>Select from the list below:</source> <translation>Wähle aus der Liste unten:</translation> </message> - <message> - <location filename="../EricWidgets/EricListSelectionDialog.py" line="96" /> - <source>Deselect All</source> - <translation>Alle abwählen</translation> - </message> - <message> - <location filename="../EricWidgets/EricListSelectionDialog.py" line="99" /> - <source>Select All</source> - <translation>Alles auswählen</translation> - </message> </context> <context> <name>EricMessageBoxWizard</name> @@ -18822,6 +18822,124 @@ <context> <name>EricMessageBoxWizardDialog</name> <message> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="40" /> + <source>No button</source> + <translation>kein Knopf</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="41" /> + <source>Abort</source> + <translation>Abbrechen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="42" /> + <source>Apply</source> + <translation>Anwenden</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="43" /> + <source>Cancel</source> + <translation>Abbrechen (Cancel)</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="44" /> + <source>Close</source> + <translation>Schließen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="45" /> + <source>Discard</source> + <translation>Verwerfen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="46" /> + <source>Help</source> + <translation>Hilfe</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="47" /> + <source>Ignore</source> + <translation>Ignorieren</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="48" /> + <source>No</source> + <translation>Nein</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="49" /> + <source>No to all</source> + <translation>Nein zu allen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="50" /> + <source>Ok</source> + <translation>Ok</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="51" /> + <source>Open</source> + <translation>Öffnen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="52" /> + <source>Reset</source> + <translation>Zurücksetzen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="53" /> + <source>Restore defaults</source> + <translation>Auf Standardwerte zurücksetzen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="54" /> + <source>Retry</source> + <translation>Wiederholen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="55" /> + <source>Save</source> + <translation>Speichern</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="56" /> + <source>Save all</source> + <translation>Alles speichern</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="57" /> + <source>Yes</source> + <translation>Ja</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="58" /> + <source>Yes to all</source> + <translation>Ja zu allen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="106" /> + <source>Test</source> + <translation>Test</translation> + </message> + <message> <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> <source>EricMessageBox Wizard</source> <translation>EricMessageBox-Assistent</translation> @@ -19011,114 +19129,6 @@ <translation>Standard Knöpfe</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="41" /> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> - <source>Abort</source> - <translation>Abbrechen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="42" /> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> - <source>Apply</source> - <translation>Anwenden</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="43" /> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> - <source>Cancel</source> - <translation>Abbrechen (Cancel)</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="44" /> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> - <source>Close</source> - <translation>Schließen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="45" /> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> - <source>Discard</source> - <translation>Verwerfen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="46" /> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> - <source>Help</source> - <translation>Hilfe</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="47" /> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> - <source>Ignore</source> - <translation>Ignorieren</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="48" /> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> - <source>No</source> - <translation>Nein</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="49" /> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> - <source>No to all</source> - <translation>Nein zu allen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="50" /> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> - <source>Ok</source> - <translation>Ok</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="51" /> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> - <source>Open</source> - <translation>Öffnen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="52" /> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> - <source>Reset</source> - <translation>Zurücksetzen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="53" /> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> - <source>Restore defaults</source> - <translation>Auf Standardwerte zurücksetzen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="54" /> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> - <source>Retry</source> - <translation>Wiederholen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="55" /> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> - <source>Save</source> - <translation>Speichern</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="56" /> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> - <source>Save all</source> - <translation>Alles speichern</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="57" /> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> - <source>Yes</source> - <translation>Ja</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="58" /> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> - <source>Yes to all</source> - <translation>Ja zu allen</translation> - </message> - <message> <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.ui" line="0" /> <source>Default Button</source> <translation>Standardknopf</translation> @@ -19183,16 +19193,6 @@ <source>Enter the name of the save function</source> <translation>Gib den Namen der Sichern-Funktion ein</translation> </message> - <message> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="40" /> - <source>No button</source> - <translation>kein Knopf</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/EricMessageBoxWizard/EricMessageBoxWizardDialog.py" line="106" /> - <source>Test</source> - <translation>Test</translation> - </message> </context> <context> <name>EricNetworkIcon</name> @@ -19281,6 +19281,36 @@ <context> <name>EricProcessDialog</name> <message> + <location filename="../EricWidgets/EricProcessDialog.py" line="133" /> + <source>Process canceled.</source> + <translation>Vorgang abgebrochen.</translation> + </message> + <message> + <location filename="../EricWidgets/EricProcessDialog.py" line="149" /> + <source>Process finished successfully.</source> + <translation>Vorgang erfolgreich beendet.</translation> + </message> + <message> + <location filename="../EricWidgets/EricProcessDialog.py" line="151" /> + <source>Process crashed.</source> + <translation>Prozess gestorben.</translation> + </message> + <message> + <location filename="../EricWidgets/EricProcessDialog.py" line="154" /> + <source>Process finished with exit code {0}</source> + <translation>Prozess endete mit Code {0}</translation> + </message> + <message> + <location filename="../EricWidgets/EricProcessDialog.py" line="210" /> + <source>Process Generation Error</source> + <translation>Fehler beim Prozessstart</translation> + </message> + <message> + <location filename="../EricWidgets/EricProcessDialog.py" line="211" /> + <source><p>The process <b>{0}</b> could not be started.</p></source> + <translation><p>Der Prozess <b>{0}</b> konnte nicht gestartet werden.</p></translation> + </message> + <message> <location filename="../EricWidgets/EricProcessDialog.ui" line="0" /> <source>Output</source> <translation>Ausgabe</translation> @@ -19330,36 +19360,6 @@ <source>Alt+P</source> <translation>Alt+P</translation> </message> - <message> - <location filename="../EricWidgets/EricProcessDialog.py" line="133" /> - <source>Process canceled.</source> - <translation>Vorgang abgebrochen.</translation> - </message> - <message> - <location filename="../EricWidgets/EricProcessDialog.py" line="149" /> - <source>Process finished successfully.</source> - <translation>Vorgang erfolgreich beendet.</translation> - </message> - <message> - <location filename="../EricWidgets/EricProcessDialog.py" line="151" /> - <source>Process crashed.</source> - <translation>Prozess gestorben.</translation> - </message> - <message> - <location filename="../EricWidgets/EricProcessDialog.py" line="154" /> - <source>Process finished with exit code {0}</source> - <translation>Prozess endete mit Code {0}</translation> - </message> - <message> - <location filename="../EricWidgets/EricProcessDialog.py" line="210" /> - <source>Process Generation Error</source> - <translation>Fehler beim Prozessstart</translation> - </message> - <message> - <location filename="../EricWidgets/EricProcessDialog.py" line="211" /> - <source><p>The process <b>{0}</b> could not be started.</p></source> - <translation><p>Der Prozess <b>{0}</b> konnte nicht gestartet werden.</p></translation> - </message> </context> <context> <name>EricSchemeReply</name> @@ -19535,6 +19535,84 @@ <context> <name>EricSslCertificatesDialog</name> <message> + <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="311" /> + <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="88" /> + <source>(Unknown)</source> + <translation>(Unbekannt)</translation> + </message> + <message> + <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="313" /> + <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="90" /> + <source>(Unknown common name)</source> + <translation>(Unbekannter allgemeiner Name)</translation> + </message> + <message> + <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="147" /> + <source>Delete Server Certificate</source> + <translation>Serverzertifikat löschen</translation> + </message> + <message> + <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="148" /> + <source><p>Shall the server certificate really be deleted?</p><p>{0}</p><p>If the server certificate is deleted, the normal security checks will be reinstantiated and the server has to present a valid certificate.</p></source> + <translation><p>Soll das Serverzertifikat wirklich gelöscht werden?</p><p>{0}</p><p>Wenn das Serverzertifikat gelöscht wird, werden die normalen Sicherheitsprüfungen reaktiviert und der Server muss ein gültiges Zertifikat vorweisen.</p></translation> + </message> + <message> + <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="537" /> + <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="520" /> + <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="417" /> + <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="218" /> + <source>Import Certificate</source> + <translation>Zertifikat importieren</translation> + </message> + <message> + <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="418" /> + <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="219" /> + <source><p>The certificate <b>{0}</b> already exists. Skipping.</p></source> + <translation><p>Das Zertifikat <b>{0}</b> existiert bereits. Überspringe es.</p></translation> + </message> + <message> + <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="370" /> + <source>Delete CA Certificate</source> + <translation>Zertifikat einer Zertifizierungsstelle löschen</translation> + </message> + <message> + <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="371" /> + <source><p>Shall the CA certificate really be deleted?</p><p>{0}</p><p>If the CA certificate is deleted, the browser will not trust any certificate issued by this CA.</p></source> + <translation><p>Soll das Zertifikat der Zertifizierungsstelle wirklich gelöscht werden?</p><p>{0}</p><p>Wenn das Zertifikat einer Zertifizierungsstelle gelöscht wird, vertraut der Browser keinem Zertifikat, das von dieser Zertifizierungsstelle herausgegeben wurde.</p></translation> + </message> + <message> + <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="504" /> + <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="480" /> + <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="462" /> + <source>Export Certificate</source> + <translation>Zertifikat exportieren</translation> + </message> + <message> + <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="464" /> + <source>Certificate File (PEM) (*.pem);;Certificate File (DER) (*.der)</source> + <translation>Zertifikatdatei (PEM) (*.pem);;Zertifikatdatei (DER) (*.der)</translation> + </message> + <message> + <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="481" /> + <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="../EricNetwork/EricSslCertificatesDialog.py" line="505" /> + <source><p>The certificate could not be written to file <b>{0}</b></p><p>Error: {1}</p></source> + <translation><p>Das Zertifikat konnte nicht in die Datei <b>{0}</b> geschrieben werden.</p><p>Fehler: {1}</p></translation> + </message> + <message> + <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="522" /> + <source>Certificate Files (*.pem *.crt *.der *.cer *.ca);;All Files (*)</source> + <translation>Zertifikatdateien (*.pem *.crt *.der *.cer *.ca);;Alle Dateien (*)</translation> + </message> + <message> + <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="538" /> + <source><p>The certificate could not be read from file <b>{0}</b></p><p>Error: {1}</p></source> + <translation><p>Das Zertifikat konnte nicht aus der Datei <b>{0}</b> gelesen werden.</p><p>Fehler: {1}</p></translation> + </message> + <message> <location filename="../EricNetwork/EricSslCertificatesDialog.ui" line="0" /> <source>SSL Certificate Manager</source> <translation>SSL Zertifikatmanager</translation> @@ -19624,84 +19702,6 @@ <source>You have saved certificates identifying these certification authorities:</source> <translation>Sie haben Zertifikate für diese Zertifizierungsstellen gespeichert:</translation> </message> - <message> - <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="311" /> - <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="88" /> - <source>(Unknown)</source> - <translation>(Unbekannt)</translation> - </message> - <message> - <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="313" /> - <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="90" /> - <source>(Unknown common name)</source> - <translation>(Unbekannter allgemeiner Name)</translation> - </message> - <message> - <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="147" /> - <source>Delete Server Certificate</source> - <translation>Serverzertifikat löschen</translation> - </message> - <message> - <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="148" /> - <source><p>Shall the server certificate really be deleted?</p><p>{0}</p><p>If the server certificate is deleted, the normal security checks will be reinstantiated and the server has to present a valid certificate.</p></source> - <translation><p>Soll das Serverzertifikat wirklich gelöscht werden?</p><p>{0}</p><p>Wenn das Serverzertifikat gelöscht wird, werden die normalen Sicherheitsprüfungen reaktiviert und der Server muss ein gültiges Zertifikat vorweisen.</p></translation> - </message> - <message> - <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="537" /> - <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="520" /> - <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="417" /> - <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="218" /> - <source>Import Certificate</source> - <translation>Zertifikat importieren</translation> - </message> - <message> - <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="418" /> - <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="219" /> - <source><p>The certificate <b>{0}</b> already exists. Skipping.</p></source> - <translation><p>Das Zertifikat <b>{0}</b> existiert bereits. Überspringe es.</p></translation> - </message> - <message> - <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="370" /> - <source>Delete CA Certificate</source> - <translation>Zertifikat einer Zertifizierungsstelle löschen</translation> - </message> - <message> - <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="371" /> - <source><p>Shall the CA certificate really be deleted?</p><p>{0}</p><p>If the CA certificate is deleted, the browser will not trust any certificate issued by this CA.</p></source> - <translation><p>Soll das Zertifikat der Zertifizierungsstelle wirklich gelöscht werden?</p><p>{0}</p><p>Wenn das Zertifikat einer Zertifizierungsstelle gelöscht wird, vertraut der Browser keinem Zertifikat, das von dieser Zertifizierungsstelle herausgegeben wurde.</p></translation> - </message> - <message> - <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="504" /> - <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="480" /> - <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="462" /> - <source>Export Certificate</source> - <translation>Zertifikat exportieren</translation> - </message> - <message> - <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="464" /> - <source>Certificate File (PEM) (*.pem);;Certificate File (DER) (*.der)</source> - <translation>Zertifikatdatei (PEM) (*.pem);;Zertifikatdatei (DER) (*.der)</translation> - </message> - <message> - <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="481" /> - <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="../EricNetwork/EricSslCertificatesDialog.py" line="505" /> - <source><p>The certificate could not be written to file <b>{0}</b></p><p>Error: {1}</p></source> - <translation><p>Das Zertifikat konnte nicht in die Datei <b>{0}</b> geschrieben werden.</p><p>Fehler: {1}</p></translation> - </message> - <message> - <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="522" /> - <source>Certificate Files (*.pem *.crt *.der *.cer *.ca);;All Files (*)</source> - <translation>Zertifikatdateien (*.pem *.crt *.der *.cer *.ca);;Alle Dateien (*)</translation> - </message> - <message> - <location filename="../EricNetwork/EricSslCertificatesDialog.py" line="538" /> - <source><p>The certificate could not be read from file <b>{0}</b></p><p>Error: {1}</p></source> - <translation><p>Das Zertifikat konnte nicht aus der Datei <b>{0}</b> gelesen werden.</p><p>Fehler: {1}</p></translation> - </message> </context> <context> <name>EricSslCertificatesInfoDialog</name> @@ -19920,6 +19920,26 @@ <context> <name>EricStringListEditWidget</name> <message> + <location filename="../EricWidgets/EricStringListEditWidget.py" line="149" /> + <source>Add Entry</source> + <translation>Eintrag hinzufügen</translation> + </message> + <message> + <location filename="../EricWidgets/EricStringListEditWidget.py" line="150" /> + <source>Enter the entry to add to the list:</source> + <translation>Gib den hinzuzufügenden Eintrag ein:</translation> + </message> + <message> + <location filename="../EricWidgets/EricStringListEditWidget.py" line="165" /> + <source>Reset List</source> + <translation>Liste zurücksetzen</translation> + </message> + <message> + <location filename="../EricWidgets/EricStringListEditWidget.py" line="166" /> + <source>Do you really want to reset the list to its initial value? All changes will be lost.</source> + <translation>Soll die Liste wirklich auf ihren Startwert zurückgesetzt werden? Alle Änderungen gehen verloren.</translation> + </message> + <message> <location filename="../EricWidgets/EricStringListEditWidget.ui" line="0" /> <source>Enter search term for strings</source> <translation>Gib den Suchausdruck für Einträge ein</translation> @@ -19974,26 +19994,6 @@ <source>&Default</source> <translation>&Standard</translation> </message> - <message> - <location filename="../EricWidgets/EricStringListEditWidget.py" line="149" /> - <source>Add Entry</source> - <translation>Eintrag hinzufügen</translation> - </message> - <message> - <location filename="../EricWidgets/EricStringListEditWidget.py" line="150" /> - <source>Enter the entry to add to the list:</source> - <translation>Gib den hinzuzufügenden Eintrag ein:</translation> - </message> - <message> - <location filename="../EricWidgets/EricStringListEditWidget.py" line="165" /> - <source>Reset List</source> - <translation>Liste zurücksetzen</translation> - </message> - <message> - <location filename="../EricWidgets/EricStringListEditWidget.py" line="166" /> - <source>Do you really want to reset the list to its initial value? All changes will be lost.</source> - <translation>Soll die Liste wirklich auf ihren Startwert zurückgesetzt werden? Alle Änderungen gehen verloren.</translation> - </message> </context> <context> <name>EricTextEditSearchWidget</name> @@ -20060,6 +20060,49 @@ <context> <name>EricToolBarDialog</name> <message> + <location filename="../EricWidgets/EricToolBarDialog.py" line="88" /> + <source>--Separator--</source> + <translation>--Trenner--</translation> + </message> + <message> + <location filename="../EricWidgets/EricToolBarDialog.py" line="162" /> + <location filename="../EricWidgets/EricToolBarDialog.py" line="153" /> + <source>New Toolbar</source> + <translation>Neue Werkzeugleiste</translation> + </message> + <message> + <location filename="../EricWidgets/EricToolBarDialog.py" line="154" /> + <source>Toolbar Name:</source> + <translation>Name der Werkzeugleiste:</translation> + </message> + <message> + <location filename="../EricWidgets/EricToolBarDialog.py" line="231" /> + <location filename="../EricWidgets/EricToolBarDialog.py" line="163" /> + <source>A toolbar with the name <b>{0}</b> already exists.</source> + <translation>Eine Werkzeugleiste mit dem Namen <b>{0}</b> existiert bereits.</translation> + </message> + <message> + <location filename="../EricWidgets/EricToolBarDialog.py" line="190" /> + <source>Remove Toolbar</source> + <translation>Werkzeugleiste entfernen</translation> + </message> + <message> + <location filename="../EricWidgets/EricToolBarDialog.py" line="191" /> + <source>Should the toolbar <b>{0}</b> really be removed?</source> + <translation>Soll die Werkzeugleiste <b>{0}</b> wirklich entfernt werden?</translation> + </message> + <message> + <location filename="../EricWidgets/EricToolBarDialog.py" line="230" /> + <location filename="../EricWidgets/EricToolBarDialog.py" line="218" /> + <source>Rename Toolbar</source> + <translation>Werkzeugleiste umbenennen</translation> + </message> + <message> + <location filename="../EricWidgets/EricToolBarDialog.py" line="219" /> + <source>New Toolbar Name:</source> + <translation>Neuer Name der Werkzeugleiste:</translation> + </message> + <message> <location filename="../EricWidgets/EricToolBarDialog.ui" line="0" /> <source>Configure Toolbars</source> <translation>Werkzeugleisten einrichten</translation> @@ -20149,49 +20192,6 @@ <source>Press to move the selected action down.</source> <translation>Drücken, um die Aktion nach unten zu verschieben.</translation> </message> - <message> - <location filename="../EricWidgets/EricToolBarDialog.py" line="88" /> - <source>--Separator--</source> - <translation>--Trenner--</translation> - </message> - <message> - <location filename="../EricWidgets/EricToolBarDialog.py" line="162" /> - <location filename="../EricWidgets/EricToolBarDialog.py" line="153" /> - <source>New Toolbar</source> - <translation>Neue Werkzeugleiste</translation> - </message> - <message> - <location filename="../EricWidgets/EricToolBarDialog.py" line="154" /> - <source>Toolbar Name:</source> - <translation>Name der Werkzeugleiste:</translation> - </message> - <message> - <location filename="../EricWidgets/EricToolBarDialog.py" line="231" /> - <location filename="../EricWidgets/EricToolBarDialog.py" line="163" /> - <source>A toolbar with the name <b>{0}</b> already exists.</source> - <translation>Eine Werkzeugleiste mit dem Namen <b>{0}</b> existiert bereits.</translation> - </message> - <message> - <location filename="../EricWidgets/EricToolBarDialog.py" line="190" /> - <source>Remove Toolbar</source> - <translation>Werkzeugleiste entfernen</translation> - </message> - <message> - <location filename="../EricWidgets/EricToolBarDialog.py" line="191" /> - <source>Should the toolbar <b>{0}</b> really be removed?</source> - <translation>Soll die Werkzeugleiste <b>{0}</b> wirklich entfernt werden?</translation> - </message> - <message> - <location filename="../EricWidgets/EricToolBarDialog.py" line="230" /> - <location filename="../EricWidgets/EricToolBarDialog.py" line="218" /> - <source>Rename Toolbar</source> - <translation>Werkzeugleiste umbenennen</translation> - </message> - <message> - <location filename="../EricWidgets/EricToolBarDialog.py" line="219" /> - <source>New Toolbar Name:</source> - <translation>Neuer Name der Werkzeugleiste:</translation> - </message> </context> <context> <name>EricToolBarManager</name> @@ -20385,6 +20385,30 @@ <context> <name>EricapiExecDialog</name> <message> + <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.py" line="90" /> + <source>{0} - {1}</source> + <translation>{0} – {1}</translation> + </message> + <message> + <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.py" line="96" /> + <source>Process Generation Error</source> + <translation>Fehler beim Prozessstart</translation> + </message> + <message> + <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.py" line="97" /> + <source>The process {0} could not be started. Ensure, that it is in the search path.</source> + <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> + </message> + <message> + <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.py" line="137" /> + <source> +{0} finished. +</source> + <translation> +{0} ist beendet. +</translation> + </message> + <message> <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.ui" line="0" /> <source>Ericapi</source> <translation>Ericapi</translation> @@ -20413,30 +20437,6 @@ <translation><b>Ericapi Ausführung</b> <p>Dies zeigt die Fehler des Ericapi Befehls.</p></translation> </message> - <message> - <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.py" line="90" /> - <source>{0} - {1}</source> - <translation>{0} – {1}</translation> - </message> - <message> - <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.py" line="96" /> - <source>Process Generation Error</source> - <translation>Fehler beim Prozessstart</translation> - </message> - <message> - <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.py" line="97" /> - <source>The process {0} could not be started. Ensure, that it is in the search path.</source> - <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> - </message> - <message> - <location filename="../Plugins/DocumentationPlugins/Ericapi/EricapiExecDialog.py" line="137" /> - <source> -{0} finished. -</source> - <translation> -{0} ist beendet. -</translation> - </message> </context> <context> <name>EricapiPlugin</name> @@ -20784,35 +20784,6 @@ <context> <name>EricdocExecDialog</name> <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui" line="0" /> - <source>Ericdoc</source> - <translation>Ericdoc</translation> - </message> - <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui" line="0" /> - <source>Messages</source> - <translation>Ausgaben</translation> - </message> - <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui" line="0" /> - <source><b>Ericdoc Execution</b> -<p>This shows the output of the Ericdoc generator command.</p></source> - <translation><b>Ericdoc Ausführung</b> -<p>Dies zeigt die Ausgaben des Ericdoc Befehls.</p></translation> - </message> - <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui" line="0" /> - <source>Errors</source> - <translation>Fehler</translation> - </message> - <message> - <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui" line="0" /> - <source><b>Ericdoc Execution</b> -<p>This shows the errors of the Ericdoc generator command.</p></source> - <translation><b>Ericdoc Ausführung</b> -<p>Dies zeigt die Ausgaben des Ericdoc Befehls.</p></translation> - </message> - <message> <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.py" line="90" /> <source>{0} - {1}</source> <translation>{0} – {1}</translation> @@ -20845,6 +20816,35 @@ {0} ist beendet. </translation> </message> + <message> + <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui" line="0" /> + <source>Ericdoc</source> + <translation>Ericdoc</translation> + </message> + <message> + <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui" line="0" /> + <source>Messages</source> + <translation>Ausgaben</translation> + </message> + <message> + <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui" line="0" /> + <source><b>Ericdoc Execution</b> +<p>This shows the output of the Ericdoc generator command.</p></source> + <translation><b>Ericdoc Ausführung</b> +<p>Dies zeigt die Ausgaben des Ericdoc Befehls.</p></translation> + </message> + <message> + <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui" line="0" /> + <source>Errors</source> + <translation>Fehler</translation> + </message> + <message> + <location filename="../Plugins/DocumentationPlugins/Ericdoc/EricdocExecDialog.ui" line="0" /> + <source><b>Ericdoc Execution</b> +<p>This shows the errors of the Ericdoc generator command.</p></source> + <translation><b>Ericdoc Ausführung</b> +<p>Dies zeigt die Ausgaben des Ericdoc Befehls.</p></translation> + </message> </context> <context> <name>EricdocPlugin</name> @@ -20940,6 +20940,21 @@ <context> <name>EspBackupRestoreFirmwareDialog</name> <message> + <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.py" line="107" /> + <source>Firmware Files (*.img);;All Files (*)</source> + <translation>Firmwaredateien (*.img);;Alle Dateien (*)</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.py" line="115" /> + <source>Backup Firmware</source> + <translation>Firmware sichern</translation> + </message> + <message> + <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.py" line="120" /> + <source>Restore Firmware</source> + <translation>Firmware zurückspielen</translation> + </message> + <message> <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.ui" line="0" /> <source>ESP Chip Type:</source> <translation>ESP Chiptyp:</translation> @@ -20999,21 +21014,6 @@ <source>Enter the path of the firmware file</source> <translation>Gib den Pfad der Firmwaredatei ein</translation> </message> - <message> - <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.py" line="107" /> - <source>Firmware Files (*.img);;All Files (*)</source> - <translation>Firmwaredateien (*.img);;Alle Dateien (*)</translation> - </message> - <message> - <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.py" line="115" /> - <source>Backup Firmware</source> - <translation>Firmware sichern</translation> - </message> - <message> - <location filename="../MicroPython/Devices/EspDialogs/EspBackupRestoreFirmwareDialog.py" line="120" /> - <source>Restore Firmware</source> - <translation>Firmware zurückspielen</translation> - </message> </context> <context> <name>EspDevice</name> @@ -21283,6 +21283,11 @@ <context> <name>EspFirmwareSelectionDialog</name> <message> + <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.py" line="68" /> + <source>Firmware Files (*.bin);;All Files (*)</source> + <translation>Firmwaredateien (*.bin);;Alle Dateien (*)</translation> + </message> + <message> <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.ui" line="0" /> <source>Flash µPy/CPy Firmware</source> <translation>µPy/CPy Firmware flashen</translation> @@ -21352,11 +21357,6 @@ <source>Firmware is CircuitPython</source> <translation>Firmware ist CircuitPython</translation> </message> - <message> - <location filename="../MicroPython/Devices/EspDialogs/EspFirmwareSelectionDialog.py" line="68" /> - <source>Firmware Files (*.bin);;All Files (*)</source> - <translation>Firmwaredateien (*.bin);;Alle Dateien (*)</translation> - </message> </context> <context> <name>EthernetController</name> @@ -21615,6 +21615,16 @@ <context> <name>ExceptionsFilterDialog</name> <message> + <location filename="../Debugger/ExceptionsFilterDialog.py" line="39" /> + <source>Ignored Exceptions</source> + <translation>Ignorierte Ausnahmen</translation> + </message> + <message> + <location filename="../Debugger/ExceptionsFilterDialog.py" line="40" /> + <source>List of ignored exceptions</source> + <translation>Liste der ignorierten Ausnahmen</translation> + </message> + <message> <location filename="../Debugger/ExceptionsFilterDialog.ui" line="0" /> <source>Exceptions Filter</source> <translation>Ausnahmen Filter</translation> @@ -21668,16 +21678,6 @@ <source>Delete All</source> <translation>Alle Löschen</translation> </message> - <message> - <location filename="../Debugger/ExceptionsFilterDialog.py" line="39" /> - <source>Ignored Exceptions</source> - <translation>Ignorierte Ausnahmen</translation> - </message> - <message> - <location filename="../Debugger/ExceptionsFilterDialog.py" line="40" /> - <source>List of ignored exceptions</source> - <translation>Liste der ignorierten Ausnahmen</translation> - </message> </context> <context> <name>Exporter</name> @@ -21920,21 +21920,6 @@ <context> <name>FeaturePermissionsDialog</name> <message> - <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.ui" line="0" /> - <source>HTML5 Feature Permissions</source> - <translation>HTML5 Feature Berechtigungen</translation> - </message> - <message> - <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.ui" line="0" /> - <source>&Remove</source> - <translation>&Entfernen</translation> - </message> - <message> - <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.ui" line="0" /> - <source>Remove &All</source> - <translation>&Alle entfernen</translation> - </message> - <message> <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="161" /> <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="143" /> <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="127" /> @@ -22008,6 +21993,21 @@ <source>Deny</source> <translation>Ablehnen</translation> </message> + <message> + <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.ui" line="0" /> + <source>HTML5 Feature Permissions</source> + <translation>HTML5 Feature Berechtigungen</translation> + </message> + <message> + <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.ui" line="0" /> + <source>&Remove</source> + <translation>&Entfernen</translation> + </message> + <message> + <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.ui" line="0" /> + <source>Remove &All</source> + <translation>&Alle entfernen</translation> + </message> </context> <context> <name>FeedEditDialog</name> @@ -22045,16 +22045,6 @@ <context> <name>FeedsDialog</name> <message> - <location filename="../WebBrowser/Feeds/FeedsDialog.ui" line="0" /> - <source>Add Feed</source> - <translation>Feed hinzufügen</translation> - </message> - <message> - <location filename="../WebBrowser/Feeds/FeedsDialog.ui" line="0" /> - <source>Add Feeds from this site</source> - <translation>Feeds von dieser Seite hinzufügen</translation> - </message> - <message> <location filename="../WebBrowser/Feeds/FeedsDialog.py" line="49" /> <source>Add</source> <translation>Hinzufügen</translation> @@ -22075,60 +22065,20 @@ <source>The feed was already added before.</source> <translation>Der Feed wurde bereits früher hinzugefügt.</translation> </message> + <message> + <location filename="../WebBrowser/Feeds/FeedsDialog.ui" line="0" /> + <source>Add Feed</source> + <translation>Feed hinzufügen</translation> + </message> + <message> + <location filename="../WebBrowser/Feeds/FeedsDialog.ui" line="0" /> + <source>Add Feeds from this site</source> + <translation>Feeds von dieser Seite hinzufügen</translation> + </message> </context> <context> <name>FeedsManager</name> <message> - <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" /> - <source>Feeds Manager</source> - <translation>Feeds Manager</translation> - </message> - <message> - <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" /> - <source>News</source> - <translation>Nachrichten</translation> - </message> - <message> - <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" /> - <source>Press to reload all feeds</source> - <translation>Drücken, um alle Feeds neu zu laden</translation> - </message> - <message> - <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" /> - <source>Reload &All</source> - <translation>&Alle neu laden</translation> - </message> - <message> - <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" /> - <source>Press to reload the selected feed</source> - <translation>Drücken, um den ausgewählten Feed neu zu laden</translation> - </message> - <message> - <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" /> - <source>&Reload</source> - <translation>E&rneut laden</translation> - </message> - <message> - <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" /> - <source>Press to edit the selected feed</source> - <translation>Drücken, um den ausgewählten Feed zu editieren</translation> - </message> - <message> - <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" /> - <source>&Edit Feed</source> - <translation>Feed &editieren</translation> - </message> - <message> - <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" /> - <source>Press to delete the selected feed</source> - <translation>Drücken, um den ausgewählten Feed zu löschen</translation> - </message> - <message> - <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" /> - <source>&Delete Feed</source> - <translation>Feed &löschen</translation> - </message> - <message> <location filename="../WebBrowser/Feeds/FeedsManager.py" line="191" /> <source>Duplicate Feed URL</source> <translation>Doppelte Feed-URL</translation> @@ -22183,6 +22133,56 @@ <source>Error loading feed</source> <translation>Fehler beim Laden des Feeds</translation> </message> + <message> + <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" /> + <source>Feeds Manager</source> + <translation>Feeds Manager</translation> + </message> + <message> + <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" /> + <source>News</source> + <translation>Nachrichten</translation> + </message> + <message> + <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" /> + <source>Press to reload all feeds</source> + <translation>Drücken, um alle Feeds neu zu laden</translation> + </message> + <message> + <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" /> + <source>Reload &All</source> + <translation>&Alle neu laden</translation> + </message> + <message> + <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" /> + <source>Press to reload the selected feed</source> + <translation>Drücken, um den ausgewählten Feed neu zu laden</translation> + </message> + <message> + <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" /> + <source>&Reload</source> + <translation>E&rneut laden</translation> + </message> + <message> + <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" /> + <source>Press to edit the selected feed</source> + <translation>Drücken, um den ausgewählten Feed zu editieren</translation> + </message> + <message> + <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" /> + <source>&Edit Feed</source> + <translation>Feed &editieren</translation> + </message> + <message> + <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" /> + <source>Press to delete the selected feed</source> + <translation>Drücken, um den ausgewählten Feed zu löschen</translation> + </message> + <message> + <location filename="../WebBrowser/Feeds/FeedsManager.ui" line="0" /> + <source>&Delete Feed</source> + <translation>Feed &löschen</translation> + </message> </context> <context> <name>FileDialogWizard</name> @@ -22232,12 +22232,32 @@ <context> <name>FileDialogWizardDialog</name> <message> + <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="30" /> + <source>eric (String)</source> + <translation>eric (Name)</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="34" /> + <source>eric (Path)</source> + <translation>eric (Pfad)</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="81" /> + <source>EricFileDialog Wizard</source> + <translation>EricFileDialog-Assistent</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" /> <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="91" /> - <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" /> <source>QFileDialog Wizard</source> <translation>QFileDialog-Assistent</translation> </message> <message> + <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="109" /> + <source>Test</source> + <translation>Test</translation> + </message> + <message> <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.ui" line="0" /> <source>Variant:</source> <translation>Variante:</translation> @@ -22527,26 +22547,6 @@ <source>Enter the list of supported schemes separated by spaces</source> <translation>Gib die Liste der unterstützten Schemata durch Leerzeichen getrennt ein</translation> </message> - <message> - <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="30" /> - <source>eric (String)</source> - <translation>eric (Name)</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="34" /> - <source>eric (Path)</source> - <translation>eric (Pfad)</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="81" /> - <source>EricFileDialog Wizard</source> - <translation>EricFileDialog-Assistent</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/FileDialogWizard/FileDialogWizardDialog.py" line="109" /> - <source>Test</source> - <translation>Test</translation> - </message> </context> <context> <name>FiletypeAssociationDialog</name> @@ -22615,80 +22615,6 @@ <context> <name>FindFileWidget</name> <message> - <location filename="../UI/FindFileWidget.py" line="606" /> - <source>Invalid search expression</source> - <translation>Ungültiger Suchausdruck</translation> - </message> - <message> - <location filename="../UI/FindFileWidget.py" line="607" /> - <source><p>The search expression is not valid.</p><p>Error: {0}</p></source> - <translation><p>Der Suchausdruck ist nicht gültig.</p><p>Fehler: {0}</p></translation> - </message> - <message> - <location filename="../UI/FindFileWidget.py" line="726" /> - <source>{0} / {1}</source> - <comment>occurrences / files</comment> - <translation>{0} / {1}</translation> - </message> - <message numerus="yes"> - <location filename="../UI/FindFileWidget.py" line="729" /> - <source>%n occurrence(s)</source> - <translation> - <numerusform>ein Vorkommen</numerusform> - <numerusform>%n Vorkommen</numerusform> - </translation> - </message> - <message numerus="yes"> - <location filename="../UI/FindFileWidget.py" line="730" /> - <source>%n file(s)</source> - <translation> - <numerusform>eine Datei</numerusform> - <numerusform>%n Dateien</numerusform> - </translation> - </message> - <message> - <location filename="../UI/FindFileWidget.py" line="929" /> - <location filename="../UI/FindFileWidget.py" line="904" /> - <location filename="../UI/FindFileWidget.py" line="890" /> - <source>Replace in Files</source> - <translation>Ersetzen in Dateien</translation> - </message> - <message> - <location filename="../UI/FindFileWidget.py" line="891" /> - <source><p>Could not read the file <b>{0}</b>. Skipping it.</p><p>Reason: {1}</p></source> - <translation><p>Die Datei <b>{0}</b> konnte nicht gelesen werden. Überspringe sie.</p><p>Ursache: {1}</p></translation> - </message> - <message> - <location filename="../UI/FindFileWidget.py" line="905" /> - <source><p>The current and the original hash of the file <b>{0}</b> are different. Skipping it.</p><p>Hash 1: {1}</p><p>Hash 2: {2}</p></source> - <translation><p>Der aktuelle und der originale Hash-Wert der Datei <b>{0}</b> sind unterschiedlich. Überspringe sie.</p><p>Hash 1: {1}</p><p>Hash 2: {2}</p></translation> - </message> - <message> - <location filename="../UI/FindFileWidget.py" line="930" /> - <source><p>Could not save the file <b>{0}</b>. Skipping it.</p><p>Reason: {1}</p></source> - <translation><p>Die Datei <b>{0}</b> konnte nicht gespeichert werden. Überspringe sie.</p><p>Ursache: {1}</p></translation> - </message> - <message> - <location filename="../UI/FindFileWidget.py" line="955" /> - <source>Open</source> - <translation>Öffnen</translation> - </message> - <message> - <location filename="../UI/FindFileWidget.py" line="956" /> - <source>Copy Path to Clipboard</source> - <translation>Pfad in die Zwischenablage kopieren</translation> - </message> - <message> - <location filename="../UI/FindFileWidget.py" line="959" /> - <source>Select All</source> - <translation>Alle anwählen</translation> - </message> - <message> - <location filename="../UI/FindFileWidget.py" line="960" /> - <source>Deselect All</source> - <translation>Alle abwählen</translation> - </message> - <message> <location filename="../UI/FindFileWidget.ui" line="0" /> <source>Find &text:</source> <translation>Suc&htext:</translation> @@ -22868,9 +22794,91 @@ <source>Replace</source> <translation>Ersetzen</translation> </message> + <message> + <location filename="../UI/FindFileWidget.py" line="606" /> + <source>Invalid search expression</source> + <translation>Ungültiger Suchausdruck</translation> + </message> + <message> + <location filename="../UI/FindFileWidget.py" line="607" /> + <source><p>The search expression is not valid.</p><p>Error: {0}</p></source> + <translation><p>Der Suchausdruck ist nicht gültig.</p><p>Fehler: {0}</p></translation> + </message> + <message> + <location filename="../UI/FindFileWidget.py" line="726" /> + <source>{0} / {1}</source> + <comment>occurrences / files</comment> + <translation>{0} / {1}</translation> + </message> + <message numerus="yes"> + <location filename="../UI/FindFileWidget.py" line="729" /> + <source>%n occurrence(s)</source> + <translation> + <numerusform>ein Vorkommen</numerusform> + <numerusform>%n Vorkommen</numerusform> + </translation> + </message> + <message numerus="yes"> + <location filename="../UI/FindFileWidget.py" line="730" /> + <source>%n file(s)</source> + <translation> + <numerusform>eine Datei</numerusform> + <numerusform>%n Dateien</numerusform> + </translation> + </message> + <message> + <location filename="../UI/FindFileWidget.py" line="929" /> + <location filename="../UI/FindFileWidget.py" line="904" /> + <location filename="../UI/FindFileWidget.py" line="890" /> + <source>Replace in Files</source> + <translation>Ersetzen in Dateien</translation> + </message> + <message> + <location filename="../UI/FindFileWidget.py" line="891" /> + <source><p>Could not read the file <b>{0}</b>. Skipping it.</p><p>Reason: {1}</p></source> + <translation><p>Die Datei <b>{0}</b> konnte nicht gelesen werden. Überspringe sie.</p><p>Ursache: {1}</p></translation> + </message> + <message> + <location filename="../UI/FindFileWidget.py" line="905" /> + <source><p>The current and the original hash of the file <b>{0}</b> are different. Skipping it.</p><p>Hash 1: {1}</p><p>Hash 2: {2}</p></source> + <translation><p>Der aktuelle und der originale Hash-Wert der Datei <b>{0}</b> sind unterschiedlich. Überspringe sie.</p><p>Hash 1: {1}</p><p>Hash 2: {2}</p></translation> + </message> + <message> + <location filename="../UI/FindFileWidget.py" line="930" /> + <source><p>Could not save the file <b>{0}</b>. Skipping it.</p><p>Reason: {1}</p></source> + <translation><p>Die Datei <b>{0}</b> konnte nicht gespeichert werden. Überspringe sie.</p><p>Ursache: {1}</p></translation> + </message> + <message> + <location filename="../UI/FindFileWidget.py" line="955" /> + <source>Open</source> + <translation>Öffnen</translation> + </message> + <message> + <location filename="../UI/FindFileWidget.py" line="956" /> + <source>Copy Path to Clipboard</source> + <translation>Pfad in die Zwischenablage kopieren</translation> + </message> + <message> + <location filename="../UI/FindFileWidget.py" line="959" /> + <source>Select All</source> + <translation>Alle anwählen</translation> + </message> + <message> + <location filename="../UI/FindFileWidget.py" line="960" /> + <source>Deselect All</source> + <translation>Alle abwählen</translation> + </message> </context> <context> <name>FindLocationWidget</name> + <message numerus="yes"> + <location filename="../UI/FindLocationWidget.py" line="226" /> + <source>%n file(s) found</source> + <translation> + <numerusform>eine Datei gefunden</numerusform> + <numerusform>%n Dateien gefunden</numerusform> + </translation> + </message> <message> <location filename="../UI/FindLocationWidget.ui" line="0" /> <source>Find File</source> @@ -22991,14 +22999,6 @@ <source>Open</source> <translation>Öffnen</translation> </message> - <message numerus="yes"> - <location filename="../UI/FindLocationWidget.py" line="226" /> - <source>%n file(s) found</source> - <translation> - <numerusform>eine Datei gefunden</numerusform> - <numerusform>%n Dateien gefunden</numerusform> - </translation> - </message> </context> <context> <name>FirefoxImporter</name> @@ -23230,15 +23230,15 @@ <context> <name>FormattingDiffWidget</name> <message> + <location filename="../CodeFormatting/FormattingDiffWidget.py" line="52" /> + <source>There is no difference.</source> + <translation>Es gibt keinen Unterschied.</translation> + </message> + <message> <location filename="../CodeFormatting/FormattingDiffWidget.ui" line="0" /> <source>Reformatting Differences</source> <translation>Unterschiede bei der Umformatierung</translation> </message> - <message> - <location filename="../CodeFormatting/FormattingDiffWidget.py" line="52" /> - <source>There is no difference.</source> - <translation>Es gibt keinen Unterschied.</translation> - </message> </context> <context> <name>FtpSyncHandler</name> @@ -24058,6 +24058,11 @@ <context> <name>GitArchiveDataDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.py" line="89" /> + <source>Select Archive File</source> + <translation>Archivdatei auswählen</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.ui" line="0" /> <source>Git Archive</source> <translation>Git Archiv</translation> @@ -24157,11 +24162,6 @@ <source>Enter a prefix to be prepended to each file</source> <translation>Gib eine Vorsatz, der jeder Datei hinzugefügt wird, ein</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitArchiveDataDialog.py" line="89" /> - <source>Select Archive File</source> - <translation>Archivdatei auswählen</translation> - </message> </context> <context> <name>GitBisectLogBrowserDialog</name> @@ -25096,31 +25096,6 @@ <context> <name>GitDiffDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui" line="0" /> - <source>Git Diff</source> - <translation>Git Diff</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui" line="0" /> - <source>Difference</source> - <translation>Unterschiede</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui" line="0" /> - <source><b>Git Diff</b><p>This shows the output of the git diff command.</p></source> - <translation><b>Git-Diff</b><p>Dies zeigt die Ausgabe des git diff Befehls.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui" line="0" /> - <source><b>Git Diff</b><p>This shows the output of the git diff command (stage to repo) if the dialog was asked to show separate diffs.</p></source> - <translation><b>Git-Diff</b><p>Dies zeigt die Ausgabe des git diff Befehls (Vormerkung zu Repository), falls der Dialog zur getrennten Ausgabe aufgerufen wurde.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui" line="0" /> - <source>Errors</source> - <translation>Fehler</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.py" line="47" /> <source>Refresh</source> <translation>Aktualisieren</translation> @@ -25214,10 +25189,45 @@ <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation><p>Die Patchdatei <b>{0}</b> konnte nicht gespeichert werden.<br>Grund: {1}</p></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui" line="0" /> + <source>Git Diff</source> + <translation>Git Diff</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui" line="0" /> + <source>Difference</source> + <translation>Unterschiede</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui" line="0" /> + <source><b>Git Diff</b><p>This shows the output of the git diff command.</p></source> + <translation><b>Git-Diff</b><p>Dies zeigt die Ausgabe des git diff Befehls.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui" line="0" /> + <source><b>Git Diff</b><p>This shows the output of the git diff command (stage to repo) if the dialog was asked to show separate diffs.</p></source> + <translation><b>Git-Diff</b><p>Dies zeigt die Ausgabe des git diff Befehls (Vormerkung zu Repository), falls der Dialog zur getrennten Ausgabe aufgerufen wurde.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui" line="0" /> + <source>Errors</source> + <translation>Fehler</translation> + </message> </context> <context> <name>GitFetchDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.py" line="38" /> + <source><All></source> + <translation><Alle></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.py" line="39" /> + <source><Custom></source> + <translation><Eigene Angaben></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.ui" line="0" /> <source>Git Fetch</source> <translation>Git Fetch</translation> @@ -25282,16 +25292,6 @@ <source>Include tags</source> <translation>Marken einschließen</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.py" line="38" /> - <source><All></source> - <translation><Alle></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitFetchDialog.py" line="39" /> - <source><Custom></source> - <translation><Eigene Angaben></translation> - </message> </context> <context> <name>GitListDialog</name> @@ -25309,231 +25309,6 @@ <context> <name>GitLogBrowserDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Git Log</source> - <translation>Git Log</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Select action from menu</source> - <translation>Wähle eine Aktion aus dem Menü</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Select the mode (find or filter)</source> - <translation>Modus auswählen (Finden oder Filtern)</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>From:</source> - <translation>Von:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Enter the start date</source> - <translation>Gib das Anfangsdatum ein</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>To:</source> - <translation>Bis:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Enter the end date</source> - <translation>Gib das Endedatum ein</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Select the field to filter on</source> - <translation>Wähle das als Filter zu verwendende Feld</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Enter the regular expression to filter on or search for</source> - <translation>Gib den regulären Ausdruck zum Filtern oder Suchen ein</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Press to find the previous occurrence</source> - <translation>Drücken, um das vorherige Vorkommen zu finden</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Press to find the next occurrence</source> - <translation>Drücken, um das nächste Vorkommen zu finden</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Graph</source> - <translation>Grafik</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="135" /> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Commit ID</source> - <translation>Revisions-ID</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="136" /> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Author</source> - <translation>Autor</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Date</source> - <translation>Datum</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="137" /> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Committer</source> - <translation>Revisionsersteller</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Commit Date</source> - <translation>Revisionsdatum</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="138" /> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Subject</source> - <translation>Betreff</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Branches</source> - <translation>Zweige</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Tags</source> - <translation>Marken</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Press to move up in the log list</source> - <translation>Drücken, um in der Liste nach oben zu gehen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Press to move down in the log list</source> - <translation>Drücken, um in der Liste nach unten zu gehen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Press to get the next bunch of log entries</source> - <translation>Drücken, um die nächsten Protokoll-Einträge zu erhalten</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>&Next</source> - <translation>&Nächste</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Enter the limit of entries to fetch</source> - <translation>Gib die Anzahl an zu holenden Einträgen ein</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Select to stop listing log messages at a copy or move</source> - <translation>Auswählen, um die Anzeige von Protokoll Meldungen bei einer Kopier- oder Verschiebeaktion zu stoppen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Stop on Copy/Move</source> - <translation>Bei Kopieren/Umbenennen anhalten</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Action</source> - <translation>Aktion</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Path</source> - <translation>Pfad</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Additions</source> - <translation>Ergänzungen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Deletions</source> - <translation>Löschungen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Copy from</source> - <translation>Kopiert von</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2265" /> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Differences</source> - <translation>Unterschiede</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source><a href="save:me">Save</a></source> - <translation><a href="save:me">Speichern</a></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Errors</source> - <translation>Fehler</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source><b>Git log errors</b><p>This shows possible error messages of the git log command.</p></source> - <translation><b>Git Protokoll-Fehler</b><p>Dies zeigt mögliche Fehlermeldungen des git-Befehls.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Input</source> - <translation>Eingabe</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Press to send the input to the git process</source> - <translation>Drücken um die Eingabe an den git-Prozess zu senden</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>&Send</source> - <translation>Sen&den</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Alt+S</source> - <translation>Alt+D</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Enter data to be sent to the git process</source> - <translation>Gib die Daten ein, die an den git-Prozess geschickt werden sollen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Select to switch the input field to password mode</source> - <translation>Anwählen, um den Kennwortmodus für das Eingabefeld auszuwählen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>&Password Mode</source> - <translation>&Kennwortmodus</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> - <source>Alt+P</source> - <translation>Alt+K</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="123" /> <source>&Refresh</source> <translation>&Aktualisieren</translation> @@ -25554,6 +25329,30 @@ <translation>Filtern</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="135" /> + <source>Commit ID</source> + <translation>Revisions-ID</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="136" /> + <source>Author</source> + <translation>Autor</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="137" /> + <source>Committer</source> + <translation>Revisionsersteller</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="138" /> + <source>Subject</source> + <translation>Betreff</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="139" /> <source>File</source> <translation>Datei</translation> @@ -25834,6 +25633,12 @@ <translation>'{0}' wurde nicht gefunden.</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2265" /> + <source>Differences</source> + <translation>Unterschiede</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.py" line="2277" /> <source>Differences to Parent {0}</source> <translation>Unterschiede zu Vorgänger {0}</translation> @@ -25870,6 +25675,201 @@ <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation><p>Die Patchdatei <b>{0}</b> konnte nicht gespeichert werden.<br>Grund: {1}</p></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Git Log</source> + <translation>Git Log</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Select action from menu</source> + <translation>Wähle eine Aktion aus dem Menü</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Select the mode (find or filter)</source> + <translation>Modus auswählen (Finden oder Filtern)</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>From:</source> + <translation>Von:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Enter the start date</source> + <translation>Gib das Anfangsdatum ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>To:</source> + <translation>Bis:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Enter the end date</source> + <translation>Gib das Endedatum ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Select the field to filter on</source> + <translation>Wähle das als Filter zu verwendende Feld</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Enter the regular expression to filter on or search for</source> + <translation>Gib den regulären Ausdruck zum Filtern oder Suchen ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Press to find the previous occurrence</source> + <translation>Drücken, um das vorherige Vorkommen zu finden</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Press to find the next occurrence</source> + <translation>Drücken, um das nächste Vorkommen zu finden</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Graph</source> + <translation>Grafik</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Date</source> + <translation>Datum</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Commit Date</source> + <translation>Revisionsdatum</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Branches</source> + <translation>Zweige</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Tags</source> + <translation>Marken</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Press to move up in the log list</source> + <translation>Drücken, um in der Liste nach oben zu gehen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Press to move down in the log list</source> + <translation>Drücken, um in der Liste nach unten zu gehen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Press to get the next bunch of log entries</source> + <translation>Drücken, um die nächsten Protokoll-Einträge zu erhalten</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>&Next</source> + <translation>&Nächste</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Enter the limit of entries to fetch</source> + <translation>Gib die Anzahl an zu holenden Einträgen ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Select to stop listing log messages at a copy or move</source> + <translation>Auswählen, um die Anzeige von Protokoll Meldungen bei einer Kopier- oder Verschiebeaktion zu stoppen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Stop on Copy/Move</source> + <translation>Bei Kopieren/Umbenennen anhalten</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Action</source> + <translation>Aktion</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Path</source> + <translation>Pfad</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Additions</source> + <translation>Ergänzungen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Deletions</source> + <translation>Löschungen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Copy from</source> + <translation>Kopiert von</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source><a href="save:me">Save</a></source> + <translation><a href="save:me">Speichern</a></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Errors</source> + <translation>Fehler</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source><b>Git log errors</b><p>This shows possible error messages of the git log command.</p></source> + <translation><b>Git Protokoll-Fehler</b><p>Dies zeigt mögliche Fehlermeldungen des git-Befehls.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Input</source> + <translation>Eingabe</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Press to send the input to the git process</source> + <translation>Drücken um die Eingabe an den git-Prozess zu senden</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>&Send</source> + <translation>Sen&den</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Alt+S</source> + <translation>Alt+D</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Enter data to be sent to the git process</source> + <translation>Gib die Daten ein, die an den git-Prozess geschickt werden sollen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Select to switch the input field to password mode</source> + <translation>Anwählen, um den Kennwortmodus für das Eingabefeld auszuwählen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>&Password Mode</source> + <translation>&Kennwortmodus</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui" line="0" /> + <source>Alt+P</source> + <translation>Alt+K</translation> + </message> </context> <context> <name>GitMergeDialog</name> @@ -25997,6 +25997,16 @@ <context> <name>GitNewProjectOptionsDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.py" line="92" /> + <source>Select Repository-Directory</source> + <translation>Wähle Repositoryverzeichnis</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.py" line="109" /> + <source>Select Project Directory</source> + <translation>Wähle Projektverzeichnis</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.ui" line="0" /> <source>New Project from Repository</source> <translation>Neues Projekt aus Repository</translation> @@ -26049,16 +26059,6 @@ <p>Gib das Verzeichnis für das neue Projekt ein. Es wird aus dem Repository geladen und in dieses Verzeichnis geschrieben.</p></translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.py" line="92" /> - <source>Select Repository-Directory</source> - <translation>Wähle Repositoryverzeichnis</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitNewProjectOptionsDialog.py" line="109" /> - <source>Select Project Directory</source> - <translation>Wähle Projektverzeichnis</translation> - </message> </context> <context> <name>GitOptionsDialog</name> @@ -26203,12 +26203,17 @@ <context> <name>GitPatchFilesDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.py" line="83" /> - <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0" /> <source>Patch Files</source> <translation>Patchdateien</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.py" line="85" /> + <source>Patch Files (*.diff *.patch);;All Files (*)</source> + <translation>Patchdateien (*.diff *.patch);;Alle Dateien (*)</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.ui" line="0" /> <source>Press to add patch files to the list</source> <translation>Drücken, um Patchdateien zur Liste hinzuzufügen</translation> @@ -26258,15 +26263,22 @@ <source>Don't trust line counts</source> <translation>Zeileninformationen nicht vertrauen</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchFilesDialog.py" line="85" /> - <source>Patch Files (*.diff *.patch);;All Files (*)</source> - <translation>Patchdateien (*.diff *.patch);;Alle Dateien (*)</translation> - </message> </context> <context> <name>GitPatchStatisticsDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.py" line="122" /> + <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.py" line="89" /> + <source>Process Generation Error</source> + <translation>Fehler beim Prozessstart</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.py" line="123" /> + <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.py" line="90" /> + <source>The process {0} could not be started. Ensure, that it is in the search path.</source> + <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.ui" line="0" /> <source>Patch Statistics</source> <translation>Patch Statistiken</translation> @@ -26296,18 +26308,6 @@ <source>Summary Information:</source> <translation>Zusammenfassende Informationen:</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.py" line="122" /> - <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.py" line="89" /> - <source>Process Generation Error</source> - <translation>Fehler beim Prozessstart</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.py" line="123" /> - <location filename="../Plugins/VcsPlugins/vcsGit/GitPatchStatisticsDialog.py" line="90" /> - <source>The process {0} could not be started. Ensure, that it is in the search path.</source> - <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> - </message> </context> <context> <name>GitProjectBrowserHelper</name> @@ -28228,6 +28228,16 @@ <context> <name>GitPullDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.py" line="38" /> + <source><All></source> + <translation><Alle></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.py" line="39" /> + <source><Custom></source> + <translation><Eigene Angaben></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.ui" line="0" /> <source>Git Pull</source> <translation>Git Pull</translation> @@ -28272,16 +28282,6 @@ <source>Prune obsolete tracking references</source> <translation>Überholte Verfolgungszweige löschen</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.py" line="38" /> - <source><All></source> - <translation><Alle></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitPullDialog.py" line="39" /> - <source><Custom></source> - <translation><Eigene Angaben></translation> - </message> </context> <context> <name>GitPushDialog</name> @@ -28409,6 +28409,26 @@ <context> <name>GitReflogBrowserDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.py" line="61" /> + <source>&Refresh</source> + <translation>&Aktualisieren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.py" line="63" /> + <source>Press to refresh the list of commits</source> + <translation>Drücken, um die Protokollliste zu aktualisieren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.py" line="212" /> + <source>Process Generation Error</source> + <translation>Fehler beim Prozessstart</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.py" line="213" /> + <source>The process {0} could not be started. Ensure, that it is in the search path.</source> + <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.ui" line="0" /> <source>Git Reflog</source> <translation>Git Reflog</translation> @@ -28503,26 +28523,6 @@ <source>Alt+P</source> <translation>Alt+K</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.py" line="61" /> - <source>&Refresh</source> - <translation>&Aktualisieren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.py" line="63" /> - <source>Press to refresh the list of commits</source> - <translation>Drücken, um die Protokollliste zu aktualisieren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.py" line="212" /> - <source>Process Generation Error</source> - <translation>Fehler beim Prozessstart</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.py" line="213" /> - <source>The process {0} could not be started. Ensure, that it is in the search path.</source> - <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> - </message> </context> <context> <name>GitRemoteCredentialsDialog</name> @@ -29627,6 +29627,16 @@ <context> <name>GitSubmoduleAddDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="107" /> + <source>Select Submodule Repository Directory</source> + <translation>Submodulrepositoryverzeichnis auswählen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="135" /> + <source>Select Submodule Directory</source> + <translation>Submodulverzeichnis auswählen</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.ui" line="0" /> <source>Add Submodule</source> <translation>Submodul hinzufügen</translation> @@ -29691,16 +29701,6 @@ <source>&Force Operation</source> <translation>Aktion &erzwingen</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="107" /> - <source>Select Submodule Repository Directory</source> - <translation>Submodulrepositoryverzeichnis auswählen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="135" /> - <source>Select Submodule Directory</source> - <translation>Submodulverzeichnis auswählen</translation> - </message> </context> <context> <name>GitSubmodulesDeinitDialog</name> @@ -31266,6 +31266,11 @@ <context> <name>HelpBookmarksImportDialog</name> <message> + <location filename="../HelpViewer/HelpBookmarksImportDialog.py" line="35" /> + <source>eric Bookmarks Files (*.json);;All Files (*)</source> + <translation>eric Lesezeichendateien (*.json);;Alle Dateien (*)</translation> + </message> + <message> <location filename="../HelpViewer/HelpBookmarksImportDialog.ui" line="0" /> <source>Import Bookmarks</source> <translation>Lesezeichen importieren</translation> @@ -31290,11 +31295,6 @@ <source>Enter the path of the bookmarks file</source> <translation>Gib den Pfad der Lesezeichendatei ein</translation> </message> - <message> - <location filename="../HelpViewer/HelpBookmarksImportDialog.py" line="35" /> - <source>eric Bookmarks Files (*.json);;All Files (*)</source> - <translation>eric Lesezeichendateien (*.json);;Alle Dateien (*)</translation> - </message> </context> <context> <name>HelpBookmarksWidget</name> @@ -31450,6 +31450,22 @@ <context> <name>HelpDocumentationPage</name> <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="64" /> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="60" /> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="56" /> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="52" /> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="48" /> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="44" /> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="32" /> + <source>HTML Files (*.html *.htm);;All Files (*)</source> + <translation>HTML-Dateien (*.html *.htm);;Alle Dateien (*)</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="36" /> + <source>HTML Files (*.html *.htm);;Compressed Help Files (*.chm);;All Files (*)</source> + <translation>HTML-Dateien (*.html *.htm);;Komprimierte Hilfedateien (*.chm);; Alle Dateien (*)</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.ui" line="0" /> <source><b>Configure help documentation</b></source> <translation><b>Hilfedokumentation einstellen</b></translation> @@ -31589,22 +31605,6 @@ <source><b>Note</b>: Leave empty to use the PYSIDE6DOCDIR environment variable, if set.</source> <translation><b>Hinweis</b>: Leer lassen, um die Umgebungsvariable PYSIDE6DOCDIR zu verwenden, wenn sie gesetzt ist.</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="64" /> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="60" /> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="56" /> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="52" /> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="48" /> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="44" /> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="32" /> - <source>HTML Files (*.html *.htm);;All Files (*)</source> - <translation>HTML-Dateien (*.html *.htm);;Alle Dateien (*)</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/HelpDocumentationPage.py" line="36" /> - <source>HTML Files (*.html *.htm);;Compressed Help Files (*.chm);;All Files (*)</source> - <translation>HTML-Dateien (*.html *.htm);;Komprimierte Hilfedateien (*.chm);; Alle Dateien (*)</translation> - </message> </context> <context> <name>HelpIndexWidget</name> @@ -31728,6 +31728,11 @@ <context> <name>HelpTopicDialog</name> <message> + <location filename="../QtHelpInterface/HelpTopicDialog.py" line="37" /> + <source>Choose a &topic for <b>{0}</b>:</source> + <translation>Wähle ein &Thema für <b>{0}</b>:</translation> + </message> + <message> <location filename="../QtHelpInterface/HelpTopicDialog.ui" line="0" /> <source>Select Help Topic</source> <translation>Wähle Hilfe Thema</translation> @@ -31737,11 +31742,6 @@ <source>&Topics:</source> <translation>&Themen:</translation> </message> - <message> - <location filename="../QtHelpInterface/HelpTopicDialog.py" line="37" /> - <source>Choose a &topic for <b>{0}</b>:</source> - <translation>Wähle ein &Thema für <b>{0}</b>:</translation> - </message> </context> <context> <name>HelpViewer</name> @@ -33953,12 +33953,17 @@ <context> <name>HgAddSubrepositoryDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py" line="97" /> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.ui" line="0" /> <source>Add Sub-repository</source> <translation>Unterrepository hinzufügen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py" line="98" /> + <source>The sub-repository path must be inside the project.</source> + <translation>Der Unterrepositorypfad muss innerhalb des Projektes liegen.</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.ui" line="0" /> <source>&Path within Project:</source> <translation>&Pfad im Projekt:</translation> @@ -33988,11 +33993,6 @@ <source>Enter the URL of the sub-repository</source> <translation>Gib die URL des Unterrepositorys ein</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py" line="98" /> - <source>The sub-repository path must be inside the project.</source> - <translation>Der Unterrepositorypfad muss innerhalb des Projektes liegen.</translation> - </message> </context> <context> <name>HgAnnotateDialog</name> @@ -34046,51 +34046,6 @@ <context> <name>HgArchiveDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" /> - <source>Mercurial Archive</source> - <translation>Mercurial Archiv</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" /> - <source>Archive:</source> - <translation>Archiv:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" /> - <source>Enter the file name of the archive</source> - <translation>Gib den Dateinamen für das Archiv ein</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" /> - <source>Type:</source> - <translation>Typ:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" /> - <source>Select the archive type</source> - <translation>Wähle den Archivtyp</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" /> - <source>Prefix:</source> - <translation>Vorsatz:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" /> - <source>Enter the directory prefix for the files in the archive</source> - <translation>Gib den Verzeichnisvorsatz für die Dateien im Archiv ein</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" /> - <source>Select to recurse into subrepositories</source> - <translation>Auswählen, um in Unterrepositories zu verzweigen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" /> - <source>Include Subrepositories</source> - <translation>Unterrepositories einschließen</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.py" line="38" /> <source>Detect Automatically</source> <translation>Automatische Erkennung</translation> @@ -34155,6 +34110,51 @@ <source>All Files (*)</source> <translation>Alle Dateien (*)</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" /> + <source>Mercurial Archive</source> + <translation>Mercurial Archiv</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" /> + <source>Archive:</source> + <translation>Archiv:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" /> + <source>Enter the file name of the archive</source> + <translation>Gib den Dateinamen für das Archiv ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" /> + <source>Type:</source> + <translation>Typ:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" /> + <source>Select the archive type</source> + <translation>Wähle den Archivtyp</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" /> + <source>Prefix:</source> + <translation>Vorsatz:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" /> + <source>Enter the directory prefix for the files in the archive</source> + <translation>Gib den Verzeichnisvorsatz für die Dateien im Archiv ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" /> + <source>Select to recurse into subrepositories</source> + <translation>Auswählen, um in Unterrepositories zu verzweigen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgArchiveDialog.ui" line="0" /> + <source>Include Subrepositories</source> + <translation>Unterrepositories einschließen</translation> + </message> </context> <context> <name>HgBackoutDialog</name> @@ -34473,6 +34473,21 @@ <context> <name>HgBookmarksInOutDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="48" /> + <source>Mercurial Incoming Bookmarks</source> + <translation>Eingehende Mercurial-Lesezeichen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="50" /> + <source>Mercurial Outgoing Bookmarks</source> + <translation>Ausgehende Mercurial-Lesezeichen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="120" /> + <source>no bookmarks found</source> + <translation>keine Lesezeichen vorhanden</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.ui" line="0" /> <source><b>Bookmarks List</b> <p>This shows a list of the bookmarks.</p></source> @@ -34494,21 +34509,6 @@ <source>Errors</source> <translation>Fehler</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="48" /> - <source>Mercurial Incoming Bookmarks</source> - <translation>Eingehende Mercurial-Lesezeichen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="50" /> - <source>Mercurial Outgoing Bookmarks</source> - <translation>Ausgehende Mercurial-Lesezeichen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgBookmarksInOutDialog.py" line="120" /> - <source>no bookmarks found</source> - <translation>keine Lesezeichen vorhanden</translation> - </message> </context> <context> <name>HgBookmarksListDialog</name> @@ -35241,26 +35241,6 @@ <context> <name>HgDiffDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="0" /> - <source>Mercurial Diff</source> - <translation>Mercurial-Diff</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="0" /> - <source>Difference</source> - <translation>Unterschiede</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="0" /> - <source><b>Mercurial Diff</b><p>This shows the output of the hg diff command.</p></source> - <translation><b>Mercurial-Diff</b><p>Die zeigt die Ausgabe des hg diff Befehls.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="0" /> - <source>Errors</source> - <translation>Fehler</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py" line="44" /> <source>Refresh</source> <translation>Aktualisieren</translation> @@ -35322,6 +35302,26 @@ <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> <translation><p>Die Patchdatei <b>{0}</b> konnte nicht gespeichert werden.<br>Grund: {1}</p></translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="0" /> + <source>Mercurial Diff</source> + <translation>Mercurial-Diff</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="0" /> + <source>Difference</source> + <translation>Unterschiede</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="0" /> + <source><b>Mercurial Diff</b><p>This shows the output of the hg diff command.</p></source> + <translation><b>Mercurial-Diff</b><p>Die zeigt die Ausgabe des hg diff Befehls.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.ui" line="0" /> + <source>Errors</source> + <translation>Fehler</translation> + </message> </context> <context> <name>HgExportDialog</name> @@ -35585,6 +35585,17 @@ <context> <name>HgGpgSignaturesDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="92" /> + <source>no signatures found</source> + <translation>keine Signaturen gefunden</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="230" /> + <source>Revision</source> + <translation>Revision</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0" /> <source>Signed Changesets</source> <translation>Signierte Änderungssätze</translation> @@ -35595,12 +35606,6 @@ <translation>Wähle die als Filter zu verwendende Kategorie</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="230" /> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0" /> - <source>Revision</source> - <translation>Revision</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.ui" line="0" /> <source>Signature</source> <translation>Signatur</translation> @@ -35630,11 +35635,6 @@ <source><b>Mercurial errors</b><p>This shows possible error messages.</p></source> <translation><b>Mercurial-Fehler</b><p>Dies zeigt mögliche Fehlermeldungen.</p></translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/GpgExtension/HgGpgSignaturesDialog.py" line="92" /> - <source>no signatures found</source> - <translation>keine Signaturen gefunden</translation> - </message> </context> <context> <name>HgGraftDialog</name> @@ -36096,187 +36096,12 @@ <context> <name>HgLogBrowserDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="140" /> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> <source>Mercurial Log</source> <translation>Mercurial-Log</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Select action from menu</source> - <translation>Wähle eine Aktion aus dem Menü</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Select the mode (find or filter)</source> - <translation>Modus auswählen (Finden oder Filtern)</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>From:</source> - <translation>Von:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Enter the start date</source> - <translation>Gib das Anfangsdatum ein</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>To:</source> - <translation>Bis:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Enter the end date</source> - <translation>Gib das Endedatum ein</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Branch:</source> - <translation>Zweig:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Select the branch to filter on</source> - <translation>Wähle den als Filter zu verwendenden Zweig</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Select the field to filter on</source> - <translation>Wähle das als Filter zu verwendende Feld</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Enter the regular expression to filter on or search for</source> - <translation>Gib den regulären Ausdruck zum Filtern oder Suchen ein</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.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="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.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="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Graph</source> - <translation>Grafik</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Branch</source> - <translation>Zweig</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="172" /> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Revision</source> - <translation>Revision</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="176" /> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Phase</source> - <translation>Phase</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="173" /> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Author</source> - <translation>Autor</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Date</source> - <translation>Datum</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="174" /> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Message</source> - <translation>Nachricht</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Tags</source> - <translation>Marken</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Press to move up in the log list</source> - <translation>Drücken, um in der Historie nach oben zu gehen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Press to move down in the log list</source> - <translation>Drücken, um in der Historie nach unten zu gehen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Press to get the next bunch of log entries</source> - <translation>Drücken, um die nächsten Log-Einträge zu erhalten</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>&Next</source> - <translation>&Nächste</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Enter the limit of entries to fetch</source> - <translation>Gib die Anzahl an zu holenden Einträgen ein</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Select to stop listing log messages at a copy or move</source> - <translation>Auswählen, um die Anzeige von Log Meldungen bei einer Kopier- oder Verschiebeaktion zu stoppen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Stop on Copy/Move</source> - <translation>Bei Kopieren/Umbenennen anhalten</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Action</source> - <translation>Aktion</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Path</source> - <translation>Pfad</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Copy from</source> - <translation>Kopiert von</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2753" /> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Differences</source> - <translation>Unterschiede</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source><a href="save:me">Save</a></source> - <translation><a href="save:me">Speichern</a></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source>Errors</source> - <translation>Fehler</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> - <source><b>Mercurial log errors</b><p>This shows possible error messages of the hg log command.</p></source> - <translation><b>Mercurial-Log-Fehler</b><p>Dies zeigt mögliche Fehlermeldungen des hg log-Befehls.</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="142" /> <source>Mercurial Log (Incoming)</source> <translation>Mercurial-Log (Eingang)</translation> @@ -36312,11 +36137,35 @@ <translation>Filter</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="172" /> + <source>Revision</source> + <translation>Revision</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="173" /> + <source>Author</source> + <translation>Autor</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="174" /> + <source>Message</source> + <translation>Nachricht</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="175" /> <source>File</source> <translation>Datei</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="176" /> + <source>Phase</source> + <translation>Phase</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="197" /> <source><table><tr><td><b>Revision</b></td><td>{0}</td></tr><tr><td><b>Date</b></td><td>{1}</td></tr><tr><td><b>Author</b></td><td>{2}</td></tr><tr><td><b>Branch</b></td><td>{3}</td></tr>{4}<tr><td><b>Message</b></td><td>{5}</td></tr></table></source> <translation><table><tr><td><b>Revision</b></td><td>{0}</td></tr><tr><td><b>Datum</b></td><td>{1}</td></tr><tr><td><b>Autor</b></td><td>{2}</td></tr><tr><td><b>Zweig</b></td><td>{3}</td></tr>{4}<tr><td><b>Nachricht</b></td><td>{5}</td></tr></table></translation> @@ -36711,6 +36560,12 @@ <translation>Erzeuge Unterschiede ...</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2753" /> + <source>Differences</source> + <translation>Unterschiede</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py" line="2764" /> <source>Differences to Parent {0}</source> <translation>Unterschiede zu Vorgänger {0}</translation> @@ -36767,6 +36622,151 @@ <source>Select the branches to be shown (none for 'All'):</source> <translation>Wähle die anzuzeigenden Zweige (keinen für 'Alle'):</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Select action from menu</source> + <translation>Wähle eine Aktion aus dem Menü</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Select the mode (find or filter)</source> + <translation>Modus auswählen (Finden oder Filtern)</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>From:</source> + <translation>Von:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Enter the start date</source> + <translation>Gib das Anfangsdatum ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>To:</source> + <translation>Bis:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Enter the end date</source> + <translation>Gib das Endedatum ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Branch:</source> + <translation>Zweig:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Select the branch to filter on</source> + <translation>Wähle den als Filter zu verwendenden Zweig</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Select the field to filter on</source> + <translation>Wähle das als Filter zu verwendende Feld</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Enter the regular expression to filter on or search for</source> + <translation>Gib den regulären Ausdruck zum Filtern oder Suchen ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.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="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.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="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Graph</source> + <translation>Grafik</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Branch</source> + <translation>Zweig</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Date</source> + <translation>Datum</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Tags</source> + <translation>Marken</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Press to move up in the log list</source> + <translation>Drücken, um in der Historie nach oben zu gehen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Press to move down in the log list</source> + <translation>Drücken, um in der Historie nach unten zu gehen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Press to get the next bunch of log entries</source> + <translation>Drücken, um die nächsten Log-Einträge zu erhalten</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>&Next</source> + <translation>&Nächste</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Enter the limit of entries to fetch</source> + <translation>Gib die Anzahl an zu holenden Einträgen ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Select to stop listing log messages at a copy or move</source> + <translation>Auswählen, um die Anzeige von Log Meldungen bei einer Kopier- oder Verschiebeaktion zu stoppen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Stop on Copy/Move</source> + <translation>Bei Kopieren/Umbenennen anhalten</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Action</source> + <translation>Aktion</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Path</source> + <translation>Pfad</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Copy from</source> + <translation>Kopiert von</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source><a href="save:me">Save</a></source> + <translation><a href="save:me">Speichern</a></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source>Errors</source> + <translation>Fehler</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui" line="0" /> + <source><b>Mercurial log errors</b><p>This shows possible error messages of the hg log command.</p></source> + <translation><b>Mercurial-Log-Fehler</b><p>Dies zeigt mögliche Fehlermeldungen des hg log-Befehls.</p></translation> + </message> </context> <context> <name>HgMergeDialog</name> @@ -37080,6 +37080,21 @@ <context> <name>HgPhaseDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py" line="33" /> + <source>Public</source> + <translation>Öffentlich</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py" line="34" /> + <source>Draft</source> + <translation>Entwurf</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py" line="35" /> + <source>Secret</source> + <translation>Geheim</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.ui" line="0" /> <source>Mercurial Phases</source> <translation>Mercurial-Phasen</translation> @@ -37114,21 +37129,6 @@ <source>Force Phase Change</source> <translation>Phasenwechsel erzwingen</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py" line="33" /> - <source>Public</source> - <translation>Öffentlich</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py" line="34" /> - <source>Draft</source> - <translation>Entwurf</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/HgPhaseDialog.py" line="35" /> - <source>Secret</source> - <translation>Geheim</translation> - </message> </context> <context> <name>HgProjectBrowserHelper</name> @@ -38864,6 +38864,38 @@ <context> <name>HgQueuesDefineGuardsDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="104" /> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="70" /> + <source>Unsaved Changes</source> + <translation>Nicht gesicherte Änderungen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="105" /> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="71" /> + <source>The guards list has been changed. Shall the changes be applied?</source> + <translation>Die Liste der Guards wurde verändert. Sollen die Änderungen angewendet werden?</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="216" /> + <source>Remove Guards</source> + <translation>Guards löschen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="217" /> + <source>Do you really want to remove the selected guards?</source> + <translation>Sollen die ausgewählten Guards wirklich gelöscht werden?</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="265" /> + <source>Apply Guard Definitions</source> + <translation>Guard Definitionen anlegen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="266" /> + <source><p>The defined guards could not be applied.</p><p>Reason: {0}</p></source> + <translation><p>Die definierten Guards konnten nicht angelegt werden.</p><p>Ursache: {0}</p></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.ui" line="0" /> <source>Define Guards</source> <translation>Guards definieren</translation> @@ -38928,38 +38960,6 @@ <source>Remove</source> <translation>Entfernen</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="104" /> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="70" /> - <source>Unsaved Changes</source> - <translation>Nicht gesicherte Änderungen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="105" /> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="71" /> - <source>The guards list has been changed. Shall the changes be applied?</source> - <translation>Die Liste der Guards wurde verändert. Sollen die Änderungen angewendet werden?</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="216" /> - <source>Remove Guards</source> - <translation>Guards löschen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="217" /> - <source>Do you really want to remove the selected guards?</source> - <translation>Sollen die ausgewählten Guards wirklich gelöscht werden?</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="265" /> - <source>Apply Guard Definitions</source> - <translation>Guard Definitionen anlegen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py" line="266" /> - <source><p>The defined guards could not be applied.</p><p>Reason: {0}</p></source> - <translation><p>Die definierten Guards konnten nicht angelegt werden.</p><p>Ursache: {0}</p></translation> - </message> </context> <context> <name>HgQueuesFoldDialog</name> @@ -39027,15 +39027,15 @@ <context> <name>HgQueuesHeaderDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="117" /> + <source>Error: </source> + <translation>Fehler: </translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.ui" line="0" /> <source>Commit Message</source> <translation>Änderungsbeschreibung</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesHeaderDialog.py" line="117" /> - <source>Error: </source> - <translation>Fehler: </translation> - </message> </context> <context> <name>HgQueuesListAllGuardsDialog</name> @@ -39063,6 +39063,36 @@ <context> <name>HgQueuesListDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="44" /> + <source>applied</source> + <translation>angewandt</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="45" /> + <source>not applied</source> + <translation>nicht angewandt</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="46" /> + <source>guarded</source> + <translation>geschützt</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="47" /> + <source>missing</source> + <translation>fehlt</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="142" /> + <source>no patches found</source> + <translation>keine Patches gefunden</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="200" /> + <source>unknown</source> + <translation>unbekannt</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.ui" line="0" /> <source>List of Patches</source> <translation>Listen der Patches</translation> @@ -39101,36 +39131,6 @@ <source>Errors</source> <translation>Fehler</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="44" /> - <source>applied</source> - <translation>angewandt</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="45" /> - <source>not applied</source> - <translation>nicht angewandt</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="46" /> - <source>guarded</source> - <translation>geschützt</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="47" /> - <source>missing</source> - <translation>fehlt</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="142" /> - <source>no patches found</source> - <translation>keine Patches gefunden</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListDialog.py" line="200" /> - <source>unknown</source> - <translation>unbekannt</translation> - </message> </context> <context> <name>HgQueuesListGuardsDialog</name> @@ -39261,6 +39261,16 @@ <context> <name>HgQueuesQueueManagementDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.py" line="81" /> + <source>Refresh</source> + <translation>Erneuern</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.py" line="83" /> + <source>Press to refresh the queues list</source> + <translation>Drücken, um die Liste der Patchschlangen zu erneuern</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.ui" line="0" /> <source>Queue Name:</source> <translation>Patchschlange:</translation> @@ -39280,20 +39290,15 @@ <source>This shows a list of available queues (active queue in bold)</source> <translation>Dies zeigt eine Liste verfügbarere Patchschlangen (aktive Patchschlange fett)</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.py" line="81" /> - <source>Refresh</source> - <translation>Erneuern</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesQueueManagementDialog.py" line="83" /> - <source>Press to refresh the queues list</source> - <translation>Drücken, um die Liste der Patchschlangen zu erneuern</translation> - </message> </context> <context> <name>HgQueuesRenamePatchDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.py" line="35" /> + <source>Current Patch ({0})</source> + <translation>Aktueller Patch ({0})</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.ui" line="0" /> <source>Rename Patch</source> <translation>Patch umbenennen</translation> @@ -39333,11 +39338,6 @@ <source>Select the patch to be renamed</source> <translation>Wähle den umzubenennenden Patch aus</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesRenamePatchDialog.py" line="35" /> - <source>Current Patch ({0})</source> - <translation>Aktueller Patch ({0})</translation> - </message> </context> <context> <name>HgRebaseDialog</name> @@ -43603,57 +43603,6 @@ <context> <name>ImageMarkupDialog</name> <message> - <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> - <source>Add Image</source> - <translation>Grafik hinzufügen</translation> - </message> - <message> - <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> - <source>Image Address:</source> - <translation>Grafikadresse:</translation> - </message> - <message> - <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> - <source>Enter the image path or URL</source> - <translation>Gib den Pfad oder die URL zur Grafil ein</translation> - </message> - <message> - <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> - <source>Title:</source> - <translation>Titel:</translation> - </message> - <message> - <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> - <source>Alternative Text:</source> - <translation>Alternativer Text:</translation> - </message> - <message> - <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> - <source>Keep Original Size</source> - <translation>Originalgröße beibehalten</translation> - </message> - <message> - <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> - <source>Keep Aspect Ratio</source> - <translation>Größenverhältnis beibehalten</translation> - </message> - <message> - <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> - <source>Width:</source> - <translation>Breite:</translation> - </message> - <message> - <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> - <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> - <source> px</source> - <translation> px</translation> - </message> - <message> - <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> - <source>Height:</source> - <translation>Höhe:</translation> - </message> - <message> <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.py" line="54" /> <source>Windows Bitmap File (*.bmp)</source> <translation>Windows Bitmap-Datei (*.bmp)</translation> @@ -43783,6 +43732,57 @@ <source>All Files (*)</source> <translation>Alle Dateien (*)</translation> </message> + <message> + <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> + <source>Add Image</source> + <translation>Grafik hinzufügen</translation> + </message> + <message> + <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> + <source>Image Address:</source> + <translation>Grafikadresse:</translation> + </message> + <message> + <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> + <source>Enter the image path or URL</source> + <translation>Gib den Pfad oder die URL zur Grafil ein</translation> + </message> + <message> + <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> + <source>Title:</source> + <translation>Titel:</translation> + </message> + <message> + <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> + <source>Alternative Text:</source> + <translation>Alternativer Text:</translation> + </message> + <message> + <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> + <source>Keep Original Size</source> + <translation>Originalgröße beibehalten</translation> + </message> + <message> + <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> + <source>Keep Aspect Ratio</source> + <translation>Größenverhältnis beibehalten</translation> + </message> + <message> + <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> + <source>Width:</source> + <translation>Breite:</translation> + </message> + <message> + <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> + <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> + <source> px</source> + <translation> px</translation> + </message> + <message> + <location filename="../QScintilla/MarkupProviders/ImageMarkupDialog.ui" line="0" /> + <source>Height:</source> + <translation>Höhe:</translation> + </message> </context> <context> <name>ImagesIcon</name> @@ -43925,6 +43925,11 @@ <context> <name>InputDialogWizardDialog</name> <message> + <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.py" line="55" /> + <source>Test</source> + <translation>Test</translation> + </message> + <message> <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.ui" line="0" /> <source>QInputDialog Wizard</source> <translation>QInputDialog-Assistent</translation> @@ -44110,70 +44115,10 @@ <source>String List Variable</source> <translation>„String List“-Variable</translation> </message> - <message> - <location filename="../Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.py" line="55" /> - <source>Test</source> - <translation>Test</translation> - </message> </context> <context> <name>InstallInfoDialog</name> <message> - <location filename="../UI/InstallInfoDialog.ui" line="0" /> - <source>Installation Information</source> - <translation>Installationsinformationen</translation> - </message> - <message> - <location filename="../UI/InstallInfoDialog.ui" line="0" /> - <source>Press to change to edit mode</source> - <translation>Drücken, um in den Editiermodus zu schalten</translation> - </message> - <message> - <location filename="../UI/InstallInfoDialog.ui" line="0" /> - <source>Press to save the changed information</source> - <translation>Drücken, um die geänderte Information zu speichern</translation> - </message> - <message> - <location filename="../UI/InstallInfoDialog.ui" line="0" /> - <source>Installed From:</source> - <translation>Installiert von:</translation> - </message> - <message> - <location filename="../UI/InstallInfoDialog.ui" line="0" /> - <source>Installed in VirtualEnv:</source> - <translation>In VirtualEnv installiert:</translation> - </message> - <message> - <location filename="../UI/InstallInfoDialog.ui" line="0" /> - <source>User name of installer:</source> - <translation>Nutzername des Installierers:</translation> - </message> - <message> - <location filename="../UI/InstallInfoDialog.ui" line="0" /> - <source>Install Command:</source> - <translation>Installationsbefehl:</translation> - </message> - <message> - <location filename="../UI/InstallInfoDialog.ui" line="0" /> - <source>Installation Path:</source> - <translation>Installationspfad:</translation> - </message> - <message> - <location filename="../UI/InstallInfoDialog.ui" line="0" /> - <source>Python Interpreter:</source> - <translation>Python Interpreter:</translation> - </message> - <message> - <location filename="../UI/InstallInfoDialog.ui" line="0" /> - <source>Installation Date:</source> - <translation>Installationszeitpunkt:</translation> - </message> - <message> - <location filename="../UI/InstallInfoDialog.ui" line="0" /> - <source>Remarks:</source> - <translation>Bemerkungen:</translation> - </message> - <message> <location filename="../UI/InstallInfoDialog.py" line="41" /> <source>Delete Info</source> <translation>Info löschen</translation> @@ -44273,10 +44218,91 @@ <translation>Führe die folgenden Schritte mit Administratorrechten aus. </translation> </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="0" /> + <source>Installation Information</source> + <translation>Installationsinformationen</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="0" /> + <source>Press to change to edit mode</source> + <translation>Drücken, um in den Editiermodus zu schalten</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="0" /> + <source>Press to save the changed information</source> + <translation>Drücken, um die geänderte Information zu speichern</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="0" /> + <source>Installed From:</source> + <translation>Installiert von:</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="0" /> + <source>Installed in VirtualEnv:</source> + <translation>In VirtualEnv installiert:</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="0" /> + <source>User name of installer:</source> + <translation>Nutzername des Installierers:</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="0" /> + <source>Install Command:</source> + <translation>Installationsbefehl:</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="0" /> + <source>Installation Path:</source> + <translation>Installationspfad:</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="0" /> + <source>Python Interpreter:</source> + <translation>Python Interpreter:</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="0" /> + <source>Installation Date:</source> + <translation>Installationszeitpunkt:</translation> + </message> + <message> + <location filename="../UI/InstallInfoDialog.ui" line="0" /> + <source>Remarks:</source> + <translation>Bemerkungen:</translation> + </message> </context> <context> <name>InterfaceLightPage</name> <message> + <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="41" /> + <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> + <translation>Qt-Stylesheets (*.qss);;Cascading Stylesheets (*.css);;Alle Dateien (*)</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="52" /> + <source>System Default</source> + <translation>Standardverhalten</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="53" /> + <source>Double Click</source> + <translation>Doppelklick</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="54" /> + <source>Single Click</source> + <translation>Einfachklick</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="139" /> + <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="97" /> + <source>System</source> + <translation>System</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.ui" line="0" /> <source><b>Configure User Interface</b></source> <translation><b>Benutzeroberfläche einstellen</b></translation> @@ -44351,36 +44377,17 @@ <source>The interface language can be selected from this list. If "system" is selected, the interface language is determined by the system. The selection of "none" means, that the default language will be used.</source> <translation>Die Sprache der Oberfläche kann aus der Auswahlliste ausgewählt werden. Wird „System“ gewählt, so wird die Sprache durch die Systemeinstellungen bestimmt. Die Auswahl „Keine“ bedeutet, dass die Standardsprache verwendet wird.</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="41" /> - <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> - <translation>Qt-Stylesheets (*.qss);;Cascading Stylesheets (*.css);;Alle Dateien (*)</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="52" /> - <source>System Default</source> - <translation>Standardverhalten</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="53" /> - <source>Double Click</source> - <translation>Doppelklick</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="54" /> - <source>Single Click</source> - <translation>Einfachklick</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="139" /> - <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="97" /> - <source>System</source> - <translation>System</translation> - </message> </context> <context> <name>InterfacePage</name> <message> + <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="251" /> + <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="122" /> + <source>English</source> + <comment>Translate this with your language</comment> + <translation>Deutsch</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.ui" line="0" /> <source><b>Configure User Interface</b></source> <translation><b>Benutzeroberfläche einstellen</b></translation> @@ -44743,13 +44750,6 @@ <translation>Layout auf Standardwerte zurücksetzen</translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="251" /> - <location filename="../Preferences/ConfigurationPages/InterfaceLightPage.py" line="122" /> - <source>English</source> - <comment>Translate this with your language</comment> - <translation>Deutsch</translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/InterfacePage.py" line="42" /> <source>Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;All files (*)</source> <translation>Qt-Stylesheets (*.qss);;Cascading Stylesheets (*.css);;Alle Dateien (*)</translation> @@ -44822,27 +44822,6 @@ <context> <name>IrcChannelWidget</name> <message> - <location filename="../Network/IRC/IrcChannelWidget.ui" line="0" /> - <source>Press to change the topic</source> - <translation>Drücken, um das Thema zu ändern</translation> - </message> - <message> - <location filename="../Network/IRC/IrcChannelWidget.ui" line="0" /> - <source>Shows the list of users</source> - <translation>Zeigt die Liste der Teilnehmer</translation> - </message> - <message> - <location filename="../Network/IRC/IrcChannelWidget.ui" line="0" /> - <source>Shows the channel messages</source> - <translation>Zeigt die Kanalnachrichten</translation> - </message> - <message> - <location filename="../Network/IRC/IrcChannelWidget.ui" line="0" /> - <location filename="../Network/IRC/IrcChannelWidget.ui" line="0" /> - <source>Enter a message, send by pressing Return or Enter</source> - <translation>Gib eine Nachricht ein, Senden durch Drücken von Return oder Enter</translation> - </message> - <message> <location filename="../Network/IRC/IrcChannelWidget.py" line="1674" /> <location filename="../Network/IRC/IrcChannelWidget.py" line="1609" /> <location filename="../Network/IRC/IrcChannelWidget.py" line="448" /> @@ -45479,6 +45458,27 @@ <source>Enter the topic for this channel:</source> <translation>Gib das Thema für diesen Kanal ein:</translation> </message> + <message> + <location filename="../Network/IRC/IrcChannelWidget.ui" line="0" /> + <source>Press to change the topic</source> + <translation>Drücken, um das Thema zu ändern</translation> + </message> + <message> + <location filename="../Network/IRC/IrcChannelWidget.ui" line="0" /> + <source>Shows the list of users</source> + <translation>Zeigt die Liste der Teilnehmer</translation> + </message> + <message> + <location filename="../Network/IRC/IrcChannelWidget.ui" line="0" /> + <source>Shows the channel messages</source> + <translation>Zeigt die Kanalnachrichten</translation> + </message> + <message> + <location filename="../Network/IRC/IrcChannelWidget.ui" line="0" /> + <location filename="../Network/IRC/IrcChannelWidget.ui" line="0" /> + <source>Enter a message, send by pressing Return or Enter</source> + <translation>Gib eine Nachricht ein, Senden durch Drücken von Return oder Enter</translation> + </message> </context> <context> <name>IrcIdentitiesEditDialog</name> @@ -45962,41 +45962,6 @@ <context> <name>IrcNetworkWidget</name> <message> - <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0" /> - <source>Shows the network messages</source> - <translation>Zeigt Netzwerkmeldungen an</translation> - </message> - <message> - <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0" /> - <source>Select a network to connect to</source> - <translation>Wähle ein zu verbindendes Netzwerk aus</translation> - </message> - <message> - <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0" /> - <source>Press to set the user status to AWAY</source> - <translation>Drücken, um den Nutzerstatus auf „Abwesend“ zu setzen</translation> - </message> - <message> - <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0" /> - <source>Press to edit the networks</source> - <translation>Drücken, um die Netzwerke zu bearbeiten</translation> - </message> - <message> - <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0" /> - <source>Select a nick name for the channel</source> - <translation>Wähle einen Spitznamen für das Netzwerk</translation> - </message> - <message> - <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0" /> - <source>Enter the channel to join</source> - <translation>Wählen den zu betretenden Kanal</translation> - </message> - <message> - <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0" /> - <source>Press to join the channel</source> - <translation>Drücken, um den Kanal zu betreten</translation> - </message> - <message> <location filename="../Network/IRC/IrcNetworkWidget.py" line="352" /> <source>Press to disconnect from the network</source> <translation>Drücken, um die Verbindung zum Netzwerk zu beenden</translation> @@ -46057,6 +46022,41 @@ <source>Save</source> <translation>Speichern</translation> </message> + <message> + <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0" /> + <source>Shows the network messages</source> + <translation>Zeigt Netzwerkmeldungen an</translation> + </message> + <message> + <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0" /> + <source>Select a network to connect to</source> + <translation>Wähle ein zu verbindendes Netzwerk aus</translation> + </message> + <message> + <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0" /> + <source>Press to set the user status to AWAY</source> + <translation>Drücken, um den Nutzerstatus auf „Abwesend“ zu setzen</translation> + </message> + <message> + <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0" /> + <source>Press to edit the networks</source> + <translation>Drücken, um die Netzwerke zu bearbeiten</translation> + </message> + <message> + <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0" /> + <source>Select a nick name for the channel</source> + <translation>Wähle einen Spitznamen für das Netzwerk</translation> + </message> + <message> + <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0" /> + <source>Enter the channel to join</source> + <translation>Wählen den zu betretenden Kanal</translation> + </message> + <message> + <location filename="../Network/IRC/IrcNetworkWidget.ui" line="0" /> + <source>Press to join the channel</source> + <translation>Drücken, um den Kanal zu betreten</translation> + </message> </context> <context> <name>IrcPage</name> @@ -46493,16 +46493,6 @@ <context> <name>IrcWidget</name> <message> - <location filename="../Network/IRC/IrcWidget.ui" line="0" /> - <source>Channels</source> - <translation>Kanäle</translation> - </message> - <message> - <location filename="../Network/IRC/IrcWidget.ui" line="0" /> - <source>Network</source> - <translation>Netzwerk</translation> - </message> - <message> <location filename="../Network/IRC/IrcWidget.py" line="66" /> <source>Press to leave the current channel</source> <translation>Drücken, um den aktuellen Kanal zu verlassen</translation> @@ -46824,10 +46814,126 @@ <source>The given nickname is already in use.</source> <translation>Der übergebene Spitzname wird bereits verwendet.</translation> </message> + <message> + <location filename="../Network/IRC/IrcWidget.ui" line="0" /> + <source>Channels</source> + <translation>Kanäle</translation> + </message> + <message> + <location filename="../Network/IRC/IrcWidget.ui" line="0" /> + <source>Network</source> + <translation>Netzwerk</translation> + </message> </context> <context> <name>IsortConfigurationDialog</name> <message> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="86" /> + <source>Generate TOML</source> + <translation>TOML erzeugen</translation> + </message> + <message> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="89" /> + <source>Place a code snippet for 'pyproject.toml' into the clipboard.</source> + <translation>Legt einen Codeschnipsel für 'pyproject.toml' in die Zwischenablage.</translation> + </message> + <message> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="97" /> + <source>All Versions</source> + <translation>Alle Versionen</translation> + </message> + <message> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="101" /> + <source>Python {0}</source> + <translation>Python {0}</translation> + </message> + <message> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="103" /> + <source>Python {0}.{1}</source> + <translation>Python {0}.{1}</translation> + </message> + <message> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="135" /> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="133" /> + <source>Project File</source> + <translation>Projektdatei</translation> + </message> + <message> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="137" /> + <source>Defaults</source> + <translation>Standardwerte</translation> + </message> + <message> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="138" /> + <source>Configuration Below</source> + <translation>Konfiguration unten</translation> + </message> + <message> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="152" /> + <source>Grid</source> + <translation>Raster</translation> + </message> + <message> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="153" /> + <source>Vertical</source> + <translation>Vertikal</translation> + </message> + <message> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="154" /> + <source>Hanging Indent</source> + <translation>Hängende Einrückung</translation> + </message> + <message> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="156" /> + <source>Vertical Hanging Indent</source> + <translation>Vertikal mit Hängender Einrückung</translation> + </message> + <message> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="159" /> + <source>Hanging Grid</source> + <translation>Hängeraster</translation> + </message> + <message> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="160" /> + <source>Hanging Grid Grouped</source> + <translation>Hängeraster Gruppiert</translation> + </message> + <message> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="161" /> + <source>NOQA</source> + <translation>NOQA</translation> + </message> + <message> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="163" /> + <source>Vertical Hanging Indent Bracket</source> + <translation>Vertikal mit Geklammerter, Hängender Einrückung</translation> + </message> + <message> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="167" /> + <source>Vertical Prefix From Module Import</source> + <translation>Vertikales Präfix aus Modulimport</translation> + </message> + <message> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="171" /> + <source>Hanging Indent With Parentheses</source> + <translation>Hängender Einzug mit Klammern</translation> + </message> + <message> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="174" /> + <source>Backslash Grid</source> + <translation>Backslash-Raster</translation> + </message> + <message> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="336" /> + <source>Create TOML snippet</source> + <translation>TOML Schnipsel erzeugen</translation> + </message> + <message> + <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="337" /> + <source>The 'pyproject.toml' snippet was copied to the clipboard successfully.</source> + <translation>Der 'pyproject.toml' Schnipsel wurde in die Zwischenablage kopiert.</translation> + </message> + <message> <location filename="../CodeFormatting/IsortConfigurationDialog.ui" line="0" /> <source>isort Configuration</source> <translation>isort Konfiguration</translation> @@ -47073,112 +47179,6 @@ <source>Combine As Imports</source> <translation>Kombiniere 'As' Importe</translation> </message> - <message> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="86" /> - <source>Generate TOML</source> - <translation>TOML erzeugen</translation> - </message> - <message> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="89" /> - <source>Place a code snippet for 'pyproject.toml' into the clipboard.</source> - <translation>Legt einen Codeschnipsel für 'pyproject.toml' in die Zwischenablage.</translation> - </message> - <message> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="97" /> - <source>All Versions</source> - <translation>Alle Versionen</translation> - </message> - <message> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="101" /> - <source>Python {0}</source> - <translation>Python {0}</translation> - </message> - <message> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="103" /> - <source>Python {0}.{1}</source> - <translation>Python {0}.{1}</translation> - </message> - <message> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="135" /> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="133" /> - <source>Project File</source> - <translation>Projektdatei</translation> - </message> - <message> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="137" /> - <source>Defaults</source> - <translation>Standardwerte</translation> - </message> - <message> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="138" /> - <source>Configuration Below</source> - <translation>Konfiguration unten</translation> - </message> - <message> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="152" /> - <source>Grid</source> - <translation>Raster</translation> - </message> - <message> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="153" /> - <source>Vertical</source> - <translation>Vertikal</translation> - </message> - <message> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="154" /> - <source>Hanging Indent</source> - <translation>Hängende Einrückung</translation> - </message> - <message> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="156" /> - <source>Vertical Hanging Indent</source> - <translation>Vertikal mit Hängender Einrückung</translation> - </message> - <message> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="159" /> - <source>Hanging Grid</source> - <translation>Hängeraster</translation> - </message> - <message> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="160" /> - <source>Hanging Grid Grouped</source> - <translation>Hängeraster Gruppiert</translation> - </message> - <message> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="161" /> - <source>NOQA</source> - <translation>NOQA</translation> - </message> - <message> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="163" /> - <source>Vertical Hanging Indent Bracket</source> - <translation>Vertikal mit Geklammerter, Hängender Einrückung</translation> - </message> - <message> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="167" /> - <source>Vertical Prefix From Module Import</source> - <translation>Vertikales Präfix aus Modulimport</translation> - </message> - <message> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="171" /> - <source>Hanging Indent With Parentheses</source> - <translation>Hängender Einzug mit Klammern</translation> - </message> - <message> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="174" /> - <source>Backslash Grid</source> - <translation>Backslash-Raster</translation> - </message> - <message> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="336" /> - <source>Create TOML snippet</source> - <translation>TOML Schnipsel erzeugen</translation> - </message> - <message> - <location filename="../CodeFormatting/IsortConfigurationDialog.py" line="337" /> - <source>The 'pyproject.toml' snippet was copied to the clipboard successfully.</source> - <translation>Der 'pyproject.toml' Schnipsel wurde in die Zwischenablage kopiert.</translation> - </message> </context> <context> <name>IsortFormattingDialog</name> @@ -47767,6 +47767,12 @@ <context> <name>LexerAssociationDialog</name> <message> + <location filename="../Project/LexerAssociationDialog.py" line="133" /> + <location filename="../Project/LexerAssociationDialog.py" line="47" /> + <source>Alternative</source> + <translation>Alternative</translation> + </message> + <message> <location filename="../Project/LexerAssociationDialog.ui" line="0" /> <source>Project Lexer Associations</source> <translation>Projektsspezifische Lexerzuordnungen</translation> @@ -47831,12 +47837,6 @@ <source>Select the alternative lexer to associate</source> <translation>Wähle den zuzuordnenden alternativen Lexer</translation> </message> - <message> - <location filename="../Project/LexerAssociationDialog.py" line="133" /> - <location filename="../Project/LexerAssociationDialog.py" line="47" /> - <source>Alternative</source> - <translation>Alternative</translation> - </message> </context> <context> <name>LexerBash</name> @@ -49731,6 +49731,21 @@ <context> <name>LogViewerPage</name> <message> + <location filename="../Preferences/ConfigurationPages/LogViewerPage.py" line="36" /> + <source><b>Message Filters for Standard Output</b><p>This list shows the configured message filters used to suppress messages received via stdout.</p></source> + <translation><b>Meldungsfilter für Standardausgabe</b><p>Diese Liste zeigt alle konfigurierten Meldungsfilter zur Unterdrückung von Meldungen des Standardausgabekanals.</p></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/LogViewerPage.py" line="43" /> + <source><b>Message Filters for Standard Error </b><p>This list shows the configured message filters used to suppress messages received via stderr.</p></source> + <translation><b>Meldungsfilter für Standardfehler</b><p>Diese Liste zeigt alle konfigurierten Meldungsfilter zur Unterdrückung von Meldungen des Standardfehlerkanals.</p></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/LogViewerPage.py" line="50" /> + <source><b>Message Filters for both</b><p>This list shows the configured message filters used to suppress messages received via stdout or stderr.</p></source> + <translation><b>Meldungsfilter für beide</b><p>Diese Liste zeigt alle konfigurierten Meldungsfilter zur Unterdrückung von Meldungen des Standardausgabekanals oder des Standardfehlerkanals.</p></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/LogViewerPage.ui" line="0" /> <source><b>Configure Log Viewer</b></source> <translation><b>Ausgabefenster einstellen</b></translation> @@ -49780,21 +49795,6 @@ <source>Both</source> <translation>Beide</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/LogViewerPage.py" line="36" /> - <source><b>Message Filters for Standard Output</b><p>This list shows the configured message filters used to suppress messages received via stdout.</p></source> - <translation><b>Meldungsfilter für Standardausgabe</b><p>Diese Liste zeigt alle konfigurierten Meldungsfilter zur Unterdrückung von Meldungen des Standardausgabekanals.</p></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/LogViewerPage.py" line="43" /> - <source><b>Message Filters for Standard Error </b><p>This list shows the configured message filters used to suppress messages received via stderr.</p></source> - <translation><b>Meldungsfilter für Standardfehler</b><p>Diese Liste zeigt alle konfigurierten Meldungsfilter zur Unterdrückung von Meldungen des Standardfehlerkanals.</p></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/LogViewerPage.py" line="50" /> - <source><b>Message Filters for both</b><p>This list shows the configured message filters used to suppress messages received via stdout or stderr.</p></source> - <translation><b>Meldungsfilter für beide</b><p>Diese Liste zeigt alle konfigurierten Meldungsfilter zur Unterdrückung von Meldungen des Standardausgabekanals oder des Standardfehlerkanals.</p></translation> - </message> </context> <context> <name>LoggingChecker</name> @@ -49965,6 +49965,16 @@ <context> <name>MakePropertiesDialog</name> <message> + <location filename="../Project/MakePropertiesDialog.py" line="39" /> + <source>All Files (*)</source> + <translation>Alle Dateien (*)</translation> + </message> + <message> + <location filename="../Project/MakePropertiesDialog.py" line="44" /> + <source>Makefiles (*makefile Makefile *.mak);;All Files (*)</source> + <translation>Make Dateien (*makefile Makefile *.mak);;Alle Dateien (*)</translation> + </message> + <message> <location filename="../Project/MakePropertiesDialog.ui" line="0" /> <source>Make Properties</source> <translation>Make Eigenschaften</translation> @@ -50019,16 +50029,6 @@ <source>Test for changes only when run automatically</source> <translation>Nur auf Änderungen prüfen, falls automatisch ausgeführt</translation> </message> - <message> - <location filename="../Project/MakePropertiesDialog.py" line="39" /> - <source>All Files (*)</source> - <translation>Alle Dateien (*)</translation> - </message> - <message> - <location filename="../Project/MakePropertiesDialog.py" line="44" /> - <source>Makefiles (*makefile Makefile *.mak);;All Files (*)</source> - <translation>Make Dateien (*makefile Makefile *.mak);;Alle Dateien (*)</translation> - </message> </context> <context> <name>ManageDictionariesDialog</name> @@ -50452,6 +50452,124 @@ <context> <name>MessageBoxWizardDialog</name> <message> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="38" /> + <source>No button</source> + <translation>kein Knopf</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="39" /> + <source>Abort</source> + <translation>Abbrechen (Abort)</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="40" /> + <source>Apply</source> + <translation>Anwenden</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="41" /> + <source>Cancel</source> + <translation>Abbrechen (Cancel)</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="42" /> + <source>Close</source> + <translation>Schließen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="43" /> + <source>Discard</source> + <translation>Verwerfen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="44" /> + <source>Help</source> + <translation>Hilfe</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="45" /> + <source>Ignore</source> + <translation>Ignorieren</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="46" /> + <source>No</source> + <translation>Nein</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="47" /> + <source>No to all</source> + <translation>Nein zu allen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="48" /> + <source>Ok</source> + <translation>Ok</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="49" /> + <source>Open</source> + <translation>Öffnen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="50" /> + <source>Reset</source> + <translation>Zurücksetzen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="51" /> + <source>Restore defaults</source> + <translation>Auf Standardwerte zurücksetzen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="52" /> + <source>Retry</source> + <translation>Wiederholen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="53" /> + <source>Save</source> + <translation>Speichern</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="54" /> + <source>Save all</source> + <translation>Alles speichern</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="55" /> + <source>Yes</source> + <translation>Ja</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="56" /> + <source>Yes to all</source> + <translation>Ja zu allen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="104" /> + <source>Test</source> + <translation>Test</translation> + </message> + <message> <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> <source>QMessageBox Wizard</source> <translation>QMessageBox-Assistent</translation> @@ -50597,114 +50715,6 @@ <translation>Standard Knöpfe</translation> </message> <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="40" /> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> - <source>Apply</source> - <translation>Anwenden</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="39" /> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> - <source>Abort</source> - <translation>Abbrechen (Abort)</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="41" /> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> - <source>Cancel</source> - <translation>Abbrechen (Cancel)</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="45" /> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> - <source>Ignore</source> - <translation>Ignorieren</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="54" /> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> - <source>Save all</source> - <translation>Alles speichern</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="53" /> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> - <source>Save</source> - <translation>Speichern</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="43" /> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> - <source>Discard</source> - <translation>Verwerfen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="56" /> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> - <source>Yes to all</source> - <translation>Ja zu allen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="49" /> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> - <source>Open</source> - <translation>Öffnen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="50" /> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> - <source>Reset</source> - <translation>Zurücksetzen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="48" /> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> - <source>Ok</source> - <translation>Ok</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="46" /> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> - <source>No</source> - <translation>Nein</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="44" /> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> - <source>Help</source> - <translation>Hilfe</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="47" /> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> - <source>No to all</source> - <translation>Nein zu allen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="52" /> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> - <source>Retry</source> - <translation>Wiederholen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="51" /> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> - <source>Restore defaults</source> - <translation>Auf Standardwerte zurücksetzen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="55" /> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> - <source>Yes</source> - <translation>Ja</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="42" /> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> - <source>Close</source> - <translation>Schließen</translation> - </message> - <message> <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.ui" line="0" /> <source>Default Button:</source> <translation>Standardknopf:</translation> @@ -50714,16 +50724,6 @@ <source>Select the default button</source> <translation>Wähle den Standardknopf</translation> </message> - <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="38" /> - <source>No button</source> - <translation>kein Knopf</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/MessageBoxWizard/MessageBoxWizardDialog.py" line="104" /> - <source>Test</source> - <translation>Test</translation> - </message> </context> <context> <name>MicroPythonDevice</name> @@ -53473,6 +53473,11 @@ <context> <name>MipPackageDialog</name> <message> + <location filename="../MicroPython/MipPackageDialog.py" line="34" /> + <source>Enter the URL of the package index. Leave empty to use the default index ({0}).</source> + <translation>Gib die URL des Paketindex ein. Leer lassen, um den Standardindex ({0}) zu verwenden.</translation> + </message> + <message> <location filename="../MicroPython/MipPackageDialog.ui" line="0" /> <source>Install Package</source> <translation>Paket installieren</translation> @@ -53522,11 +53527,6 @@ <source>Package Index:</source> <translation>Paketindex:</translation> </message> - <message> - <location filename="../MicroPython/MipPackageDialog.py" line="34" /> - <source>Enter the URL of the package index. Leave empty to use the default index ({0}).</source> - <translation>Gib die URL des Paketindex ein. Leer lassen, um den Standardindex ({0}) zu verwenden.</translation> - </message> </context> <context> <name>MiscellaneousChecker</name> @@ -54876,6 +54876,51 @@ <context> <name>NetworkPage</name> <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="43" /> + <source>No FTP Proxy</source> + <translation>Kein FTP-Proxy</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="46" /> + <source>No Proxy Authentication required</source> + <translation>Keine Proxy-Authentisierung erforderlich</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="50" /> + <source>User@Server</source> + <translation>User@Server</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="52" /> + <source>SITE</source> + <translation>SITE</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="53" /> + <source>OPEN</source> + <translation>OPEN</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="55" /> + <source>User@Proxyuser@Server</source> + <translation>User@Proxyuser@Server</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="59" /> + <source>Proxyuser@Server</source> + <translation>Proxyuser@Server</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="62" /> + <source>AUTH and RESP</source> + <translation>AUTH und RESP</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="65" /> + <source>Bluecoat Proxy</source> + <translation>Bluecoat Proxy</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/NetworkPage.ui" line="0" /> <source><b>Configure Network</b></source> <translation><b>Netzwerkeinstellungen</p></translation> @@ -55154,51 +55199,6 @@ <source>Clear HTTP(S) Proxy Passwords</source> <translation>HTTP(S)-Proxy-Kennworte löschen</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="43" /> - <source>No FTP Proxy</source> - <translation>Kein FTP-Proxy</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="46" /> - <source>No Proxy Authentication required</source> - <translation>Keine Proxy-Authentisierung erforderlich</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="50" /> - <source>User@Server</source> - <translation>User@Server</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="52" /> - <source>SITE</source> - <translation>SITE</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="53" /> - <source>OPEN</source> - <translation>OPEN</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="55" /> - <source>User@Proxyuser@Server</source> - <translation>User@Proxyuser@Server</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="59" /> - <source>Proxyuser@Server</source> - <translation>Proxyuser@Server</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="62" /> - <source>AUTH and RESP</source> - <translation>AUTH und RESP</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/NetworkPage.py" line="65" /> - <source>Bluecoat Proxy</source> - <translation>Bluecoat Proxy</translation> - </message> </context> <context> <name>NewDialogClassDialog</name> @@ -55635,6 +55635,32 @@ <context> <name>OpenSearchDialog</name> <message> + <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="69" /> + <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="59" /> + <source>Add search engine</source> + <translation>Suchmaschine hinzufügen</translation> + </message> + <message> + <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="61" /> + <source>OpenSearch (*.xml);;All Files (*)</source> + <translation>OpenSearch (*.xml);;Alle Dateien (*)</translation> + </message> + <message> + <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="70" /> + <source>{0} is not a valid OpenSearch 1.1 description or is already on your list.</source> + <translation>{0} ist keine gültige OpenSearch 1.1-Beschreibung oder ist bereits registriert.</translation> + </message> + <message> + <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="84" /> + <source>Delete selected engines</source> + <translation>Ausgewählte Suchmaschinen löschen</translation> + </message> + <message> + <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="85" /> + <source>You must have at least one search engine.</source> + <translation>Es muss mindestens eine Suchmaschine existieren.</translation> + </message> + <message> <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.ui" line="0" /> <source>Open Search Engines Configuration</source> <translation>„Open Search“-Suchmaschinen verwalten</translation> @@ -55679,32 +55705,6 @@ <source>&Restore Defaults</source> <translation>&Standardmaschinen</translation> </message> - <message> - <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="69" /> - <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="59" /> - <source>Add search engine</source> - <translation>Suchmaschine hinzufügen</translation> - </message> - <message> - <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="61" /> - <source>OpenSearch (*.xml);;All Files (*)</source> - <translation>OpenSearch (*.xml);;Alle Dateien (*)</translation> - </message> - <message> - <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="70" /> - <source>{0} is not a valid OpenSearch 1.1 description or is already on your list.</source> - <translation>{0} ist keine gültige OpenSearch 1.1-Beschreibung oder ist bereits registriert.</translation> - </message> - <message> - <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="84" /> - <source>Delete selected engines</source> - <translation>Ausgewählte Suchmaschinen löschen</translation> - </message> - <message> - <location filename="../WebBrowser/OpenSearch/OpenSearchDialog.py" line="85" /> - <source>You must have at least one search engine.</source> - <translation>Es muss mindestens eine Suchmaschine existieren.</translation> - </message> </context> <context> <name>OpenSearchEditDialog</name> @@ -55917,11 +55917,6 @@ <context> <name>PageScreenDialog</name> <message> - <location filename="../WebBrowser/PageScreenDialog.ui" line="0" /> - <source>Page Screen</source> - <translation>Bildschirmfoto</translation> - </message> - <message> <location filename="../WebBrowser/PageScreenDialog.py" line="101" /> <location filename="../WebBrowser/PageScreenDialog.py" line="88" /> <location filename="../WebBrowser/PageScreenDialog.py" line="77" /> @@ -55948,6 +55943,11 @@ <source>Cannot write file '{0}'.</source> <translation>Datei {0} kann nicht geschrieben werden.</translation> </message> + <message> + <location filename="../WebBrowser/PageScreenDialog.ui" line="0" /> + <source>Page Screen</source> + <translation>Bildschirmfoto</translation> + </message> </context> <context> <name>PasswordManager</name> @@ -56038,12 +56038,27 @@ <context> <name>PasswordsDialog</name> <message> + <location filename="../WebBrowser/Passwords/PasswordsDialog.py" line="36" /> + <source>Show Passwords</source> + <translation>Passwörter anzeigen</translation> + </message> + <message> + <location filename="../WebBrowser/Passwords/PasswordsDialog.py" line="37" /> + <source>Hide Passwords</source> + <translation>Passwörter ausblenden</translation> + </message> + <message> + <location filename="../WebBrowser/Passwords/PasswordsDialog.ui" line="0" /> <location filename="../WebBrowser/Passwords/PasswordsDialog.py" line="86" /> - <location filename="../WebBrowser/Passwords/PasswordsDialog.ui" line="0" /> <source>Saved Passwords</source> <translation>Gespeicherte Passwörter</translation> </message> <message> + <location filename="../WebBrowser/Passwords/PasswordsDialog.py" line="87" /> + <source>Do you really want to show passwords?</source> + <translation>Sollen die Passwörter wirklich angezeigt werden?</translation> + </message> + <message> <location filename="../WebBrowser/Passwords/PasswordsDialog.ui" line="0" /> <source>Enter search term</source> <translation>Gib den Suchtext ein</translation> @@ -56073,21 +56088,6 @@ <source>Press to toggle the display of passwords</source> <translation>Drücken, um die Anzeige von Passwörtern umzuschalten</translation> </message> - <message> - <location filename="../WebBrowser/Passwords/PasswordsDialog.py" line="36" /> - <source>Show Passwords</source> - <translation>Passwörter anzeigen</translation> - </message> - <message> - <location filename="../WebBrowser/Passwords/PasswordsDialog.py" line="37" /> - <source>Hide Passwords</source> - <translation>Passwörter ausblenden</translation> - </message> - <message> - <location filename="../WebBrowser/Passwords/PasswordsDialog.py" line="87" /> - <source>Do you really want to show passwords?</source> - <translation>Sollen die Passwörter wirklich angezeigt werden?</translation> - </message> </context> <context> <name>PathlibChecker</name> @@ -57499,6 +57499,16 @@ <context> <name>PipDialog</name> <message> + <location filename="../PipInterface/PipDialog.py" line="154" /> + <source>Process Generation Error</source> + <translation>Prozessfehler</translation> + </message> + <message> + <location filename="../PipInterface/PipDialog.py" line="155" /> + <source>The process {0} could not be started.</source> + <translation>Der Prozess {0} konnte nicht gestartet werden.</translation> + </message> + <message> <location filename="../PipInterface/PipDialog.ui" line="0" /> <source>pip</source> <translation>pip</translation> @@ -57513,16 +57523,6 @@ <source>Errors</source> <translation>Fehler</translation> </message> - <message> - <location filename="../PipInterface/PipDialog.py" line="154" /> - <source>Process Generation Error</source> - <translation>Prozessfehler</translation> - </message> - <message> - <location filename="../PipInterface/PipDialog.py" line="155" /> - <source>The process {0} could not be started.</source> - <translation>Der Prozess {0} konnte nicht gestartet werden.</translation> - </message> </context> <context> <name>PipFileSelectionDialog</name> @@ -57815,6 +57815,89 @@ <context> <name>PipPackageDetailsDialog</name> <message> + <location filename="../PipInterface/PipPackageDetailsDialog.py" line="55" /> + <source>Install</source> + <translation>Installieren</translation> + </message> + <message> + <location filename="../PipInterface/PipPackageDetailsDialog.py" line="58" /> + <source>Uninstall</source> + <translation>Deinstallieren</translation> + </message> + <message> + <location filename="../PipInterface/PipPackageDetailsDialog.py" line="61" /> + <source>Upgrade</source> + <translation>Aktualisieren</translation> + </message> + <message> + <location filename="../PipInterface/PipPackageDetailsDialog.py" line="66" /> + <source>Source</source> + <translation>Quellcode</translation> + </message> + <message> + <location filename="../PipInterface/PipPackageDetailsDialog.py" line="67" /> + <source>Python Wheel</source> + <translation>Python Wheel</translation> + </message> + <message> + <location filename="../PipInterface/PipPackageDetailsDialog.py" line="68" /> + <source>Python Egg</source> + <translation>Python Egg</translation> + </message> + <message> + <location filename="../PipInterface/PipPackageDetailsDialog.py" line="70" /> + <location filename="../PipInterface/PipPackageDetailsDialog.py" line="69" /> + <source>MS Windows Installer</source> + <translation>MS Windows Installer</translation> + </message> + <message> + <location filename="../PipInterface/PipPackageDetailsDialog.py" line="72" /> + <location filename="../PipInterface/PipPackageDetailsDialog.py" line="71" /> + <source>Unix Installer</source> + <translation>Unix Installer</translation> + </message> + <message> + <location filename="../PipInterface/PipPackageDetailsDialog.py" line="73" /> + <source>Archive</source> + <translation>Archiv</translation> + </message> + <message> + <location filename="../PipInterface/PipPackageDetailsDialog.py" line="267" /> + <source><h3>{0}</h3><table><tr><td>Installed Version:</td><td>{1}</td></tr><tr><td>Affected Version:</td><td>{2}</td></tr><tr><td>Advisory:</td><td>{3}</td></tr></table></source> + <translation><h3>{0}</h3><table><tr><td>Installierte Version:</td><td>{1}</td></tr><tr><td>Betroffene Version:</td><td>{2}</td></tr><tr><td>Hinweis:</td><td>{3}</td></tr></table></translation> + </message> + <message> + <location filename="../PipInterface/PipPackageDetailsDialog.py" line="302" /> + <source>any</source> + <translation>beliebig</translation> + </message> + <message> + <location filename="../PipInterface/PipPackageDetailsDialog.py" line="338" /> + <source>B</source> + <translation>B</translation> + </message> + <message> + <location filename="../PipInterface/PipPackageDetailsDialog.py" line="341" /> + <source>KB</source> + <translation>KB</translation> + </message> + <message> + <location filename="../PipInterface/PipPackageDetailsDialog.py" line="344" /> + <source>MB</source> + <translation>MB</translation> + </message> + <message> + <location filename="../PipInterface/PipPackageDetailsDialog.py" line="347" /> + <source>GB</source> + <translation>GB</translation> + </message> + <message> + <location filename="../PipInterface/PipPackageDetailsDialog.py" line="348" /> + <source>{0:.1f} {1}</source> + <comment>value, unit</comment> + <translation>{0:.1f} {1}</translation> + </message> + <message> <location filename="../PipInterface/PipPackageDetailsDialog.ui" line="0" /> <source>Package Details</source> <translation>Paketdetails</translation> @@ -57980,89 +58063,6 @@ <source>Known Vulnerabilities:</source> <translation>Bekannte Verwundbarkeiten:</translation> </message> - <message> - <location filename="../PipInterface/PipPackageDetailsDialog.py" line="55" /> - <source>Install</source> - <translation>Installieren</translation> - </message> - <message> - <location filename="../PipInterface/PipPackageDetailsDialog.py" line="58" /> - <source>Uninstall</source> - <translation>Deinstallieren</translation> - </message> - <message> - <location filename="../PipInterface/PipPackageDetailsDialog.py" line="61" /> - <source>Upgrade</source> - <translation>Aktualisieren</translation> - </message> - <message> - <location filename="../PipInterface/PipPackageDetailsDialog.py" line="66" /> - <source>Source</source> - <translation>Quellcode</translation> - </message> - <message> - <location filename="../PipInterface/PipPackageDetailsDialog.py" line="67" /> - <source>Python Wheel</source> - <translation>Python Wheel</translation> - </message> - <message> - <location filename="../PipInterface/PipPackageDetailsDialog.py" line="68" /> - <source>Python Egg</source> - <translation>Python Egg</translation> - </message> - <message> - <location filename="../PipInterface/PipPackageDetailsDialog.py" line="70" /> - <location filename="../PipInterface/PipPackageDetailsDialog.py" line="69" /> - <source>MS Windows Installer</source> - <translation>MS Windows Installer</translation> - </message> - <message> - <location filename="../PipInterface/PipPackageDetailsDialog.py" line="72" /> - <location filename="../PipInterface/PipPackageDetailsDialog.py" line="71" /> - <source>Unix Installer</source> - <translation>Unix Installer</translation> - </message> - <message> - <location filename="../PipInterface/PipPackageDetailsDialog.py" line="73" /> - <source>Archive</source> - <translation>Archiv</translation> - </message> - <message> - <location filename="../PipInterface/PipPackageDetailsDialog.py" line="267" /> - <source><h3>{0}</h3><table><tr><td>Installed Version:</td><td>{1}</td></tr><tr><td>Affected Version:</td><td>{2}</td></tr><tr><td>Advisory:</td><td>{3}</td></tr></table></source> - <translation><h3>{0}</h3><table><tr><td>Installierte Version:</td><td>{1}</td></tr><tr><td>Betroffene Version:</td><td>{2}</td></tr><tr><td>Hinweis:</td><td>{3}</td></tr></table></translation> - </message> - <message> - <location filename="../PipInterface/PipPackageDetailsDialog.py" line="302" /> - <source>any</source> - <translation>beliebig</translation> - </message> - <message> - <location filename="../PipInterface/PipPackageDetailsDialog.py" line="338" /> - <source>B</source> - <translation>B</translation> - </message> - <message> - <location filename="../PipInterface/PipPackageDetailsDialog.py" line="341" /> - <source>KB</source> - <translation>KB</translation> - </message> - <message> - <location filename="../PipInterface/PipPackageDetailsDialog.py" line="344" /> - <source>MB</source> - <translation>MB</translation> - </message> - <message> - <location filename="../PipInterface/PipPackageDetailsDialog.py" line="347" /> - <source>GB</source> - <translation>GB</translation> - </message> - <message> - <location filename="../PipInterface/PipPackageDetailsDialog.py" line="348" /> - <source>{0:.1f} {1}</source> - <comment>value, unit</comment> - <translation>{0:.1f} {1}</translation> - </message> </context> <context> <name>PipPackagesInputDialog</name> @@ -58635,6 +58635,16 @@ <context> <name>PipPage</name> <message> + <location filename="../Preferences/ConfigurationPages/PipPage.py" line="31" /> + <source><b>Note:</b> Leave empty to use the default index URL (<a href="{0}">{0}</a>).</source> + <translation><b>Hinweis:</b> Leer lassen, um den Standardwert für die Index-URL (<a href="{0}">{0}</a>) zu verwenden.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/PipPage.py" line="37" /> + <source><b>Note:</b> Leave empty to use the default Safety DB URL ({0}).</source> + <translation><b>Hinweis:</b> Leer lassen, um die Standard Safety DB URL ({0}) zu verwenden.</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/PipPage.ui" line="0" /> <source><b>Configure pip</b></source> <translation><b>pip Einstellungen</p></translation> @@ -58699,16 +58709,6 @@ <source>Don't show 'Conda' environments</source> <translation>'Conda' Umgebungen nicht anzeigen</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/PipPage.py" line="31" /> - <source><b>Note:</b> Leave empty to use the default index URL (<a href="{0}">{0}</a>).</source> - <translation><b>Hinweis:</b> Leer lassen, um den Standardwert für die Index-URL (<a href="{0}">{0}</a>) zu verwenden.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/PipPage.py" line="37" /> - <source><b>Note:</b> Leave empty to use the default Safety DB URL ({0}).</source> - <translation><b>Hinweis:</b> Leer lassen, um die Standard Safety DB URL ({0}) zu verwenden.</translation> - </message> </context> <context> <name>PipVulnerabilityChecker</name> @@ -58861,6 +58861,39 @@ <context> <name>PluginInfoDialog</name> <message> + <location filename="../PluginManager/PluginInfoDialog.py" line="47" /> + <source>Show details</source> + <translation>Details anzeigen</translation> + </message> + <message> + <location filename="../PluginManager/PluginInfoDialog.py" line="49" /> + <source>Activate</source> + <translation>Aktivieren</translation> + </message> + <message> + <location filename="../PluginManager/PluginInfoDialog.py" line="52" /> + <source>Deactivate</source> + <translation>Deaktivieren</translation> + </message> + <message> + <location filename="../PluginManager/PluginInfoDialog.py" line="105" /> + <location filename="../PluginManager/PluginInfoDialog.py" line="104" /> + <location filename="../PluginManager/PluginInfoDialog.py" line="81" /> + <location filename="../PluginManager/PluginInfoDialog.py" line="80" /> + <source>Yes</source> + <translation>Ja</translation> + </message> + <message> + <location filename="../PluginManager/PluginInfoDialog.py" line="80" /> + <source>On-Demand</source> + <translation>Bei Bedarf</translation> + </message> + <message> + <location filename="../PluginManager/PluginInfoDialog.py" line="81" /> + <source>No</source> + <translation>Nein</translation> + </message> + <message> <location filename="../PluginManager/PluginInfoDialog.ui" line="0" /> <source>Loaded Plugins</source> <translation>Geladene Plugins</translation> @@ -58905,39 +58938,6 @@ <source>Description</source> <translation>Beschreibung</translation> </message> - <message> - <location filename="../PluginManager/PluginInfoDialog.py" line="47" /> - <source>Show details</source> - <translation>Details anzeigen</translation> - </message> - <message> - <location filename="../PluginManager/PluginInfoDialog.py" line="49" /> - <source>Activate</source> - <translation>Aktivieren</translation> - </message> - <message> - <location filename="../PluginManager/PluginInfoDialog.py" line="52" /> - <source>Deactivate</source> - <translation>Deaktivieren</translation> - </message> - <message> - <location filename="../PluginManager/PluginInfoDialog.py" line="105" /> - <location filename="../PluginManager/PluginInfoDialog.py" line="104" /> - <location filename="../PluginManager/PluginInfoDialog.py" line="81" /> - <location filename="../PluginManager/PluginInfoDialog.py" line="80" /> - <source>Yes</source> - <translation>Ja</translation> - </message> - <message> - <location filename="../PluginManager/PluginInfoDialog.py" line="80" /> - <source>On-Demand</source> - <translation>Bei Bedarf</translation> - </message> - <message> - <location filename="../PluginManager/PluginInfoDialog.py" line="81" /> - <source>No</source> - <translation>Nein</translation> - </message> </context> <context> <name>PluginInstallDialog</name> @@ -64331,6 +64331,16 @@ <context> <name>ProjectVenvConfigurationDialog</name> <message> + <location filename="../Project/ProjectVenvConfigurationDialog.py" line="58" /> + <source>Python Interpreter</source> + <translation>Python Interpreter</translation> + </message> + <message> + <location filename="../Project/ProjectVenvConfigurationDialog.py" line="62" /> + <source>Enter the executable search path to be prepended to the PATH environment variable. Use '{0}' as the separator.</source> + <translation>Gib den Suchpfad ein, der der PATH Umgebungsvariablen vorangestellt werden soll. Verwende '{0}' als Trenner.</translation> + </message> + <message> <location filename="../Project/ProjectVenvConfigurationDialog.ui" line="0" /> <source>Project Environment Configuration</source> <translation>Konfiguration der Projektumgebung</translation> @@ -64355,16 +64365,6 @@ <source>PATH Prefix:</source> <translation>PATH Präfix:</translation> </message> - <message> - <location filename="../Project/ProjectVenvConfigurationDialog.py" line="58" /> - <source>Python Interpreter</source> - <translation>Python Interpreter</translation> - </message> - <message> - <location filename="../Project/ProjectVenvConfigurationDialog.py" line="62" /> - <source>Enter the executable search path to be prepended to the PATH environment variable. Use '{0}' as the separator.</source> - <translation>Gib den Suchpfad ein, der der PATH Umgebungsvariablen vorangestellt werden soll. Verwende '{0}' als Trenner.</translation> - </message> </context> <context> <name>ProjectVenvCreationParametersDialog</name> @@ -65039,6 +65039,60 @@ <context> <name>PyCoverageDialog</name> <message> + <location filename="../DataViews/PyCoverageDialog.py" line="65" /> + <source>Create Report</source> + <translation>Bericht erzeugen</translation> + </message> + <message> + <location filename="../DataViews/PyCoverageDialog.py" line="66" /> + <source>HTML Report</source> + <translation>HTML Bericht</translation> + </message> + <message> + <location filename="../DataViews/PyCoverageDialog.py" line="68" /> + <source>JSON Report</source> + <translation>JSON Bericht</translation> + </message> + <message> + <location filename="../DataViews/PyCoverageDialog.py" line="434" /> + <location filename="../DataViews/PyCoverageDialog.py" line="69" /> + <source>LCOV Report</source> + <translation>LCOV Bericht</translation> + </message> + <message> + <location filename="../DataViews/PyCoverageDialog.py" line="73" /> + <source>Open</source> + <translation>Öffnen</translation> + </message> + <message> + <location filename="../DataViews/PyCoverageDialog.py" line="77" /> + <source>Erase Coverage Info</source> + <translation>Lösche Abdeckungsinfo</translation> + </message> + <message> + <location filename="../DataViews/PyCoverageDialog.py" line="276" /> + <source>Parse Error</source> + <translation>Parsefehler</translation> + </message> + <message numerus="yes"> + <location filename="../DataViews/PyCoverageDialog.py" line="277" /> + <source>%n file(s) could not be parsed. Coverage info for these is not available.</source> + <translation> + <numerusform>Eine Datei konnte nicht geparst werden. Coverage Informationen sind für diese nicht verfügbar.</numerusform> + <numerusform>%n Dateien konnten nicht geparst werden. Coverage Informationen sind für diese nicht verfügbar.</numerusform> + </translation> + </message> + <message> + <location filename="../DataViews/PyCoverageDialog.py" line="435" /> + <source>Enter the path of the output file:</source> + <translation>Gib den Pfad zur Ausgabedatei ein:</translation> + </message> + <message> + <location filename="../DataViews/PyCoverageDialog.py" line="439" /> + <source>LCOV Files (*.lcov);;All Files (*)</source> + <translation>LCOV Dateien (*.lcov);;Alle Dateien (*)</translation> + </message> + <message> <location filename="../DataViews/PyCoverageDialog.ui" line="0" /> <source>Python Code Coverage</source> <translation>Python-Quelltext-Abdeckung</translation> @@ -65139,60 +65193,6 @@ <source>%v/%m Files</source> <translation>%v/%m Dateien</translation> </message> - <message> - <location filename="../DataViews/PyCoverageDialog.py" line="65" /> - <source>Create Report</source> - <translation>Bericht erzeugen</translation> - </message> - <message> - <location filename="../DataViews/PyCoverageDialog.py" line="66" /> - <source>HTML Report</source> - <translation>HTML Bericht</translation> - </message> - <message> - <location filename="../DataViews/PyCoverageDialog.py" line="68" /> - <source>JSON Report</source> - <translation>JSON Bericht</translation> - </message> - <message> - <location filename="../DataViews/PyCoverageDialog.py" line="434" /> - <location filename="../DataViews/PyCoverageDialog.py" line="69" /> - <source>LCOV Report</source> - <translation>LCOV Bericht</translation> - </message> - <message> - <location filename="../DataViews/PyCoverageDialog.py" line="73" /> - <source>Open</source> - <translation>Öffnen</translation> - </message> - <message> - <location filename="../DataViews/PyCoverageDialog.py" line="77" /> - <source>Erase Coverage Info</source> - <translation>Lösche Abdeckungsinfo</translation> - </message> - <message> - <location filename="../DataViews/PyCoverageDialog.py" line="276" /> - <source>Parse Error</source> - <translation>Parsefehler</translation> - </message> - <message numerus="yes"> - <location filename="../DataViews/PyCoverageDialog.py" line="277" /> - <source>%n file(s) could not be parsed. Coverage info for these is not available.</source> - <translation> - <numerusform>Eine Datei konnte nicht geparst werden. Coverage Informationen sind für diese nicht verfügbar.</numerusform> - <numerusform>%n Dateien konnten nicht geparst werden. Coverage Informationen sind für diese nicht verfügbar.</numerusform> - </translation> - </message> - <message> - <location filename="../DataViews/PyCoverageDialog.py" line="435" /> - <source>Enter the path of the output file:</source> - <translation>Gib den Pfad zur Ausgabedatei ein:</translation> - </message> - <message> - <location filename="../DataViews/PyCoverageDialog.py" line="439" /> - <source>LCOV Files (*.lcov);;All Files (*)</source> - <translation>LCOV Dateien (*.lcov);;Alle Dateien (*)</translation> - </message> </context> <context> <name>PyCoverageHtmlReportDialog</name> @@ -65245,6 +65245,11 @@ <context> <name>PyCoverageJsonReportDialog</name> <message> + <location filename="../DataViews/PyCoverageJsonReportDialog.py" line="44" /> + <source>JSON Files (*.json);;All Files (*)</source> + <translation>JSON Dateien (*.json);;Alle Dateien (*)</translation> + </message> + <message> <location filename="../DataViews/PyCoverageJsonReportDialog.ui" line="0" /> <source>JSON Report</source> <translation>JSON Bericht</translation> @@ -65269,11 +65274,6 @@ <source>Enter the path of the output file</source> <translation>Gib den Pfad zur Ausgabedatei ein</translation> </message> - <message> - <location filename="../DataViews/PyCoverageJsonReportDialog.py" line="44" /> - <source>JSON Files (*.json);;All Files (*)</source> - <translation>JSON Dateien (*.json);;Alle Dateien (*)</translation> - </message> </context> <context> <name>PyProfileDialog</name> @@ -67178,91 +67178,6 @@ <context> <name>QRegularExpressionWizardCharactersDialog</name> <message> - <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> - <source>Editor for character sets</source> - <translation>Editor für Zeichenbereiche</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> - <source>The defined characters should not match</source> - <translation>Die angegebenen Zeichen sollen nicht übereinstimmen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> - <source>Predefined character ranges</source> - <translation>Vordefinierte Zeichenbereiche</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> - <source>Word character</source> - <translation>Ein Buchstabe</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> - <source>Digit</source> - <translation>Eine Ziffer</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> - <source>Newline</source> - <translation>Zeilenvorschub</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> - <source>Non-word character</source> - <translation>Kein Buchstabe</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> - <source>Non-digit</source> - <translation>Keine Ziffer</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> - <source>Non-newline</source> - <translation>Kein Zeilenvorschub</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> - <source>Whitespace character</source> - <translation>Ein Leerzeichen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> - <source>Horizontal whitespace character</source> - <translation>Ein horizontales Leerzeichen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> - <source>Vertical whitespace character</source> - <translation>Ein vertikales Leerzeichen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> - <source>Non-whitespace character</source> - <translation>Kein Leerzeichen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> - <source>Non-horizontal whitespace character</source> - <translation>Kein horizontales Leerzeichen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> - <source>Non-vertical whitespace character</source> - <translation>Kein vertikales Leerzeichen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> - <source>Single character</source> - <translation>Einzelnes Zeichen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> - <source>Character ranges</source> - <translation>Zeichenbereiche</translation> - </message> - <message> <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.py" line="52" /> <source>Normal character</source> <translation>Normales Zeichen</translation> @@ -68154,6 +68069,91 @@ <source>And:</source> <translation>Und:</translation> </message> + <message> + <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> + <source>Editor for character sets</source> + <translation>Editor für Zeichenbereiche</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> + <source>The defined characters should not match</source> + <translation>Die angegebenen Zeichen sollen nicht übereinstimmen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> + <source>Predefined character ranges</source> + <translation>Vordefinierte Zeichenbereiche</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> + <source>Word character</source> + <translation>Ein Buchstabe</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> + <source>Digit</source> + <translation>Eine Ziffer</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> + <source>Newline</source> + <translation>Zeilenvorschub</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> + <source>Non-word character</source> + <translation>Kein Buchstabe</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> + <source>Non-digit</source> + <translation>Keine Ziffer</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> + <source>Non-newline</source> + <translation>Kein Zeilenvorschub</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> + <source>Whitespace character</source> + <translation>Ein Leerzeichen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> + <source>Horizontal whitespace character</source> + <translation>Ein horizontales Leerzeichen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> + <source>Vertical whitespace character</source> + <translation>Ein vertikales Leerzeichen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> + <source>Non-whitespace character</source> + <translation>Kein Leerzeichen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> + <source>Non-horizontal whitespace character</source> + <translation>Kein horizontales Leerzeichen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> + <source>Non-vertical whitespace character</source> + <translation>Kein vertikales Leerzeichen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> + <source>Single character</source> + <translation>Einzelnes Zeichen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui" line="0" /> + <source>Character ranges</source> + <translation>Zeichenbereiche</translation> + </message> </context> <context> <name>QRegularExpressionWizardDialog</name> @@ -68851,6 +68851,34 @@ <context> <name>QtHelpDocumentationSelectionDialog</name> <message> + <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="147" /> + <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="126" /> + <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="105" /> + <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="89" /> + <source>Delete Documentation Sets</source> + <translation>Dokumentationssätze löschen</translation> + </message> + <message> + <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="90" /> + <source>Shall the selected documentation sets really be deleted?</source> + <translation>Sollen die ausgewählten Dokumentationssätze wirklich gelöscht werden?</translation> + </message> + <message> + <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="106" /> + <source><p>The documentation set <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> + <translation><p>Der Dokumentationssatz <b>{0}</b> konnte nicht gelöscht werden.</p><p>Ursache: {1}</p></translation> + </message> + <message> + <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="127" /> + <source>Shall the selected documentation set categories really be deleted?</source> + <translation>Sollen die gewählten Dumentenkategorien wirklich gelöscht werden?</translation> + </message> + <message> + <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="148" /> + <source>Shall all documentation sets really be deleted?</source> + <translation>Sollen wirklich alle Dokumentationssätze gelöscht werden?</translation> + </message> + <message> <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.ui" line="0" /> <source>QtHelp Documentations</source> <translation>QtHelp Dokumentationen</translation> @@ -68890,34 +68918,6 @@ <source>Delete All</source> <translation>Alle Löschen</translation> </message> - <message> - <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="147" /> - <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="126" /> - <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="105" /> - <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="89" /> - <source>Delete Documentation Sets</source> - <translation>Dokumentationssätze löschen</translation> - </message> - <message> - <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="90" /> - <source>Shall the selected documentation sets really be deleted?</source> - <translation>Sollen die ausgewählten Dokumentationssätze wirklich gelöscht werden?</translation> - </message> - <message> - <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="106" /> - <source><p>The documentation set <b>{0}</b> could not be deleted.</p><p>Reason: {1}</p></source> - <translation><p>Der Dokumentationssatz <b>{0}</b> konnte nicht gelöscht werden.</p><p>Ursache: {1}</p></translation> - </message> - <message> - <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="127" /> - <source>Shall the selected documentation set categories really be deleted?</source> - <translation>Sollen die gewählten Dumentenkategorien wirklich gelöscht werden?</translation> - </message> - <message> - <location filename="../QtHelpInterface/QtHelpDocumentationSelectionDialog.py" line="148" /> - <source>Shall all documentation sets really be deleted?</source> - <translation>Sollen wirklich alle Dokumentationssätze gelöscht werden?</translation> - </message> </context> <context> <name>QtHelpDocumentationSettingsWidget</name> @@ -68999,6 +68999,11 @@ <context> <name>QtPage</name> <message> + <location filename="../Preferences/ConfigurationPages/QtPage.py" line="150" /> + <source>Sample: {0}designer{1}</source> + <translation>Beispiel: {0}designer{1}</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/QtPage.ui" line="0" /> <source><b>Configure Qt</b></source> <translation><b>Qt-Einstellungen</b></translation> @@ -69234,11 +69239,6 @@ <source>pyside6-uic Options</source> <translation>pyside6-uic Optionen</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/QtPage.py" line="150" /> - <source>Sample: {0}designer{1}</source> - <translation>Beispiel: {0}designer{1}</translation> - </message> </context> <context> <name>Queues</name> @@ -70641,15 +70641,15 @@ <context> <name>RefactoringPreviewDialog</name> <message> + <location filename="../JediInterface/RefactoringPreviewDialog.py" line="37" /> + <source>&Apply Changes</source> + <translation>Änderungen &anwenden</translation> + </message> + <message> <location filename="../JediInterface/RefactoringPreviewDialog.ui" line="0" /> <source>Preview Changes</source> <translation>Änderungen ansehen</translation> </message> - <message> - <location filename="../JediInterface/RefactoringPreviewDialog.py" line="37" /> - <source>&Apply Changes</source> - <translation>Änderungen &anwenden</translation> - </message> </context> <context> <name>ReloadStopButton</name> @@ -70667,12 +70667,43 @@ <context> <name>RequirementsDialog</name> <message> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0" /> <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="43" /> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0" /> <source>Generate Requirements</source> <translation>Anforderungen erzeugen</translation> </message> <message> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="46" /> + <source>&Refresh</source> + <translation>&Aktualisieren</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="212" /> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="51" /> + <source>Text Files (*.txt);;All Files (*)</source> + <translation>Textdateien (*.txt);;Alle Dateien (*)</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="121" /> + <source>The requirements were changed. Do you want to overwrite these changes?</source> + <translation>Die Anforderungen wurden verändert. Sollen die Änderungen überschrieben werden?</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="155" /> + <source>No package specifiers generated.</source> + <translation>Es wurden keine Paketspezifikationen erzeugt.</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="173" /> + <source>The file <b>{0}</b> already exists. Do you want to overwrite it?</source> + <translation>Die Datei <b>{0}</b> existiert bereits. Soll sie überschrieben werden?</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="189" /> + <source><p>The requirements could not be written to <b>{0}</b>.</p><p>Reason: {1}</p></source> + <translation><p>Die Anforderungen konnten nicht in <b>{0}</b> gespeichert werden.</p><p>Ursache: {1}</p></translation> + </message> + <message> <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.ui" line="0" /> <source>Replace the current selection with the requirements text</source> <translation>Ersetzen der aktuellen Auswahl mit dem Anforderungstext</translation> @@ -70742,37 +70773,6 @@ <source><b>Editor Actions</b></source> <translation><b>Editoraktionen</b></translation> </message> - <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="46" /> - <source>&Refresh</source> - <translation>&Aktualisieren</translation> - </message> - <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="212" /> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="51" /> - <source>Text Files (*.txt);;All Files (*)</source> - <translation>Textdateien (*.txt);;Alle Dateien (*)</translation> - </message> - <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="121" /> - <source>The requirements were changed. Do you want to overwrite these changes?</source> - <translation>Die Anforderungen wurden verändert. Sollen die Änderungen überschrieben werden?</translation> - </message> - <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="155" /> - <source>No package specifiers generated.</source> - <translation>Es wurden keine Paketspezifikationen erzeugt.</translation> - </message> - <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="173" /> - <source>The file <b>{0}</b> already exists. Do you want to overwrite it?</source> - <translation>Die Datei <b>{0}</b> existiert bereits. Soll sie überschrieben werden?</translation> - </message> - <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/RequirementsDialog.py" line="189" /> - <source><p>The requirements could not be written to <b>{0}</b>.</p><p>Reason: {1}</p></source> - <translation><p>Die Anforderungen konnten nicht in <b>{0}</b> gespeichert werden.</p><p>Ursache: {1}</p></translation> - </message> </context> <context> <name>RestructuredTextProvider</name> @@ -71579,30 +71579,52 @@ <context> <name>SearchWidget</name> <message> + <location filename="../UI/SearchWidget.ui" line="0" /> <location filename="../WebBrowser/SearchWidget.ui" line="0" /> - <location filename="../UI/SearchWidget.ui" line="0" /> <source>Find</source> <translation>Suchen</translation> </message> <message> + <location filename="../UI/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> + </message> + <message> + <location filename="../UI/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="../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="../WebBrowser/SearchWidget.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="../WebBrowser/SearchWidget.ui" line="0" /> - <location filename="../UI/SearchWidget.ui" line="0" /> - <source>Press to close the window</source> - <translation>Drücken, um das Fenster zu schließen</translation> - </message> - <message> - <location filename="../WebBrowser/SearchWidget.ui" line="0" /> + <source>Select to match case sensitive</source> + <translation>Auswählen, um die Schreibweise zu beachten</translation> + </message> + <message> <location filename="../UI/SearchWidget.ui" line="0" /> - <source>Find:</source> - <translation>Suchen:</translation> - </message> - <message> <location filename="../WebBrowser/SearchWidget.ui" line="0" /> - <location filename="../UI/SearchWidget.ui" line="0" /> <source>Match case</source> <translation>Groß-/Kleinschreibung</translation> </message> <message> + <location filename="../WebBrowser/SearchWidget.py" line="105" /> + <source>Expression was not found.</source> + <translation>Ausdruck nicht gefunden.</translation> + </message> + <message> <location filename="../UI/SearchWidget.ui" line="0" /> <source>Whole word</source> <translation>Ganzes Wort</translation> @@ -71613,32 +71635,10 @@ <translation>Regexp</translation> </message> <message> - <location filename="../WebBrowser/SearchWidget.ui" line="0" /> - <location filename="../UI/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="../WebBrowser/SearchWidget.ui" line="0" /> - <location filename="../UI/SearchWidget.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="../UI/SearchWidget.py" line="218" /> <source>'{0}' was not found.</source> <translation>„{0}“ wurde nicht gefunden.</translation> </message> - <message> - <location filename="../WebBrowser/SearchWidget.ui" line="0" /> - <source>Select to match case sensitive</source> - <translation>Auswählen, um die Schreibweise zu beachten</translation> - </message> - <message> - <location filename="../WebBrowser/SearchWidget.py" line="105" /> - <source>Expression was not found.</source> - <translation>Ausdruck nicht gefunden.</translation> - </message> </context> <context> <name>SearchWidgetLine</name> @@ -72470,6 +72470,36 @@ <context> <name>SetupWizardDialog</name> <message> + <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="59" /> + <source>{0} Wizard</source> + <translation>{0} Assistent</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="105" /> + <source>Plain Text</source> + <translation>Normaler Text</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="106" /> + <source>Markdown</source> + <translation>Markdown</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="107" /> + <source>reStructuredText</source> + <translation>reStructuredText</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="967" /> + <source>Add Python Modules</source> + <translation>Python Module hinzufügen</translation> + </message> + <message> + <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="969" /> + <source>Python Files (*.py)</source> + <translation>Python Dateien (*.py)</translation> + </message> + <message> <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.ui" line="0" /> <source>Select to include the introductory part of the setup.py code</source> <translation>Auswählen, um den einleitenden Teil des setup.py Codes einzufügen</translation> @@ -72881,36 +72911,6 @@ <source>Populate from Project</source> <translation>Von Projekt befüllen</translation> </message> - <message> - <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="59" /> - <source>{0} Wizard</source> - <translation>{0} Assistent</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="105" /> - <source>Plain Text</source> - <translation>Normaler Text</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="106" /> - <source>Markdown</source> - <translation>Markdown</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="107" /> - <source>reStructuredText</source> - <translation>reStructuredText</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="967" /> - <source>Add Python Modules</source> - <translation>Python Module hinzufügen</translation> - </message> - <message> - <location filename="../Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py" line="969" /> - <source>Python Files (*.py)</source> - <translation>Python Dateien (*.py)</translation> - </message> </context> <context> <name>Shell</name> @@ -73261,6 +73261,21 @@ <context> <name>ShellPage</name> <message> + <location filename="../Preferences/ConfigurationPages/ShellPage.py" line="34" /> + <source>Disabled</source> + <translation>Ausgeschaltet</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ShellPage.py" line="37" /> + <source>Linux Style</source> + <translation>Linux Stil</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/ShellPage.py" line="40" /> + <source>Windows Style</source> + <translation>Windows Stil</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/ShellPage.ui" line="0" /> <source><b>Configure Shell</b></source> <translation><b>Shell-Einstellungen</b></translation> @@ -73432,21 +73447,6 @@ <source>Show stdout and stderr of debugger</source> <translation>Debugger StdOut und StdErr anzeigen</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/ShellPage.py" line="34" /> - <source>Disabled</source> - <translation>Ausgeschaltet</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ShellPage.py" line="37" /> - <source>Linux Style</source> - <translation>Linux Stil</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/ShellPage.py" line="40" /> - <source>Windows Style</source> - <translation>Windows Stil</translation> - </message> </context> <context> <name>ShellWindow</name> @@ -74277,11 +74277,6 @@ <context> <name>ShowBundlesDialog</name> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowBundlesDialog.ui" line="0" /> - <source>CircuitPython Bundles</source> - <translation>CircuitPython Bundles</translation> - </message> - <message> <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowBundlesDialog.py" line="36" /> <source>Available Bundles and Modules</source> <translation>Verfügbare Bundles und Module</translation> @@ -74301,10 +74296,20 @@ <source>unknown</source> <translation>unbekannt</translation> </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowBundlesDialog.ui" line="0" /> + <source>CircuitPython Bundles</source> + <translation>CircuitPython Bundles</translation> + </message> </context> <context> <name>ShowInstalledDialog</name> <message> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowInstalledDialog.py" line="40" /> + <source>unknown</source> + <translation>unbekannt</translation> + </message> + <message> <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowInstalledDialog.ui" line="0" /> <source>Installed Modules</source> <translation>Installierte Module</translation> @@ -74319,15 +74324,15 @@ <source>Version</source> <translation>Version</translation> </message> - <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowInstalledDialog.py" line="40" /> - <source>unknown</source> - <translation>unbekannt</translation> - </message> </context> <context> <name>ShowModulesDialog</name> <message> + <location filename="../MicroPython/ShowModulesDialog.py" line="88" /> + <source>Showing {0} of {1} modules/packages</source> + <translation>Zeige {0} von {1} Module/Pakete</translation> + </message> + <message> <location filename="../MicroPython/ShowModulesDialog.ui" line="0" /> <source>Available Modules</source> <translation>Verfügbare Module</translation> @@ -74352,40 +74357,10 @@ <source>Press to apply the entered filter.</source> <translation>Drücken, um den eingegebenen Filter anzuwenden.</translation> </message> - <message> - <location filename="../MicroPython/ShowModulesDialog.py" line="88" /> - <source>Showing {0} of {1} modules/packages</source> - <translation>Zeige {0} von {1} Module/Pakete</translation> - </message> </context> <context> <name>ShowOutdatedDialog</name> <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.ui" line="0" /> - <source>Outdated Modules</source> - <translation>Veraltete Module</translation> - </message> - <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.ui" line="0" /> - <source>Module</source> - <translation>Modul</translation> - </message> - <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.ui" line="0" /> - <source>Version</source> - <translation>Version</translation> - </message> - <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.ui" line="0" /> - <source>Latest</source> - <translation>Aktuellste</translation> - </message> - <message> - <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.ui" line="0" /> - <source>Update Reason</source> - <translation>Grund für Aktualisierung</translation> - </message> - <message> <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.py" line="59" /> <source>The following modules are out of date or probably need an update. Major Updates may include breaking changes. Review before updating. @@ -74430,6 +74405,31 @@ <source>All modules are up-to-date.</source> <translation>Alle Module sind aktuell.</translation> </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.ui" line="0" /> + <source>Outdated Modules</source> + <translation>Veraltete Module</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.ui" line="0" /> + <source>Module</source> + <translation>Modul</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.ui" line="0" /> + <source>Version</source> + <translation>Version</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.ui" line="0" /> + <source>Latest</source> + <translation>Aktuellste</translation> + </message> + <message> + <location filename="../MicroPython/Devices/CircuitPythonUpdater/ShowOutdatedDialog.ui" line="0" /> + <source>Update Reason</source> + <translation>Grund für Aktualisierung</translation> + </message> </context> <context> <name>SimplifyChecker</name> @@ -74685,6 +74685,64 @@ <context> <name>SiteInfoDialog</name> <message> + <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="96" /> + <source><b>Connection is encrypted but may be insecure.</b></source> + <translation><b>Verbindung ist verschlüsselt aber möglicherweise unsicher.</b></translation> + </message> + <message> + <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="107" /> + <source><b>Connection is encrypted.</b></source> + <translation><b>Verbindung ist verschlüsselt.</b></translation> + </message> + <message> + <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="110" /> + <source><b>Connection is not encrypted.</b></source> + <translation><b>Verbindung ist nicht verschlüsselt.</b></translation> + </message> + <message> + <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="265" /> + <source>Preview not available.</source> + <translation>Vorschau nicht verfügbar.</translation> + </message> + <message> + <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="277" /> + <source>Loading...</source> + <translation>Lade...</translation> + </message> + <message> + <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="292" /> + <source>Copy Image Location to Clipboard</source> + <translation>Bildadresse in die Zwischenablage kopieren</translation> + </message> + <message> + <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="295" /> + <source>Copy Image Name to Clipboard</source> + <translation>Bildbezeichnung in die Zwischenablage kopieren</translation> + </message> + <message> + <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="359" /> + <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="347" /> + <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="335" /> + <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="299" /> + <source>Save Image</source> + <translation>Bild speichern</translation> + </message> + <message> + <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="336" /> + <source><p>This preview is not available.</p></source> + <translation><p>Diese Vorschau ist nicht verfügbar.</p></translation> + </message> + <message> + <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="349" /> + <source>All Files (*)</source> + <translation>Alle Dateien (*)</translation> + </message> + <message> + <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="360" /> + <source><p>Cannot write to file <b>{0}</b>.</p></source> + <translation><p>In die Datei <b>{0}</b> kann nicht geschrieben werden.</p></translation> + </message> + <message> <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.ui" line="0" /> <source>Site Information</source> <translation>Site Informationen</translation> @@ -74754,64 +74812,6 @@ <source>Security</source> <translation>Sicherheit</translation> </message> - <message> - <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="96" /> - <source><b>Connection is encrypted but may be insecure.</b></source> - <translation><b>Verbindung ist verschlüsselt aber möglicherweise unsicher.</b></translation> - </message> - <message> - <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="107" /> - <source><b>Connection is encrypted.</b></source> - <translation><b>Verbindung ist verschlüsselt.</b></translation> - </message> - <message> - <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="110" /> - <source><b>Connection is not encrypted.</b></source> - <translation><b>Verbindung ist nicht verschlüsselt.</b></translation> - </message> - <message> - <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="265" /> - <source>Preview not available.</source> - <translation>Vorschau nicht verfügbar.</translation> - </message> - <message> - <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="277" /> - <source>Loading...</source> - <translation>Lade...</translation> - </message> - <message> - <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="292" /> - <source>Copy Image Location to Clipboard</source> - <translation>Bildadresse in die Zwischenablage kopieren</translation> - </message> - <message> - <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="295" /> - <source>Copy Image Name to Clipboard</source> - <translation>Bildbezeichnung in die Zwischenablage kopieren</translation> - </message> - <message> - <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="359" /> - <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="347" /> - <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="335" /> - <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="299" /> - <source>Save Image</source> - <translation>Bild speichern</translation> - </message> - <message> - <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="336" /> - <source><p>This preview is not available.</p></source> - <translation><p>Diese Vorschau ist nicht verfügbar.</p></translation> - </message> - <message> - <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="349" /> - <source>All Files (*)</source> - <translation>Alle Dateien (*)</translation> - </message> - <message> - <location filename="../WebBrowser/SiteInfo/SiteInfoDialog.py" line="360" /> - <source><p>Cannot write to file <b>{0}</b>.</p></source> - <translation><p>In die Datei <b>{0}</b> kann nicht geschrieben werden.</p></translation> - </message> </context> <context> <name>SiteInfoWidget</name> @@ -75478,6 +75478,17 @@ <context> <name>SpellingPropertiesDialog</name> <message> + <location filename="../Project/SpellingPropertiesDialog.py" line="44" /> + <location filename="../Project/SpellingPropertiesDialog.py" line="40" /> + <source>Dictionary File (*.dic);;All Files (*)</source> + <translation>Wörterbuch (*.dic);;Alle Dateien(*)</translation> + </message> + <message> + <location filename="../Project/SpellingPropertiesDialog.py" line="49" /> + <source><default></source> + <translation><Standard></translation> + </message> + <message> <location filename="../Project/SpellingPropertiesDialog.ui" line="0" /> <source>Spelling Properties</source> <translation>Einstellungen für Rechtschreibprüfung</translation> @@ -75512,17 +75523,6 @@ <source>Enter the filename of the project exclude list</source> <translation>Gib den Dateinamen der Projektausnahmenliste ein</translation> </message> - <message> - <location filename="../Project/SpellingPropertiesDialog.py" line="44" /> - <location filename="../Project/SpellingPropertiesDialog.py" line="40" /> - <source>Dictionary File (*.dic);;All Files (*)</source> - <translation>Wörterbuch (*.dic);;Alle Dateien(*)</translation> - </message> - <message> - <location filename="../Project/SpellingPropertiesDialog.py" line="49" /> - <source><default></source> - <translation><Standard></translation> - </message> </context> <context> <name>SqlBrowser</name> @@ -75653,6 +75653,41 @@ <context> <name>SqlBrowserWidget</name> <message> + <location filename="../SqlBrowser/SqlBrowserWidget.py" line="53" /> + <source>No database drivers found</source> + <translation>Keine Datenbanktreiber gefunden</translation> + </message> + <message> + <location filename="../SqlBrowser/SqlBrowserWidget.py" line="54" /> + <source>This tool requires at least one Qt database driver. Please check the Qt documentation how to build the Qt SQL plugins.</source> + <translation>Diese Tool erfordert mindestens einen Qt-Datenbanktreiber. Bitte prüfen Sie die Dokumentation für Angaben, um die Qt-SQL-Plugins zu bauen.</translation> + </message> + <message> + <location filename="../SqlBrowser/SqlBrowserWidget.py" line="65" /> + <source>Ready</source> + <translation>Bereit</translation> + </message> + <message> + <location filename="../SqlBrowser/SqlBrowserWidget.py" line="179" /> + <source>Unable to open database</source> + <translation>Datenbank kann nicht geöffnet werden</translation> + </message> + <message> + <location filename="../SqlBrowser/SqlBrowserWidget.py" line="180" /> + <source>An error occurred while opening the connection.</source> + <translation>Ein Fehler trat beim Öffnen der Datenbankverbindung auf.</translation> + </message> + <message> + <location filename="../SqlBrowser/SqlBrowserWidget.py" line="320" /> + <source>Query OK.</source> + <translation>Abfrage OK.</translation> + </message> + <message> + <location filename="../SqlBrowser/SqlBrowserWidget.py" line="323" /> + <source>Query OK, number of affected rows: {0}</source> + <translation>Abfrage OK, Anzahl betroffener Zeilen: {0}</translation> + </message> + <message> <location filename="../SqlBrowser/SqlBrowserWidget.ui" line="0" /> <source>eric SQL Browser</source> <translation>eric SQL-Browser</translation> @@ -75707,41 +75742,6 @@ <source>Deletes the current row</source> <translation>Löscht die aktuelle Zeile</translation> </message> - <message> - <location filename="../SqlBrowser/SqlBrowserWidget.py" line="53" /> - <source>No database drivers found</source> - <translation>Keine Datenbanktreiber gefunden</translation> - </message> - <message> - <location filename="../SqlBrowser/SqlBrowserWidget.py" line="54" /> - <source>This tool requires at least one Qt database driver. Please check the Qt documentation how to build the Qt SQL plugins.</source> - <translation>Diese Tool erfordert mindestens einen Qt-Datenbanktreiber. Bitte prüfen Sie die Dokumentation für Angaben, um die Qt-SQL-Plugins zu bauen.</translation> - </message> - <message> - <location filename="../SqlBrowser/SqlBrowserWidget.py" line="65" /> - <source>Ready</source> - <translation>Bereit</translation> - </message> - <message> - <location filename="../SqlBrowser/SqlBrowserWidget.py" line="179" /> - <source>Unable to open database</source> - <translation>Datenbank kann nicht geöffnet werden</translation> - </message> - <message> - <location filename="../SqlBrowser/SqlBrowserWidget.py" line="180" /> - <source>An error occurred while opening the connection.</source> - <translation>Ein Fehler trat beim Öffnen der Datenbankverbindung auf.</translation> - </message> - <message> - <location filename="../SqlBrowser/SqlBrowserWidget.py" line="320" /> - <source>Query OK.</source> - <translation>Abfrage OK.</translation> - </message> - <message> - <location filename="../SqlBrowser/SqlBrowserWidget.py" line="323" /> - <source>Query OK, number of affected rows: {0}</source> - <translation>Abfrage OK, Anzahl betroffener Zeilen: {0}</translation> - </message> </context> <context> <name>SqlConnectionDialog</name> @@ -75975,6 +75975,57 @@ <context> <name>StartDialog</name> <message> + <location filename="../Debugger/StartDialog.py" line="148" /> + <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;All Files (*)</source> + <translation>Python 3-Dateien (*.py *.py3);;Python 3-GUI-Dateien (*.pyw *.pyw3);;Alle Dateien (*)</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.py" line="164" /> + <source>Clear Histories</source> + <translation>Chroniken löschen</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.py" line="400" /> + <location filename="../Debugger/StartDialog.py" line="167" /> + <source>Edit History</source> + <translation>Historie bearbeiten</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.py" line="218" /> + <source>Enter the list of programs or program patterns not to be debugged separated by '{0}'.</source> + <translation>Gib eine List von nicht zu debuggenden Programmen oder Programmmuster durch '{0}' getrennt ein.</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.py" line="383" /> + <source>Script Name</source> + <translation>Skriptname</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.py" line="384" /> + <source>Script Parameters</source> + <translation>Skriptparameter</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.py" line="385" /> + <source>Working Directory</source> + <translation>Arbeitsverzeichnis</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.py" line="386" /> + <source>Environment</source> + <translation>Umgebung</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.py" line="396" /> + <source>No Debug Programs</source> + <translation>Nicht zu debuggende Programme</translation> + </message> + <message> + <location filename="../Debugger/StartDialog.py" line="401" /> + <source>Select the history list to be edited:</source> + <translation>Wähle die zu bearbeitende Chronik aus:</translation> + </message> + <message> <location filename="../Debugger/StartDialog.ui" line="0" /> <source>Start</source> <translation>Start</translation> @@ -76240,57 +76291,6 @@ <source>Erase timing data</source> <translation>Lösche Timing Daten</translation> </message> - <message> - <location filename="../Debugger/StartDialog.py" line="148" /> - <source>Python Files (*.py *.py3);;Python GUI Files (*.pyw *.pyw3);;All Files (*)</source> - <translation>Python 3-Dateien (*.py *.py3);;Python 3-GUI-Dateien (*.pyw *.pyw3);;Alle Dateien (*)</translation> - </message> - <message> - <location filename="../Debugger/StartDialog.py" line="164" /> - <source>Clear Histories</source> - <translation>Chroniken löschen</translation> - </message> - <message> - <location filename="../Debugger/StartDialog.py" line="400" /> - <location filename="../Debugger/StartDialog.py" line="167" /> - <source>Edit History</source> - <translation>Historie bearbeiten</translation> - </message> - <message> - <location filename="../Debugger/StartDialog.py" line="218" /> - <source>Enter the list of programs or program patterns not to be debugged separated by '{0}'.</source> - <translation>Gib eine List von nicht zu debuggenden Programmen oder Programmmuster durch '{0}' getrennt ein.</translation> - </message> - <message> - <location filename="../Debugger/StartDialog.py" line="383" /> - <source>Script Name</source> - <translation>Skriptname</translation> - </message> - <message> - <location filename="../Debugger/StartDialog.py" line="384" /> - <source>Script Parameters</source> - <translation>Skriptparameter</translation> - </message> - <message> - <location filename="../Debugger/StartDialog.py" line="385" /> - <source>Working Directory</source> - <translation>Arbeitsverzeichnis</translation> - </message> - <message> - <location filename="../Debugger/StartDialog.py" line="386" /> - <source>Environment</source> - <translation>Umgebung</translation> - </message> - <message> - <location filename="../Debugger/StartDialog.py" line="396" /> - <source>No Debug Programs</source> - <translation>Nicht zu debuggende Programme</translation> - </message> - <message> - <location filename="../Debugger/StartDialog.py" line="401" /> - <source>Select the history list to be edited:</source> - <translation>Wähle die zu bearbeitende Chronik aus:</translation> - </message> </context> <context> <name>StartHistoryEditDialog</name> @@ -76715,6 +76715,31 @@ <context> <name>SubstyleDefinitionDialog</name> <message> + <location filename="../Preferences/SubstyleDefinitionDialog.py" line="44" /> + <source><h3>{0} - {1}</h3></source> + <translation><h3>{0} - {1}</h3></translation> + </message> + <message> + <location filename="../Preferences/SubstyleDefinitionDialog.py" line="90" /> + <source>Reset Sub-Style Data</source> + <translation>Unterstildaten zurücksetzen</translation> + </message> + <message> + <location filename="../Preferences/SubstyleDefinitionDialog.py" line="91" /> + <source>Shall the entered sub-style data be reset?</source> + <translation>Sollen die eingegebenen Unterstildaten zurückgesetzt werden?</translation> + </message> + <message> + <location filename="../Preferences/SubstyleDefinitionDialog.py" line="116" /> + <source>Set Sub-Style Data to Default</source> + <translation>Unterstildaten auf Standardwerte setzen</translation> + </message> + <message> + <location filename="../Preferences/SubstyleDefinitionDialog.py" line="117" /> + <source>Shall the sub-style data be set to default values?</source> + <translation>Sollen die eingegebenen Unterstildaten auf Standardwerte gesetzt werden?</translation> + </message> + <message> <location filename="../Preferences/SubstyleDefinitionDialog.ui" line="0" /> <source>Define Sub-Style</source> <translation>Unterstil definieren</translation> @@ -76759,35 +76784,388 @@ <source>Defaults</source> <translation>Standardwerte</translation> </message> - <message> - <location filename="../Preferences/SubstyleDefinitionDialog.py" line="44" /> - <source><h3>{0} - {1}</h3></source> - <translation><h3>{0} - {1}</h3></translation> - </message> - <message> - <location filename="../Preferences/SubstyleDefinitionDialog.py" line="90" /> - <source>Reset Sub-Style Data</source> - <translation>Unterstildaten zurücksetzen</translation> - </message> - <message> - <location filename="../Preferences/SubstyleDefinitionDialog.py" line="91" /> - <source>Shall the entered sub-style data be reset?</source> - <translation>Sollen die eingegebenen Unterstildaten zurückgesetzt werden?</translation> - </message> - <message> - <location filename="../Preferences/SubstyleDefinitionDialog.py" line="116" /> - <source>Set Sub-Style Data to Default</source> - <translation>Unterstildaten auf Standardwerte setzen</translation> - </message> - <message> - <location filename="../Preferences/SubstyleDefinitionDialog.py" line="117" /> - <source>Shall the sub-style data be set to default values?</source> - <translation>Sollen die eingegebenen Unterstildaten auf Standardwerte gesetzt werden?</translation> - </message> </context> <context> <name>Subversion</name> <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="181" /> + <source>The svn process finished with the exit code {0}</source> + <translation>Der svn-Prozess endete mit dem Code {0}</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2134" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="185" /> + <source>The svn process did not finish within 30s.</source> + <translation>Der svn-Prozess endete nicht innerhalb von 30s.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="187" /> + <source>Could not start the svn executable.</source> + <translation>Das svn-Programm konnte nicht gestartet werden.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="214" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="224" /> + <source>Create project in repository</source> + <translation>Projekt im Repository anlegen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="215" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="225" /> + <source>The project could not be created in the repository. Maybe the given repository doesn't exist or the repository server is down.</source> + <translation>Das Projekt konnte nicht im Repository angelegt werden. Vielleicht existiert das angegebene Repository nicht oder der Repositoryserver ist nicht verfügbar.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="240" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="250" /> + <source>New project</source> + <translation>Neues Projekt</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="241" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="251" /> + <source>The project could not be checked out of the repository.<br />Restoring the original contents.</source> + <translation>Das Projekt konnte nicht aus dem Repository geladen werden.<br />Stelle das Original wieder her.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="320" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="334" /> + <source>Importing project into Subversion repository</source> + <translation>Lade das Projekt in das Subversion-Repository</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="379" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="375" /> + <source>Subversion Checkout</source> + <translation>Subversion-Checkout</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="450" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="380" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="436" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="376" /> + <source>The tag must be a normal tag (tags) or a branch tag (branches). Please select from the list.</source> + <translation>Das Tag muss ein normales Tag (tags) oder ein Zweigtag (branches) sein. Bitte aus der Liste auswählen.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="402" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="402" /> + <source>Checking project out of Subversion repository</source> + <translation>Lade das Projekt aus dem Subversion-Repository</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="449" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="435" /> + <source>Subversion Export</source> + <translation>Subversion-Export</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="471" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="459" /> + <source>Exporting project from Subversion repository</source> + <translation>Expotiere das Projekt aus dem Subversion-Repository</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="554" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="532" /> + <source>Commit Changes</source> + <translation>Änderungen einpflegen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="555" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="533" /> + <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source> + <translation>Das Einpflegen von Änderungen betrifft Dateien mit ungesicherten Änderungen. Soll die Aktion fortgesetzt werden?</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="597" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="582" /> + <source>Commiting changes to Subversion repository</source> + <translation>Pflege Änderungen in das Subversion-Repository ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="702" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="657" /> + <source>Synchronizing with the Subversion repository</source> + <translation>Gleiche mit dem Subversion-Repository ab</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="814" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="757" /> + <source>Adding files/directories to the Subversion repository</source> + <translation>Füge Dateien/Verzeichnisse dem Subversion-Repository hinzu</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="923" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="848" /> + <source>Adding directory trees to the Subversion repository</source> + <translation>Füge Verzeichnisbäume dem Subversion-Repository hinzu</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="964" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="885" /> + <source>Removing files/directories from the Subversion repository</source> + <translation>Lösche Dateien/Verzeichnisse aus dem Subversion-Repository</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1028" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="949" /> + <source>Moving {0}</source> + <translation>Verschiebe {0}</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1327" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1298" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1158" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1128" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1212" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1183" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1060" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1031" /> + <source>Subversion Error</source> + <translation>Subversion-Fehler</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1129" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1032" /> + <source>The URL of the project repository could not be retrieved from the working copy. The tag operation will be aborted</source> + <translation>Die URL des Projektrepositorys konnte nicht aus der Arbeitskopie ermittelt werden. Die Tag-Operation wird abgebrochen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1159" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1061" /> + <source>The URL of the project repository has an invalid format. The tag operation will be aborted</source> + <translation>Die URL des Projektrepositorys hat ein ungültiges Format. Die Tag-Operation wird abgebrochen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1195" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1181" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1095" /> + <source>Tagging {0} in the Subversion repository</source> + <translation>Markiere {0} im Subversion-Repository</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1242" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1231" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1139" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1128" /> + <source>Revert changes</source> + <translation>Änderungen rückgängig</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1232" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1129" /> + <source>Do you really want to revert all changes to these files or directories?</source> + <translation>Wollen Sie wirklich alle Änderungen an den folgenden Dateien oder Verzeichnissen rückgängig machen?</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1243" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1140" /> + <source>Do you really want to revert all changes of the project?</source> + <translation>Wollen Sie wirklich alle Änderungen des Projektes rückgängig machen?</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1251" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1146" /> + <source>Reverting changes</source> + <translation>Mache Änderungen rückgängig</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1299" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1184" /> + <source>The URL of the project repository could not be retrieved from the working copy. The switch operation will be aborted</source> + <translation>Die URL des Projektrepositorys konnte nicht aus der Arbeitskopie ermittelt werden. Die Umschaltoperation wird abgebrochen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1328" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1213" /> + <source>The URL of the project repository has an invalid format. The switch operation will be aborted</source> + <translation>Die URL des Projektrepositorys hat ein ungültiges Format. Die Umschaltoperation wird abgebrochen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1351" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1242" /> + <source>Switching to {0}</source> + <translation>Schalte {0} um</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1452" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1309" /> + <source>Merging {0}</source> + <translation>Arbeite Änderungen in {0} ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1782" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1598" /> + <source>Cleaning up {0}</source> + <translation>Räume {0} auf</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1823" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1629" /> + <source>Subversion command</source> + <translation>Subversion-Befehl</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1955" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1812" /> + <source>Resolving conficts</source> + <translation>Löse Konflikte</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1999" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1848" /> + <source>Copying {0}</source> + <translation>Kopiere {0}</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2079" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2062" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1919" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1898" /> + <source>Subversion Set Property</source> + <translation>Subversion-Eigenschaft definieren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2126" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2063" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1947" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1899" /> + <source>You have to supply a property name. Aborting.</source> + <translation>Sie müssen einen Namen für die Eigenschaft angeben. Abbruch.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2142" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2125" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1964" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1946" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1935" /> + <source>Subversion Delete Property</source> + <translation>Subversion-Eigenschaft löschen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1936" /> + <source>Enter property name</source> + <translation>Gib den Namen der Eigenschaft ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2136" /> + <source>The process {0} could not be started. Ensure, that it is in the search path.</source> + <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2398" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2386" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2377" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2202" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2190" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2181" /> + <source>Subversion Side-by-Side Difference</source> + <translation>Subversion Unterschiede nebeneinander anzeigen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2399" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2203" /> + <source><p>The file <b>{0}</b> could not be read.</p></source> + <translation><p>Die Datei <b>{0}</b> konnte nicht gelesen werden.</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2461" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2256" /> + <source>Locking in the Subversion repository</source> + <translation>Sperren im Subversion-Repository</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2503" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2284" /> + <source>Unlocking in the Subversion repository</source> + <translation>Entsperren im Subversion-Repository</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2553" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2310" /> + <source>Relocating</source> + <translation>Relozierung</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2579" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2329" /> + <source>Repository Browser</source> + <translation>Repositorybrowser</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2580" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2330" /> + <source>Enter the repository URL.</source> + <translation>Gib die URL des Repository ein.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2605" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2400" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2363" /> + <source>Remove from changelist</source> + <translation>Von Änderungsliste entfernen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2644" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2633" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2379" /> + <source>Add to changelist</source> + <translation>Zu Änderungsliste hinzufügen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2634" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2380" /> + <source>Enter name of the changelist:</source> + <translation>Gib den Namen der Änderungsliste ein:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2701" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2470" /> + <source>Upgrade</source> + <translation>Modernisieren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="338" /> + <source>Imported revision {0}. +</source> + <translation>Revision {0} importiert. +</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="631" /> + <source>Committed revision {0}.</source> + <translation>Revision {0} eingepflegt.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1359" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1206" /> + <source>Revision {0}. +</source> + <translation>Revision {0}. +</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2102" /> + <source>Property set.</source> + <translation>Eigenschaft definiert.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2160" /> + <source>Property deleted.</source> + <translation>Eigenschaft gelöscht.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2443" /> + <source>Subversion Lock</source> + <translation>Subversion-Sperre</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2444" /> + <source>Enter lock comment</source> + <translation>Gib eine Kommentar für die Sperre ein</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="32" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="16" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnConst.py" line="15" /> @@ -76958,432 +77336,54 @@ <source>unversioned</source> <translation>unversioniert</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="224" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="214" /> - <source>Create project in repository</source> - <translation>Projekt im Repository anlegen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="225" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="215" /> - <source>The project could not be created in the repository. Maybe the given repository doesn't exist or the repository server is down.</source> - <translation>Das Projekt konnte nicht im Repository angelegt werden. Vielleicht existiert das angegebene Repository nicht oder der Repositoryserver ist nicht verfügbar.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="250" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="240" /> - <source>New project</source> - <translation>Neues Projekt</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="251" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="241" /> - <source>The project could not be checked out of the repository.<br />Restoring the original contents.</source> - <translation>Das Projekt konnte nicht aus dem Repository geladen werden.<br />Stelle das Original wieder her.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="334" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="320" /> - <source>Importing project into Subversion repository</source> - <translation>Lade das Projekt in das Subversion-Repository</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="338" /> - <source>Imported revision {0}. -</source> - <translation>Revision {0} importiert. -</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="375" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="379" /> - <source>Subversion Checkout</source> - <translation>Subversion-Checkout</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="436" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="376" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="450" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="380" /> - <source>The tag must be a normal tag (tags) or a branch tag (branches). Please select from the list.</source> - <translation>Das Tag muss ein normales Tag (tags) oder ein Zweigtag (branches) sein. Bitte aus der Liste auswählen.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="402" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="402" /> - <source>Checking project out of Subversion repository</source> - <translation>Lade das Projekt aus dem Subversion-Repository</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="435" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="449" /> - <source>Subversion Export</source> - <translation>Subversion-Export</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="459" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="471" /> - <source>Exporting project from Subversion repository</source> - <translation>Expotiere das Projekt aus dem Subversion-Repository</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="532" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="554" /> - <source>Commit Changes</source> - <translation>Änderungen einpflegen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="533" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="555" /> - <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source> - <translation>Das Einpflegen von Änderungen betrifft Dateien mit ungesicherten Änderungen. Soll die Aktion fortgesetzt werden?</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="582" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="597" /> - <source>Commiting changes to Subversion repository</source> - <translation>Pflege Änderungen in das Subversion-Repository ein</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="631" /> - <source>Committed revision {0}.</source> - <translation>Revision {0} eingepflegt.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="657" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="702" /> - <source>Synchronizing with the Subversion repository</source> - <translation>Gleiche mit dem Subversion-Repository ab</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="757" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="814" /> - <source>Adding files/directories to the Subversion repository</source> - <translation>Füge Dateien/Verzeichnisse dem Subversion-Repository hinzu</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="848" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="923" /> - <source>Adding directory trees to the Subversion repository</source> - <translation>Füge Verzeichnisbäume dem Subversion-Repository hinzu</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="885" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="964" /> - <source>Removing files/directories from the Subversion repository</source> - <translation>Lösche Dateien/Verzeichnisse aus dem Subversion-Repository</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="949" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1028" /> - <source>Moving {0}</source> - <translation>Verschiebe {0}</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1212" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1183" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1060" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1031" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1327" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1298" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1158" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1128" /> - <source>Subversion Error</source> - <translation>Subversion-Fehler</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1032" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1129" /> - <source>The URL of the project repository could not be retrieved from the working copy. The tag operation will be aborted</source> - <translation>Die URL des Projektrepositorys konnte nicht aus der Arbeitskopie ermittelt werden. Die Tag-Operation wird abgebrochen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1061" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1159" /> - <source>The URL of the project repository has an invalid format. The tag operation will be aborted</source> - <translation>Die URL des Projektrepositorys hat ein ungültiges Format. Die Tag-Operation wird abgebrochen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1095" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1195" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1181" /> - <source>Tagging {0} in the Subversion repository</source> - <translation>Markiere {0} im Subversion-Repository</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1359" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1206" /> - <source>Revision {0}. -</source> - <translation>Revision {0}. -</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1139" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1128" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1242" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1231" /> - <source>Revert changes</source> - <translation>Änderungen rückgängig</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1129" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1232" /> - <source>Do you really want to revert all changes to these files or directories?</source> - <translation>Wollen Sie wirklich alle Änderungen an den folgenden Dateien oder Verzeichnissen rückgängig machen?</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1140" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1243" /> - <source>Do you really want to revert all changes of the project?</source> - <translation>Wollen Sie wirklich alle Änderungen des Projektes rückgängig machen?</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1146" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1251" /> - <source>Reverting changes</source> - <translation>Mache Änderungen rückgängig</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1184" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1299" /> - <source>The URL of the project repository could not be retrieved from the working copy. The switch operation will be aborted</source> - <translation>Die URL des Projektrepositorys konnte nicht aus der Arbeitskopie ermittelt werden. Die Umschaltoperation wird abgebrochen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1213" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1328" /> - <source>The URL of the project repository has an invalid format. The switch operation will be aborted</source> - <translation>Die URL des Projektrepositorys hat ein ungültiges Format. Die Umschaltoperation wird abgebrochen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1242" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1351" /> - <source>Switching to {0}</source> - <translation>Schalte {0} um</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1309" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1452" /> - <source>Merging {0}</source> - <translation>Arbeite Änderungen in {0} ein</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1598" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1782" /> - <source>Cleaning up {0}</source> - <translation>Räume {0} auf</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1629" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1823" /> - <source>Subversion command</source> - <translation>Subversion-Befehl</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1812" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1955" /> - <source>Resolving conficts</source> - <translation>Löse Konflikte</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1848" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1999" /> - <source>Copying {0}</source> - <translation>Kopiere {0}</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1919" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1898" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2079" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2062" /> - <source>Subversion Set Property</source> - <translation>Subversion-Eigenschaft definieren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1947" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1899" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2126" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2063" /> - <source>You have to supply a property name. Aborting.</source> - <translation>Sie müssen einen Namen für die Eigenschaft angeben. Abbruch.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2102" /> - <source>Property set.</source> - <translation>Eigenschaft definiert.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1964" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1946" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1935" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2142" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2125" /> - <source>Subversion Delete Property</source> - <translation>Subversion-Eigenschaft löschen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2160" /> - <source>Property deleted.</source> - <translation>Eigenschaft gelöscht.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2202" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2190" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2181" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2398" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2386" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2377" /> - <source>Subversion Side-by-Side Difference</source> - <translation>Subversion Unterschiede nebeneinander anzeigen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2203" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2399" /> - <source><p>The file <b>{0}</b> could not be read.</p></source> - <translation><p>Die Datei <b>{0}</b> konnte nicht gelesen werden.</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2443" /> - <source>Subversion Lock</source> - <translation>Subversion-Sperre</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2444" /> - <source>Enter lock comment</source> - <translation>Gib eine Kommentar für die Sperre ein</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2256" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2461" /> - <source>Locking in the Subversion repository</source> - <translation>Sperren im Subversion-Repository</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2284" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2503" /> - <source>Unlocking in the Subversion repository</source> - <translation>Entsperren im Subversion-Repository</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2310" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2553" /> - <source>Relocating</source> - <translation>Relozierung</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2329" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2579" /> - <source>Repository Browser</source> - <translation>Repositorybrowser</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2330" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2580" /> - <source>Enter the repository URL.</source> - <translation>Gib die URL des Repository ein.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2400" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2363" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2605" /> - <source>Remove from changelist</source> - <translation>Von Änderungsliste entfernen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2379" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2644" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2633" /> - <source>Add to changelist</source> - <translation>Zu Änderungsliste hinzufügen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2380" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2634" /> - <source>Enter name of the changelist:</source> - <translation>Gib den Namen der Änderungsliste ein:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2470" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="2701" /> - <source>Upgrade</source> - <translation>Modernisieren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="181" /> - <source>The svn process finished with the exit code {0}</source> - <translation>Der svn-Prozess endete mit dem Code {0}</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2134" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="185" /> - <source>The svn process did not finish within 30s.</source> - <translation>Der svn-Prozess endete nicht innerhalb von 30s.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="187" /> - <source>Could not start the svn executable.</source> - <translation>Das svn-Programm konnte nicht gestartet werden.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1936" /> - <source>Enter property name</source> - <translation>Gib den Namen der Eigenschaft ein</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="2136" /> - <source>The process {0} could not be started. Ensure, that it is in the search path.</source> - <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> - </message> </context> <context> <name>SubversionPage</name> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" /> <source><b>Configure Subversion Interface</b></source> <translation><b>Subversion-Schnittstelle einstellen</b></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" /> <source>Log</source> <translation>Log</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" /> <source>No. of log messages shown:</source> <translation>Anzahl angezeigter Logmeldungen:</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" /> <source>Enter the number of log messages to be shown</source> <translation>Gib die Anzahl anzuzeigender Logmeldungen ein</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" /> <source>Edit the subversion config file</source> <translation>Editiere die Subversion-config-Datei</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" /> <source>Edit config file</source> <translation>Editiere config-Datei</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" /> <source>Edit the subversion servers file</source> <translation>Editiere die Subversion-servers-Datei</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ConfigurationPage/SubversionPage.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ConfigurationPage/SubversionPage.ui" line="0" /> <source>Edit servers file</source> <translation>Editiere servers-Datei</translation> </message> @@ -77429,32 +77429,42 @@ <context> <name>SvnBlameDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="110" /> + <source>Process Generation Error</source> + <translation>Fehler beim Prozessstart</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="111" /> + <source>The process {0} could not be started. Ensure, that it is in the search path.</source> + <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui" line="0" /> <source>Subversion Blame</source> <translation>Subversion-Blame</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui" line="0" /> <source>Revision</source> <translation>Revision</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui" line="0" /> <source>Author</source> <translation>Autor</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui" line="0" /> <source>Line</source> <translation>Zeile</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnBlameDialog.ui" line="0" /> <source>Errors</source> <translation>Fehler</translation> </message> @@ -77498,60 +77508,38 @@ <source>Alt+P</source> <translation>Alt+P</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="110" /> - <source>Process Generation Error</source> - <translation>Fehler beim Prozessstart</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnBlameDialog.py" line="111" /> - <source>The process {0} could not be started. Ensure, that it is in the search path.</source> - <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> - </message> </context> <context> <name>SvnChangeListsDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.ui" line="0" /> <source>Subversion Change Lists</source> <translation>Subversion-Änderungslisten</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.ui" line="0" /> <source>Change Lists:</source> <translation>Änderungslisten:</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.ui" line="0" /> <source><b>Change Lists</b> <p>Select a change list here to see the associated files in the list below.</p></source> <translation><b>Änderungslisten</b> <p>Wähle eine Änderungsliste aus, um unten die zugeordneten Dateien zu sehen.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.ui" line="0" /> <source><b>Files</b> <p>This shows a list of files associated with the change list selected above.</p></source> <translation><b>Dateien</b> <p>Dies zeigt eine Liste der Dateien an, die der oben ausgewählten Änderungsliste zugeordnet sind.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="86" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.py" line="81" /> - <source>Files (relative to {0}):</source> - <translation>Dateien (relativ zu {0}):</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="150" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.py" line="112" /> - <source>No change lists found</source> - <translation>Keine Änderungslisten gefunden</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui" line="0" /> <source>Errors</source> <translation>Fehler</translation> @@ -77597,6 +77585,12 @@ <translation>Alt+K</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.py" line="81" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="86" /> + <source>Files (relative to {0}):</source> + <translation>Dateien (relativ zu {0}):</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="119" /> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> @@ -77606,30 +77600,36 @@ <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnChangeListsDialog.py" line="112" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.py" line="150" /> + <source>No change lists found</source> + <translation>Keine Änderungslisten gefunden</translation> + </message> </context> <context> <name>SvnCommandDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" /> <source>Subversion Command</source> <translation>Subversion-Befehl</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" /> <source>Subversion Command:</source> <translation>Subversion-Befehl:</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" /> <source>Enter the Subversion command to be executed with all necessary parameters</source> <translation>Gib den auszuführenden Subversion-Befehlmit allen notwendigen Parametern ein</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" /> <source><b>Subversion Command</b> <p>Enter the Subversion command to be executed including all necessary parameters. If a parameter of the commandline includes a space you have to @@ -77642,20 +77642,20 @@ svn-Programms darf nicht eingegeben werden.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" /> <source>Working Directory:<br>(optional)</source> <translation>Arbeitsverzeichnis:<br>(optional)</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" /> <source>Enter the working directory for the Subversion command</source> <translation>Gib das Arbeitsverzeichnis für den Subversion-Befehl ein</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" /> <source><b>Working directory</b> <p>Enter the working directory for the Subversion command. This is an optional entry. The button to the right will open a @@ -77665,20 +77665,20 @@ Der Knopf rechts öffnet einen Verzeichnisauswahldialog.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" /> <source>Project Directory:</source> <translation>Projektverzeichnis:</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" /> <source>This shows the root directory of the current project.</source> <translation>Dies zeigt das Hauptverzeichnis des aktuellen Projektes an.</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommandDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommandDialog.ui" line="0" /> <source>project directory</source> <translation>Projektverzeichnis</translation> </message> @@ -77686,64 +77686,64 @@ <context> <name>SvnCommitDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" /> <source>Subversion</source> <translation>Subversion</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" /> <source>Commit Message</source> <translation>Änderungsbeschreibung</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" /> <source>Enter the log message.</source> <translation>Die Änderungsbeschreibung eingeben.</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" /> <source><b>Log Message</b> <p>Enter the log message for the commit action.</p></source> <translation><b>Änderungsbeschreibung</b> <p>Gib die Änderungsbeschreibung für diese Einpflegeaktion ein.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" /> <source>Recent commit messages</source> <translation>Letzte Änderungsbeschreibungen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" /> <source>Select a recent commit message to use</source> <translation>Wähle eine zu verwendende Änderungsbeschreibung</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" /> <source>Changelists</source> <translation>Änderungslisten</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" /> <source>Select the change lists to limit the commit</source> <translation>Wähle Änderungslisten aus, um die Einpflegeaktion zu begrenzen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" /> <source>Select to keep the changelists</source> <translation>Auswählen, um die Änderungslisten zu erhalten</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCommitDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCommitDialog.ui" line="0" /> <source>Keep changelists</source> <translation>Änderungslisten erhalten</translation> </message> @@ -77751,66 +77751,66 @@ <context> <name>SvnCopyDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" /> <source>Subversion Copy</source> <translation>Subversion-Kopieren</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" /> <source>Source:</source> <translation>Quelle:</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" /> <source>Shows the name of the source</source> <translation>Zeigt den Namen der Quelle</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" /> <source><b>Source name</b> <p>This field shows the name of the source.</p></source> <translation><b>Quellname</b> <p>Dieses Feld zeigt den namen der Quelle an.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" /> <source>Target:</source> <translation>Ziel:</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" /> <source>Enter the target name</source> <translation>Gib den Zielnamen ein</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" /> <source><b>Target name</b> <p>Enter the new name in this field. The target must be the new name or an absolute path.</p></source> <translation><b>Zielname</b> <p>Gib den Zielnamen in dieses Feld ein. Der Zielname muss der neue Name oder ein absoluter Pfad sein.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" /> <source>Select to force the operation</source> <translation>Auswählen, um die Operation zu erzwingen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.ui" line="0" /> <source>Enforce operation</source> <translation>Operation erzwingen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py" line="49" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnCopyDialog.py" line="49" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py" line="49" /> <source>Subversion Move</source> <translation>Subversion-Verschieben</translation> </message> @@ -77818,43 +77818,34 @@ <context> <name>SvnDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.py" line="165" /> + <source>Process Generation Error</source> + <translation>Fehler beim Prozessstart</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.py" line="166" /> + <source>The process {0} could not be started. Ensure, that it is in the search path.</source> + <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.ui" line="0" /> <source>Subversion</source> <translation>Subversion</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.ui" line="0" /> <source>Output</source> <translation>Ausgabe</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.ui" line="0" /> <source>Errors</source> <translation>Fehler</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.py" line="80" /> - <source>Revision {0}. -</source> - <translation>Revision {0}. -</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.py" line="88" /> - <source> (binary)</source> - <translation> (binär)</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.py" line="91" /> - <source>{0} {1}{2} -</source> - <translation>{0} {1}{2} -</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.ui" line="0" /> <source>Input</source> <translation>Eingabe</translation> @@ -77895,14 +77886,23 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.py" line="165" /> - <source>Process Generation Error</source> - <translation>Fehler beim Prozessstart</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDialog.py" line="166" /> - <source>The process {0} could not be started. Ensure, that it is in the search path.</source> - <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.py" line="80" /> + <source>Revision {0}. +</source> + <translation>Revision {0}. +</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.py" line="88" /> + <source> (binary)</source> + <translation> (binär)</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDialog.py" line="91" /> + <source>{0} {1}{2} +</source> + <translation>{0} {1}{2} +</translation> </message> </context> <context> @@ -77936,101 +77936,31 @@ <context> <name>SvnDiffDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="183" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0" /> <source>Subversion Diff</source> <translation>Subversion-Diff</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.ui" line="0" /> <source>Difference</source> <translation>Unterschiede</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.ui" line="0" /> <source><b>Subversion Diff</b><p>This shows the output of the svn diff command.</p></source> <translation><b>Subversion-Diff</b><p>Die zeigt die Ausgabe des svn diff-Befehls.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.ui" line="0" /> <source>Errors</source> <translation>Fehler</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="46" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="51" /> - <source>Refresh</source> - <translation>Aktualisieren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="48" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="53" /> - <source>Press to refresh the display</source> - <translation>Drücken, um die Anzeige zu aktualisieren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="184" /> - <source>There is no temporary directory available.</source> - <translation>Es steht kein temporäres Verzeichnis zur verfügung.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="227" /> - <source>Processing file '{0}'... -</source> - <translation>Bearbeite Datei „{0}“... -</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="219" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="295" /> - <source>There is no difference.</source> - <translation>Es gibt keinen Unterschied.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="235" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="357" /> - <source><Start></source> - <translation><Anfang></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="236" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="358" /> - <source><End></source> - <translation><Ende></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="428" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="412" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="394" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="477" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="461" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="443" /> - <source>Save Diff</source> - <translation>Diff speichern</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="396" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="445" /> - <source>Patch Files (*.diff)</source> - <translation>Patchdateien (*.diff)</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="413" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="462" /> - <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> - <translation><p>Die Patchdatei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="429" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="478" /> - <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> - <translation><p>Die Patchdatei <b>{0}</b> konnte nicht gespeichert werden.<br>Grund: {1}</p></translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.ui" line="0" /> <source>Input</source> <translation>Eingabe</translation> @@ -78071,6 +78001,18 @@ <translation>Alt+P</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="51" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="46" /> + <source>Refresh</source> + <translation>Aktualisieren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="53" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="48" /> + <source>Press to refresh the display</source> + <translation>Drücken, um die Anzeige zu aktualisieren</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="197" /> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> @@ -78080,6 +78022,64 @@ <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="295" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="219" /> + <source>There is no difference.</source> + <translation>Es gibt keinen Unterschied.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="357" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="235" /> + <source><Start></source> + <translation><Anfang></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="358" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="236" /> + <source><End></source> + <translation><Ende></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="477" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="461" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="443" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="428" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="412" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="394" /> + <source>Save Diff</source> + <translation>Diff speichern</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="445" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="396" /> + <source>Patch Files (*.diff)</source> + <translation>Patchdateien (*.diff)</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="462" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="413" /> + <source><p>The patch file <b>{0}</b> already exists. Overwrite it?</p></source> + <translation><p>Die Patchdatei <b>{0}</b> existiert bereits. Überschreiben?</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="478" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnDiffDialog.py" line="429" /> + <source><p>The patch file <b>{0}</b> could not be saved.<br>Reason: {1}</p></source> + <translation><p>Die Patchdatei <b>{0}</b> konnte nicht gespeichert werden.<br>Grund: {1}</p></translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="184" /> + <source>There is no temporary directory available.</source> + <translation>Es steht kein temporäres Verzeichnis zur verfügung.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnDiffDialog.py" line="227" /> + <source>Processing file '{0}'... +</source> + <translation>Bearbeite Datei „{0}“... +</translation> + </message> </context> <context> <name>SvnInfoDialog</name> @@ -78227,215 +78227,186 @@ <context> <name>SvnLogBrowserDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>Subversion Log</source> <translation>Subversion-Log</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>From:</source> <translation>Von:</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>Enter the start date</source> <translation>Gib das Anfangsdatum ein</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>To:</source> <translation>Bis:</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>Enter the end date</source> <translation>Gib das Enddatum ein</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>Select the field to filter on</source> <translation>Wähle das als Filter zu verwendende Feld</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="592" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="703" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="592" /> + <source>Revision</source> + <translation>Revision</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="589" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> - <source>Revision</source> - <translation>Revision</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="700" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="589" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>Author</source> <translation>Autor</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="170" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="131" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="170" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> <source>Message</source> <translation>Nachricht</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>Enter the regular expression to filter on</source> <translation>Gib den regulären Ausdruck zum Filtern ein</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>Date</source> <translation>Datum</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>Action</source> <translation>Aktion</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>Path</source> <translation>Pfad</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>Copy from</source> <translation>Kopiert von</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>Copy from Rev</source> <translation>Kopiert von Rev</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>Press to get the next bunch of log entries</source> <translation>Drücken, um die nächsten Log-Einträge zu erhalten</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>&Next</source> <translation>&Nächste</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>Enter the limit of entries to fetch</source> <translation>Gib die Anzahl an zu holenden Einträgen ein</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>Select to stop listing log messages at a copy or move</source> <translation>Auswählen, um die Anzeige von Log Meldungen bei einer Kopier- oder Verschiebeaktion zu stoppen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>Stop on Copy/Move</source> <translation>Bei Kopieren/Umbenennen anhalten</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> - <source>Press to move up in the log list</source> - <translation>Drücken, um in der Historie nach oben zu gehen</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> - <source>Press to move down in the log list</source> - <translation>Drücken, um in der Historie nach unten zu gehen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>Press to generate a diff to the previous revision</source> <translation>Drücken, um ein Diff zur vorherigen Revision zu erzeugen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>&Diff to Previous</source> <translation>&Diff zu vorherigen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>Press to compare two revisions</source> <translation>Drücken, um zwei Revisionen zu vergleichen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>&Compare Revisions</source> <translation>&Vergleiche Revisionen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> + <source>Press to move up in the log list</source> + <translation>Drücken, um in der Historie nach oben zu gehen</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> + <source>Press to move down in the log list</source> + <translation>Drücken, um in der Historie nach unten zu gehen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> <source>Select to show differences side-by-side</source> <translation>Auswählen, um Unterschiede nebeinander anzuzeigen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.ui" line="0" /> <source>Show differences side-by-side</source> <translation>Unterschiede nebeneinander anzeigen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="95" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="75" /> - <source>Added</source> - <translation>Hinzugefügt</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="96" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="76" /> - <source>Deleted</source> - <translation>Gelöscht</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="97" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="77" /> - <source>Modified</source> - <translation>Modifiziert</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="98" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="78" /> - <source>Replaced</source> - <translation>Ersetzt</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="539" /> - <source>Subversion Error</source> - <translation>Subversion-Fehler</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.ui" line="0" /> <source>Errors</source> <translation>Fehler</translation> @@ -78486,6 +78457,30 @@ <translation>Alt+P</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="75" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="95" /> + <source>Added</source> + <translation>Hinzugefügt</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="76" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="96" /> + <source>Deleted</source> + <translation>Gelöscht</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="77" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="97" /> + <source>Modified</source> + <translation>Modifiziert</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="78" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="98" /> + <source>Replaced</source> + <translation>Ersetzt</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnLogBrowserDialog.py" line="331" /> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> @@ -78495,6 +78490,11 @@ <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py" line="539" /> + <source>Subversion Error</source> + <translation>Subversion-Fehler</translation> + </message> </context> <context> <name>SvnLoginDialog</name> @@ -78542,38 +78542,38 @@ <context> <name>SvnMergeDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> <source>Subversion Merge</source> <translation>Subversion-Vereinigung</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> <source>Select to force the merge operation</source> <translation>Auswählen, um die Vereinigungsoperation zu erzwingen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> <source>Enforce merge</source> <translation>Vereinigung erzwingen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> <source>Target:</source> <translation>Ziel:</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> <source>Enter the target</source> <translation>Gib das Ziel ein</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> <source><b>Target</b> <p>Enter the target for the merge operation into this field. Leave it empty to get the target URL from the working copy.</p> @@ -78585,18 +78585,24 @@ eingegeben wurden.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" /> + <source>1. URL/Revision:</source> + <translation>1. URL/Revision:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> <source>Enter an URL or a revision number</source> <translation>Gib eine URL oder Revisionsnummer ein</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> <source><b>URL/Revision</b> <p>Enter an URL or a revision number to be merged into the working copy.</p></source> @@ -78605,29 +78611,23 @@ in die Arbeitskopie eingefügt werden soll.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> <source>2. URL/Revision:</source> <translation>2. URL/Revision:</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.ui" line="0" /> - <source>1. URL/Revision:</source> - <translation>1. URL/Revision:</translation> - </message> </context> <context> <name>SvnNewProjectOptionsDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <source>New Project from Repository</source> <translation>Neues Projekt aus Repository</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <source><b>New Project from Repository Dialog</b> <p>Enter the various repository infos into the entry fields. These values are used, when the new project is retrieved from the repository. If the checkbox is selected, the URL must end in the project name. A repository layout with project/tags, project/branches and project/trunk will be assumed. In this case, you may enter a tag or branch, which must look like tags/tagname or branches/branchname. If the checkbox is not selected, the URL must contain the complete path in the repository.</p> <p>For remote repositories the URL must contain the hostname.</p></source> @@ -78636,72 +78636,72 @@ <p>Für entfernte Repositorys muss die URL den Hostnamen enthalten.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <source>&Protocol:</source> <translation>&Protokoll:</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <source>Select the protocol to access the repository</source> <translation>Wähle das Protokoll zum Zugriff auf das Repository</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.py" line="134" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py" line="133" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.py" line="134" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <source>&URL:</source> <translation>&URL:</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <source>Enter the url path of the module in the repository (without protocol part)</source> <translation>Gib die URL des Moduls im Repository ein (ohne Protokollanteil)</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <source><b>URL</b><p>Enter the URL to the module. For a repository with standard layout, this must not contain the trunk, tags or branches part.</p></source> <translation><b>URL</b><p>Gib die URL des Moduls ein. Für ein Repository mit Standardstruktur darf diese nicht den trunk-, tags- oder branches-Anteil enthalten.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <source>&Tag:</source> <translation>&Marke:</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <source>Enter the tag the new project should be generated from</source> <translation>Gib die Marke ein, von der das neue Projekt erzeugt werden soll</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <source><b>Tag in VCS</b> <p>Enter the tag name the new project shall be generated from. Leave empty to retrieve the latest data from the repository.</p></source> <translation><b>Marke im VCS</b> <p>Gib die Marke ein, von der das neue Projekt erzeugt werden soll. Lassen Sie sie leer, um die aktuellsten Versionen zu laden.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <source>Project &Directory:</source> <translation>Projekt&verzeichnis:</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <source>Enter the directory of the new project.</source> <translation>Gib das Verzeichnis für das neue Projekt ein.</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <source><b>Project Directory</b> <p>Enter the directory of the new project. It will be retrieved from the repository and be placed in this directory.</p></source> @@ -78710,26 +78710,26 @@ und in dieses Verzeichnis geschrieben.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <source>Select to indicate, that the repository has a standard layout (projectdir/trunk, projectdir/tags, projectdir/branches)</source> <translation>Auswählen, wenn das Repository eine Standardstruktur besitzt (projectdir/trunk, projectdir/tags, projectdir/branches)</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <source>Repository has standard &layout</source> <translation>Repository hat &Standardstruktur</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.ui" line="0" /> <source>Alt+L</source> <translation>Alt+S</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.py" line="127" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py" line="126" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.py" line="127" /> <source>Pat&h:</source> <translation>&Pfad:</translation> </message> @@ -78737,14 +78737,28 @@ <context> <name>SvnOptionsDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.py" line="93" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.py" line="93" /> + <source>Pat&h:</source> + <translation>&Pfad:</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.py" line="99" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.py" line="99" /> + <source>&URL:</source> + <translation>&URL:</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" /> <source>Repository Infos</source> <translation>Repositoryinformationen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <source><b>Repository Infos Dialog</b> <p>Enter the various infos into the entry fields. These values are used to generate a new project in the repository. If the checkbox is selected, the URL must end in the project name. A directory tree with project/tags, project/branches and project/trunk will be generated in the repository. If the checkbox is not selected, the URL must contain the complete path in the repository.</p> <p>For remote repositories the URL must contain the hostname.</p></source> @@ -78753,452 +78767,438 @@ <p>Für entfernte Repositorys muss die URL den Hostnamen enthalten.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <source>&Protocol:</source> <translation>&Protokoll:</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <source>Select the protocol to access the repository</source> <translation>Wähle das Protokoll zum Zugriff auf das Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.py" line="99" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.py" line="99" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> - <source>&URL:</source> - <translation>&URL:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <source>Enter the url path of the module in the repository (without protocol part)</source> <translation>Gib die URL des Moduls im Repository ein (ohne Protokollanteil)</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <source><b>URL</b><p>Enter the URL to the module. For a repository with standard layout, this must not contain the trunk, tags or branches part.</p></source> <translation><b>URL</b><p>Gib die URL des Moduls ein. Für ein Repository mit Standardstruktur darf diese nicht den trunk-, tags- oder branches-Anteil enthalten.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <source>Log &Message:</source> <translation>Log-&Nachricht:</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <source>Enter the log message for the new project.</source> <translation>Gib die Log-Nachricht für das neue Projekt ein.</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <source><b>Log Message</b> <p>Enter the log message to be used for the new project.</p></source> <translation><b>Log-Nachricht</b> <p>Gib die Log-Nachricht für das neue Projekt ein.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <source>new project started</source> <translation>Neues Projekt angelegt</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <source>Select, if the standard repository layout (projectdir/trunk, projectdir/tags, projectdir/branches) should be generated</source> <translation>Auswählen, wenn die Standard-Repositorystruktur (Projektverzeichnis/trunk, Projektverzeichnis/tags, Projektverzeichnis/branches) angelegt werden soll</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <source>Create standard repository &layout</source> <translation>&Standard-Repositorystruktur anlegen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.ui" line="0" /> <source>Alt+L</source> <translation>Alt+S</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnOptionsDialog.py" line="93" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnOptionsDialog.py" line="93" /> - <source>Pat&h:</source> - <translation>&Pfad:</translation> - </message> </context> <context> <name>SvnProjectBrowserHelper</name> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="756" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="612" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="564" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="410" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="223" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="764" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="614" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="566" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="415" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="225" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="756" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="612" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="564" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="410" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="223" /> <source>Version Control</source> <translation>Versionskontrolle</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="780" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="630" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="431" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="241" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="772" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="628" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="426" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="239" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="780" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="630" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="431" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="241" /> <source>Update from repository</source> <translation>Abgleich mit Repository</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="778" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="634" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="432" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="245" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="786" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="636" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="437" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="247" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="778" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="634" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="432" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="245" /> <source>Commit changes to repository...</source> <translation>Änderungen einpflegen...</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="785" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="641" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="439" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="252" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="793" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="643" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="444" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="254" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="785" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="641" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="439" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="252" /> <source>Add to repository</source> <translation>Zum Repository hinzufügen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="446" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="259" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="451" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="261" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="446" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="259" /> <source>Add tree to repository</source> <translation>Verzeichnisbaum zum Repository hinzufügen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="791" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="647" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="452" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="265" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="799" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="649" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="457" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="267" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="791" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="647" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="452" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="265" /> <source>Remove from repository (and disk)</source> <translation>Vom Repository (und der Platte) löschen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="654" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="272" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="652" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="270" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="654" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="272" /> <source>Copy</source> <translation>Kopieren</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="656" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="274" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="654" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="272" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="656" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="274" /> <source>Move</source> <translation>Verschieben</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="798" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="659" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="459" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="277" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="806" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="661" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="464" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="279" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="798" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="659" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="459" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="277" /> <source>Add to Changelist</source> <translation>Zu Änderungsliste hinzufügen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="802" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="663" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="463" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="281" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="810" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="665" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="468" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="283" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="802" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="663" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="463" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="281" /> <source>Remove from Changelist</source> <translation>Von Änderungsliste entfernen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="671" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="289" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="669" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="287" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="671" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="289" /> <source>Show log browser</source> <translation>Zeige Log Browser</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="816" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="678" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="474" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="296" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="808" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="676" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="469" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="294" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="816" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="678" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="474" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="296" /> <source>Show status</source> <translation>Status anzeigen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="823" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="691" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="481" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="309" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="815" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="683" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="476" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="301" /> + <source>Show differences</source> + <translation>Unterschiede anzeigen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="315" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="307" /> + <source>Show differences side-by-side</source> + <translation>Unterschiede nebeneinander anzeigen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="829" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="697" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="487" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="321" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="821" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="689" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="482" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="313" /> + <source>Show differences (extended)</source> + <translation>Unterschiede anzeigen (erweitert)</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="327" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="319" /> + <source>Show differences side-by-side (extended)</source> + <translation>Unterschiede nebeneinander anzeigen (erweitert)</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="835" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="703" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="493" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="333" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="827" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="695" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="488" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="325" /> + <source>Show differences (URLs)</source> + <translation>Unterschiede anzeigen (URLs)</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="337" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="329" /> + <source>Show annotated file</source> + <translation>Zeige kommentierte Datei</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="842" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="710" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="500" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="342" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="834" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="702" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="495" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="334" /> + <source>Revert changes</source> + <translation>Änderungen rückgängig</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="848" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="716" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="348" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="840" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="708" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="340" /> + <source>Merge changes</source> + <translation>Änderungen zusammenführen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="852" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="720" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="504" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="352" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="844" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="712" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="499" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="344" /> + <source>Conflicts resolved</source> + <translation>Konflikte gelöst</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="508" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="356" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="504" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="349" /> + <source>Lock</source> + <translation>Sperren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="512" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="360" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="509" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="354" /> + <source>Unlock</source> + <translation>Entsperren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="517" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="365" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="515" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="360" /> + <source>Break Lock</source> + <translation>Sperre brechen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="523" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="371" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="521" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="366" /> + <source>Steal Lock</source> + <translation>Sperre stehlen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="855" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="723" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="528" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="376" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="847" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="715" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="526" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="371" /> + <source>Set Property</source> + <translation>Eigenschaft definieren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="857" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="725" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="530" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="378" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="849" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="717" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="528" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="373" /> + <source>List Properties</source> + <translation>Eigenschaften listen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="859" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="727" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="532" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="380" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="851" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="719" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="530" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="375" /> + <source>Delete Property</source> + <translation>Eigenschaft löschen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="863" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="731" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="581" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="536" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="384" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="855" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="723" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="579" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="534" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="379" /> + <source>Select all local file entries</source> + <translation>Alle lokalen Dateieinträge auswählen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="866" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="734" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="584" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="539" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="387" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="858" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="726" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="582" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="537" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="382" /> + <source>Select all versioned file entries</source> + <translation>Alle versionierten Dateieinträge auswählen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="869" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="737" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="587" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="542" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="390" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="861" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="729" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="585" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="540" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="385" /> + <source>Select all local directory entries</source> + <translation>Alle lokalen Verzeichniseinträge auswählen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="873" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="741" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="591" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="546" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="394" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="865" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="733" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="589" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="544" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="389" /> + <source>Select all versioned directory entries</source> + <translation>Alle versionierten Verzeichniseinträge auswählen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="877" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="745" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="595" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="550" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="398" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="869" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="737" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="593" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="548" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="393" /> + <source>Configure...</source> + <translation>Einstellungen...</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="684" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="302" /> <source>Show repository info</source> <translation>Zeige Repositoryinformationen</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="815" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="683" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="476" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="301" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="823" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="691" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="481" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="309" /> - <source>Show differences</source> - <translation>Unterschiede anzeigen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="307" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="315" /> - <source>Show differences side-by-side</source> - <translation>Unterschiede nebeneinander anzeigen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="821" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="689" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="482" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="313" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="829" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="697" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="487" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="321" /> - <source>Show differences (extended)</source> - <translation>Unterschiede anzeigen (erweitert)</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="319" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="327" /> - <source>Show differences side-by-side (extended)</source> - <translation>Unterschiede nebeneinander anzeigen (erweitert)</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="827" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="695" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="488" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="325" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="835" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="703" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="493" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="333" /> - <source>Show differences (URLs)</source> - <translation>Unterschiede anzeigen (URLs)</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="329" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="337" /> - <source>Show annotated file</source> - <translation>Zeige kommentierte Datei</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="834" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="702" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="495" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="334" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="842" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="710" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="500" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="342" /> - <source>Revert changes</source> - <translation>Änderungen rückgängig</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="840" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="708" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="340" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="848" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="716" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="348" /> - <source>Merge changes</source> - <translation>Änderungen zusammenführen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="844" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="712" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="499" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="344" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="852" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="720" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="504" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="352" /> - <source>Conflicts resolved</source> - <translation>Konflikte gelöst</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="504" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="349" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="508" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="356" /> - <source>Lock</source> - <translation>Sperren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="509" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="354" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="512" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="360" /> - <source>Unlock</source> - <translation>Entsperren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="515" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="360" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="517" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="365" /> - <source>Break Lock</source> - <translation>Sperre brechen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="521" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="366" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="523" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="371" /> - <source>Steal Lock</source> - <translation>Sperre stehlen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="847" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="715" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="526" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="371" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="855" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="723" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="528" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="376" /> - <source>Set Property</source> - <translation>Eigenschaft definieren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="849" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="717" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="528" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="373" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="857" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="725" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="530" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="378" /> - <source>List Properties</source> - <translation>Eigenschaften listen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="851" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="719" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="530" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="375" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="859" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="727" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="532" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="380" /> - <source>Delete Property</source> - <translation>Eigenschaft löschen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="855" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="723" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="579" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="534" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="379" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="863" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="731" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="581" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="536" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="384" /> - <source>Select all local file entries</source> - <translation>Alle lokalen Dateieinträge auswählen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="858" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="726" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="582" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="537" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="382" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="866" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="734" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="584" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="539" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="387" /> - <source>Select all versioned file entries</source> - <translation>Alle versionierten Dateieinträge auswählen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="861" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="729" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="585" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="540" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="385" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="869" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="737" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="587" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="542" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="390" /> - <source>Select all local directory entries</source> - <translation>Alle lokalen Verzeichniseinträge auswählen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="865" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="733" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="589" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="544" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="389" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="873" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="741" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="591" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="546" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="394" /> - <source>Select all versioned directory entries</source> - <translation>Alle versionierten Verzeichniseinträge auswählen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="869" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="737" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="593" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="548" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/ProjectBrowserHelper.py" line="393" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="877" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="745" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="595" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="550" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/ProjectBrowserHelper.py" line="398" /> - <source>Configure...</source> - <translation>Einstellungen...</translation> - </message> </context> <context> <name>SvnProjectHelper</name> @@ -79784,77 +79784,72 @@ <context> <name>SvnPropListDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" /> <source>Subversion List Properties</source> <translation>Subversion-Eigenschaften listen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" /> <source><b>Subversion List Prperties</b> <p>This dialog shows the properties of the selected file or project.</p></source> <translation><b>Subversion-Eigenschaften listen</b> <p>Dieser Dialog zeigt die Eigenschaften der ausgewählten Datei oder des Projektes.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" /> <source><b>Properties List</b> <p>This shows the properties of the selected file or project.</p></source> <translation><b>Eigenschaftenliste</b> <p>Dies zeigt die Eigenschaften der ausgewählten Datei oder des Projektes.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" /> <source>Path</source> <translation>Pfad</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" /> <source>Name</source> <translation>Name</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" /> <source>Value</source> <translation>Wert</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" /> <source>Errors</source> <translation>Fehler</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.ui" line="0" /> <source><b>Subversion proplist errors</b> <p>This shows possible error messages of the subversion proplist command.</p></source> <translation><b>Subversio -proplist-Fehler</b> <p>Dies zeigt mögliche Fehlermeldungen des subversion proplist-Befehls.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="50" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="41" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="50" /> <source>Refresh</source> <translation>Erneuern</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="53" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="44" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="53" /> <source>Press to refresh the properties display</source> <translation>Drücken, um die Eigenschaftenanzeige zu erneuern</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="155" /> - <source>None</source> - <translation>Keine</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropListDialog.py" line="157" /> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> @@ -79864,33 +79859,63 @@ <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropListDialog.py" line="155" /> + <source>None</source> + <translation>Keine</translation> + </message> </context> <context> <name>SvnPropSetDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui" line="0" /> <source>Set Subversion Property</source> <translation>Subversioneigenschaft definieren</translation> </message> <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" /> + <source>Property Name:</source> + <translation>Eigenschaft Name:</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" /> + <source>Enter the name of the property to be set</source> + <translation>Gib den Namen der zu definierenden Eigenschaft ein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" /> + <source>Select property source</source> + <translation>Wähle Quelle der Eigenschaft</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" /> + <source>Text</source> + <translation>Text</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" /> <source>Enter text of the property</source> <translation>Gib den Text für die Eigenschaft ein</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" /> + <source>File</source> + <translation>Datei</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" /> + <source>Enter the name of a file for the property</source> + <translation>Gib den Namen der Datei für die Eigenschaft ein</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui" line="0" /> <source>Property &Name:</source> <translation>Eigenschaft&name:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui" line="0" /> - <source>Enter the name of the property to be set</source> - <translation>Gib den Namen der zu definierenden Eigenschaft ein</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnPropSetDialog.ui" line="0" /> <source>Select to apply the property recursively</source> <translation>Auswählen, um die Eigenschaft rekursiv anzuwenden</translation> @@ -79905,67 +79930,42 @@ <source>Property &Value:</source> <translation>Eigenschaft&wert:</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" /> - <source>Property Name:</source> - <translation>Eigenschaft Name:</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" /> - <source>Select property source</source> - <translation>Wähle Quelle der Eigenschaft</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" /> - <source>Text</source> - <translation>Text</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" /> - <source>File</source> - <translation>Datei</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnPropSetDialog.ui" line="0" /> - <source>Enter the name of a file for the property</source> - <translation>Gib den Namen der Datei für die Eigenschaft ein</translation> - </message> </context> <context> <name>SvnRelocateDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0" /> <source>Subversion Relocate</source> <translation>Subversion-Relozierung</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0" /> <source>New repository URL:</source> <translation>Neue Repository-URL:</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0" /> <source>Enter the URL of the repository the working space should be relocated to</source> <translation>Gib die URL des Repositorys ein, zu dem die Arbeitskopie reloziert werden soll</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0" /> <source>Current repository URL:</source> <translation>Aktuelle Repository-URL:</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0" /> <source>Select, if the relocate should happen inside the repository</source> <translation>Auswählen, wenn die Verschiebung innerhalb des Repositorys erfolgen soll</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRelocateDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRelocateDialog.ui" line="0" /> <source>Relocate inside repository (used, if the repository layout has changed)</source> <translation>Innerhalb des Rpositorys relozieren (verwendet, wenn sich die Repositorystruktur geändert hat)</translation> </message> @@ -79973,64 +79973,66 @@ <context> <name>SvnRepoBrowserDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py" line="275" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py" line="209" /> + <source>Process Generation Error</source> + <translation>Fehler beim Prozessstart</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py" line="276" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py" line="210" /> + <source>The process {0} could not be started. Ensure, that it is in the search path.</source> + <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" /> <source>Subversion Repository Browser</source> <translation>Subversion-Repositorybrowser</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" /> <source>URL:</source> <translation>URL:</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" /> <source>Enter the URL of the repository</source> <translation>Gib die URL des Repository ein</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" /> <source>File</source> <translation>Datei</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" /> <source>Revision</source> <translation>Revision</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" /> <source>Author</source> <translation>Autor</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" /> <source>Size</source> <translation>Größe</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.ui" line="0" /> <source>Date</source> <translation>Datum</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="220" /> - <source>The installed version of PySvn should be 1.4.0 or better.</source> - <translation>Die installierte PySvn Version muss 1.4.0 oder neuer sein.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="304" /> - <source>Subversion Error</source> - <translation>Subversion-Fehler</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.ui" line="0" /> <source>Errors</source> <translation>Fehler</translation> @@ -80081,179 +80083,177 @@ <translation>Alt+P</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py" line="275" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py" line="209" /> - <source>Process Generation Error</source> - <translation>Fehler beim Prozessstart</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py" line="276" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRepoBrowserDialog.py" line="210" /> - <source>The process {0} could not be started. Ensure, that it is in the search path.</source> - <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="220" /> + <source>The installed version of PySvn should be 1.4.0 or better.</source> + <translation>Die installierte PySvn Version muss 1.4.0 oder neuer sein.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py" line="304" /> + <source>Subversion Error</source> + <translation>Subversion-Fehler</translation> </message> </context> <context> <name>SvnRevisionSelectionDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <source>Subversion Diff</source> <translation>Subversion-Diff</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <source>Revision &1</source> <translation>Revision &1</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <source>Select revision before last commit</source> <translation>Wähle Revision for letztem Commit</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <source>PREV</source> <translation>PREV</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> - <source>Select last committed revision</source> - <translation>Wähle Revision des letzten Commit</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> + <source>Select last committed revision</source> + <translation>Wähle Revision des letzten Commit</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> - <source>COMMITTED</source> - <translation>COMMITTED</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> - <source>Select base revision</source> - <translation>Wähle Basisrevision</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> + <source>COMMITTED</source> + <translation>COMMITTED</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> + <source>Select base revision</source> + <translation>Wähle Basisrevision</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> <source>BASE</source> <translation>BASE</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <source>Select head revision of repository</source> <translation>Wähle die Revision des Kopfes des Repositorys</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> - <source>HEAD</source> - <translation>HEAD</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> + <source>HEAD</source> + <translation>HEAD</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> - <source>Select working revision</source> - <translation>Wähle die Arbeitsrevision</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> - <source>WORKING</source> - <translation>WORKING</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> + <source>Select working revision</source> + <translation>Wähle die Arbeitsrevision</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> + <source>WORKING</source> + <translation>WORKING</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> <source>Enter a revision number</source> <translation>Gib eine Revisionsnummer ein</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <source>Enter time of revision</source> <translation>Gib die Zeit der Revision ein</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> - <source>Enter date of revision</source> - <translation>Gib das Datum der Revision ein</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> + <source>Enter date of revision</source> + <translation>Gib das Datum der Revision ein</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> - <source>yyyy-MM-dd</source> - <translation>yyyy-MM-dd</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> + <source>yyyy-MM-dd</source> + <translation>yyyy-MM-dd</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> <source>Select to specify a revision by number</source> <translation>Auswählen, um eine Revision per Nummer zu wählen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <source>Number</source> <translation>Nummer</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <source>Select to specify a revision by date and time</source> <translation>Auswählen, um eine Revision per Datum und Zeit zu wählen</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> <source>Date</source> <translation>Datum</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnRevisionSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnRevisionSelectionDialog.ui" line="0" /> <source>Revision &2</source> <translation>Revision &2</translation> </message> @@ -80261,469 +80261,192 @@ <context> <name>SvnStatusDialog</name> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="450" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="341" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="450" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> <source>Subversion Status</source> <translation>Subversion-Status</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source><b>Subversion Status</b> <p>This dialog shows the status of the selected file or project.</p></source> <translation><b>Subversion-Status</b> <p>Dieser Dialog zeigt den Status der ausgewählten Datei oder des Projektes.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>&Filter on Status:</source> <translation>Nach Status &filtern:</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>Select the status of entries to be shown</source> <translation>Wähle den Status anzuzeigender Einträge</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="819" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="673" /> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="819" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> <source>Commit</source> <translation>Einpflegen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>Changelist</source> <translation>Änderungsliste</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>Status</source> <translation>Status</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>Prop. Status</source> <translation>Eigensch. Status</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>Locked</source> <translation>Gesperrt</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>History</source> <translation>Geschichte</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>Switched</source> <translation>Umgeschaltet</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>Lock Info</source> <translation>Sperreninfo</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>Up to date</source> <translation>Aktuell</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>Revision</source> <translation>Revision</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>Last Change</source> <translation>Letzte Änderung</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>Author</source> <translation>Autor</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>Path</source> <translation>Pfad</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>Commit the selected changes</source> <translation>Ausgewählte Änderungen einpflegen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>&Commit</source> <translation>&Einpflegen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>Add the selected entries to the repository</source> <translation>Die ausgewählten Einträge zum Repository hinzufügen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>&Add</source> <translation>&Hinzufügen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>Show differences of the selected entries to the repository</source> <translation>Zeigt die Unterschiede der ausgewählten Einträge zum Repository</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>&Differences</source> <translation>&Unterschiede</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>Show differences of the selected entry to the repository in a side-by-side manner</source> <translation>Zeigt die Unterschiede der ausgewählten Einträge zum Repository nebeneinander</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>Side-b&y-Side Diff</source> <translation>Unterschiede &nebeneinander</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>Revert the selected entries to the last revision in the repository</source> <translation>Die ausgewählten Einträge auf die letzte Revision im Repository zurücksetzen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>Re&vert</source> <translation>&Rückgängig machen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>Restore the selected missing entries from the repository</source> <translation>Die ausgewählten fehlenden Einträge aus dem Repository wiederherstellen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>&Restore</source> <translation>&Wiederherstellen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.ui" line="0" /> <source>Errors</source> <translation>Fehler</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="64" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="69" /> - <source>Refresh</source> - <translation>Erneuern</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="66" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="71" /> - <source>Press to refresh the status display</source> - <translation>Drücken, um die Statusanzeige zu erneuern</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="91" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="91" /> - <source>Commit changes to repository...</source> - <translation>Änderungen einpflegen...</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="96" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="96" /> - <source>Select all for commit</source> - <translation>Alle zum Einpflegen auswählen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="101" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="101" /> - <source>Deselect all from commit</source> - <translation>Alle vom Einpflegen abwählen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="106" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="106" /> - <source>Add to repository</source> - <translation>Zum Repository hinzufügen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="109" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="109" /> - <source>Show differences</source> - <translation>Unterschiede anzeigen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="113" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="113" /> - <source>Show differences side-by-side</source> - <translation>Unterschiede nebeneinander anzeigen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="117" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="117" /> - <source>Revert changes</source> - <translation>Änderungen rückgängig</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="765" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="120" /> - <source>Restore Missing</source> - <translation>Fehlende wiederherstellen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="126" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="126" /> - <source>Add to Changelist</source> - <translation>Zu Änderungsliste hinzufügen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1080" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1059" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="131" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="934" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="913" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="131" /> - <source>Remove from Changelist</source> - <translation>Von Änderungsliste entfernen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="983" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="136" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="837" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="136" /> - <source>Lock</source> - <translation>Sperren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1002" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="138" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="856" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="138" /> - <source>Unlock</source> - <translation>Entsperren</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="141" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="141" /> - <source>Break lock</source> - <translation>Sperre brechen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="144" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="144" /> - <source>Steal lock</source> - <translation>Sperre stehlen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="148" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="148" /> - <source>Adjust column sizes</source> - <translation>Spaltengrößen anpassen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="217" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="171" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="186" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="171" /> - <source>locked</source> - <translation>gesperrt</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="218" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="175" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="187" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="175" /> - <source>other lock</source> - <translation>fremdgesperrt</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="219" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="176" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="188" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="176" /> - <source>stolen lock</source> - <translation>Sperre gestohlen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="220" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="177" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="189" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="177" /> - <source>broken lock</source> - <translation>Sperre gebrochen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="216" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="181" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="185" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="181" /> - <source>not locked</source> - <translation>nicht gesperrt</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="224" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="211" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="207" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="203" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="192" /> - <source>no</source> - <translation>nein</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="223" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="212" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="208" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="204" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="193" /> - <source>yes</source> - <translation>ja</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="724" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="505" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="578" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="505" /> - <source>all</source> - <translation>alle</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="820" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="674" /> - <source>There are no entries selected to be committed.</source> - <translation>Es sind keine Einträge zum Einpflegen ausgewählt.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="861" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="715" /> - <source>Add</source> - <translation>Hinzufügen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="862" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="716" /> - <source>There are no unversioned entries available/selected.</source> - <translation>Es sind keine unversionierten Einträge vorhanden/ausgewählt.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="911" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="885" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739" /> - <source>Revert</source> - <translation>Rückgängig machen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="956" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="934" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="886" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="788" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="740" /> - <source>There are no uncommitted changes available/selected.</source> - <translation>Es sind keine nicht eingepflegten Änderungen vorhanden/ausgewählt.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="912" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="766" /> - <source>There are no missing entries available/selected.</source> - <translation>Es sind keine fehlenden Einträge vorhanden/ausgewählt.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="933" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="787" /> - <source>Differences</source> - <translation>Unterschiede</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="962" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="955" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="816" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="809" /> - <source>Side-by-Side Diff</source> - <translation>Unterschiede nebeneinander</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="963" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="817" /> - <source>Only one file with uncommitted changes must be selected.</source> - <translation>Es darf nur eine Datei ausgewählt werden.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="984" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="838" /> - <source>There are no unlocked files available/selected.</source> - <translation>Es sind keine ungesperrten Dateien vorhanden/ausgewählt.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1041" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1022" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1003" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="895" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="876" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="857" /> - <source>There are no locked files available/selected.</source> - <translation>Es sind keine gesperrten Dateien vorhanden/ausgewählt.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1021" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="875" /> - <source>Break Lock</source> - <translation>Sperre brechen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1040" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="894" /> - <source>Steal Lock</source> - <translation>Sperre stehlen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1060" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="914" /> - <source>There are no files available/selected not belonging to a changelist.</source> - <translation>Es sind keine Dateien vorhanden/ausgewählt, die nicht zu einer Änderungsliste gehören.</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1081" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="935" /> - <source>There are no files available/selected belonging to a changelist.</source> - <translation>Es sind keine Dateien vorhanden/ausgewählt, die zu einer Änderungsliste gehören.</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.ui" line="0" /> <source>Input</source> <translation>Eingabe</translation> @@ -80764,11 +80487,115 @@ <translation>Alt+P</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="69" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="64" /> + <source>Refresh</source> + <translation>Erneuern</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="71" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="66" /> + <source>Press to refresh the status display</source> + <translation>Drücken, um die Statusanzeige zu erneuern</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="91" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="91" /> + <source>Commit changes to repository...</source> + <translation>Änderungen einpflegen...</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="96" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="96" /> + <source>Select all for commit</source> + <translation>Alle zum Einpflegen auswählen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="101" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="101" /> + <source>Deselect all from commit</source> + <translation>Alle vom Einpflegen abwählen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="106" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="106" /> + <source>Add to repository</source> + <translation>Zum Repository hinzufügen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="109" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="109" /> + <source>Show differences</source> + <translation>Unterschiede anzeigen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="113" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="113" /> + <source>Show differences side-by-side</source> + <translation>Unterschiede nebeneinander anzeigen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="117" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="117" /> + <source>Revert changes</source> + <translation>Änderungen rückgängig</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="120" /> <source>Restore missing</source> <translation>Fehlende wiederherstellen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="126" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="126" /> + <source>Add to Changelist</source> + <translation>Zu Änderungsliste hinzufügen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="934" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="913" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="131" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1080" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1059" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="131" /> + <source>Remove from Changelist</source> + <translation>Von Änderungsliste entfernen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="837" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="136" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="983" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="136" /> + <source>Lock</source> + <translation>Sperren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="856" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="138" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1002" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="138" /> + <source>Unlock</source> + <translation>Entsperren</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="141" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="141" /> + <source>Break lock</source> + <translation>Sperre brechen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="144" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="144" /> + <source>Steal lock</source> + <translation>Sperre stehlen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="148" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="148" /> + <source>Adjust column sizes</source> + <translation>Spaltengrößen anpassen</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="186" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="157" /> <source>added</source> @@ -80800,6 +80627,46 @@ <translation>unversioniert</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="186" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="171" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="217" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="171" /> + <source>locked</source> + <translation>gesperrt</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="187" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="175" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="218" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="175" /> + <source>other lock</source> + <translation>fremdgesperrt</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="188" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="176" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="219" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="176" /> + <source>stolen lock</source> + <translation>Sperre gestohlen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="189" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="177" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="220" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="177" /> + <source>broken lock</source> + <translation>Sperre gebrochen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="185" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="181" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="216" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="181" /> + <source>not locked</source> + <translation>nicht gesperrt</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="198" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="185" /> <source>normal</source> @@ -80833,6 +80700,24 @@ <translation>Typfehler</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="192" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="224" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="211" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="207" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="203" /> + <source>no</source> + <translation>nein</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="193" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="223" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="212" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="208" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="204" /> + <source>yes</source> + <translation>ja</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="459" /> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> @@ -80842,15 +80727,125 @@ <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="578" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="505" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="724" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="505" /> + <source>all</source> + <translation>alle</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="674" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="820" /> + <source>There are no entries selected to be committed.</source> + <translation>Es sind keine Einträge zum Einpflegen ausgewählt.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="715" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="861" /> + <source>Add</source> + <translation>Hinzufügen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="716" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="862" /> + <source>There are no unversioned entries available/selected.</source> + <translation>Es sind keine unversionierten Einträge vorhanden/ausgewählt.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="739" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="911" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="885" /> + <source>Revert</source> + <translation>Rückgängig machen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="810" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="788" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="740" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="956" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="934" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="886" /> + <source>There are no uncommitted changes available/selected.</source> + <translation>Es sind keine nicht eingepflegten Änderungen vorhanden/ausgewählt.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="766" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="912" /> + <source>There are no missing entries available/selected.</source> + <translation>Es sind keine fehlenden Einträge vorhanden/ausgewählt.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="787" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="933" /> + <source>Differences</source> + <translation>Unterschiede</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="816" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="809" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="962" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="955" /> + <source>Side-by-Side Diff</source> + <translation>Unterschiede nebeneinander</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="817" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="963" /> + <source>Only one file with uncommitted changes must be selected.</source> + <translation>Es darf nur eine Datei ausgewählt werden.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="838" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="984" /> + <source>There are no unlocked files available/selected.</source> + <translation>Es sind keine ungesperrten Dateien vorhanden/ausgewählt.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="895" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="876" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="857" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1041" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1022" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1003" /> + <source>There are no locked files available/selected.</source> + <translation>Es sind keine gesperrten Dateien vorhanden/ausgewählt.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="875" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1021" /> + <source>Break Lock</source> + <translation>Sperre brechen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="894" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1040" /> + <source>Steal Lock</source> + <translation>Sperre stehlen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="914" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1060" /> + <source>There are no files available/selected not belonging to a changelist.</source> + <translation>Es sind keine Dateien vorhanden/ausgewählt, die nicht zu einer Änderungsliste gehören.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="935" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py" line="1081" /> + <source>There are no files available/selected belonging to a changelist.</source> + <translation>Es sind keine Dateien vorhanden/ausgewählt, die zu einer Änderungsliste gehören.</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="765" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py" line="120" /> + <source>Restore Missing</source> + <translation>Fehlende wiederherstellen</translation> + </message> </context> <context> <name>SvnStatusMonitorThread</name> <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusMonitorThread.py" line="148" /> - <source>Subversion status checked successfully (using pysvn)</source> - <translation>Subversion-Status erfolgreich überprüft (mit pysvn)</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnStatusMonitorThread.py" line="128" /> <source>Subversion status checked successfully (using svn)</source> <translation>Subversion-Status erfolgreich überprüft (mit svn)</translation> @@ -80860,30 +80855,35 @@ <source>Could not start the Subversion process.</source> <translation>Der Subversion-Prozess konnte nicht gestartet werden.</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnStatusMonitorThread.py" line="148" /> + <source>Subversion status checked successfully (using pysvn)</source> + <translation>Subversion-Status erfolgreich überprüft (mit pysvn)</translation> + </message> </context> <context> <name>SvnSwitchDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <source>Subversion Switch</source> <translation>Subversion-Umschalten</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <source>Tag Name:</source> <translation>Markenname:</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <source>Enter the name of the tag</source> <translation>Gib den Namen der Marke ein</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <source><b>Tag Name</b> <p>Enter the name of the tag to be switched to. In order to switch to the trunk version leave it empty.</p></source> @@ -80892,48 +80892,48 @@ Um zum Hauptzweig zurückzuschalten, muss dieser Eintrag leer sein.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <source>Tag Type</source> <translation>Markentyp</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <source>Select for a regular tag</source> <translation>Auswählen für eine normale Marke</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <source><b>Regular Tag</b> <p>Select this entry for a regular tag.</p></source> <translation><b>Normale Marke</b> <p>Wähle diesen Eintrag für eine normale Marke aus.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <source>Regular Tag</source> <translation>Normale Marke</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <source>Select for a branch tag</source> <translation>Auswählen für eine Zweigmarke</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <source><b>Branch Tag</b> <p>Select this entry for a branch tag.</p></source> <translation><b>Zweigmarke</b> <p>Wähle diesen Eintrag für eine Zweigmarke aus.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnSwitchDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnSwitchDialog.ui" line="0" /> <source>Branch Tag</source> <translation>Zweigmarke</translation> </message> @@ -80941,109 +80941,58 @@ <context> <name>SvnTagBranchListDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" /> <source>Subversion Tag List</source> <translation>Subversion-Markenliste</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" /> <source><b>Subversion Tag/Branch List</b> <p>This dialog shows a list of the projects tags or branches.</p></source> <translation><b>Subversion-Marken-/Zweigliste</b> <p>Dieser Dialog zeigt eine Liste alle Marken oder Zweige des Projektes.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" /> <source><b>Tag/Branches List</b> <p>This shows a list of the projects tags or branches.</p></source> <translation><b>Marken-/Zweigliste</b> <p>Dies zeigt eine Liste alle Marken oder Zweige des Projektes.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" /> <source>Revision</source> <translation>Revision</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" /> <source>Author</source> <translation>Autor</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" /> <source>Date</source> <translation>Datum</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" /> <source>Name</source> <translation>Name</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.ui" line="0" /> <source>Errors</source> <translation>Fehler</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="105" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="85" /> - <source>Subversion Branches List</source> - <translation>Subversion-Zweigliste</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="140" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="118" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="112" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="95" /> - <source>Subversion Error</source> - <translation>Subversion-Fehler</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="119" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96" /> - <source>The URL of the project repository could not be retrieved from the working copy. The list operation will be aborted</source> - <translation>Die URL des Projektrepositorys konnte nicht aus der Arbeitskopie ermittelt werden. Die Anzeigeoperation wird abgebrochen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="141" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="113" /> - <source>The URL of the project repository has an invalid format. The list operation will be aborted</source> - <translation>Die URL des Projektrepositorys hat ein ungültiges Format. Die Anzeigeoperation wird abgebrochen</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="170" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="159" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="141" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="130" /> - <source>Subversion List</source> - <translation>Subversion-List</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="160" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="131" /> - <source>Enter the repository URL containing the tags or branches</source> - <translation>Gib den Repositoryzweig ein, der die Tags oder Zweige enthält</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="171" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="142" /> - <source>The repository URL is empty. Aborting...</source> - <translation>Die URL des Repositorys ist leer. Abbruch...</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="175" /> - <source>The installed version of PySvn should be 1.4.0 or better.</source> - <translation>Die installierte PySvn-Version muss 1.4.0 oder neuer sein.</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.ui" line="0" /> <source>Input</source> <translation>Eingabe</translation> @@ -81084,6 +81033,52 @@ <translation>Alt+P</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="85" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="105" /> + <source>Subversion Branches List</source> + <translation>Subversion-Zweigliste</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="112" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="95" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="140" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="118" /> + <source>Subversion Error</source> + <translation>Subversion-Fehler</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="96" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="119" /> + <source>The URL of the project repository could not be retrieved from the working copy. The list operation will be aborted</source> + <translation>Die URL des Projektrepositorys konnte nicht aus der Arbeitskopie ermittelt werden. Die Anzeigeoperation wird abgebrochen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="113" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="141" /> + <source>The URL of the project repository has an invalid format. The list operation will be aborted</source> + <translation>Die URL des Projektrepositorys hat ein ungültiges Format. Die Anzeigeoperation wird abgebrochen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="141" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="130" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="170" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="159" /> + <source>Subversion List</source> + <translation>Subversion-List</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="131" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="160" /> + <source>Enter the repository URL containing the tags or branches</source> + <translation>Gib den Repositoryzweig ein, der die Tags oder Zweige enthält</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="142" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="171" /> + <source>The repository URL is empty. Aborting...</source> + <translation>Die URL des Repositorys ist leer. Abbruch...</translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagBranchListDialog.py" line="187" /> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> @@ -81093,118 +81088,123 @@ <source>The process {0} could not be started. Ensure, that it is in the search path.</source> <translation>Der Prozess {0} konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagBranchListDialog.py" line="175" /> + <source>The installed version of PySvn should be 1.4.0 or better.</source> + <translation>Die installierte PySvn-Version muss 1.4.0 oder neuer sein.</translation> + </message> </context> <context> <name>SvnTagDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <source>Subversion Tag</source> <translation>Subversion-Marke</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <source>Enter the name of the tag</source> <translation>Gib den Namen der Marke ein</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <source><b>Tag Name</b> <p>Enter the name of the tag to be created, moved or deleted.</p></source> <translation><b>Name der Marke</b> <p>Gib den Namen der zu erzeugenden oder zu löschenden Marke ein.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <source>Name:</source> <translation>Name:</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <source>Tag Action</source> <translation>Aktion</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <source>Select to create a regular tag</source> <translation>Auswählen, um eine normale Marke zu erzeugen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <source><b>Create Regular Tag</b> <p>Select this entry in order to create a regular tag in the repository.</p></source> <translation><b>Normale Marke erzeugen</b> <p>Wähle diesen Eintrag, um eine normale Marke im Repository zu erzeugen.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <source>Create Regular Tag</source> <translation>Normale Marke erzeugen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <source>Select to create a branch tag</source> <translation>Auswählen, um eine Zweigmarke zu erzeugen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <source><b>Create Branch Tag</b> <p>Select this entry in order to create a branch in the repository.</p></source> <translation><b>Zweigmarke erzeugen</b> <p>Wähle diesen Eintrag, um eine Zweigmarke im Repository zu erzeugen.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <source>Create Branch Tag</source> <translation>Zweigmarke erzeugen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <source>Select to delete a regular tag</source> <translation>Auswählen, um eine normale Marke zu löschen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <source><b>Delete Regular Tag</b> <p>Select this entry in order to delete the selected regular tag.</p></source> <translation><b>Normale Marke löschen</b> <p>Wähle diesen Eintrag, um eine normale Marke im Repository zu löschen.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <source>Delete Regular Tag</source> <translation>Normale Marke löschen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <source>Select to delete a branch tag</source> <translation>Auswählen, um eine Zweigmarke zu löschen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <source><b>Delete Branch Tag</b> <p>Select this entry in order to delete the selected branch tag.</p></source> <translation><b>Zweigmarke löschen</b> <p>Wähle diesen Eintrag, um eine Zweigmarke im Repository zu löschen.</p></translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnTagDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnTagDialog.ui" line="0" /> <source>Delete Branch Tag</source> <translation>Zweigmarke löschen</translation> </message> @@ -81212,75 +81212,75 @@ <context> <name>SvnUrlSelectionDialog</name> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py" line="79" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py" line="62" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py" line="77" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py" line="60" /> + <source>Subversion Error</source> + <translation>Subversion-Fehler</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py" line="63" /> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py" line="61" /> + <source>The URL of the project repository could not be retrieved from the working copy. The operation will be aborted</source> + <translation>Die URL des Projektrepositorys konnte nicht aus der Arbeitskopie ermittelt werden. Die Operation wird abgebrochen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py" line="78" /> + <source>The URL of the project repository has an invalid format. The list operation will be aborted</source> + <translation>Die URL des Projektrepositorys hat ein ungültiges Format. Die Anzeigeoperation wird abgebrochen</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" /> <source>Subversion Diff</source> <translation>Subversion-Diff</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" /> <source>Repository URL 1</source> <translation>Repository-URL 1</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" /> <source>Select the URL type</source> <translation>Wähle den URL-Typ</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" /> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" /> <source>Enter the label name or path</source> <translation>Gib den Namen der Marke oder den Pfad ein</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" /> <source>Repository URL 2</source> <translation>Repository-URL 2</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" /> <source>Select to just show a summary of differences</source> <translation>Auswählen, um nur eine Zusammenfassung der Unterschiede zu zeigen</translation> </message> <message> + <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" /> <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.ui" line="0" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.ui" line="0" /> <source>Summary only</source> <translation>Nur Zusammenfassung</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py" line="77" /> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py" line="60" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py" line="79" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py" line="62" /> - <source>Subversion Error</source> - <translation>Subversion-Fehler</translation> - </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py" line="61" /> - <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py" line="63" /> - <source>The URL of the project repository could not be retrieved from the working copy. The operation will be aborted</source> - <translation>Die URL des Projektrepositorys konnte nicht aus der Arbeitskopie ermittelt werden. Die Operation wird abgebrochen</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py" line="80" /> <source>The URL of the project repository has an invalid format. The operation will be aborted</source> <translation>Die URL des Projektrepositorys hat ein ungültiges Format. Die Operation wird abgebrochen</translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/SvnUrlSelectionDialog.py" line="78" /> - <source>The URL of the project repository has an invalid format. The list operation will be aborted</source> - <translation>Die URL des Projektrepositorys hat ein ungültiges Format. Die Anzeigeoperation wird abgebrochen</translation> - </message> </context> <context> <name>SymbolsModel</name> @@ -82427,6 +82427,36 @@ <context> <name>SyncCheckPage</name> <message> + <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="50" /> + <source>FTP</source> + <translation>FTP</translation> + </message> + <message> + <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="51" /> + <source>Host:</source> + <translation>Rechner:</translation> + </message> + <message> + <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="54" /> + <source>Shared Directory</source> + <translation>Gemeinsames Verzeichnis</translation> + </message> + <message> + <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="55" /> + <source>Directory:</source> + <translation>Verzeichnis:</translation> + </message> + <message> + <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="58" /> + <source>No Synchronization</source> + <translation>keine Synchronisation</translation> + </message> + <message> + <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="194" /> + <source><font color="#FF0000"><b>Error:</b> {0}</font></source> + <translation><font color="#FF0000"><b>Fehler:</b> {0}</font></translation> + </message> + <message> <location filename="../WebBrowser/Sync/SyncCheckPage.ui" line="0" /> <source>Synchronization status</source> <translation>Synchronisationsstatus</translation> @@ -82476,36 +82506,6 @@ <source>Speed Dial Settings:</source> <translation>Schnellwahleinstellungen:</translation> </message> - <message> - <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="50" /> - <source>FTP</source> - <translation>FTP</translation> - </message> - <message> - <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="51" /> - <source>Host:</source> - <translation>Rechner:</translation> - </message> - <message> - <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="54" /> - <source>Shared Directory</source> - <translation>Gemeinsames Verzeichnis</translation> - </message> - <message> - <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="55" /> - <source>Directory:</source> - <translation>Verzeichnis:</translation> - </message> - <message> - <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="58" /> - <source>No Synchronization</source> - <translation>keine Synchronisation</translation> - </message> - <message> - <location filename="../WebBrowser/Sync/SyncCheckPage.py" line="194" /> - <source><font color="#FF0000"><b>Error:</b> {0}</font></source> - <translation><font color="#FF0000"><b>Fehler:</b> {0}</font></translation> - </message> </context> <context> <name>SyncDataPage</name> @@ -85384,6 +85384,91 @@ <context> <name>ToolConfigurationDialog</name> <message> + <location filename="../Preferences/ToolConfigurationDialog.py" line="41" /> + <source>Icon files (*.png)</source> + <translation>Symboldateien (*.png)</translation> + </message> + <message> + <location filename="../Preferences/ToolConfigurationDialog.py" line="45" /> + <source>no redirection</source> + <translation>keine Umleitung</translation> + </message> + <message> + <location filename="../Preferences/ToolConfigurationDialog.py" line="46" /> + <source>show output</source> + <translation>Ausgabe anzeigen</translation> + </message> + <message> + <location filename="../Preferences/ToolConfigurationDialog.py" line="47" /> + <source>insert into current editor</source> + <translation>in aktuellen Editor einfügen</translation> + </message> + <message> + <location filename="../Preferences/ToolConfigurationDialog.py" line="48" /> + <source>replace selection of current editor</source> + <translation>Auswahl des aktuellen Editors ersetzen</translation> + </message> + <message> + <location filename="../Preferences/ToolConfigurationDialog.py" line="139" /> + <location filename="../Preferences/ToolConfigurationDialog.py" line="127" /> + <location filename="../Preferences/ToolConfigurationDialog.py" line="116" /> + <location filename="../Preferences/ToolConfigurationDialog.py" line="106" /> + <source>Add tool entry</source> + <translation>Werkzeuge Eintrag hinzufügen</translation> + </message> + <message> + <location filename="../Preferences/ToolConfigurationDialog.py" line="107" /> + <source>You have to set an executable to add to the Tools-Menu first.</source> + <translation>Sie müssen eine ausführbare Datei angeben, um einen Eintrag zum Werkzeugemenü hinzuzufügen.</translation> + </message> + <message> + <location filename="../Preferences/ToolConfigurationDialog.py" line="117" /> + <source>You have to insert a menuentry text to add the selected program to the Tools-Menu first.</source> + <translation>Sie müssen einen Menütext angeben, um einen Eintrag zum Werkzeuge Menü hinzuzufügen.</translation> + </message> + <message> + <location filename="../Preferences/ToolConfigurationDialog.py" line="128" /> + <source>The selected file could not be found or is not an executable. Please choose an executable filename.</source> + <translation>Die ausgewählte Datei konnte nicht gefunden werden oder ist nicht ausführbar. Bitte wählen Sie eine ausführbare Datei.</translation> + </message> + <message> + <location filename="../Preferences/ToolConfigurationDialog.py" line="140" /> + <source>An entry for the menu text {0} already exists.</source> + <translation>Ein Eintrag für den Menütext {0} existiert bereits.</translation> + </message> + <message> + <location filename="../Preferences/ToolConfigurationDialog.py" line="195" /> + <location filename="../Preferences/ToolConfigurationDialog.py" line="184" /> + <location filename="../Preferences/ToolConfigurationDialog.py" line="174" /> + <source>Change tool entry</source> + <translation>Werkzeugeintrag ändern</translation> + </message> + <message> + <location filename="../Preferences/ToolConfigurationDialog.py" line="175" /> + <source>You have to set an executable to change the Tools-Menu entry.</source> + <translation>Sie müssen eine ausführbare Datei angeben, um einen Eintrag des Werkzeugemenüs zu ändern.</translation> + </message> + <message> + <location filename="../Preferences/ToolConfigurationDialog.py" line="185" /> + <source>You have to insert a menuentry text to change the selected Tools-Menu entry.</source> + <translation>Sie müssen einen Menütext angeben, um einen Eintrag des Werkzeuge Menüs zu ändern.</translation> + </message> + <message> + <location filename="../Preferences/ToolConfigurationDialog.py" line="196" /> + <source>The selected file could not be found or is not an executable. Please choose an existing executable filename.</source> + <translation>Die ausgewählte Datei konnte nicht gefunden werden oder ist nicht ausführbar. Bitte wählen Sie eine vorhandenen, ausführbare Datei.</translation> + </message> + <message> + <location filename="../Preferences/ToolConfigurationDialog.py" line="287" /> + <source>Select executable</source> + <translation>Wähle ausführbare Datei</translation> + </message> + <message> + <location filename="../Preferences/ToolConfigurationDialog.py" line="288" /> + <source>The selected file is not an executable. Please choose an executable filename.</source> + <translation>Die gewählte Datei ist nicht ausführbar. Bitte wählen Sie einen ausführbaren Dateinamen.</translation> + </message> + <message> <location filename="../Preferences/ToolConfigurationDialog.ui" line="0" /> <source>Configure Tools Menu</source> <translation>Werkzeuge einrichten</translation> @@ -85618,95 +85703,40 @@ <source><b>Redirect output<b><p>Select the output redirection mode. The standard error channel is either not redirected or shown in the log viewer.</p></source> <translation><b>Ausgabe umleiten</b><p>Wähle den Ausgabeumleitungsmodus. Der Standardfehlerkanal ist entweder nicht umgeleitet oder wird im Ausgabeanzeiger dargestellt.</p></translation> </message> - <message> - <location filename="../Preferences/ToolConfigurationDialog.py" line="41" /> - <source>Icon files (*.png)</source> - <translation>Symboldateien (*.png)</translation> - </message> - <message> - <location filename="../Preferences/ToolConfigurationDialog.py" line="45" /> - <source>no redirection</source> - <translation>keine Umleitung</translation> - </message> - <message> - <location filename="../Preferences/ToolConfigurationDialog.py" line="46" /> - <source>show output</source> - <translation>Ausgabe anzeigen</translation> - </message> - <message> - <location filename="../Preferences/ToolConfigurationDialog.py" line="47" /> - <source>insert into current editor</source> - <translation>in aktuellen Editor einfügen</translation> - </message> - <message> - <location filename="../Preferences/ToolConfigurationDialog.py" line="48" /> - <source>replace selection of current editor</source> - <translation>Auswahl des aktuellen Editors ersetzen</translation> - </message> - <message> - <location filename="../Preferences/ToolConfigurationDialog.py" line="139" /> - <location filename="../Preferences/ToolConfigurationDialog.py" line="127" /> - <location filename="../Preferences/ToolConfigurationDialog.py" line="116" /> - <location filename="../Preferences/ToolConfigurationDialog.py" line="106" /> - <source>Add tool entry</source> - <translation>Werkzeuge Eintrag hinzufügen</translation> - </message> - <message> - <location filename="../Preferences/ToolConfigurationDialog.py" line="107" /> - <source>You have to set an executable to add to the Tools-Menu first.</source> - <translation>Sie müssen eine ausführbare Datei angeben, um einen Eintrag zum Werkzeugemenü hinzuzufügen.</translation> - </message> - <message> - <location filename="../Preferences/ToolConfigurationDialog.py" line="117" /> - <source>You have to insert a menuentry text to add the selected program to the Tools-Menu first.</source> - <translation>Sie müssen einen Menütext angeben, um einen Eintrag zum Werkzeuge Menü hinzuzufügen.</translation> - </message> - <message> - <location filename="../Preferences/ToolConfigurationDialog.py" line="128" /> - <source>The selected file could not be found or is not an executable. Please choose an executable filename.</source> - <translation>Die ausgewählte Datei konnte nicht gefunden werden oder ist nicht ausführbar. Bitte wählen Sie eine ausführbare Datei.</translation> - </message> - <message> - <location filename="../Preferences/ToolConfigurationDialog.py" line="140" /> - <source>An entry for the menu text {0} already exists.</source> - <translation>Ein Eintrag für den Menütext {0} existiert bereits.</translation> - </message> - <message> - <location filename="../Preferences/ToolConfigurationDialog.py" line="195" /> - <location filename="../Preferences/ToolConfigurationDialog.py" line="184" /> - <location filename="../Preferences/ToolConfigurationDialog.py" line="174" /> - <source>Change tool entry</source> - <translation>Werkzeugeintrag ändern</translation> - </message> - <message> - <location filename="../Preferences/ToolConfigurationDialog.py" line="175" /> - <source>You have to set an executable to change the Tools-Menu entry.</source> - <translation>Sie müssen eine ausführbare Datei angeben, um einen Eintrag des Werkzeugemenüs zu ändern.</translation> - </message> - <message> - <location filename="../Preferences/ToolConfigurationDialog.py" line="185" /> - <source>You have to insert a menuentry text to change the selected Tools-Menu entry.</source> - <translation>Sie müssen einen Menütext angeben, um einen Eintrag des Werkzeuge Menüs zu ändern.</translation> - </message> - <message> - <location filename="../Preferences/ToolConfigurationDialog.py" line="196" /> - <source>The selected file could not be found or is not an executable. Please choose an existing executable filename.</source> - <translation>Die ausgewählte Datei konnte nicht gefunden werden oder ist nicht ausführbar. Bitte wählen Sie eine vorhandenen, ausführbare Datei.</translation> - </message> - <message> - <location filename="../Preferences/ToolConfigurationDialog.py" line="287" /> - <source>Select executable</source> - <translation>Wähle ausführbare Datei</translation> - </message> - <message> - <location filename="../Preferences/ToolConfigurationDialog.py" line="288" /> - <source>The selected file is not an executable. Please choose an executable filename.</source> - <translation>Die gewählte Datei ist nicht ausführbar. Bitte wählen Sie einen ausführbaren Dateinamen.</translation> - </message> </context> <context> <name>ToolGroupConfigurationDialog</name> <message> + <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="105" /> + <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="97" /> + <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="73" /> + <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="65" /> + <source>Add tool group entry</source> + <translation>Werkzeuggruppen Eintrag hinzufügen</translation> + </message> + <message> + <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="98" /> + <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="66" /> + <source>You have to give a name for the group to add.</source> + <translation>Sie müssen einen Namen für die neue Gruppe angeben.</translation> + </message> + <message> + <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="106" /> + <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="74" /> + <source>An entry for the group name {0} already exists.</source> + <translation>Ein Eintrag für den Gruppennamen {0} existiert bereits.</translation> + </message> + <message> + <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="126" /> + <source>Delete tool group entry</source> + <translation>Werkzeuggruppen Eintrag löschen</translation> + </message> + <message> + <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="127" /> + <source><p>Do you really want to delete the tool group <b>"{0}"</b>?</p></source> + <translation><p>Soll die Werkzeuggruppe <b>„{0}“</b> wirklich gelöscht werden?</p></translation> + </message> + <message> <location filename="../Preferences/ToolGroupConfigurationDialog.ui" line="0" /> <source>Configure Tool Groups</source> <translation>Konfiguriere Werkzeuggruppen</translation> @@ -85860,36 +85890,6 @@ <translation><b>Menütext</b> <p>Gib den Menütext ein. Dem Tastaturkürzel muss ein & Zeichen vorangestellt werden.</p></translation> </message> - <message> - <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="105" /> - <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="97" /> - <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="73" /> - <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="65" /> - <source>Add tool group entry</source> - <translation>Werkzeuggruppen Eintrag hinzufügen</translation> - </message> - <message> - <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="98" /> - <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="66" /> - <source>You have to give a name for the group to add.</source> - <translation>Sie müssen einen Namen für die neue Gruppe angeben.</translation> - </message> - <message> - <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="106" /> - <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="74" /> - <source>An entry for the group name {0} already exists.</source> - <translation>Ein Eintrag für den Gruppennamen {0} existiert bereits.</translation> - </message> - <message> - <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="126" /> - <source>Delete tool group entry</source> - <translation>Werkzeuggruppen Eintrag löschen</translation> - </message> - <message> - <location filename="../Preferences/ToolGroupConfigurationDialog.py" line="127" /> - <source><p>Do you really want to delete the tool group <b>"{0}"</b>?</p></source> - <translation><p>Soll die Werkzeuggruppe <b>„{0}“</b> wirklich gelöscht werden?</p></translation> - </message> </context> <context> <name>TranslationEngine</name> @@ -86408,17 +86408,57 @@ <context> <name>TranslatorPage</name> <message> + <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="45" /> + <source><p>A key is <b>required</b> to use this service. <a href="{0}">Get a commercial or free API key.</a></p></source> + <translation><p>Ein Schlüssel ist für die Nutzung dieses Dienstes <b>erforderlich</b>. <a href="{0}">Hole einen kommerziellen oder freien API Schlüssel.</a></p></translation> + </message> + <message> + <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="51" /> + <source><p>A key is <b>required</b> to use this service. <a href="{0}">Get a commercial API key.</a></p></source> + <translation><p>Ein Schlüssel ist für die Nutzung dieses Dienstes <b>erforderlich</b>. <a href="{0}">Hole einen kostenpflichtigen API Schlüssel.</a></p></translation> + </message> + <message> + <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="57" /> + <source><p>A key is <b>required</b> to use this service. <a href="{0}">Register with IBM Cloud.</a></p></source> + <translation><p>Ein Schlüssel ist für die Nutzung dieses Dienstes <b>erforderlich</b>. <a href="{0}">Bei der IBM Cloud registrieren.</a></p></translation> + </message> + <message> + <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="63" /> + <source><p>A key is <b>optional</b> to use this service and depends on the server configuration. Contact your server admin for details.</p></source> + <translation><p>Ein Schlüssel ist für die Nutzung dieses Dienstes <b>optional</b> und hängt von der Serverkonfiguration ab. Kontaktiere den Serveradministrator für Details.</p></translation> + </message> + <message> + <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="69" /> + <source><p>A registration of the text translation service is <b>required</b>. <a href="{0}">Register with Microsoft Azure.</a></p></source> + <translation><p>Eine Registrierung des Textübersetzungsdienstes ist <b>erforderlich</b>. <a href="{0}">Bei Microsoft Azure registrieren.</a></p></translation> + </message> + <message> + <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="76" /> + <source><p>A key is <b>optional</b> to use this service. <a href="{0}">Get a free API key.</a></p></source> + <translation><p>Ein Schlüssel ist für die Nutzung dieses Dienstes <b>optional</b>. <a href="{0}">Hole einen kostenfreien API Schlüssel.</a></p></translation> + </message> + <message> + <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="82" /> + <source><p>A key is <b>required</b> to use this service. <a href="{0}">Get a free API key.</a></p></source> + <translation><p>Ein Schlüssel ist für die Nutzung dieses Dienstes <b>erforderlich</b>. <a href="{0}">Hole einen kostenfreien API Schlüssel.</a></p></translation> + </message> + <message> + <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" /> + <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="235" /> + <source>Enabled Languages</source> + <translation>Aktivierte Sprachen</translation> + </message> + <message> + <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="236" /> + <source>At least two languages should be selected to work correctly.</source> + <translation>Es sollten mindestens zwei Sprachen aktiviert sein, um korrekt zu arbeiten.</translation> + </message> + <message> <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" /> <source><b>Configure Translator</b></source> <translation><b>Übersetzer konfigurieren</b></translation> </message> <message> - <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="235" /> - <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" /> - <source>Enabled Languages</source> - <translation>Aktivierte Sprachen</translation> - </message> - <message> <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.ui" line="0" /> <source>Press to set or unset all entries</source> <translation>Drücken um alle Einträge ein- bzw. auszuschalten</translation> @@ -86598,46 +86638,6 @@ <source>Enter your Yandex key</source> <translation>Gib den Yandex Schlüssel ein</translation> </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="45" /> - <source><p>A key is <b>required</b> to use this service. <a href="{0}">Get a commercial or free API key.</a></p></source> - <translation><p>Ein Schlüssel ist für die Nutzung dieses Dienstes <b>erforderlich</b>. <a href="{0}">Hole einen kommerziellen oder freien API Schlüssel.</a></p></translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="51" /> - <source><p>A key is <b>required</b> to use this service. <a href="{0}">Get a commercial API key.</a></p></source> - <translation><p>Ein Schlüssel ist für die Nutzung dieses Dienstes <b>erforderlich</b>. <a href="{0}">Hole einen kostenpflichtigen API Schlüssel.</a></p></translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="57" /> - <source><p>A key is <b>required</b> to use this service. <a href="{0}">Register with IBM Cloud.</a></p></source> - <translation><p>Ein Schlüssel ist für die Nutzung dieses Dienstes <b>erforderlich</b>. <a href="{0}">Bei der IBM Cloud registrieren.</a></p></translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="63" /> - <source><p>A key is <b>optional</b> to use this service and depends on the server configuration. Contact your server admin for details.</p></source> - <translation><p>Ein Schlüssel ist für die Nutzung dieses Dienstes <b>optional</b> und hängt von der Serverkonfiguration ab. Kontaktiere den Serveradministrator für Details.</p></translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="69" /> - <source><p>A registration of the text translation service is <b>required</b>. <a href="{0}">Register with Microsoft Azure.</a></p></source> - <translation><p>Eine Registrierung des Textübersetzungsdienstes ist <b>erforderlich</b>. <a href="{0}">Bei Microsoft Azure registrieren.</a></p></translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="76" /> - <source><p>A key is <b>optional</b> to use this service. <a href="{0}">Get a free API key.</a></p></source> - <translation><p>Ein Schlüssel ist für die Nutzung dieses Dienstes <b>optional</b>. <a href="{0}">Hole einen kostenfreien API Schlüssel.</a></p></translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="82" /> - <source><p>A key is <b>required</b> to use this service. <a href="{0}">Get a free API key.</a></p></source> - <translation><p>Ein Schlüssel ist für die Nutzung dieses Dienstes <b>erforderlich</b>. <a href="{0}">Hole einen kostenfreien API Schlüssel.</a></p></translation> - </message> - <message> - <location filename="../Plugins/UiExtensionPlugins/Translator/ConfigurationPage/TranslatorPage.py" line="236" /> - <source>At least two languages should be selected to work correctly.</source> - <translation>Es sollten mindestens zwei Sprachen aktiviert sein, um korrekt zu arbeiten.</translation> - </message> </context> <context> <name>TranslatorPlugin</name> @@ -86982,63 +86982,6 @@ <context> <name>UF2FlashDialog</name> <message> - <location filename="../MicroPython/UF2FlashDialog.py" line="1132" /> - <location filename="../MicroPython/UF2FlashDialog.py" line="1140" /> - <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> - <source>Flash UF2 Device</source> - <translation>UF2 Gerät flashen</translation> - </message> - <message> - <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> - <source>Detected Devices:</source> - <translation>Erkannte Geräte:</translation> - </message> - <message> - <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> - <source>Select the device to be flashed</source> - <translation>Wähle das zu flashende Gerät</translation> - </message> - <message> - <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> - <source>Select Device</source> - <translation>Gerät auswählen</translation> - </message> - <message> - <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> - <source>MicroPython:</source> - <translation>MicroPython:</translation> - </message> - <message> - <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> - <source>Enter the path of the MicroPython / CircuitPython firmware file</source> - <translation>Gib den Pfad der MicroPython / CircuitPython Firmwaredatei ein</translation> - </message> - <message> - <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> - <source>'Boot' Volume:</source> - <translation>'Boot' Verzeichnis:</translation> - </message> - <message> - <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> - <source>Enter the path of the bootloader volume</source> - <translation>Gib den Pfad zum Bootloader Datenträger ein</translation> - </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> - <message> - <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> - <source>Refresh</source> - <translation>Aktualisieren</translation> - </message> - <message> <location filename="../MicroPython/UF2FlashDialog.py" line="607" /> <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> @@ -87049,6 +86992,13 @@ <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.ui" line="0" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="1132" /> + <location filename="../MicroPython/UF2FlashDialog.py" line="1140" /> + <source>Flash UF2 Device</source> + <translation>UF2 Gerät flashen</translation> + </message> + <message> <location filename="../MicroPython/UF2FlashDialog.py" line="1141" /> <source>Select the Boot Volume of the device:</source> <translation>Wähle das Bootverzeichnis des Gerätes:</translation> @@ -87162,6 +87112,56 @@ <source>No UF2 device 'boot' volumes found.</source> <translation>Keine 'boot' Verzeichnisse für UF2 Gerät gefunden.</translation> </message> + <message> + <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> + <source>Detected Devices:</source> + <translation>Erkannte Geräte:</translation> + </message> + <message> + <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> + <source>Select the device to be flashed</source> + <translation>Wähle das zu flashende Gerät</translation> + </message> + <message> + <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> + <source>Select Device</source> + <translation>Gerät auswählen</translation> + </message> + <message> + <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> + <source>MicroPython:</source> + <translation>MicroPython:</translation> + </message> + <message> + <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> + <source>Enter the path of the MicroPython / CircuitPython firmware file</source> + <translation>Gib den Pfad der MicroPython / CircuitPython Firmwaredatei ein</translation> + </message> + <message> + <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> + <source>'Boot' Volume:</source> + <translation>'Boot' Verzeichnis:</translation> + </message> + <message> + <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> + <source>Enter the path of the bootloader volume</source> + <translation>Gib den Pfad zum Bootloader Datenträger ein</translation> + </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> + <message> + <location filename="../MicroPython/UF2FlashDialog.ui" line="0" /> + <source>Refresh</source> + <translation>Aktualisieren</translation> + </message> </context> <context> <name>UIPreviewer</name> @@ -91829,1975 +91829,6 @@ <context> <name>ViewManager</name> <message> - <location filename="../HexEdit/HexEditMainWindow.py" line="601" /> - <source>Ctrl+G</source> - <comment>Search|Goto Offset</comment> - <translation>Ctrl+G</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="704" /> - <location filename="../QScintilla/ShellWindow.py" line="312" /> - <source>Ctrl+S</source> - <comment>File|Save</comment> - <translation>Ctrl+S</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1057" /> - <location filename="../QScintilla/ShellWindow.py" line="339" /> - <source>Cut</source> - <translation>Ausschneiden</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1059" /> - <location filename="../QScintilla/ShellWindow.py" line="341" /> - <source>Cu&t</source> - <translation>&Ausschneiden</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1061" /> - <location filename="../QScintilla/ShellWindow.py" line="343" /> - <source>Ctrl+X</source> - <comment>Edit|Cut</comment> - <translation>Ctrl+X</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1064" /> - <location filename="../QScintilla/ShellWindow.py" line="346" /> - <source>Shift+Del</source> - <comment>Edit|Cut</comment> - <translation>Shift+Del</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1070" /> - <location filename="../QScintilla/ShellWindow.py" line="352" /> - <source>Cut the selection</source> - <translation>Schneidet die Auswahl aus</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1084" /> - <location filename="../QScintilla/ShellWindow.py" line="361" /> - <source>Copy</source> - <translation>Kopieren</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1086" /> - <location filename="../QScintilla/ShellWindow.py" line="363" /> - <source>&Copy</source> - <translation>&Kopieren</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1088" /> - <location filename="../QScintilla/ShellWindow.py" line="365" /> - <source>Ctrl+C</source> - <comment>Edit|Copy</comment> - <translation>Ctrl+C</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1091" /> - <location filename="../QScintilla/ShellWindow.py" line="368" /> - <source>Ctrl+Ins</source> - <comment>Edit|Copy</comment> - <translation>Ctrl+Einfg</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1097" /> - <location filename="../QScintilla/ShellWindow.py" line="374" /> - <source>Copy the selection</source> - <translation>Kopiert die Auswahl</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1111" /> - <location filename="../QScintilla/ShellWindow.py" line="383" /> - <source>Paste</source> - <translation>Einfügen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1113" /> - <location filename="../QScintilla/ShellWindow.py" line="385" /> - <source>&Paste</source> - <translation>Ein&fügen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1115" /> - <location filename="../QScintilla/ShellWindow.py" line="387" /> - <source>Ctrl+V</source> - <comment>Edit|Paste</comment> - <translation>Ctrl+V</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1118" /> - <location filename="../QScintilla/ShellWindow.py" line="390" /> - <source>Shift+Ins</source> - <comment>Edit|Paste</comment> - <translation>Shift+Ins</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1124" /> - <location filename="../QScintilla/ShellWindow.py" line="396" /> - <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="1140" /> - <location filename="../ViewManager/ViewManager.py" line="1138" /> - <location filename="../QScintilla/ShellWindow.py" line="410" /> - <location filename="../QScintilla/ShellWindow.py" line="408" /> - <source>Clear</source> - <translation>Löschen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1142" /> - <location filename="../QScintilla/ShellWindow.py" line="412" /> - <source>Alt+Shift+C</source> - <comment>Edit|Clear</comment> - <translation>Alt+Shift+C</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1149" /> - <location filename="../QScintilla/ShellWindow.py" line="419" /> - <source>Clear all text</source> - <translation>Löscht den gesamten Text</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2544" /> - <location filename="../ViewManager/ViewManager.py" line="2543" /> - <location filename="../QScintilla/MiniEditor.py" line="1691" /> - <location filename="../QScintilla/MiniEditor.py" line="1690" /> - <location filename="../QScintilla/ShellWindow.py" line="441" /> - <location filename="../QScintilla/ShellWindow.py" line="440" /> - <source>Delete current line</source> - <translation>Aktuelle Zeile löschen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2545" /> - <location filename="../QScintilla/MiniEditor.py" line="1692" /> - <location filename="../QScintilla/ShellWindow.py" line="442" /> - <source>Ctrl+Shift+L</source> - <translation>Ctrl+Shift+L</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2051" /> - <location filename="../ViewManager/ViewManager.py" line="2050" /> - <location filename="../QScintilla/MiniEditor.py" line="1213" /> - <location filename="../QScintilla/MiniEditor.py" line="1212" /> - <location filename="../QScintilla/ShellWindow.py" line="453" /> - <location filename="../QScintilla/ShellWindow.py" line="452" /> - <source>Indent one level</source> - <translation>Eine Ebene einrücken</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2052" /> - <location filename="../QScintilla/MiniEditor.py" line="1214" /> - <location filename="../QScintilla/ShellWindow.py" line="454" /> - <source>Tab</source> - <translation>Tab</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2517" /> - <location filename="../ViewManager/ViewManager.py" line="2516" /> - <location filename="../QScintilla/MiniEditor.py" line="1679" /> - <location filename="../QScintilla/MiniEditor.py" line="1678" /> - <location filename="../QScintilla/ShellWindow.py" line="465" /> - <location filename="../QScintilla/ShellWindow.py" line="464" /> - <source>Insert new line</source> - <translation>Neue Zeile einfügen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2518" /> - <location filename="../QScintilla/MiniEditor.py" line="1680" /> - <location filename="../QScintilla/ShellWindow.py" line="466" /> - <source>Return</source> - <translation>Return</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2519" /> - <location filename="../QScintilla/MiniEditor.py" line="1681" /> - <location filename="../QScintilla/ShellWindow.py" line="467" /> - <source>Enter</source> - <translation>Enter</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2403" /> - <location filename="../ViewManager/ViewManager.py" line="2402" /> - <location filename="../QScintilla/MiniEditor.py" line="1565" /> - <location filename="../QScintilla/MiniEditor.py" line="1564" /> - <location filename="../QScintilla/ShellWindow.py" line="477" /> - <location filename="../QScintilla/ShellWindow.py" line="476" /> - <source>Delete previous character</source> - <translation>Zeichen links löschen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2404" /> - <location filename="../QScintilla/MiniEditor.py" line="1566" /> - <location filename="../QScintilla/ShellWindow.py" line="478" /> - <source>Backspace</source> - <translation>Backspace</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2411" /> - <location filename="../QScintilla/MiniEditor.py" line="1573" /> - <location filename="../QScintilla/ShellWindow.py" line="485" /> - <source>Meta+H</source> - <translation>Meta+H</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2416" /> - <location filename="../QScintilla/MiniEditor.py" line="1578" /> - <location filename="../QScintilla/ShellWindow.py" line="490" /> - <source>Shift+Backspace</source> - <translation>Shift+Backspace</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2441" /> - <location filename="../ViewManager/ViewManager.py" line="2440" /> - <location filename="../QScintilla/MiniEditor.py" line="1603" /> - <location filename="../QScintilla/MiniEditor.py" line="1602" /> - <location filename="../QScintilla/ShellWindow.py" line="499" /> - <location filename="../QScintilla/ShellWindow.py" line="498" /> - <source>Delete current character</source> - <translation>Aktuelles Zeichen löschen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2442" /> - <location filename="../QScintilla/MiniEditor.py" line="1604" /> - <location filename="../QScintilla/ShellWindow.py" line="500" /> - <source>Del</source> - <translation>Del</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2449" /> - <location filename="../QScintilla/MiniEditor.py" line="1611" /> - <location filename="../QScintilla/ShellWindow.py" line="507" /> - <source>Meta+D</source> - <translation>Meta+D</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2457" /> - <location filename="../ViewManager/ViewManager.py" line="2456" /> - <location filename="../QScintilla/MiniEditor.py" line="1619" /> - <location filename="../QScintilla/MiniEditor.py" line="1618" /> - <location filename="../QScintilla/ShellWindow.py" line="515" /> - <location filename="../QScintilla/ShellWindow.py" line="514" /> - <source>Delete word to left</source> - <translation>Wort links löschen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2458" /> - <location filename="../QScintilla/MiniEditor.py" line="1620" /> - <location filename="../QScintilla/ShellWindow.py" line="516" /> - <source>Ctrl+Backspace</source> - <translation>Ctrl+Backspace</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2469" /> - <location filename="../ViewManager/ViewManager.py" line="2468" /> - <location filename="../QScintilla/MiniEditor.py" line="1631" /> - <location filename="../QScintilla/MiniEditor.py" line="1630" /> - <location filename="../QScintilla/ShellWindow.py" line="527" /> - <location filename="../QScintilla/ShellWindow.py" line="526" /> - <source>Delete word to right</source> - <translation>Wort rechts löschen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2470" /> - <location filename="../QScintilla/MiniEditor.py" line="1632" /> - <location filename="../QScintilla/ShellWindow.py" line="528" /> - <source>Ctrl+Del</source> - <translation>Ctrl+Del</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2481" /> - <location filename="../ViewManager/ViewManager.py" line="2480" /> - <location filename="../QScintilla/MiniEditor.py" line="1643" /> - <location filename="../QScintilla/MiniEditor.py" line="1642" /> - <location filename="../QScintilla/ShellWindow.py" line="539" /> - <location filename="../QScintilla/ShellWindow.py" line="538" /> - <source>Delete line to left</source> - <translation>Zeile links löschen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2483" /> - <location filename="../QScintilla/MiniEditor.py" line="1645" /> - <location filename="../QScintilla/ShellWindow.py" line="541" /> - <source>Ctrl+Shift+Backspace</source> - <translation>Ctrl+Shift+Backspace</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2495" /> - <location filename="../ViewManager/ViewManager.py" line="2494" /> - <location filename="../QScintilla/MiniEditor.py" line="1657" /> - <location filename="../QScintilla/MiniEditor.py" line="1656" /> - <location filename="../QScintilla/ShellWindow.py" line="553" /> - <location filename="../QScintilla/ShellWindow.py" line="552" /> - <source>Delete line to right</source> - <translation>Zeile rechts löschen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2503" /> - <location filename="../QScintilla/MiniEditor.py" line="1665" /> - <location filename="../QScintilla/ShellWindow.py" line="561" /> - <source>Meta+K</source> - <translation>Meta+K</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2508" /> - <location filename="../QScintilla/MiniEditor.py" line="1670" /> - <location filename="../QScintilla/ShellWindow.py" line="566" /> - <source>Ctrl+Shift+Del</source> - <translation>Ctrl+Shift+Del</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1743" /> - <location filename="../ViewManager/ViewManager.py" line="1742" /> - <location filename="../QScintilla/MiniEditor.py" line="901" /> - <location filename="../QScintilla/MiniEditor.py" line="900" /> - <location filename="../QScintilla/ShellWindow.py" line="575" /> - <location filename="../QScintilla/ShellWindow.py" line="574" /> - <source>Move left one character</source> - <translation>Ein Zeichen nach links</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1744" /> - <location filename="../QScintilla/MiniEditor.py" line="902" /> - <location filename="../QScintilla/ShellWindow.py" line="576" /> - <source>Left</source> - <translation>Left</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1752" /> - <location filename="../QScintilla/MiniEditor.py" line="910" /> - <location filename="../QScintilla/ShellWindow.py" line="584" /> - <source>Meta+B</source> - <translation>Meta+B</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1759" /> - <location filename="../ViewManager/ViewManager.py" line="1758" /> - <location filename="../QScintilla/MiniEditor.py" line="917" /> - <location filename="../QScintilla/MiniEditor.py" line="916" /> - <location filename="../QScintilla/ShellWindow.py" line="591" /> - <location filename="../QScintilla/ShellWindow.py" line="590" /> - <source>Move right one character</source> - <translation>Ein Zeichen nach rechts</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1760" /> - <location filename="../QScintilla/MiniEditor.py" line="918" /> - <location filename="../QScintilla/ShellWindow.py" line="592" /> - <source>Right</source> - <translation>Right</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1767" /> - <location filename="../QScintilla/MiniEditor.py" line="925" /> - <location filename="../QScintilla/ShellWindow.py" line="599" /> - <source>Meta+F</source> - <translation>Meta+F</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1839" /> - <location filename="../ViewManager/ViewManager.py" line="1838" /> - <location filename="../QScintilla/MiniEditor.py" line="997" /> - <location filename="../QScintilla/MiniEditor.py" line="996" /> - <location filename="../QScintilla/ShellWindow.py" line="607" /> - <location filename="../QScintilla/ShellWindow.py" line="606" /> - <source>Move left one word</source> - <translation>Ein Wort nach links</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1847" /> - <location filename="../ViewManager/ViewManager.py" line="1815" /> - <location filename="../QScintilla/MiniEditor.py" line="1005" /> - <location filename="../QScintilla/MiniEditor.py" line="973" /> - <location filename="../QScintilla/ShellWindow.py" line="615" /> - <source>Alt+Left</source> - <translation>Alt+Left</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1903" /> - <location filename="../ViewManager/ViewManager.py" line="1851" /> - <location filename="../QScintilla/MiniEditor.py" line="1065" /> - <location filename="../QScintilla/MiniEditor.py" line="1009" /> - <location filename="../QScintilla/ShellWindow.py" line="619" /> - <source>Ctrl+Left</source> - <translation>Ctrl+Left</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1859" /> - <location filename="../ViewManager/ViewManager.py" line="1858" /> - <location filename="../QScintilla/MiniEditor.py" line="1017" /> - <location filename="../QScintilla/MiniEditor.py" line="1016" /> - <location filename="../QScintilla/ShellWindow.py" line="627" /> - <location filename="../QScintilla/ShellWindow.py" line="626" /> - <source>Move right one word</source> - <translation>Ein Wort nach rechts</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2640" /> - <location filename="../ViewManager/ViewManager.py" line="1867" /> - <location filename="../QScintilla/MiniEditor.py" line="1819" /> - <location filename="../QScintilla/MiniEditor.py" line="1029" /> - <location filename="../QScintilla/ShellWindow.py" line="635" /> - <source>Ctrl+Right</source> - <translation>Ctrl+Right</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1877" /> - <location filename="../ViewManager/ViewManager.py" line="1874" /> - <location filename="../QScintilla/MiniEditor.py" line="1039" /> - <location filename="../QScintilla/MiniEditor.py" line="1036" /> - <location filename="../QScintilla/ShellWindow.py" line="645" /> - <location filename="../QScintilla/ShellWindow.py" line="642" /> - <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="2901" /> - <location filename="../ViewManager/ViewManager.py" line="1887" /> - <location filename="../QScintilla/MiniEditor.py" line="2080" /> - <location filename="../QScintilla/MiniEditor.py" line="1049" /> - <location filename="../QScintilla/ShellWindow.py" line="655" /> - <source>Home</source> - <translation>Home</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1915" /> - <location filename="../ViewManager/ViewManager.py" line="1914" /> - <location filename="../QScintilla/MiniEditor.py" line="1077" /> - <location filename="../QScintilla/MiniEditor.py" line="1076" /> - <location filename="../QScintilla/ShellWindow.py" line="663" /> - <location filename="../QScintilla/ShellWindow.py" line="662" /> - <source>Move to end of document line</source> - <translation>Zum Ende der Dokumentenzeile springen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1923" /> - <location filename="../QScintilla/MiniEditor.py" line="1085" /> - <location filename="../QScintilla/ShellWindow.py" line="671" /> - <source>Meta+E</source> - <translation>Meta+E</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2918" /> - <location filename="../ViewManager/ViewManager.py" line="1927" /> - <location filename="../QScintilla/MiniEditor.py" line="2097" /> - <location filename="../QScintilla/MiniEditor.py" line="1089" /> - <location filename="../QScintilla/ShellWindow.py" line="675" /> - <source>End</source> - <translation>End</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1775" /> - <location filename="../ViewManager/ViewManager.py" line="1774" /> - <location filename="../QScintilla/MiniEditor.py" line="933" /> - <location filename="../QScintilla/MiniEditor.py" line="932" /> - <location filename="../QScintilla/ShellWindow.py" line="683" /> - <location filename="../QScintilla/ShellWindow.py" line="682" /> - <source>Move up one line</source> - <translation>Eine Zeile nach oben</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1776" /> - <location filename="../QScintilla/MiniEditor.py" line="934" /> - <location filename="../QScintilla/ShellWindow.py" line="684" /> - <source>Up</source> - <translation>Up</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1783" /> - <location filename="../QScintilla/MiniEditor.py" line="941" /> - <location filename="../QScintilla/ShellWindow.py" line="691" /> - <source>Meta+P</source> - <translation>Meta+P</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1791" /> - <location filename="../ViewManager/ViewManager.py" line="1790" /> - <location filename="../QScintilla/MiniEditor.py" line="949" /> - <location filename="../QScintilla/MiniEditor.py" line="948" /> - <location filename="../QScintilla/ShellWindow.py" line="699" /> - <location filename="../QScintilla/ShellWindow.py" line="698" /> - <source>Move down one line</source> - <translation>Eine Zeile nach unten</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1792" /> - <location filename="../QScintilla/MiniEditor.py" line="950" /> - <location filename="../QScintilla/ShellWindow.py" line="700" /> - <source>Down</source> - <translation>Down</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1799" /> - <location filename="../QScintilla/MiniEditor.py" line="957" /> - <location filename="../QScintilla/ShellWindow.py" line="707" /> - <source>Meta+N</source> - <translation>Meta+N</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2039" /> - <location filename="../ViewManager/ViewManager.py" line="1936" /> - <location filename="../QScintilla/MiniEditor.py" line="1201" /> - <location filename="../QScintilla/MiniEditor.py" line="1098" /> - <location filename="../QScintilla/ShellWindow.py" line="716" /> - <source>Ctrl+Down</source> - <translation>Ctrl+Down</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2019" /> - <location filename="../ViewManager/ViewManager.py" line="1948" /> - <location filename="../QScintilla/MiniEditor.py" line="1181" /> - <location filename="../QScintilla/MiniEditor.py" line="1110" /> - <location filename="../QScintilla/ShellWindow.py" line="728" /> - <source>Ctrl+Up</source> - <translation>Ctrl+Up</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1983" /> - <location filename="../ViewManager/ViewManager.py" line="1982" /> - <location filename="../QScintilla/MiniEditor.py" line="1145" /> - <location filename="../QScintilla/MiniEditor.py" line="1144" /> - <location filename="../QScintilla/ShellWindow.py" line="739" /> - <location filename="../QScintilla/ShellWindow.py" line="738" /> - <source>Move up one page</source> - <translation>Eine Seite hoch</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1984" /> - <location filename="../QScintilla/MiniEditor.py" line="1146" /> - <location filename="../QScintilla/ShellWindow.py" line="740" /> - <source>PgUp</source> - <translation>PgUp</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1995" /> - <location filename="../ViewManager/ViewManager.py" line="1994" /> - <location filename="../QScintilla/MiniEditor.py" line="1157" /> - <location filename="../QScintilla/MiniEditor.py" line="1156" /> - <location filename="../QScintilla/ShellWindow.py" line="751" /> - <location filename="../QScintilla/ShellWindow.py" line="750" /> - <source>Move down one page</source> - <translation>Eine Seite nach unten</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1996" /> - <location filename="../QScintilla/MiniEditor.py" line="1158" /> - <location filename="../QScintilla/ShellWindow.py" line="752" /> - <source>PgDown</source> - <translation>PgDown</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2003" /> - <location filename="../QScintilla/MiniEditor.py" line="1165" /> - <location filename="../QScintilla/ShellWindow.py" line="759" /> - <source>Meta+V</source> - <translation>Meta+V</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2686" /> - <location filename="../ViewManager/ViewManager.py" line="2685" /> - <location filename="../QScintilla/MiniEditor.py" line="1865" /> - <location filename="../QScintilla/MiniEditor.py" line="1864" /> - <location filename="../QScintilla/ShellWindow.py" line="767" /> - <location filename="../QScintilla/ShellWindow.py" line="766" /> - <source>Escape</source> - <translation>Abbruch</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2687" /> - <location filename="../QScintilla/MiniEditor.py" line="1866" /> - <location filename="../QScintilla/ShellWindow.py" line="768" /> - <source>Esc</source> - <translation>Esc</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2077" /> - <location filename="../ViewManager/ViewManager.py" line="2074" /> - <location filename="../QScintilla/MiniEditor.py" line="1239" /> - <location filename="../QScintilla/MiniEditor.py" line="1236" /> - <location filename="../QScintilla/ShellWindow.py" line="781" /> - <location filename="../QScintilla/ShellWindow.py" line="778" /> - <source>Extend selection left one character</source> - <translation>Auswahl um ein Zeichen nach links erweitern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2080" /> - <location filename="../QScintilla/MiniEditor.py" line="1242" /> - <location filename="../QScintilla/ShellWindow.py" line="784" /> - <source>Shift+Left</source> - <translation>Shift+Left</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2087" /> - <location filename="../QScintilla/MiniEditor.py" line="1249" /> - <location filename="../QScintilla/ShellWindow.py" line="791" /> - <source>Meta+Shift+B</source> - <translation>Meta+Shift+B</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2097" /> - <location filename="../ViewManager/ViewManager.py" line="2094" /> - <location filename="../QScintilla/MiniEditor.py" line="1259" /> - <location filename="../QScintilla/MiniEditor.py" line="1256" /> - <location filename="../QScintilla/ShellWindow.py" line="801" /> - <location filename="../QScintilla/ShellWindow.py" line="798" /> - <source>Extend selection right one character</source> - <translation>Auswahl um ein Zeichen nach rechts erweitern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2100" /> - <location filename="../QScintilla/MiniEditor.py" line="1262" /> - <location filename="../QScintilla/ShellWindow.py" line="804" /> - <source>Shift+Right</source> - <translation>Shift+Right</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2107" /> - <location filename="../QScintilla/MiniEditor.py" line="1269" /> - <location filename="../QScintilla/ShellWindow.py" line="811" /> - <source>Meta+Shift+F</source> - <translation>Meta+Shift+F</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2191" /> - <location filename="../ViewManager/ViewManager.py" line="2190" /> - <location filename="../QScintilla/MiniEditor.py" line="1353" /> - <location filename="../QScintilla/MiniEditor.py" line="1352" /> - <location filename="../QScintilla/ShellWindow.py" line="819" /> - <location filename="../QScintilla/ShellWindow.py" line="818" /> - <source>Extend selection left one word</source> - <translation>Auswahl um ein Wort nach links erweitern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2200" /> - <location filename="../ViewManager/ViewManager.py" line="2160" /> - <location filename="../QScintilla/MiniEditor.py" line="1362" /> - <location filename="../QScintilla/MiniEditor.py" line="1322" /> - <location filename="../QScintilla/ShellWindow.py" line="828" /> - <source>Alt+Shift+Left</source> - <translation>Alt+Shift+Left</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3104" /> - <location filename="../ViewManager/ViewManager.py" line="2206" /> - <location filename="../QScintilla/MiniEditor.py" line="2283" /> - <location filename="../QScintilla/MiniEditor.py" line="1368" /> - <location filename="../QScintilla/ShellWindow.py" line="834" /> - <source>Ctrl+Shift+Left</source> - <translation>Ctrl+Shift+Left</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2217" /> - <location filename="../ViewManager/ViewManager.py" line="2214" /> - <location filename="../QScintilla/MiniEditor.py" line="1379" /> - <location filename="../QScintilla/MiniEditor.py" line="1376" /> - <location filename="../QScintilla/ShellWindow.py" line="845" /> - <location filename="../QScintilla/ShellWindow.py" line="842" /> - <source>Extend selection right one word</source> - <translation>Auswahl um ein Wort nach rechts erweitern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2978" /> - <location filename="../ViewManager/ViewManager.py" line="2228" /> - <location filename="../ViewManager/ViewManager.py" line="2182" /> - <location filename="../QScintilla/MiniEditor.py" line="2157" /> - <location filename="../QScintilla/MiniEditor.py" line="1390" /> - <location filename="../QScintilla/MiniEditor.py" line="1344" /> - <location filename="../QScintilla/ShellWindow.py" line="856" /> - <source>Alt+Shift+Right</source> - <translation>Alt+Shift+Right</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2665" /> - <location filename="../ViewManager/ViewManager.py" line="2234" /> - <location filename="../QScintilla/MiniEditor.py" line="1844" /> - <location filename="../QScintilla/MiniEditor.py" line="1396" /> - <location filename="../QScintilla/ShellWindow.py" line="862" /> - <source>Ctrl+Shift+Right</source> - <translation>Ctrl+Shift+Right</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2246" /> - <location filename="../ViewManager/ViewManager.py" line="2242" /> - <location filename="../QScintilla/MiniEditor.py" line="1408" /> - <location filename="../QScintilla/MiniEditor.py" line="1404" /> - <location filename="../QScintilla/ShellWindow.py" line="874" /> - <location filename="../QScintilla/ShellWindow.py" line="870" /> - <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="2257" /> - <location filename="../QScintilla/MiniEditor.py" line="1419" /> - <location filename="../QScintilla/ShellWindow.py" line="885" /> - <source>Shift+Home</source> - <translation>Shift+Home</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2267" /> - <location filename="../ViewManager/ViewManager.py" line="2264" /> - <location filename="../QScintilla/MiniEditor.py" line="1429" /> - <location filename="../QScintilla/MiniEditor.py" line="1426" /> - <location filename="../QScintilla/ShellWindow.py" line="895" /> - <location filename="../QScintilla/ShellWindow.py" line="892" /> - <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="2277" /> - <location filename="../QScintilla/MiniEditor.py" line="1439" /> - <location filename="../QScintilla/ShellWindow.py" line="905" /> - <source>Meta+Shift+E</source> - <translation>Meta+Shift+E</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2281" /> - <location filename="../QScintilla/MiniEditor.py" line="1443" /> - <location filename="../QScintilla/ShellWindow.py" line="909" /> - <source>Shift+End</source> - <translation>Shift+End</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4051" /> - <location filename="../ViewManager/ViewManager.py" line="4049" /> - <location filename="../ViewManager/ViewManager.py" line="3482" /> - <location filename="../QScintilla/MiniEditor.py" line="2539" /> - <location filename="../QScintilla/ShellWindow.py" line="923" /> - <source>Search</source> - <translation>Suchen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3484" /> - <location filename="../QScintilla/MiniEditor.py" line="2541" /> - <location filename="../QScintilla/ShellWindow.py" line="925" /> - <source>&Search...</source> - <translation>&Suchen...</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3486" /> - <location filename="../QScintilla/MiniEditor.py" line="2543" /> - <location filename="../QScintilla/ShellWindow.py" line="927" /> - <source>Ctrl+F</source> - <comment>Search|Search</comment> - <translation>Ctrl+F</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3493" /> - <location filename="../QScintilla/MiniEditor.py" line="2550" /> - <location filename="../QScintilla/ShellWindow.py" line="934" /> - <source>Search for a text</source> - <translation>Sucht nach Text</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="937" /> - <source><b>Search</b><p>Search for some text in the shell window. A dialog is shown to enter the search text and options for the search.</p></source> - <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="3508" /> - <location filename="../QScintilla/MiniEditor.py" line="2565" /> - <location filename="../QScintilla/ShellWindow.py" line="949" /> - <source>Search next</source> - <translation>Weitersuchen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3510" /> - <location filename="../QScintilla/MiniEditor.py" line="2567" /> - <location filename="../QScintilla/ShellWindow.py" line="951" /> - <source>Search &next</source> - <translation>&Weitersuchen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3512" /> - <location filename="../QScintilla/MiniEditor.py" line="2569" /> - <location filename="../QScintilla/ShellWindow.py" line="953" /> - <source>F3</source> - <comment>Search|Search next</comment> - <translation>F3</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3519" /> - <location filename="../QScintilla/MiniEditor.py" line="2576" /> - <location filename="../QScintilla/ShellWindow.py" line="960" /> - <source>Search next occurrence of text</source> - <translation>Das nächste Vorkommen des Textes in der Seite suchen</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="963" /> - <source><b>Search next</b><p>Search the next occurrence of some text in the shell window. The previously entered search text and options are reused.</p></source> - <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="3534" /> - <location filename="../QScintilla/MiniEditor.py" line="2591" /> - <location filename="../QScintilla/ShellWindow.py" line="977" /> - <source>Search previous</source> - <translation>Rückwärtssuchen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3536" /> - <location filename="../QScintilla/MiniEditor.py" line="2593" /> - <location filename="../QScintilla/ShellWindow.py" line="979" /> - <source>Search &previous</source> - <translation>&Rückwärtssuchen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3538" /> - <location filename="../QScintilla/MiniEditor.py" line="2595" /> - <location filename="../QScintilla/ShellWindow.py" line="981" /> - <source>Shift+F3</source> - <comment>Search|Search previous</comment> - <translation>Shift+F3</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3547" /> - <location filename="../QScintilla/MiniEditor.py" line="2604" /> - <location filename="../QScintilla/ShellWindow.py" line="990" /> - <source>Search previous occurrence of text</source> - <translation>Das vorherige Vorkommen des Textes in der Seite suchen</translation> - </message> - <message> - <location filename="../QScintilla/ShellWindow.py" line="995" /> - <source><b>Search previous</b><p>Search the previous occurrence of some text in the shell window. The previously entered search text and options are reused.</p></source> - <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="4092" /> - <location filename="../QScintilla/MiniEditor.py" line="2764" /> - <location filename="../QScintilla/ShellWindow.py" line="1016" /> - <source>Zoom in</source> - <translation>Vergrößern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4094" /> - <location filename="../QScintilla/MiniEditor.py" line="2766" /> - <location filename="../QScintilla/ShellWindow.py" line="1018" /> - <source>Zoom &in</source> - <translation>Ver&größern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4096" /> - <location filename="../QScintilla/MiniEditor.py" line="2768" /> - <location filename="../QScintilla/ShellWindow.py" line="1020" /> - <source>Ctrl++</source> - <comment>View|Zoom in</comment> - <translation>Ctrl++</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4099" /> - <location filename="../QScintilla/MiniEditor.py" line="2771" /> - <location filename="../QScintilla/ShellWindow.py" line="1023" /> - <source>Zoom In</source> - <comment>View|Zoom in</comment> - <translation>Vergrößern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4105" /> - <location filename="../QScintilla/MiniEditor.py" line="2777" /> - <location filename="../QScintilla/ShellWindow.py" line="1029" /> - <source>Zoom in on the text</source> - <translation>Text vergrößern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4108" /> - <location filename="../QScintilla/MiniEditor.py" line="2780" /> - <location filename="../QScintilla/ShellWindow.py" line="1032" /> - <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="4118" /> - <location filename="../QScintilla/MiniEditor.py" line="2790" /> - <location filename="../QScintilla/ShellWindow.py" line="1042" /> - <source>Zoom out</source> - <translation>Verkleinern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4120" /> - <location filename="../QScintilla/MiniEditor.py" line="2792" /> - <location filename="../QScintilla/ShellWindow.py" line="1044" /> - <source>Zoom &out</source> - <translation>Ver&kleinern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4122" /> - <location filename="../QScintilla/MiniEditor.py" line="2794" /> - <location filename="../QScintilla/ShellWindow.py" line="1046" /> - <source>Ctrl+-</source> - <comment>View|Zoom out</comment> - <translation>Ctrl+-</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4125" /> - <location filename="../QScintilla/MiniEditor.py" line="2797" /> - <location filename="../QScintilla/ShellWindow.py" line="1049" /> - <source>Zoom Out</source> - <comment>View|Zoom out</comment> - <translation>Verkleinern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4131" /> - <location filename="../QScintilla/MiniEditor.py" line="2803" /> - <location filename="../QScintilla/ShellWindow.py" line="1055" /> - <source>Zoom out on the text</source> - <translation>Text verkleinern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4134" /> - <location filename="../QScintilla/MiniEditor.py" line="2806" /> - <location filename="../QScintilla/ShellWindow.py" line="1058" /> - <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="4144" /> - <location filename="../QScintilla/MiniEditor.py" line="2816" /> - <location filename="../QScintilla/ShellWindow.py" line="1068" /> - <source>Zoom reset</source> - <translation>Vergrößerung zurücksetzen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4146" /> - <location filename="../QScintilla/MiniEditor.py" line="2818" /> - <location filename="../QScintilla/ShellWindow.py" line="1070" /> - <source>Zoom &reset</source> - <translation>Vergrößerung &zurücksetzen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4148" /> - <location filename="../QScintilla/MiniEditor.py" line="2820" /> - <location filename="../QScintilla/ShellWindow.py" line="1072" /> - <source>Ctrl+0</source> - <comment>View|Zoom reset</comment> - <translation>Ctrl+0</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4155" /> - <location filename="../QScintilla/MiniEditor.py" line="2827" /> - <location filename="../QScintilla/ShellWindow.py" line="1079" /> - <source>Reset the zoom of the text</source> - <translation>Die Textgröße zurücksetzen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4158" /> - <location filename="../QScintilla/MiniEditor.py" line="2830" /> - <location filename="../QScintilla/ShellWindow.py" line="1082" /> - <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="4169" /> - <location filename="../QScintilla/MiniEditor.py" line="2841" /> - <location filename="../QScintilla/ShellWindow.py" line="1093" /> - <source>Zoom</source> - <translation>Maßstab</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4171" /> - <location filename="../QScintilla/MiniEditor.py" line="2843" /> - <location filename="../QScintilla/ShellWindow.py" line="1095" /> - <source>&Zoom</source> - <translation>&Maßstab</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4178" /> - <location filename="../QScintilla/MiniEditor.py" line="2850" /> - <location filename="../QScintilla/ShellWindow.py" line="1102" /> - <source>Zoom the text</source> - <translation>Den Maßstab des Textes ändern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="4181" /> - <location filename="../QScintilla/MiniEditor.py" line="2853" /> - <location filename="../QScintilla/ShellWindow.py" line="1105" /> - <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="827" /> - <location filename="../ViewManager/ViewManager.py" line="825" /> - <location filename="../QScintilla/MiniEditor.py" line="751" /> - <source>Print Preview</source> - <translation>Druckvorschau</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1807" /> - <location filename="../ViewManager/ViewManager.py" line="1806" /> - <location filename="../QScintilla/MiniEditor.py" line="965" /> - <location filename="../QScintilla/MiniEditor.py" line="964" /> - <source>Move left one word part</source> - <translation>Ein Wortteil nach links</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1823" /> - <location filename="../ViewManager/ViewManager.py" line="1822" /> - <location filename="../QScintilla/MiniEditor.py" line="981" /> - <location filename="../QScintilla/MiniEditor.py" line="980" /> - <source>Move right one word part</source> - <translation>Ein Wortteil nach rechts</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2956" /> - <location filename="../ViewManager/ViewManager.py" line="1831" /> - <location filename="../QScintilla/MiniEditor.py" line="2135" /> - <location filename="../QScintilla/MiniEditor.py" line="1025" /> - <location filename="../QScintilla/MiniEditor.py" line="989" /> - <source>Alt+Right</source> - <translation>Alt+Right</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1895" /> - <location filename="../ViewManager/ViewManager.py" line="1894" /> - <location filename="../QScintilla/MiniEditor.py" line="1057" /> - <location filename="../QScintilla/MiniEditor.py" line="1056" /> - <source>Move to start of display line</source> - <translation>Zum Beginn der Anzeigezeile springen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1907" /> - <location filename="../QScintilla/MiniEditor.py" line="1069" /> - <source>Alt+Home</source> - <translation>Alt+Home</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1935" /> - <location filename="../ViewManager/ViewManager.py" line="1934" /> - <location filename="../QScintilla/MiniEditor.py" line="1097" /> - <location filename="../QScintilla/MiniEditor.py" line="1096" /> - <source>Scroll view down one line</source> - <translation>Eine Zeile nach unten rollen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1947" /> - <location filename="../ViewManager/ViewManager.py" line="1946" /> - <location filename="../QScintilla/MiniEditor.py" line="1109" /> - <location filename="../QScintilla/MiniEditor.py" line="1108" /> - <source>Scroll view up one line</source> - <translation>Eine Zeile nach oben rollen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1959" /> - <location filename="../ViewManager/ViewManager.py" line="1958" /> - <location filename="../QScintilla/MiniEditor.py" line="1121" /> - <location filename="../QScintilla/MiniEditor.py" line="1120" /> - <source>Move up one paragraph</source> - <translation>Einen Absatz nach oben</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1960" /> - <location filename="../QScintilla/MiniEditor.py" line="1122" /> - <source>Alt+Up</source> - <translation>Alt+Up</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1971" /> - <location filename="../ViewManager/ViewManager.py" line="1970" /> - <location filename="../QScintilla/MiniEditor.py" line="1133" /> - <location filename="../QScintilla/MiniEditor.py" line="1132" /> - <source>Move down one paragraph</source> - <translation>Einen Absatz nach unten</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="1972" /> - <location filename="../QScintilla/MiniEditor.py" line="1134" /> - <source>Alt+Down</source> - <translation>Alt+Down</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2011" /> - <location filename="../ViewManager/ViewManager.py" line="2010" /> - <location filename="../QScintilla/MiniEditor.py" line="1173" /> - <location filename="../QScintilla/MiniEditor.py" line="1172" /> - <source>Move to start of document</source> - <translation>Zum Dokumentenanfang springen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2023" /> - <location filename="../QScintilla/MiniEditor.py" line="1185" /> - <source>Ctrl+Home</source> - <translation>Ctrl+Home</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2031" /> - <location filename="../ViewManager/ViewManager.py" line="2030" /> - <location filename="../QScintilla/MiniEditor.py" line="1193" /> - <location filename="../QScintilla/MiniEditor.py" line="1192" /> - <source>Move to end of document</source> - <translation>Zum Dokumentenende springen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2043" /> - <location filename="../QScintilla/MiniEditor.py" line="1205" /> - <source>Ctrl+End</source> - <translation>Ctrl+End</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2063" /> - <location filename="../ViewManager/ViewManager.py" line="2062" /> - <location filename="../QScintilla/MiniEditor.py" line="1225" /> - <location filename="../QScintilla/MiniEditor.py" line="1224" /> - <source>Unindent one level</source> - <translation>Eine Ebene ausrücken</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2064" /> - <location filename="../QScintilla/MiniEditor.py" line="1226" /> - <source>Shift+Tab</source> - <translation>Shift+Tab</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2115" /> - <location filename="../ViewManager/ViewManager.py" line="2114" /> - <location filename="../QScintilla/MiniEditor.py" line="1277" /> - <location filename="../QScintilla/MiniEditor.py" line="1276" /> - <source>Extend selection up one line</source> - <translation>Auswahl um eine Zeile nach oben erweitern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2116" /> - <location filename="../QScintilla/MiniEditor.py" line="1278" /> - <source>Shift+Up</source> - <translation>Shift+Up</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2123" /> - <location filename="../QScintilla/MiniEditor.py" line="1285" /> - <source>Meta+Shift+P</source> - <translation>Meta+Shift+P</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2131" /> - <location filename="../ViewManager/ViewManager.py" line="2130" /> - <location filename="../QScintilla/MiniEditor.py" line="1293" /> - <location filename="../QScintilla/MiniEditor.py" line="1292" /> - <source>Extend selection down one line</source> - <translation>Auswahl um eine Zeile nach unten erweitern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2132" /> - <location filename="../QScintilla/MiniEditor.py" line="1294" /> - <source>Shift+Down</source> - <translation>Shift+Down</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2139" /> - <location filename="../QScintilla/MiniEditor.py" line="1301" /> - <source>Meta+Shift+N</source> - <translation>Meta+Shift+N</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2149" /> - <location filename="../ViewManager/ViewManager.py" line="2146" /> - <location filename="../QScintilla/MiniEditor.py" line="1311" /> - <location filename="../QScintilla/MiniEditor.py" line="1308" /> - <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="2171" /> - <location filename="../ViewManager/ViewManager.py" line="2168" /> - <location filename="../QScintilla/MiniEditor.py" line="1333" /> - <location filename="../QScintilla/MiniEditor.py" line="1330" /> - <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="2291" /> - <location filename="../ViewManager/ViewManager.py" line="2288" /> - <location filename="../QScintilla/MiniEditor.py" line="1453" /> - <location filename="../QScintilla/MiniEditor.py" line="1450" /> - <source>Extend selection up one paragraph</source> - <translation>Auswahl um einen Absatz nach oben erweitern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2294" /> - <location filename="../QScintilla/MiniEditor.py" line="1456" /> - <source>Alt+Shift+Up</source> - <translation>Alt+Shift+Up</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2307" /> - <location filename="../ViewManager/ViewManager.py" line="2304" /> - <location filename="../QScintilla/MiniEditor.py" line="1469" /> - <location filename="../QScintilla/MiniEditor.py" line="1466" /> - <source>Extend selection down one paragraph</source> - <translation>Auswahl um einen Absatz nach unten erweitern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2310" /> - <location filename="../QScintilla/MiniEditor.py" line="1472" /> - <source>Alt+Shift+Down</source> - <translation>Alt+Shift+Down</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2321" /> - <location filename="../ViewManager/ViewManager.py" line="2320" /> - <location filename="../QScintilla/MiniEditor.py" line="1483" /> - <location filename="../QScintilla/MiniEditor.py" line="1482" /> - <source>Extend selection up one page</source> - <translation>Auswahl um eine Seite nach oben erweitern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2322" /> - <location filename="../QScintilla/MiniEditor.py" line="1484" /> - <source>Shift+PgUp</source> - <translation>Shift+PgUp</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2333" /> - <location filename="../ViewManager/ViewManager.py" line="2332" /> - <location filename="../QScintilla/MiniEditor.py" line="1495" /> - <location filename="../QScintilla/MiniEditor.py" line="1494" /> - <source>Extend selection down one page</source> - <translation>Auswahl um eine Seite nach unten erweitern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2334" /> - <location filename="../QScintilla/MiniEditor.py" line="1496" /> - <source>Shift+PgDown</source> - <translation>Shift+PgDown</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2341" /> - <location filename="../QScintilla/MiniEditor.py" line="1503" /> - <source>Meta+Shift+V</source> - <translation>Meta+Shift+V</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2351" /> - <location filename="../ViewManager/ViewManager.py" line="2348" /> - <location filename="../QScintilla/MiniEditor.py" line="1513" /> - <location filename="../QScintilla/MiniEditor.py" line="1510" /> - <source>Extend selection to start of document</source> - <translation>Auswahl zum Dokumentenanfang erweitern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2361" /> - <location filename="../QScintilla/MiniEditor.py" line="1523" /> - <source>Ctrl+Shift+Up</source> - <translation>Ctrl+Shift+Up</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2366" /> - <location filename="../QScintilla/MiniEditor.py" line="1528" /> - <source>Ctrl+Shift+Home</source> - <translation>Ctrl+Shift+Home</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2377" /> - <location filename="../ViewManager/ViewManager.py" line="2374" /> - <location filename="../QScintilla/MiniEditor.py" line="1539" /> - <location filename="../QScintilla/MiniEditor.py" line="1536" /> - <source>Extend selection to end of document</source> - <translation>Auswahl zum Dokumentenende erweitern</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2388" /> - <location filename="../QScintilla/MiniEditor.py" line="1550" /> - <source>Ctrl+Shift+Down</source> - <translation>Ctrl+Shift+Down</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2394" /> - <location filename="../QScintilla/MiniEditor.py" line="1556" /> - <source>Ctrl+Shift+End</source> - <translation>Ctrl+Shift+End</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2427" /> - <location filename="../ViewManager/ViewManager.py" line="2424" /> - <location filename="../QScintilla/MiniEditor.py" line="1589" /> - <location filename="../QScintilla/MiniEditor.py" line="1586" /> - <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="2556" /> - <location filename="../ViewManager/ViewManager.py" line="2555" /> - <location filename="../QScintilla/MiniEditor.py" line="1703" /> - <location filename="../QScintilla/MiniEditor.py" line="1702" /> - <source>Duplicate current line</source> - <translation>Aktuelle Zeile duplizieren</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2557" /> - <location filename="../QScintilla/MiniEditor.py" line="1704" /> - <source>Ctrl+D</source> - <translation>Ctrl+D</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2570" /> - <location filename="../ViewManager/ViewManager.py" line="2567" /> - <location filename="../QScintilla/MiniEditor.py" line="1717" /> - <location filename="../QScintilla/MiniEditor.py" line="1714" /> - <source>Swap current and previous lines</source> - <translation>Aktuelle Zeile mit vorhergehender tauschen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2573" /> - <location filename="../QScintilla/MiniEditor.py" line="1720" /> - <source>Ctrl+T</source> - <translation>Ctrl+T</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2584" /> - <location filename="../ViewManager/ViewManager.py" line="2583" /> - <location filename="../QScintilla/MiniEditor.py" line="1731" /> - <location filename="../QScintilla/MiniEditor.py" line="1730" /> - <source>Reverse selected lines</source> - <translation>Ausgewählte Zeilen umkehren</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2585" /> - <location filename="../QScintilla/MiniEditor.py" line="1732" /> - <source>Meta+Alt+R</source> - <translation>Meta+Ctrl+Alt+R</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2596" /> - <location filename="../ViewManager/ViewManager.py" line="2595" /> - <location filename="../QScintilla/MiniEditor.py" line="1743" /> - <location filename="../QScintilla/MiniEditor.py" line="1742" /> - <source>Cut current line</source> - <translation>Aktuelle Zeile ausschneiden</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2597" /> - <location filename="../QScintilla/MiniEditor.py" line="1744" /> - <source>Alt+Shift+L</source> - <translation>Alt+Shift+L</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2608" /> - <location filename="../ViewManager/ViewManager.py" line="2607" /> - <location filename="../QScintilla/MiniEditor.py" line="1755" /> - <location filename="../QScintilla/MiniEditor.py" line="1754" /> - <source>Copy current line</source> - <translation>Aktuelle Zeile kopieren</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2609" /> - <location filename="../QScintilla/MiniEditor.py" line="1756" /> - <source>Ctrl+Shift+T</source> - <translation>Ctrl+Shift+L</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2620" /> - <location filename="../ViewManager/ViewManager.py" line="2619" /> - <location filename="../QScintilla/MiniEditor.py" line="1767" /> - <location filename="../QScintilla/MiniEditor.py" line="1766" /> - <source>Toggle insert/overtype</source> - <translation>Einfügen/Überschreiben umschalten</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2621" /> - <location filename="../QScintilla/MiniEditor.py" line="1768" /> - <source>Ins</source> - <translation>Ins</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3346" /> - <location filename="../ViewManager/ViewManager.py" line="3343" /> - <location filename="../QScintilla/MiniEditor.py" line="1781" /> - <location filename="../QScintilla/MiniEditor.py" line="1778" /> - <source>Convert selection to lower case</source> - <translation>Auswahl in Kleinbuchstaben umwandeln</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3349" /> - <location filename="../QScintilla/MiniEditor.py" line="1784" /> - <source>Alt+Shift+U</source> - <translation>Alt+Shift+U</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3362" /> - <location filename="../ViewManager/ViewManager.py" line="3359" /> - <location filename="../QScintilla/MiniEditor.py" line="1797" /> - <location filename="../QScintilla/MiniEditor.py" line="1794" /> - <source>Convert selection to upper case</source> - <translation>Auswahl in Großbuchstaben umwandeln</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3365" /> - <location filename="../QScintilla/MiniEditor.py" line="1800" /> - <source>Ctrl+Shift+U</source> - <translation>Ctrl+Shift+U</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2632" /> - <location filename="../ViewManager/ViewManager.py" line="2631" /> - <location filename="../QScintilla/MiniEditor.py" line="1811" /> - <location filename="../QScintilla/MiniEditor.py" line="1810" /> - <source>Move to end of display line</source> - <translation>Zum Ende der Anzeigezeile springen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2644" /> - <location filename="../QScintilla/MiniEditor.py" line="1823" /> - <source>Alt+End</source> - <translation>Alt+End</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2654" /> - <location filename="../ViewManager/ViewManager.py" line="2651" /> - <location filename="../QScintilla/MiniEditor.py" line="1833" /> - <location filename="../QScintilla/MiniEditor.py" line="1830" /> - <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="2674" /> - <location filename="../ViewManager/ViewManager.py" line="2673" /> - <location filename="../QScintilla/MiniEditor.py" line="1853" /> - <location filename="../QScintilla/MiniEditor.py" line="1852" /> - <source>Formfeed</source> - <translation>Seitenumbruch</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2700" /> - <location filename="../ViewManager/ViewManager.py" line="2697" /> - <location filename="../QScintilla/MiniEditor.py" line="1879" /> - <location filename="../QScintilla/MiniEditor.py" line="1876" /> - <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="2703" /> - <location filename="../QScintilla/MiniEditor.py" line="1882" /> - <source>Alt+Ctrl+Down</source> - <translation>Alt+Ctrl+Down</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2711" /> - <location filename="../QScintilla/MiniEditor.py" line="1890" /> - <source>Meta+Alt+Shift+N</source> - <translation>Meta+Alt+Shift+N</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2722" /> - <location filename="../ViewManager/ViewManager.py" line="2719" /> - <location filename="../QScintilla/MiniEditor.py" line="1901" /> - <location filename="../QScintilla/MiniEditor.py" line="1898" /> - <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="2725" /> - <location filename="../QScintilla/MiniEditor.py" line="1904" /> - <source>Alt+Ctrl+Up</source> - <translation>Alt+Ctrl+Up</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2733" /> - <location filename="../QScintilla/MiniEditor.py" line="1912" /> - <source>Meta+Alt+Shift+P</source> - <translation>Meta+Alt+Shift+P</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2744" /> - <location filename="../ViewManager/ViewManager.py" line="2741" /> - <location filename="../QScintilla/MiniEditor.py" line="1923" /> - <location filename="../QScintilla/MiniEditor.py" line="1920" /> - <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="2747" /> - <location filename="../QScintilla/MiniEditor.py" line="1926" /> - <source>Alt+Ctrl+Left</source> - <translation>Alt+Ctrl+Left</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2755" /> - <location filename="../QScintilla/MiniEditor.py" line="1934" /> - <source>Meta+Alt+Shift+B</source> - <translation>Meta+Alt+Shift+B</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2766" /> - <location filename="../ViewManager/ViewManager.py" line="2763" /> - <location filename="../QScintilla/MiniEditor.py" line="1945" /> - <location filename="../QScintilla/MiniEditor.py" line="1942" /> - <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="2769" /> - <location filename="../QScintilla/MiniEditor.py" line="1948" /> - <source>Alt+Ctrl+Right</source> - <translation>Alt+Ctrl+Right</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2777" /> - <location filename="../QScintilla/MiniEditor.py" line="1956" /> - <source>Meta+Alt+Shift+F</source> - <translation>Meta+Alt+Shift+F</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2790" /> - <location filename="../ViewManager/ViewManager.py" line="2785" /> - <location filename="../QScintilla/MiniEditor.py" line="1969" /> - <location filename="../QScintilla/MiniEditor.py" line="1964" /> - <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="2803" /> - <location filename="../QScintilla/MiniEditor.py" line="1982" /> - <source>Alt+Shift+Home</source> - <translation>Alt+Shift+Home</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2814" /> - <location filename="../ViewManager/ViewManager.py" line="2811" /> - <location filename="../QScintilla/MiniEditor.py" line="1993" /> - <location filename="../QScintilla/MiniEditor.py" line="1990" /> - <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="2825" /> - <location filename="../QScintilla/MiniEditor.py" line="2004" /> - <source>Meta+Alt+Shift+E</source> - <translation>Meta+Alt+Shift+E</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2830" /> - <location filename="../QScintilla/MiniEditor.py" line="2009" /> - <source>Alt+Shift+End</source> - <translation>Alt+Shift+End</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2840" /> - <location filename="../ViewManager/ViewManager.py" line="2837" /> - <location filename="../QScintilla/MiniEditor.py" line="2019" /> - <location filename="../QScintilla/MiniEditor.py" line="2016" /> - <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="2843" /> - <location filename="../QScintilla/MiniEditor.py" line="2022" /> - <source>Alt+Shift+PgUp</source> - <translation>Alt+Shift+PgUp</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2856" /> - <location filename="../ViewManager/ViewManager.py" line="2853" /> - <location filename="../QScintilla/MiniEditor.py" line="2035" /> - <location filename="../QScintilla/MiniEditor.py" line="2032" /> - <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="2859" /> - <location filename="../QScintilla/MiniEditor.py" line="2038" /> - <source>Alt+Shift+PgDown</source> - <translation>Alt+Shift+PgDown</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2867" /> - <location filename="../QScintilla/MiniEditor.py" line="2046" /> - <source>Meta+Alt+Shift+V</source> - <translation>Meta+Alt+Shift+V</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2876" /> - <location filename="../ViewManager/ViewManager.py" line="2875" /> - <location filename="../QScintilla/MiniEditor.py" line="2521" /> - <location filename="../QScintilla/MiniEditor.py" line="2520" /> - <location filename="../QScintilla/MiniEditor.py" line="2055" /> - <location filename="../QScintilla/MiniEditor.py" line="2054" /> - <source>Duplicate current selection</source> - <translation>Aktuelle Auswahl duplizieren</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2877" /> - <location filename="../QScintilla/MiniEditor.py" line="2522" /> - <location filename="../QScintilla/MiniEditor.py" line="2056" /> - <source>Ctrl+Shift+D</source> - <translation>Ctrl+Shift+D</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2891" /> - <location filename="../ViewManager/ViewManager.py" line="2888" /> - <location filename="../QScintilla/MiniEditor.py" line="2070" /> - <location filename="../QScintilla/MiniEditor.py" line="2067" /> - <source>Scroll to start of document</source> - <translation>Zum Dokumentenanfang rollen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2910" /> - <location filename="../ViewManager/ViewManager.py" line="2909" /> - <location filename="../QScintilla/MiniEditor.py" line="2089" /> - <location filename="../QScintilla/MiniEditor.py" line="2088" /> - <source>Scroll to end of document</source> - <translation>Zum Dokumentenende rollen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2929" /> - <location filename="../ViewManager/ViewManager.py" line="2926" /> - <location filename="../QScintilla/MiniEditor.py" line="2108" /> - <location filename="../QScintilla/MiniEditor.py" line="2105" /> - <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="2939" /> - <location filename="../QScintilla/MiniEditor.py" line="2118" /> - <source>Meta+L</source> - <translation>Meta+L</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="2948" /> - <location filename="../ViewManager/ViewManager.py" line="2947" /> - <location filename="../QScintilla/MiniEditor.py" line="2127" /> - <location filename="../QScintilla/MiniEditor.py" line="2126" /> - <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="2967" /> - <location filename="../ViewManager/ViewManager.py" line="2964" /> - <location filename="../QScintilla/MiniEditor.py" line="2146" /> - <location filename="../QScintilla/MiniEditor.py" line="2143" /> - <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="2990" /> - <location filename="../ViewManager/ViewManager.py" line="2987" /> - <location filename="../QScintilla/MiniEditor.py" line="2169" /> - <location filename="../QScintilla/MiniEditor.py" line="2166" /> - <source>Move to end of previous word</source> - <translation>Zum Ende des vorigen Wortes springen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3007" /> - <location filename="../ViewManager/ViewManager.py" line="3004" /> - <location filename="../QScintilla/MiniEditor.py" line="2186" /> - <location filename="../QScintilla/MiniEditor.py" line="2183" /> - <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="3024" /> - <location filename="../ViewManager/ViewManager.py" line="3021" /> - <location filename="../QScintilla/MiniEditor.py" line="2203" /> - <location filename="../QScintilla/MiniEditor.py" line="2200" /> - <source>Move to start of document line</source> - <translation>Zum Beginn der Dokumentenzeile springen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3034" /> - <location filename="../QScintilla/MiniEditor.py" line="2213" /> - <source>Meta+A</source> - <translation>Meta+A</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3045" /> - <location filename="../ViewManager/ViewManager.py" line="3042" /> - <location filename="../QScintilla/MiniEditor.py" line="2224" /> - <location filename="../QScintilla/MiniEditor.py" line="2221" /> - <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="3056" /> - <location filename="../QScintilla/MiniEditor.py" line="2235" /> - <source>Meta+Shift+A</source> - <translation>Meta+Shift+A</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3069" /> - <location filename="../ViewManager/ViewManager.py" line="3065" /> - <location filename="../QScintilla/MiniEditor.py" line="2248" /> - <location filename="../QScintilla/MiniEditor.py" line="2244" /> - <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="3081" /> - <location filename="../QScintilla/MiniEditor.py" line="2260" /> - <source>Meta+Alt+Shift+A</source> - <translation>Meta+Alt+Shift+A</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3093" /> - <location filename="../ViewManager/ViewManager.py" line="3090" /> - <location filename="../QScintilla/MiniEditor.py" line="2272" /> - <location filename="../QScintilla/MiniEditor.py" line="2269" /> - <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="3116" /> - <location filename="../ViewManager/ViewManager.py" line="3113" /> - <location filename="../QScintilla/MiniEditor.py" line="2295" /> - <location filename="../QScintilla/MiniEditor.py" line="2292" /> - <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="3134" /> - <location filename="../ViewManager/ViewManager.py" line="3130" /> - <location filename="../QScintilla/MiniEditor.py" line="2313" /> - <location filename="../QScintilla/MiniEditor.py" line="2309" /> - <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="3153" /> - <location filename="../ViewManager/ViewManager.py" line="3149" /> - <location filename="../QScintilla/MiniEditor.py" line="2332" /> - <location filename="../QScintilla/MiniEditor.py" line="2328" /> - <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="3173" /> - <location filename="../ViewManager/ViewManager.py" line="3168" /> - <location filename="../QScintilla/MiniEditor.py" line="2352" /> - <location filename="../QScintilla/MiniEditor.py" line="2347" /> - <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="3192" /> - <location filename="../ViewManager/ViewManager.py" line="3189" /> - <location filename="../QScintilla/MiniEditor.py" line="2371" /> - <location filename="../QScintilla/MiniEditor.py" line="2368" /> - <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="3209" /> - <location filename="../ViewManager/ViewManager.py" line="3206" /> - <location filename="../QScintilla/MiniEditor.py" line="2388" /> - <location filename="../QScintilla/MiniEditor.py" line="2385" /> - <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="3224" /> - <location filename="../ViewManager/ViewManager.py" line="3223" /> - <location filename="../QScintilla/MiniEditor.py" line="2403" /> - <location filename="../QScintilla/MiniEditor.py" line="2402" /> - <source>Stuttered move up one page</source> - <translation>„Stotternd“ um eine Seite nach oben</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3239" /> - <location filename="../ViewManager/ViewManager.py" line="3236" /> - <location filename="../QScintilla/MiniEditor.py" line="2418" /> - <location filename="../QScintilla/MiniEditor.py" line="2415" /> - <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="3256" /> - <location filename="../ViewManager/ViewManager.py" line="3253" /> - <location filename="../QScintilla/MiniEditor.py" line="2435" /> - <location filename="../QScintilla/MiniEditor.py" line="2432" /> - <source>Stuttered move down one page</source> - <translation>„Stotternd“ um eine Seite nach unten</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3273" /> - <location filename="../ViewManager/ViewManager.py" line="3270" /> - <location filename="../QScintilla/MiniEditor.py" line="2452" /> - <location filename="../QScintilla/MiniEditor.py" line="2449" /> - <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="3290" /> - <location filename="../ViewManager/ViewManager.py" line="3287" /> - <location filename="../QScintilla/MiniEditor.py" line="2469" /> - <location filename="../QScintilla/MiniEditor.py" line="2466" /> - <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="3300" /> - <location filename="../QScintilla/MiniEditor.py" line="2479" /> - <source>Alt+Del</source> - <translation>Alt+Del</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3311" /> - <location filename="../ViewManager/ViewManager.py" line="3308" /> - <location filename="../QScintilla/MiniEditor.py" line="2490" /> - <location filename="../QScintilla/MiniEditor.py" line="2487" /> - <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="3328" /> - <location filename="../ViewManager/ViewManager.py" line="3325" /> - <location filename="../QScintilla/MiniEditor.py" line="2507" /> - <location filename="../QScintilla/MiniEditor.py" line="2504" /> - <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="3496" /> - <location filename="../QScintilla/MiniEditor.py" line="2553" /> - <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="3522" /> - <location filename="../QScintilla/MiniEditor.py" line="2579" /> - <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="3552" /> - <location filename="../QScintilla/MiniEditor.py" line="2609" /> - <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="3566" /> - <location filename="../ViewManager/ViewManager.py" line="3564" /> - <location filename="../QScintilla/MiniEditor.py" line="2623" /> - <location filename="../QScintilla/MiniEditor.py" line="2621" /> - <source>Clear search markers</source> - <translation>Suchmarkierungen löschen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3568" /> - <location filename="../QScintilla/MiniEditor.py" line="2625" /> - <source>Ctrl+3</source> - <comment>Search|Clear search markers</comment> - <translation>Ctrl+3</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3577" /> - <location filename="../QScintilla/MiniEditor.py" line="2634" /> - <source>Clear all displayed search markers</source> - <translation>Löscht alle angezeigten Suchmarkierungen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3582" /> - <location filename="../QScintilla/MiniEditor.py" line="2639" /> - <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="3650" /> - <location filename="../QScintilla/MiniEditor.py" line="2649" /> - <source>Replace</source> - <translation>Ersetzen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3651" /> - <location filename="../QScintilla/MiniEditor.py" line="2650" /> - <source>&Replace...</source> - <translation>&Ersetzen...</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3653" /> - <location filename="../QScintilla/MiniEditor.py" line="2652" /> - <source>Ctrl+R</source> - <comment>Search|Replace</comment> - <translation>Ctrl+R</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3660" /> - <location filename="../QScintilla/MiniEditor.py" line="2659" /> - <source>Replace some text</source> - <translation>Ersetzt Text</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3663" /> - <location filename="../QScintilla/MiniEditor.py" line="2662" /> - <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="3677" /> - <location filename="../ViewManager/ViewManager.py" line="3675" /> - <location filename="../QScintilla/MiniEditor.py" line="2676" /> - <location filename="../QScintilla/MiniEditor.py" line="2674" /> - <source>Replace and Search</source> - <translation>Ersetzen und Suchen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3679" /> - <location filename="../QScintilla/MiniEditor.py" line="2678" /> - <source>Meta+R</source> - <comment>Search|Replace and Search</comment> - <translation>Meta+R</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3688" /> - <location filename="../QScintilla/MiniEditor.py" line="2687" /> - <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="3693" /> - <location filename="../QScintilla/MiniEditor.py" line="2692" /> - <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="3709" /> - <location filename="../ViewManager/ViewManager.py" line="3707" /> - <location filename="../QScintilla/MiniEditor.py" line="2708" /> - <location filename="../QScintilla/MiniEditor.py" line="2706" /> - <source>Replace Occurrence</source> - <translation>Fundstelle ersetzen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3711" /> - <location filename="../QScintilla/MiniEditor.py" line="2710" /> - <source>Ctrl+Meta+R</source> - <comment>Search|Replace Occurrence</comment> - <translation>Ctrl+Meta+R</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3720" /> - <location filename="../QScintilla/MiniEditor.py" line="2719" /> - <source>Replace the found text</source> - <translation>Ersetzt den gefundenen Text</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3723" /> - <location filename="../QScintilla/MiniEditor.py" line="2722" /> - <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="3736" /> - <location filename="../ViewManager/ViewManager.py" line="3734" /> - <location filename="../QScintilla/MiniEditor.py" line="2735" /> - <location filename="../QScintilla/MiniEditor.py" line="2733" /> - <source>Replace All</source> - <translation>Alle ersetzen</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3738" /> - <location filename="../QScintilla/MiniEditor.py" line="2737" /> - <source>Shift+Meta+R</source> - <comment>Search|Replace All</comment> - <translation>Shift+Meta+R</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3747" /> - <location filename="../QScintilla/MiniEditor.py" line="2746" /> - <source>Replace search text occurrences</source> - <translation>Ersetzt alle Fundstellen des Suchtextes</translation> - </message> - <message> - <location filename="../ViewManager/ViewManager.py" line="3750" /> - <location filename="../QScintilla/MiniEditor.py" line="2749" /> - <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="603" /> <source>New</source> <translation>Neu</translation> @@ -93906,6 +91937,13 @@ <translation>S&peichern</translation> </message> <message> + <location filename="../QScintilla/ShellWindow.py" line="312" /> + <location filename="../ViewManager/ViewManager.py" line="704" /> + <source>Ctrl+S</source> + <comment>File|Save</comment> + <translation>Ctrl+S</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="711" /> <source>Save the current file</source> <translation>Speichert die aktuelle Datei</translation> @@ -94008,6 +92046,13 @@ <translation><b>Datei drucken</b><p>Dies druckt den Inhalt des aktuellen Editorfensters.</p></translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="751" /> + <location filename="../ViewManager/ViewManager.py" line="827" /> + <location filename="../ViewManager/ViewManager.py" line="825" /> + <source>Print Preview</source> + <translation>Druckvorschau</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="834" /> <source>Print preview of the current file</source> <translation>Druckvorschau der aktuellen Datei</translation> @@ -94150,21 +92195,138 @@ <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="../QScintilla/ShellWindow.py" line="339" /> + <location filename="../ViewManager/ViewManager.py" line="1057" /> + <source>Cut</source> + <translation>Ausschneiden</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="341" /> + <location filename="../ViewManager/ViewManager.py" line="1059" /> + <source>Cu&t</source> + <translation>&Ausschneiden</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="343" /> + <location filename="../ViewManager/ViewManager.py" line="1061" /> + <source>Ctrl+X</source> + <comment>Edit|Cut</comment> + <translation>Ctrl+X</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="346" /> + <location filename="../ViewManager/ViewManager.py" line="1064" /> + <source>Shift+Del</source> + <comment>Edit|Cut</comment> + <translation>Shift+Del</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="352" /> + <location filename="../ViewManager/ViewManager.py" line="1070" /> + <source>Cut the selection</source> + <translation>Schneidet die Auswahl aus</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="1073" /> <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/ShellWindow.py" line="361" /> + <location filename="../ViewManager/ViewManager.py" line="1084" /> + <source>Copy</source> + <translation>Kopieren</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="363" /> + <location filename="../ViewManager/ViewManager.py" line="1086" /> + <source>&Copy</source> + <translation>&Kopieren</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="365" /> + <location filename="../ViewManager/ViewManager.py" line="1088" /> + <source>Ctrl+C</source> + <comment>Edit|Copy</comment> + <translation>Ctrl+C</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="368" /> + <location filename="../ViewManager/ViewManager.py" line="1091" /> + <source>Ctrl+Ins</source> + <comment>Edit|Copy</comment> + <translation>Ctrl+Einfg</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="374" /> + <location filename="../ViewManager/ViewManager.py" line="1097" /> + <source>Copy the selection</source> + <translation>Kopiert die Auswahl</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="1100" /> <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/ShellWindow.py" line="383" /> + <location filename="../ViewManager/ViewManager.py" line="1111" /> + <source>Paste</source> + <translation>Einfügen</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="385" /> + <location filename="../ViewManager/ViewManager.py" line="1113" /> + <source>&Paste</source> + <translation>Ein&fügen</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="387" /> + <location filename="../ViewManager/ViewManager.py" line="1115" /> + <source>Ctrl+V</source> + <comment>Edit|Paste</comment> + <translation>Ctrl+V</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="390" /> + <location filename="../ViewManager/ViewManager.py" line="1118" /> + <source>Shift+Ins</source> + <comment>Edit|Paste</comment> + <translation>Shift+Ins</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="396" /> + <location filename="../ViewManager/ViewManager.py" line="1124" /> + <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="1127" /> <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/ShellWindow.py" line="410" /> + <location filename="../QScintilla/ShellWindow.py" line="408" /> + <location filename="../ViewManager/ViewManager.py" line="1140" /> + <location filename="../ViewManager/ViewManager.py" line="1138" /> + <source>Clear</source> + <translation>Löschen</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="412" /> + <location filename="../ViewManager/ViewManager.py" line="1142" /> + <source>Alt+Shift+C</source> + <comment>Edit|Clear</comment> + <translation>Alt+Shift+C</translation> + </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="419" /> + <location filename="../ViewManager/ViewManager.py" line="1149" /> + <source>Clear all text</source> + <translation>Löscht den gesamten Text</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="1152" /> <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> @@ -94653,6 +92815,862 @@ <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="../QScintilla/MiniEditor.py" line="901" /> + <location filename="../QScintilla/MiniEditor.py" line="900" /> + <location filename="../QScintilla/ShellWindow.py" line="575" /> + <location filename="../QScintilla/ShellWindow.py" line="574" /> + <location filename="../ViewManager/ViewManager.py" line="1743" /> + <location filename="../ViewManager/ViewManager.py" line="1742" /> + <source>Move left one character</source> + <translation>Ein Zeichen nach links</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="902" /> + <location filename="../QScintilla/ShellWindow.py" line="576" /> + <location filename="../ViewManager/ViewManager.py" line="1744" /> + <source>Left</source> + <translation>Left</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="910" /> + <location filename="../QScintilla/ShellWindow.py" line="584" /> + <location filename="../ViewManager/ViewManager.py" line="1752" /> + <source>Meta+B</source> + <translation>Meta+B</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="917" /> + <location filename="../QScintilla/MiniEditor.py" line="916" /> + <location filename="../QScintilla/ShellWindow.py" line="591" /> + <location filename="../QScintilla/ShellWindow.py" line="590" /> + <location filename="../ViewManager/ViewManager.py" line="1759" /> + <location filename="../ViewManager/ViewManager.py" line="1758" /> + <source>Move right one character</source> + <translation>Ein Zeichen nach rechts</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="918" /> + <location filename="../QScintilla/ShellWindow.py" line="592" /> + <location filename="../ViewManager/ViewManager.py" line="1760" /> + <source>Right</source> + <translation>Right</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="925" /> + <location filename="../QScintilla/ShellWindow.py" line="599" /> + <location filename="../ViewManager/ViewManager.py" line="1767" /> + <source>Meta+F</source> + <translation>Meta+F</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="933" /> + <location filename="../QScintilla/MiniEditor.py" line="932" /> + <location filename="../QScintilla/ShellWindow.py" line="683" /> + <location filename="../QScintilla/ShellWindow.py" line="682" /> + <location filename="../ViewManager/ViewManager.py" line="1775" /> + <location filename="../ViewManager/ViewManager.py" line="1774" /> + <source>Move up one line</source> + <translation>Eine Zeile nach oben</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="934" /> + <location filename="../QScintilla/ShellWindow.py" line="684" /> + <location filename="../ViewManager/ViewManager.py" line="1776" /> + <source>Up</source> + <translation>Up</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="941" /> + <location filename="../QScintilla/ShellWindow.py" line="691" /> + <location filename="../ViewManager/ViewManager.py" line="1783" /> + <source>Meta+P</source> + <translation>Meta+P</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="949" /> + <location filename="../QScintilla/MiniEditor.py" line="948" /> + <location filename="../QScintilla/ShellWindow.py" line="699" /> + <location filename="../QScintilla/ShellWindow.py" line="698" /> + <location filename="../ViewManager/ViewManager.py" line="1791" /> + <location filename="../ViewManager/ViewManager.py" line="1790" /> + <source>Move down one line</source> + <translation>Eine Zeile nach unten</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="950" /> + <location filename="../QScintilla/ShellWindow.py" line="700" /> + <location filename="../ViewManager/ViewManager.py" line="1792" /> + <source>Down</source> + <translation>Down</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="957" /> + <location filename="../QScintilla/ShellWindow.py" line="707" /> + <location filename="../ViewManager/ViewManager.py" line="1799" /> + <source>Meta+N</source> + <translation>Meta+N</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="965" /> + <location filename="../QScintilla/MiniEditor.py" line="964" /> + <location filename="../ViewManager/ViewManager.py" line="1807" /> + <location filename="../ViewManager/ViewManager.py" line="1806" /> + <source>Move left one word part</source> + <translation>Ein Wortteil nach links</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1005" /> + <location filename="../QScintilla/MiniEditor.py" line="973" /> + <location filename="../QScintilla/ShellWindow.py" line="615" /> + <location filename="../ViewManager/ViewManager.py" line="1847" /> + <location filename="../ViewManager/ViewManager.py" line="1815" /> + <source>Alt+Left</source> + <translation>Alt+Left</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="981" /> + <location filename="../QScintilla/MiniEditor.py" line="980" /> + <location filename="../ViewManager/ViewManager.py" line="1823" /> + <location filename="../ViewManager/ViewManager.py" line="1822" /> + <source>Move right one word part</source> + <translation>Ein Wortteil nach rechts</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2135" /> + <location filename="../QScintilla/MiniEditor.py" line="1025" /> + <location filename="../QScintilla/MiniEditor.py" line="989" /> + <location filename="../ViewManager/ViewManager.py" line="2956" /> + <location filename="../ViewManager/ViewManager.py" line="1831" /> + <source>Alt+Right</source> + <translation>Alt+Right</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="997" /> + <location filename="../QScintilla/MiniEditor.py" line="996" /> + <location filename="../QScintilla/ShellWindow.py" line="607" /> + <location filename="../QScintilla/ShellWindow.py" line="606" /> + <location filename="../ViewManager/ViewManager.py" line="1839" /> + <location filename="../ViewManager/ViewManager.py" line="1838" /> + <source>Move left one word</source> + <translation>Ein Wort nach links</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1065" /> + <location filename="../QScintilla/MiniEditor.py" line="1009" /> + <location filename="../QScintilla/ShellWindow.py" line="619" /> + <location filename="../ViewManager/ViewManager.py" line="1903" /> + <location filename="../ViewManager/ViewManager.py" line="1851" /> + <source>Ctrl+Left</source> + <translation>Ctrl+Left</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1017" /> + <location filename="../QScintilla/MiniEditor.py" line="1016" /> + <location filename="../QScintilla/ShellWindow.py" line="627" /> + <location filename="../QScintilla/ShellWindow.py" line="626" /> + <location filename="../ViewManager/ViewManager.py" line="1859" /> + <location filename="../ViewManager/ViewManager.py" line="1858" /> + <source>Move right one word</source> + <translation>Ein Wort nach rechts</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1819" /> + <location filename="../QScintilla/MiniEditor.py" line="1029" /> + <location filename="../QScintilla/ShellWindow.py" line="635" /> + <location filename="../ViewManager/ViewManager.py" line="2640" /> + <location filename="../ViewManager/ViewManager.py" line="1867" /> + <source>Ctrl+Right</source> + <translation>Ctrl+Right</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1039" /> + <location filename="../QScintilla/MiniEditor.py" line="1036" /> + <location filename="../QScintilla/ShellWindow.py" line="645" /> + <location filename="../QScintilla/ShellWindow.py" line="642" /> + <location filename="../ViewManager/ViewManager.py" line="1877" /> + <location filename="../ViewManager/ViewManager.py" line="1874" /> + <source>Move to first visible character in document line</source> + <translation>Zum ersten sichtbaren Zeichen der Dokumentzeile springen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2080" /> + <location filename="../QScintilla/MiniEditor.py" line="1049" /> + <location filename="../QScintilla/ShellWindow.py" line="655" /> + <location filename="../ViewManager/ViewManager.py" line="2901" /> + <location filename="../ViewManager/ViewManager.py" line="1887" /> + <source>Home</source> + <translation>Home</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1057" /> + <location filename="../QScintilla/MiniEditor.py" line="1056" /> + <location filename="../ViewManager/ViewManager.py" line="1895" /> + <location filename="../ViewManager/ViewManager.py" line="1894" /> + <source>Move to start of display line</source> + <translation>Zum Beginn der Anzeigezeile springen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1069" /> + <location filename="../ViewManager/ViewManager.py" line="1907" /> + <source>Alt+Home</source> + <translation>Alt+Home</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1077" /> + <location filename="../QScintilla/MiniEditor.py" line="1076" /> + <location filename="../QScintilla/ShellWindow.py" line="663" /> + <location filename="../QScintilla/ShellWindow.py" line="662" /> + <location filename="../ViewManager/ViewManager.py" line="1915" /> + <location filename="../ViewManager/ViewManager.py" line="1914" /> + <source>Move to end of document line</source> + <translation>Zum Ende der Dokumentenzeile springen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1085" /> + <location filename="../QScintilla/ShellWindow.py" line="671" /> + <location filename="../ViewManager/ViewManager.py" line="1923" /> + <source>Meta+E</source> + <translation>Meta+E</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2097" /> + <location filename="../QScintilla/MiniEditor.py" line="1089" /> + <location filename="../QScintilla/ShellWindow.py" line="675" /> + <location filename="../ViewManager/ViewManager.py" line="2918" /> + <location filename="../ViewManager/ViewManager.py" line="1927" /> + <source>End</source> + <translation>End</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1097" /> + <location filename="../QScintilla/MiniEditor.py" line="1096" /> + <location filename="../ViewManager/ViewManager.py" line="1935" /> + <location filename="../ViewManager/ViewManager.py" line="1934" /> + <source>Scroll view down one line</source> + <translation>Eine Zeile nach unten rollen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1201" /> + <location filename="../QScintilla/MiniEditor.py" line="1098" /> + <location filename="../QScintilla/ShellWindow.py" line="716" /> + <location filename="../ViewManager/ViewManager.py" line="2039" /> + <location filename="../ViewManager/ViewManager.py" line="1936" /> + <source>Ctrl+Down</source> + <translation>Ctrl+Down</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1109" /> + <location filename="../QScintilla/MiniEditor.py" line="1108" /> + <location filename="../ViewManager/ViewManager.py" line="1947" /> + <location filename="../ViewManager/ViewManager.py" line="1946" /> + <source>Scroll view up one line</source> + <translation>Eine Zeile nach oben rollen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1181" /> + <location filename="../QScintilla/MiniEditor.py" line="1110" /> + <location filename="../QScintilla/ShellWindow.py" line="728" /> + <location filename="../ViewManager/ViewManager.py" line="2019" /> + <location filename="../ViewManager/ViewManager.py" line="1948" /> + <source>Ctrl+Up</source> + <translation>Ctrl+Up</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1121" /> + <location filename="../QScintilla/MiniEditor.py" line="1120" /> + <location filename="../ViewManager/ViewManager.py" line="1959" /> + <location filename="../ViewManager/ViewManager.py" line="1958" /> + <source>Move up one paragraph</source> + <translation>Einen Absatz nach oben</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1122" /> + <location filename="../ViewManager/ViewManager.py" line="1960" /> + <source>Alt+Up</source> + <translation>Alt+Up</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1133" /> + <location filename="../QScintilla/MiniEditor.py" line="1132" /> + <location filename="../ViewManager/ViewManager.py" line="1971" /> + <location filename="../ViewManager/ViewManager.py" line="1970" /> + <source>Move down one paragraph</source> + <translation>Einen Absatz nach unten</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1134" /> + <location filename="../ViewManager/ViewManager.py" line="1972" /> + <source>Alt+Down</source> + <translation>Alt+Down</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1145" /> + <location filename="../QScintilla/MiniEditor.py" line="1144" /> + <location filename="../QScintilla/ShellWindow.py" line="739" /> + <location filename="../QScintilla/ShellWindow.py" line="738" /> + <location filename="../ViewManager/ViewManager.py" line="1983" /> + <location filename="../ViewManager/ViewManager.py" line="1982" /> + <source>Move up one page</source> + <translation>Eine Seite hoch</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1146" /> + <location filename="../QScintilla/ShellWindow.py" line="740" /> + <location filename="../ViewManager/ViewManager.py" line="1984" /> + <source>PgUp</source> + <translation>PgUp</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1157" /> + <location filename="../QScintilla/MiniEditor.py" line="1156" /> + <location filename="../QScintilla/ShellWindow.py" line="751" /> + <location filename="../QScintilla/ShellWindow.py" line="750" /> + <location filename="../ViewManager/ViewManager.py" line="1995" /> + <location filename="../ViewManager/ViewManager.py" line="1994" /> + <source>Move down one page</source> + <translation>Eine Seite nach unten</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1158" /> + <location filename="../QScintilla/ShellWindow.py" line="752" /> + <location filename="../ViewManager/ViewManager.py" line="1996" /> + <source>PgDown</source> + <translation>PgDown</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1165" /> + <location filename="../QScintilla/ShellWindow.py" line="759" /> + <location filename="../ViewManager/ViewManager.py" line="2003" /> + <source>Meta+V</source> + <translation>Meta+V</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1173" /> + <location filename="../QScintilla/MiniEditor.py" line="1172" /> + <location filename="../ViewManager/ViewManager.py" line="2011" /> + <location filename="../ViewManager/ViewManager.py" line="2010" /> + <source>Move to start of document</source> + <translation>Zum Dokumentenanfang springen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1185" /> + <location filename="../ViewManager/ViewManager.py" line="2023" /> + <source>Ctrl+Home</source> + <translation>Ctrl+Home</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1193" /> + <location filename="../QScintilla/MiniEditor.py" line="1192" /> + <location filename="../ViewManager/ViewManager.py" line="2031" /> + <location filename="../ViewManager/ViewManager.py" line="2030" /> + <source>Move to end of document</source> + <translation>Zum Dokumentenende springen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1205" /> + <location filename="../ViewManager/ViewManager.py" line="2043" /> + <source>Ctrl+End</source> + <translation>Ctrl+End</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1213" /> + <location filename="../QScintilla/MiniEditor.py" line="1212" /> + <location filename="../QScintilla/ShellWindow.py" line="453" /> + <location filename="../QScintilla/ShellWindow.py" line="452" /> + <location filename="../ViewManager/ViewManager.py" line="2051" /> + <location filename="../ViewManager/ViewManager.py" line="2050" /> + <source>Indent one level</source> + <translation>Eine Ebene einrücken</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1214" /> + <location filename="../QScintilla/ShellWindow.py" line="454" /> + <location filename="../ViewManager/ViewManager.py" line="2052" /> + <source>Tab</source> + <translation>Tab</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1225" /> + <location filename="../QScintilla/MiniEditor.py" line="1224" /> + <location filename="../ViewManager/ViewManager.py" line="2063" /> + <location filename="../ViewManager/ViewManager.py" line="2062" /> + <source>Unindent one level</source> + <translation>Eine Ebene ausrücken</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1226" /> + <location filename="../ViewManager/ViewManager.py" line="2064" /> + <source>Shift+Tab</source> + <translation>Shift+Tab</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1239" /> + <location filename="../QScintilla/MiniEditor.py" line="1236" /> + <location filename="../QScintilla/ShellWindow.py" line="781" /> + <location filename="../QScintilla/ShellWindow.py" line="778" /> + <location filename="../ViewManager/ViewManager.py" line="2077" /> + <location filename="../ViewManager/ViewManager.py" line="2074" /> + <source>Extend selection left one character</source> + <translation>Auswahl um ein Zeichen nach links erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1242" /> + <location filename="../QScintilla/ShellWindow.py" line="784" /> + <location filename="../ViewManager/ViewManager.py" line="2080" /> + <source>Shift+Left</source> + <translation>Shift+Left</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1249" /> + <location filename="../QScintilla/ShellWindow.py" line="791" /> + <location filename="../ViewManager/ViewManager.py" line="2087" /> + <source>Meta+Shift+B</source> + <translation>Meta+Shift+B</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1259" /> + <location filename="../QScintilla/MiniEditor.py" line="1256" /> + <location filename="../QScintilla/ShellWindow.py" line="801" /> + <location filename="../QScintilla/ShellWindow.py" line="798" /> + <location filename="../ViewManager/ViewManager.py" line="2097" /> + <location filename="../ViewManager/ViewManager.py" line="2094" /> + <source>Extend selection right one character</source> + <translation>Auswahl um ein Zeichen nach rechts erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1262" /> + <location filename="../QScintilla/ShellWindow.py" line="804" /> + <location filename="../ViewManager/ViewManager.py" line="2100" /> + <source>Shift+Right</source> + <translation>Shift+Right</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1269" /> + <location filename="../QScintilla/ShellWindow.py" line="811" /> + <location filename="../ViewManager/ViewManager.py" line="2107" /> + <source>Meta+Shift+F</source> + <translation>Meta+Shift+F</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1277" /> + <location filename="../QScintilla/MiniEditor.py" line="1276" /> + <location filename="../ViewManager/ViewManager.py" line="2115" /> + <location filename="../ViewManager/ViewManager.py" line="2114" /> + <source>Extend selection up one line</source> + <translation>Auswahl um eine Zeile nach oben erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1278" /> + <location filename="../ViewManager/ViewManager.py" line="2116" /> + <source>Shift+Up</source> + <translation>Shift+Up</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1285" /> + <location filename="../ViewManager/ViewManager.py" line="2123" /> + <source>Meta+Shift+P</source> + <translation>Meta+Shift+P</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1293" /> + <location filename="../QScintilla/MiniEditor.py" line="1292" /> + <location filename="../ViewManager/ViewManager.py" line="2131" /> + <location filename="../ViewManager/ViewManager.py" line="2130" /> + <source>Extend selection down one line</source> + <translation>Auswahl um eine Zeile nach unten erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1294" /> + <location filename="../ViewManager/ViewManager.py" line="2132" /> + <source>Shift+Down</source> + <translation>Shift+Down</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1301" /> + <location filename="../ViewManager/ViewManager.py" line="2139" /> + <source>Meta+Shift+N</source> + <translation>Meta+Shift+N</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1311" /> + <location filename="../QScintilla/MiniEditor.py" line="1308" /> + <location filename="../ViewManager/ViewManager.py" line="2149" /> + <location filename="../ViewManager/ViewManager.py" line="2146" /> + <source>Extend selection left one word part</source> + <translation>Auswahl um einen Wortteil nach links erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1362" /> + <location filename="../QScintilla/MiniEditor.py" line="1322" /> + <location filename="../QScintilla/ShellWindow.py" line="828" /> + <location filename="../ViewManager/ViewManager.py" line="2200" /> + <location filename="../ViewManager/ViewManager.py" line="2160" /> + <source>Alt+Shift+Left</source> + <translation>Alt+Shift+Left</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1333" /> + <location filename="../QScintilla/MiniEditor.py" line="1330" /> + <location filename="../ViewManager/ViewManager.py" line="2171" /> + <location filename="../ViewManager/ViewManager.py" line="2168" /> + <source>Extend selection right one word part</source> + <translation>Auswahl um einen Wortteil nach rechts erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2157" /> + <location filename="../QScintilla/MiniEditor.py" line="1390" /> + <location filename="../QScintilla/MiniEditor.py" line="1344" /> + <location filename="../QScintilla/ShellWindow.py" line="856" /> + <location filename="../ViewManager/ViewManager.py" line="2978" /> + <location filename="../ViewManager/ViewManager.py" line="2228" /> + <location filename="../ViewManager/ViewManager.py" line="2182" /> + <source>Alt+Shift+Right</source> + <translation>Alt+Shift+Right</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1353" /> + <location filename="../QScintilla/MiniEditor.py" line="1352" /> + <location filename="../QScintilla/ShellWindow.py" line="819" /> + <location filename="../QScintilla/ShellWindow.py" line="818" /> + <location filename="../ViewManager/ViewManager.py" line="2191" /> + <location filename="../ViewManager/ViewManager.py" line="2190" /> + <source>Extend selection left one word</source> + <translation>Auswahl um ein Wort nach links erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2283" /> + <location filename="../QScintilla/MiniEditor.py" line="1368" /> + <location filename="../QScintilla/ShellWindow.py" line="834" /> + <location filename="../ViewManager/ViewManager.py" line="3104" /> + <location filename="../ViewManager/ViewManager.py" line="2206" /> + <source>Ctrl+Shift+Left</source> + <translation>Ctrl+Shift+Left</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1379" /> + <location filename="../QScintilla/MiniEditor.py" line="1376" /> + <location filename="../QScintilla/ShellWindow.py" line="845" /> + <location filename="../QScintilla/ShellWindow.py" line="842" /> + <location filename="../ViewManager/ViewManager.py" line="2217" /> + <location filename="../ViewManager/ViewManager.py" line="2214" /> + <source>Extend selection right one word</source> + <translation>Auswahl um ein Wort nach rechts erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1844" /> + <location filename="../QScintilla/MiniEditor.py" line="1396" /> + <location filename="../QScintilla/ShellWindow.py" line="862" /> + <location filename="../ViewManager/ViewManager.py" line="2665" /> + <location filename="../ViewManager/ViewManager.py" line="2234" /> + <source>Ctrl+Shift+Right</source> + <translation>Ctrl+Shift+Right</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1408" /> + <location filename="../QScintilla/MiniEditor.py" line="1404" /> + <location filename="../QScintilla/ShellWindow.py" line="874" /> + <location filename="../QScintilla/ShellWindow.py" line="870" /> + <location filename="../ViewManager/ViewManager.py" line="2246" /> + <location filename="../ViewManager/ViewManager.py" line="2242" /> + <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="../QScintilla/MiniEditor.py" line="1419" /> + <location filename="../QScintilla/ShellWindow.py" line="885" /> + <location filename="../ViewManager/ViewManager.py" line="2257" /> + <source>Shift+Home</source> + <translation>Shift+Home</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1429" /> + <location filename="../QScintilla/MiniEditor.py" line="1426" /> + <location filename="../QScintilla/ShellWindow.py" line="895" /> + <location filename="../QScintilla/ShellWindow.py" line="892" /> + <location filename="../ViewManager/ViewManager.py" line="2267" /> + <location filename="../ViewManager/ViewManager.py" line="2264" /> + <source>Extend selection to end of document line</source> + <translation>Auswahl zum Ende der Dokumentenzeile erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1439" /> + <location filename="../QScintilla/ShellWindow.py" line="905" /> + <location filename="../ViewManager/ViewManager.py" line="2277" /> + <source>Meta+Shift+E</source> + <translation>Meta+Shift+E</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1443" /> + <location filename="../QScintilla/ShellWindow.py" line="909" /> + <location filename="../ViewManager/ViewManager.py" line="2281" /> + <source>Shift+End</source> + <translation>Shift+End</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1453" /> + <location filename="../QScintilla/MiniEditor.py" line="1450" /> + <location filename="../ViewManager/ViewManager.py" line="2291" /> + <location filename="../ViewManager/ViewManager.py" line="2288" /> + <source>Extend selection up one paragraph</source> + <translation>Auswahl um einen Absatz nach oben erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1456" /> + <location filename="../ViewManager/ViewManager.py" line="2294" /> + <source>Alt+Shift+Up</source> + <translation>Alt+Shift+Up</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1469" /> + <location filename="../QScintilla/MiniEditor.py" line="1466" /> + <location filename="../ViewManager/ViewManager.py" line="2307" /> + <location filename="../ViewManager/ViewManager.py" line="2304" /> + <source>Extend selection down one paragraph</source> + <translation>Auswahl um einen Absatz nach unten erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1472" /> + <location filename="../ViewManager/ViewManager.py" line="2310" /> + <source>Alt+Shift+Down</source> + <translation>Alt+Shift+Down</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1483" /> + <location filename="../QScintilla/MiniEditor.py" line="1482" /> + <location filename="../ViewManager/ViewManager.py" line="2321" /> + <location filename="../ViewManager/ViewManager.py" line="2320" /> + <source>Extend selection up one page</source> + <translation>Auswahl um eine Seite nach oben erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1484" /> + <location filename="../ViewManager/ViewManager.py" line="2322" /> + <source>Shift+PgUp</source> + <translation>Shift+PgUp</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1495" /> + <location filename="../QScintilla/MiniEditor.py" line="1494" /> + <location filename="../ViewManager/ViewManager.py" line="2333" /> + <location filename="../ViewManager/ViewManager.py" line="2332" /> + <source>Extend selection down one page</source> + <translation>Auswahl um eine Seite nach unten erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1496" /> + <location filename="../ViewManager/ViewManager.py" line="2334" /> + <source>Shift+PgDown</source> + <translation>Shift+PgDown</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1503" /> + <location filename="../ViewManager/ViewManager.py" line="2341" /> + <source>Meta+Shift+V</source> + <translation>Meta+Shift+V</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1513" /> + <location filename="../QScintilla/MiniEditor.py" line="1510" /> + <location filename="../ViewManager/ViewManager.py" line="2351" /> + <location filename="../ViewManager/ViewManager.py" line="2348" /> + <source>Extend selection to start of document</source> + <translation>Auswahl zum Dokumentenanfang erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1523" /> + <location filename="../ViewManager/ViewManager.py" line="2361" /> + <source>Ctrl+Shift+Up</source> + <translation>Ctrl+Shift+Up</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1528" /> + <location filename="../ViewManager/ViewManager.py" line="2366" /> + <source>Ctrl+Shift+Home</source> + <translation>Ctrl+Shift+Home</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1539" /> + <location filename="../QScintilla/MiniEditor.py" line="1536" /> + <location filename="../ViewManager/ViewManager.py" line="2377" /> + <location filename="../ViewManager/ViewManager.py" line="2374" /> + <source>Extend selection to end of document</source> + <translation>Auswahl zum Dokumentenende erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1550" /> + <location filename="../ViewManager/ViewManager.py" line="2388" /> + <source>Ctrl+Shift+Down</source> + <translation>Ctrl+Shift+Down</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1556" /> + <location filename="../ViewManager/ViewManager.py" line="2394" /> + <source>Ctrl+Shift+End</source> + <translation>Ctrl+Shift+End</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1565" /> + <location filename="../QScintilla/MiniEditor.py" line="1564" /> + <location filename="../QScintilla/ShellWindow.py" line="477" /> + <location filename="../QScintilla/ShellWindow.py" line="476" /> + <location filename="../ViewManager/ViewManager.py" line="2403" /> + <location filename="../ViewManager/ViewManager.py" line="2402" /> + <source>Delete previous character</source> + <translation>Zeichen links löschen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1566" /> + <location filename="../QScintilla/ShellWindow.py" line="478" /> + <location filename="../ViewManager/ViewManager.py" line="2404" /> + <source>Backspace</source> + <translation>Backspace</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1573" /> + <location filename="../QScintilla/ShellWindow.py" line="485" /> + <location filename="../ViewManager/ViewManager.py" line="2411" /> + <source>Meta+H</source> + <translation>Meta+H</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1578" /> + <location filename="../QScintilla/ShellWindow.py" line="490" /> + <location filename="../ViewManager/ViewManager.py" line="2416" /> + <source>Shift+Backspace</source> + <translation>Shift+Backspace</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1589" /> + <location filename="../QScintilla/MiniEditor.py" line="1586" /> + <location filename="../ViewManager/ViewManager.py" line="2427" /> + <location filename="../ViewManager/ViewManager.py" line="2424" /> + <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="../QScintilla/MiniEditor.py" line="1603" /> + <location filename="../QScintilla/MiniEditor.py" line="1602" /> + <location filename="../QScintilla/ShellWindow.py" line="499" /> + <location filename="../QScintilla/ShellWindow.py" line="498" /> + <location filename="../ViewManager/ViewManager.py" line="2441" /> + <location filename="../ViewManager/ViewManager.py" line="2440" /> + <source>Delete current character</source> + <translation>Aktuelles Zeichen löschen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1604" /> + <location filename="../QScintilla/ShellWindow.py" line="500" /> + <location filename="../ViewManager/ViewManager.py" line="2442" /> + <source>Del</source> + <translation>Del</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1611" /> + <location filename="../QScintilla/ShellWindow.py" line="507" /> + <location filename="../ViewManager/ViewManager.py" line="2449" /> + <source>Meta+D</source> + <translation>Meta+D</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1619" /> + <location filename="../QScintilla/MiniEditor.py" line="1618" /> + <location filename="../QScintilla/ShellWindow.py" line="515" /> + <location filename="../QScintilla/ShellWindow.py" line="514" /> + <location filename="../ViewManager/ViewManager.py" line="2457" /> + <location filename="../ViewManager/ViewManager.py" line="2456" /> + <source>Delete word to left</source> + <translation>Wort links löschen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1620" /> + <location filename="../QScintilla/ShellWindow.py" line="516" /> + <location filename="../ViewManager/ViewManager.py" line="2458" /> + <source>Ctrl+Backspace</source> + <translation>Ctrl+Backspace</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1631" /> + <location filename="../QScintilla/MiniEditor.py" line="1630" /> + <location filename="../QScintilla/ShellWindow.py" line="527" /> + <location filename="../QScintilla/ShellWindow.py" line="526" /> + <location filename="../ViewManager/ViewManager.py" line="2469" /> + <location filename="../ViewManager/ViewManager.py" line="2468" /> + <source>Delete word to right</source> + <translation>Wort rechts löschen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1632" /> + <location filename="../QScintilla/ShellWindow.py" line="528" /> + <location filename="../ViewManager/ViewManager.py" line="2470" /> + <source>Ctrl+Del</source> + <translation>Ctrl+Del</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1643" /> + <location filename="../QScintilla/MiniEditor.py" line="1642" /> + <location filename="../QScintilla/ShellWindow.py" line="539" /> + <location filename="../QScintilla/ShellWindow.py" line="538" /> + <location filename="../ViewManager/ViewManager.py" line="2481" /> + <location filename="../ViewManager/ViewManager.py" line="2480" /> + <source>Delete line to left</source> + <translation>Zeile links löschen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1645" /> + <location filename="../QScintilla/ShellWindow.py" line="541" /> + <location filename="../ViewManager/ViewManager.py" line="2483" /> + <source>Ctrl+Shift+Backspace</source> + <translation>Ctrl+Shift+Backspace</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1657" /> + <location filename="../QScintilla/MiniEditor.py" line="1656" /> + <location filename="../QScintilla/ShellWindow.py" line="553" /> + <location filename="../QScintilla/ShellWindow.py" line="552" /> + <location filename="../ViewManager/ViewManager.py" line="2495" /> + <location filename="../ViewManager/ViewManager.py" line="2494" /> + <source>Delete line to right</source> + <translation>Zeile rechts löschen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1665" /> + <location filename="../QScintilla/ShellWindow.py" line="561" /> + <location filename="../ViewManager/ViewManager.py" line="2503" /> + <source>Meta+K</source> + <translation>Meta+K</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1670" /> + <location filename="../QScintilla/ShellWindow.py" line="566" /> + <location filename="../ViewManager/ViewManager.py" line="2508" /> + <source>Ctrl+Shift+Del</source> + <translation>Ctrl+Shift+Del</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1679" /> + <location filename="../QScintilla/MiniEditor.py" line="1678" /> + <location filename="../QScintilla/ShellWindow.py" line="465" /> + <location filename="../QScintilla/ShellWindow.py" line="464" /> + <location filename="../ViewManager/ViewManager.py" line="2517" /> + <location filename="../ViewManager/ViewManager.py" line="2516" /> + <source>Insert new line</source> + <translation>Neue Zeile einfügen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1680" /> + <location filename="../QScintilla/ShellWindow.py" line="466" /> + <location filename="../ViewManager/ViewManager.py" line="2518" /> + <source>Return</source> + <translation>Return</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1681" /> + <location filename="../QScintilla/ShellWindow.py" line="467" /> + <location filename="../ViewManager/ViewManager.py" line="2519" /> + <source>Enter</source> + <translation>Enter</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="2531" /> <location filename="../ViewManager/ViewManager.py" line="2528" /> <source>Insert new line below current line</source> @@ -94669,6 +93687,569 @@ <translation>Shift+Enter</translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="1691" /> + <location filename="../QScintilla/MiniEditor.py" line="1690" /> + <location filename="../QScintilla/ShellWindow.py" line="441" /> + <location filename="../QScintilla/ShellWindow.py" line="440" /> + <location filename="../ViewManager/ViewManager.py" line="2544" /> + <location filename="../ViewManager/ViewManager.py" line="2543" /> + <source>Delete current line</source> + <translation>Aktuelle Zeile löschen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1692" /> + <location filename="../QScintilla/ShellWindow.py" line="442" /> + <location filename="../ViewManager/ViewManager.py" line="2545" /> + <source>Ctrl+Shift+L</source> + <translation>Ctrl+Shift+L</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1703" /> + <location filename="../QScintilla/MiniEditor.py" line="1702" /> + <location filename="../ViewManager/ViewManager.py" line="2556" /> + <location filename="../ViewManager/ViewManager.py" line="2555" /> + <source>Duplicate current line</source> + <translation>Aktuelle Zeile duplizieren</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1704" /> + <location filename="../ViewManager/ViewManager.py" line="2557" /> + <source>Ctrl+D</source> + <translation>Ctrl+D</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1717" /> + <location filename="../QScintilla/MiniEditor.py" line="1714" /> + <location filename="../ViewManager/ViewManager.py" line="2570" /> + <location filename="../ViewManager/ViewManager.py" line="2567" /> + <source>Swap current and previous lines</source> + <translation>Aktuelle Zeile mit vorhergehender tauschen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1720" /> + <location filename="../ViewManager/ViewManager.py" line="2573" /> + <source>Ctrl+T</source> + <translation>Ctrl+T</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1731" /> + <location filename="../QScintilla/MiniEditor.py" line="1730" /> + <location filename="../ViewManager/ViewManager.py" line="2584" /> + <location filename="../ViewManager/ViewManager.py" line="2583" /> + <source>Reverse selected lines</source> + <translation>Ausgewählte Zeilen umkehren</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1732" /> + <location filename="../ViewManager/ViewManager.py" line="2585" /> + <source>Meta+Alt+R</source> + <translation>Meta+Ctrl+Alt+R</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1743" /> + <location filename="../QScintilla/MiniEditor.py" line="1742" /> + <location filename="../ViewManager/ViewManager.py" line="2596" /> + <location filename="../ViewManager/ViewManager.py" line="2595" /> + <source>Cut current line</source> + <translation>Aktuelle Zeile ausschneiden</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1744" /> + <location filename="../ViewManager/ViewManager.py" line="2597" /> + <source>Alt+Shift+L</source> + <translation>Alt+Shift+L</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1755" /> + <location filename="../QScintilla/MiniEditor.py" line="1754" /> + <location filename="../ViewManager/ViewManager.py" line="2608" /> + <location filename="../ViewManager/ViewManager.py" line="2607" /> + <source>Copy current line</source> + <translation>Aktuelle Zeile kopieren</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1756" /> + <location filename="../ViewManager/ViewManager.py" line="2609" /> + <source>Ctrl+Shift+T</source> + <translation>Ctrl+Shift+L</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1767" /> + <location filename="../QScintilla/MiniEditor.py" line="1766" /> + <location filename="../ViewManager/ViewManager.py" line="2620" /> + <location filename="../ViewManager/ViewManager.py" line="2619" /> + <source>Toggle insert/overtype</source> + <translation>Einfügen/Überschreiben umschalten</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1768" /> + <location filename="../ViewManager/ViewManager.py" line="2621" /> + <source>Ins</source> + <translation>Ins</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1811" /> + <location filename="../QScintilla/MiniEditor.py" line="1810" /> + <location filename="../ViewManager/ViewManager.py" line="2632" /> + <location filename="../ViewManager/ViewManager.py" line="2631" /> + <source>Move to end of display line</source> + <translation>Zum Ende der Anzeigezeile springen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1823" /> + <location filename="../ViewManager/ViewManager.py" line="2644" /> + <source>Alt+End</source> + <translation>Alt+End</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1833" /> + <location filename="../QScintilla/MiniEditor.py" line="1830" /> + <location filename="../ViewManager/ViewManager.py" line="2654" /> + <location filename="../ViewManager/ViewManager.py" line="2651" /> + <source>Extend selection to end of display line</source> + <translation>Auswahl zum Ende der Anzeigezeile erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1853" /> + <location filename="../QScintilla/MiniEditor.py" line="1852" /> + <location filename="../ViewManager/ViewManager.py" line="2674" /> + <location filename="../ViewManager/ViewManager.py" line="2673" /> + <source>Formfeed</source> + <translation>Seitenumbruch</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1865" /> + <location filename="../QScintilla/MiniEditor.py" line="1864" /> + <location filename="../QScintilla/ShellWindow.py" line="767" /> + <location filename="../QScintilla/ShellWindow.py" line="766" /> + <location filename="../ViewManager/ViewManager.py" line="2686" /> + <location filename="../ViewManager/ViewManager.py" line="2685" /> + <source>Escape</source> + <translation>Abbruch</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1866" /> + <location filename="../QScintilla/ShellWindow.py" line="768" /> + <location filename="../ViewManager/ViewManager.py" line="2687" /> + <source>Esc</source> + <translation>Esc</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1879" /> + <location filename="../QScintilla/MiniEditor.py" line="1876" /> + <location filename="../ViewManager/ViewManager.py" line="2700" /> + <location filename="../ViewManager/ViewManager.py" line="2697" /> + <source>Extend rectangular selection down one line</source> + <translation>Rechteckige Auswahl um eine Zeile nach unten erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1882" /> + <location filename="../ViewManager/ViewManager.py" line="2703" /> + <source>Alt+Ctrl+Down</source> + <translation>Alt+Ctrl+Down</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1890" /> + <location filename="../ViewManager/ViewManager.py" line="2711" /> + <source>Meta+Alt+Shift+N</source> + <translation>Meta+Alt+Shift+N</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1901" /> + <location filename="../QScintilla/MiniEditor.py" line="1898" /> + <location filename="../ViewManager/ViewManager.py" line="2722" /> + <location filename="../ViewManager/ViewManager.py" line="2719" /> + <source>Extend rectangular selection up one line</source> + <translation>Rechteckige Auswahl um eine Zeile nach oben erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1904" /> + <location filename="../ViewManager/ViewManager.py" line="2725" /> + <source>Alt+Ctrl+Up</source> + <translation>Alt+Ctrl+Up</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1912" /> + <location filename="../ViewManager/ViewManager.py" line="2733" /> + <source>Meta+Alt+Shift+P</source> + <translation>Meta+Alt+Shift+P</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1923" /> + <location filename="../QScintilla/MiniEditor.py" line="1920" /> + <location filename="../ViewManager/ViewManager.py" line="2744" /> + <location filename="../ViewManager/ViewManager.py" line="2741" /> + <source>Extend rectangular selection left one character</source> + <translation>Rechteckige Auswahl um ein Zeichen nach links erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1926" /> + <location filename="../ViewManager/ViewManager.py" line="2747" /> + <source>Alt+Ctrl+Left</source> + <translation>Alt+Ctrl+Left</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1934" /> + <location filename="../ViewManager/ViewManager.py" line="2755" /> + <source>Meta+Alt+Shift+B</source> + <translation>Meta+Alt+Shift+B</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1945" /> + <location filename="../QScintilla/MiniEditor.py" line="1942" /> + <location filename="../ViewManager/ViewManager.py" line="2766" /> + <location filename="../ViewManager/ViewManager.py" line="2763" /> + <source>Extend rectangular selection right one character</source> + <translation>Rechteckige Auswahl um ein Zeichen nach rechts erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1948" /> + <location filename="../ViewManager/ViewManager.py" line="2769" /> + <source>Alt+Ctrl+Right</source> + <translation>Alt+Ctrl+Right</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1956" /> + <location filename="../ViewManager/ViewManager.py" line="2777" /> + <source>Meta+Alt+Shift+F</source> + <translation>Meta+Alt+Shift+F</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1969" /> + <location filename="../QScintilla/MiniEditor.py" line="1964" /> + <location filename="../ViewManager/ViewManager.py" line="2790" /> + <location filename="../ViewManager/ViewManager.py" line="2785" /> + <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="../QScintilla/MiniEditor.py" line="1982" /> + <location filename="../ViewManager/ViewManager.py" line="2803" /> + <source>Alt+Shift+Home</source> + <translation>Alt+Shift+Home</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1993" /> + <location filename="../QScintilla/MiniEditor.py" line="1990" /> + <location filename="../ViewManager/ViewManager.py" line="2814" /> + <location filename="../ViewManager/ViewManager.py" line="2811" /> + <source>Extend rectangular selection to end of document line</source> + <translation>Rechteckige Auswahl zum Ende der Dokumentenzeile erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2004" /> + <location filename="../ViewManager/ViewManager.py" line="2825" /> + <source>Meta+Alt+Shift+E</source> + <translation>Meta+Alt+Shift+E</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2009" /> + <location filename="../ViewManager/ViewManager.py" line="2830" /> + <source>Alt+Shift+End</source> + <translation>Alt+Shift+End</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2019" /> + <location filename="../QScintilla/MiniEditor.py" line="2016" /> + <location filename="../ViewManager/ViewManager.py" line="2840" /> + <location filename="../ViewManager/ViewManager.py" line="2837" /> + <source>Extend rectangular selection up one page</source> + <translation>Rechteckige Auswahl um eine Seite nach oben erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2022" /> + <location filename="../ViewManager/ViewManager.py" line="2843" /> + <source>Alt+Shift+PgUp</source> + <translation>Alt+Shift+PgUp</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2035" /> + <location filename="../QScintilla/MiniEditor.py" line="2032" /> + <location filename="../ViewManager/ViewManager.py" line="2856" /> + <location filename="../ViewManager/ViewManager.py" line="2853" /> + <source>Extend rectangular selection down one page</source> + <translation>Rechteckige Auswahl um eine Seite nach unten erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2038" /> + <location filename="../ViewManager/ViewManager.py" line="2859" /> + <source>Alt+Shift+PgDown</source> + <translation>Alt+Shift+PgDown</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2046" /> + <location filename="../ViewManager/ViewManager.py" line="2867" /> + <source>Meta+Alt+Shift+V</source> + <translation>Meta+Alt+Shift+V</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2521" /> + <location filename="../QScintilla/MiniEditor.py" line="2520" /> + <location filename="../QScintilla/MiniEditor.py" line="2055" /> + <location filename="../QScintilla/MiniEditor.py" line="2054" /> + <location filename="../ViewManager/ViewManager.py" line="2876" /> + <location filename="../ViewManager/ViewManager.py" line="2875" /> + <source>Duplicate current selection</source> + <translation>Aktuelle Auswahl duplizieren</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2522" /> + <location filename="../QScintilla/MiniEditor.py" line="2056" /> + <location filename="../ViewManager/ViewManager.py" line="2877" /> + <source>Ctrl+Shift+D</source> + <translation>Ctrl+Shift+D</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2070" /> + <location filename="../QScintilla/MiniEditor.py" line="2067" /> + <location filename="../ViewManager/ViewManager.py" line="2891" /> + <location filename="../ViewManager/ViewManager.py" line="2888" /> + <source>Scroll to start of document</source> + <translation>Zum Dokumentenanfang rollen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2089" /> + <location filename="../QScintilla/MiniEditor.py" line="2088" /> + <location filename="../ViewManager/ViewManager.py" line="2910" /> + <location filename="../ViewManager/ViewManager.py" line="2909" /> + <source>Scroll to end of document</source> + <translation>Zum Dokumentenende rollen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2108" /> + <location filename="../QScintilla/MiniEditor.py" line="2105" /> + <location filename="../ViewManager/ViewManager.py" line="2929" /> + <location filename="../ViewManager/ViewManager.py" line="2926" /> + <source>Scroll vertically to center current line</source> + <translation>Vertical rollen, um aktuelle Zeile zu zentrieren</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2118" /> + <location filename="../ViewManager/ViewManager.py" line="2939" /> + <source>Meta+L</source> + <translation>Meta+L</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2127" /> + <location filename="../QScintilla/MiniEditor.py" line="2126" /> + <location filename="../ViewManager/ViewManager.py" line="2948" /> + <location filename="../ViewManager/ViewManager.py" line="2947" /> + <source>Move to end of next word</source> + <translation>Zum Ende des nächsten Wortes springen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2146" /> + <location filename="../QScintilla/MiniEditor.py" line="2143" /> + <location filename="../ViewManager/ViewManager.py" line="2967" /> + <location filename="../ViewManager/ViewManager.py" line="2964" /> + <source>Extend selection to end of next word</source> + <translation>Auswahl bis zum Ende des nächsten Wortes erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2169" /> + <location filename="../QScintilla/MiniEditor.py" line="2166" /> + <location filename="../ViewManager/ViewManager.py" line="2990" /> + <location filename="../ViewManager/ViewManager.py" line="2987" /> + <source>Move to end of previous word</source> + <translation>Zum Ende des vorigen Wortes springen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2186" /> + <location filename="../QScintilla/MiniEditor.py" line="2183" /> + <location filename="../ViewManager/ViewManager.py" line="3007" /> + <location filename="../ViewManager/ViewManager.py" line="3004" /> + <source>Extend selection to end of previous word</source> + <translation>Auswahl bis zum Ende des vorigen Wortes erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2203" /> + <location filename="../QScintilla/MiniEditor.py" line="2200" /> + <location filename="../ViewManager/ViewManager.py" line="3024" /> + <location filename="../ViewManager/ViewManager.py" line="3021" /> + <source>Move to start of document line</source> + <translation>Zum Beginn der Dokumentenzeile springen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2213" /> + <location filename="../ViewManager/ViewManager.py" line="3034" /> + <source>Meta+A</source> + <translation>Meta+A</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2224" /> + <location filename="../QScintilla/MiniEditor.py" line="2221" /> + <location filename="../ViewManager/ViewManager.py" line="3045" /> + <location filename="../ViewManager/ViewManager.py" line="3042" /> + <source>Extend selection to start of document line</source> + <translation>Auswahl zum Beginn der Dokumentenzeile erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2235" /> + <location filename="../ViewManager/ViewManager.py" line="3056" /> + <source>Meta+Shift+A</source> + <translation>Meta+Shift+A</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2248" /> + <location filename="../QScintilla/MiniEditor.py" line="2244" /> + <location filename="../ViewManager/ViewManager.py" line="3069" /> + <location filename="../ViewManager/ViewManager.py" line="3065" /> + <source>Extend rectangular selection to start of document line</source> + <translation>Rechteckige Auswahl zum Beginn der Dokumentenzeile erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2260" /> + <location filename="../ViewManager/ViewManager.py" line="3081" /> + <source>Meta+Alt+Shift+A</source> + <translation>Meta+Alt+Shift+A</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2272" /> + <location filename="../QScintilla/MiniEditor.py" line="2269" /> + <location filename="../ViewManager/ViewManager.py" line="3093" /> + <location filename="../ViewManager/ViewManager.py" line="3090" /> + <source>Extend selection to start of display line</source> + <translation>Auswahl zum Beginn der Anzeigezeile erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2295" /> + <location filename="../QScintilla/MiniEditor.py" line="2292" /> + <location filename="../ViewManager/ViewManager.py" line="3116" /> + <location filename="../ViewManager/ViewManager.py" line="3113" /> + <source>Move to start of display or document line</source> + <translation>Zum Beginn der Dokumenten- oder Anzeigezeile springen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2313" /> + <location filename="../QScintilla/MiniEditor.py" line="2309" /> + <location filename="../ViewManager/ViewManager.py" line="3134" /> + <location filename="../ViewManager/ViewManager.py" line="3130" /> + <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="../QScintilla/MiniEditor.py" line="2332" /> + <location filename="../QScintilla/MiniEditor.py" line="2328" /> + <location filename="../ViewManager/ViewManager.py" line="3153" /> + <location filename="../ViewManager/ViewManager.py" line="3149" /> + <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="../QScintilla/MiniEditor.py" line="2352" /> + <location filename="../QScintilla/MiniEditor.py" line="2347" /> + <location filename="../ViewManager/ViewManager.py" line="3173" /> + <location filename="../ViewManager/ViewManager.py" line="3168" /> + <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="../QScintilla/MiniEditor.py" line="2371" /> + <location filename="../QScintilla/MiniEditor.py" line="2368" /> + <location filename="../ViewManager/ViewManager.py" line="3192" /> + <location filename="../ViewManager/ViewManager.py" line="3189" /> + <source>Move to end of display or document line</source> + <translation>Zum Ende der Dokumenten- oder Anzeigezeile springen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2388" /> + <location filename="../QScintilla/MiniEditor.py" line="2385" /> + <location filename="../ViewManager/ViewManager.py" line="3209" /> + <location filename="../ViewManager/ViewManager.py" line="3206" /> + <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="../QScintilla/MiniEditor.py" line="2403" /> + <location filename="../QScintilla/MiniEditor.py" line="2402" /> + <location filename="../ViewManager/ViewManager.py" line="3224" /> + <location filename="../ViewManager/ViewManager.py" line="3223" /> + <source>Stuttered move up one page</source> + <translation>„Stotternd“ um eine Seite nach oben</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2418" /> + <location filename="../QScintilla/MiniEditor.py" line="2415" /> + <location filename="../ViewManager/ViewManager.py" line="3239" /> + <location filename="../ViewManager/ViewManager.py" line="3236" /> + <source>Stuttered extend selection up one page</source> + <translation>Auswahl „stotternd“ um eine Seite nach oben erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2435" /> + <location filename="../QScintilla/MiniEditor.py" line="2432" /> + <location filename="../ViewManager/ViewManager.py" line="3256" /> + <location filename="../ViewManager/ViewManager.py" line="3253" /> + <source>Stuttered move down one page</source> + <translation>„Stotternd“ um eine Seite nach unten</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2452" /> + <location filename="../QScintilla/MiniEditor.py" line="2449" /> + <location filename="../ViewManager/ViewManager.py" line="3273" /> + <location filename="../ViewManager/ViewManager.py" line="3270" /> + <source>Stuttered extend selection down one page</source> + <translation>Auswahl „stotternd“ um eine Seite nach unten erweitern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2469" /> + <location filename="../QScintilla/MiniEditor.py" line="2466" /> + <location filename="../ViewManager/ViewManager.py" line="3290" /> + <location filename="../ViewManager/ViewManager.py" line="3287" /> + <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="../QScintilla/MiniEditor.py" line="2479" /> + <location filename="../ViewManager/ViewManager.py" line="3300" /> + <source>Alt+Del</source> + <translation>Alt+Del</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2490" /> + <location filename="../QScintilla/MiniEditor.py" line="2487" /> + <location filename="../ViewManager/ViewManager.py" line="3311" /> + <location filename="../ViewManager/ViewManager.py" line="3308" /> + <source>Move selected lines up one line</source> + <translation>Ausgewählte Zeilen um eine Zeile nach oben</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2507" /> + <location filename="../QScintilla/MiniEditor.py" line="2504" /> + <location filename="../ViewManager/ViewManager.py" line="3328" /> + <location filename="../ViewManager/ViewManager.py" line="3325" /> + <source>Move selected lines down one line</source> + <translation>Ausgewählte Zeilen um eine Zeile nach unten</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1781" /> + <location filename="../QScintilla/MiniEditor.py" line="1778" /> + <location filename="../ViewManager/ViewManager.py" line="3346" /> + <location filename="../ViewManager/ViewManager.py" line="3343" /> + <source>Convert selection to lower case</source> + <translation>Auswahl in Kleinbuchstaben umwandeln</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1784" /> + <location filename="../ViewManager/ViewManager.py" line="3349" /> + <source>Alt+Shift+U</source> + <translation>Alt+Shift+U</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1797" /> + <location filename="../QScintilla/MiniEditor.py" line="1794" /> + <location filename="../ViewManager/ViewManager.py" line="3362" /> + <location filename="../ViewManager/ViewManager.py" line="3359" /> + <source>Convert selection to upper case</source> + <translation>Auswahl in Großbuchstaben umwandeln</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="1800" /> + <location filename="../ViewManager/ViewManager.py" line="3365" /> + <source>Ctrl+Shift+U</source> + <translation>Ctrl+Shift+U</translation> + </message> + <message> <location filename="../ViewManager/ViewManager.py" line="3391" /> <source>&Edit</source> <translation>&Bearbeiten</translation> @@ -94680,6 +94261,140 @@ <translation>Bearbeiten</translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="2539" /> + <location filename="../QScintilla/ShellWindow.py" line="923" /> + <location filename="../ViewManager/ViewManager.py" line="4051" /> + <location filename="../ViewManager/ViewManager.py" line="4049" /> + <location filename="../ViewManager/ViewManager.py" line="3482" /> + <source>Search</source> + <translation>Suchen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2541" /> + <location filename="../QScintilla/ShellWindow.py" line="925" /> + <location filename="../ViewManager/ViewManager.py" line="3484" /> + <source>&Search...</source> + <translation>&Suchen...</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2543" /> + <location filename="../QScintilla/ShellWindow.py" line="927" /> + <location filename="../ViewManager/ViewManager.py" line="3486" /> + <source>Ctrl+F</source> + <comment>Search|Search</comment> + <translation>Ctrl+F</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2550" /> + <location filename="../QScintilla/ShellWindow.py" line="934" /> + <location filename="../ViewManager/ViewManager.py" line="3493" /> + <source>Search for a text</source> + <translation>Sucht nach Text</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2553" /> + <location filename="../ViewManager/ViewManager.py" line="3496" /> + <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="../QScintilla/MiniEditor.py" line="2565" /> + <location filename="../QScintilla/ShellWindow.py" line="949" /> + <location filename="../ViewManager/ViewManager.py" line="3508" /> + <source>Search next</source> + <translation>Weitersuchen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2567" /> + <location filename="../QScintilla/ShellWindow.py" line="951" /> + <location filename="../ViewManager/ViewManager.py" line="3510" /> + <source>Search &next</source> + <translation>&Weitersuchen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2569" /> + <location filename="../QScintilla/ShellWindow.py" line="953" /> + <location filename="../ViewManager/ViewManager.py" line="3512" /> + <source>F3</source> + <comment>Search|Search next</comment> + <translation>F3</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2576" /> + <location filename="../QScintilla/ShellWindow.py" line="960" /> + <location filename="../ViewManager/ViewManager.py" line="3519" /> + <source>Search next occurrence of text</source> + <translation>Das nächste Vorkommen des Textes in der Seite suchen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2579" /> + <location filename="../ViewManager/ViewManager.py" line="3522" /> + <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="../QScintilla/MiniEditor.py" line="2591" /> + <location filename="../QScintilla/ShellWindow.py" line="977" /> + <location filename="../ViewManager/ViewManager.py" line="3534" /> + <source>Search previous</source> + <translation>Rückwärtssuchen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2593" /> + <location filename="../QScintilla/ShellWindow.py" line="979" /> + <location filename="../ViewManager/ViewManager.py" line="3536" /> + <source>Search &previous</source> + <translation>&Rückwärtssuchen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2595" /> + <location filename="../QScintilla/ShellWindow.py" line="981" /> + <location filename="../ViewManager/ViewManager.py" line="3538" /> + <source>Shift+F3</source> + <comment>Search|Search previous</comment> + <translation>Shift+F3</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2604" /> + <location filename="../QScintilla/ShellWindow.py" line="990" /> + <location filename="../ViewManager/ViewManager.py" line="3547" /> + <source>Search previous occurrence of text</source> + <translation>Das vorherige Vorkommen des Textes in der Seite suchen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2609" /> + <location filename="../ViewManager/ViewManager.py" line="3552" /> + <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="../QScintilla/MiniEditor.py" line="2623" /> + <location filename="../QScintilla/MiniEditor.py" line="2621" /> + <location filename="../ViewManager/ViewManager.py" line="3566" /> + <location filename="../ViewManager/ViewManager.py" line="3564" /> + <source>Clear search markers</source> + <translation>Suchmarkierungen löschen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2625" /> + <location filename="../ViewManager/ViewManager.py" line="3568" /> + <source>Ctrl+3</source> + <comment>Search|Clear search markers</comment> + <translation>Ctrl+3</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2634" /> + <location filename="../ViewManager/ViewManager.py" line="3577" /> + <source>Clear all displayed search markers</source> + <translation>Löscht alle angezeigten Suchmarkierungen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2639" /> + <location filename="../ViewManager/ViewManager.py" line="3582" /> + <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="3594" /> <location filename="../ViewManager/ViewManager.py" line="3592" /> <source>Search current word forward</source> @@ -94724,6 +94439,118 @@ <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="../QScintilla/MiniEditor.py" line="2649" /> + <location filename="../ViewManager/ViewManager.py" line="3650" /> + <source>Replace</source> + <translation>Ersetzen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2650" /> + <location filename="../ViewManager/ViewManager.py" line="3651" /> + <source>&Replace...</source> + <translation>&Ersetzen...</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2652" /> + <location filename="../ViewManager/ViewManager.py" line="3653" /> + <source>Ctrl+R</source> + <comment>Search|Replace</comment> + <translation>Ctrl+R</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2659" /> + <location filename="../ViewManager/ViewManager.py" line="3660" /> + <source>Replace some text</source> + <translation>Ersetzt Text</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2662" /> + <location filename="../ViewManager/ViewManager.py" line="3663" /> + <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="../QScintilla/MiniEditor.py" line="2676" /> + <location filename="../QScintilla/MiniEditor.py" line="2674" /> + <location filename="../ViewManager/ViewManager.py" line="3677" /> + <location filename="../ViewManager/ViewManager.py" line="3675" /> + <source>Replace and Search</source> + <translation>Ersetzen und Suchen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2678" /> + <location filename="../ViewManager/ViewManager.py" line="3679" /> + <source>Meta+R</source> + <comment>Search|Replace and Search</comment> + <translation>Meta+R</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2687" /> + <location filename="../ViewManager/ViewManager.py" line="3688" /> + <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="../QScintilla/MiniEditor.py" line="2692" /> + <location filename="../ViewManager/ViewManager.py" line="3693" /> + <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="../QScintilla/MiniEditor.py" line="2708" /> + <location filename="../QScintilla/MiniEditor.py" line="2706" /> + <location filename="../ViewManager/ViewManager.py" line="3709" /> + <location filename="../ViewManager/ViewManager.py" line="3707" /> + <source>Replace Occurrence</source> + <translation>Fundstelle ersetzen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2710" /> + <location filename="../ViewManager/ViewManager.py" line="3711" /> + <source>Ctrl+Meta+R</source> + <comment>Search|Replace Occurrence</comment> + <translation>Ctrl+Meta+R</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2719" /> + <location filename="../ViewManager/ViewManager.py" line="3720" /> + <source>Replace the found text</source> + <translation>Ersetzt den gefundenen Text</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2722" /> + <location filename="../ViewManager/ViewManager.py" line="3723" /> + <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="../QScintilla/MiniEditor.py" line="2735" /> + <location filename="../QScintilla/MiniEditor.py" line="2733" /> + <location filename="../ViewManager/ViewManager.py" line="3736" /> + <location filename="../ViewManager/ViewManager.py" line="3734" /> + <source>Replace All</source> + <translation>Alle ersetzen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2737" /> + <location filename="../ViewManager/ViewManager.py" line="3738" /> + <source>Shift+Meta+R</source> + <comment>Search|Replace All</comment> + <translation>Shift+Meta+R</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2746" /> + <location filename="../ViewManager/ViewManager.py" line="3747" /> + <source>Replace search text occurrences</source> + <translation>Ersetzt alle Fundstellen des Suchtextes</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2749" /> + <location filename="../ViewManager/ViewManager.py" line="3750" /> + <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="3772" /> <location filename="../ViewManager/ViewManager.py" line="3761" /> <source>Goto Line</source> @@ -94943,6 +94770,158 @@ <translation>&Suchen</translation> </message> <message> + <location filename="../QScintilla/MiniEditor.py" line="2764" /> + <location filename="../QScintilla/ShellWindow.py" line="1016" /> + <location filename="../ViewManager/ViewManager.py" line="4092" /> + <source>Zoom in</source> + <translation>Vergrößern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2766" /> + <location filename="../QScintilla/ShellWindow.py" line="1018" /> + <location filename="../ViewManager/ViewManager.py" line="4094" /> + <source>Zoom &in</source> + <translation>Ver&größern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2768" /> + <location filename="../QScintilla/ShellWindow.py" line="1020" /> + <location filename="../ViewManager/ViewManager.py" line="4096" /> + <source>Ctrl++</source> + <comment>View|Zoom in</comment> + <translation>Ctrl++</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2771" /> + <location filename="../QScintilla/ShellWindow.py" line="1023" /> + <location filename="../ViewManager/ViewManager.py" line="4099" /> + <source>Zoom In</source> + <comment>View|Zoom in</comment> + <translation>Vergrößern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2777" /> + <location filename="../QScintilla/ShellWindow.py" line="1029" /> + <location filename="../ViewManager/ViewManager.py" line="4105" /> + <source>Zoom in on the text</source> + <translation>Text vergrößern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2780" /> + <location filename="../QScintilla/ShellWindow.py" line="1032" /> + <location filename="../ViewManager/ViewManager.py" line="4108" /> + <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="../QScintilla/MiniEditor.py" line="2790" /> + <location filename="../QScintilla/ShellWindow.py" line="1042" /> + <location filename="../ViewManager/ViewManager.py" line="4118" /> + <source>Zoom out</source> + <translation>Verkleinern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2792" /> + <location filename="../QScintilla/ShellWindow.py" line="1044" /> + <location filename="../ViewManager/ViewManager.py" line="4120" /> + <source>Zoom &out</source> + <translation>Ver&kleinern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2794" /> + <location filename="../QScintilla/ShellWindow.py" line="1046" /> + <location filename="../ViewManager/ViewManager.py" line="4122" /> + <source>Ctrl+-</source> + <comment>View|Zoom out</comment> + <translation>Ctrl+-</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2797" /> + <location filename="../QScintilla/ShellWindow.py" line="1049" /> + <location filename="../ViewManager/ViewManager.py" line="4125" /> + <source>Zoom Out</source> + <comment>View|Zoom out</comment> + <translation>Verkleinern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2803" /> + <location filename="../QScintilla/ShellWindow.py" line="1055" /> + <location filename="../ViewManager/ViewManager.py" line="4131" /> + <source>Zoom out on the text</source> + <translation>Text verkleinern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2806" /> + <location filename="../QScintilla/ShellWindow.py" line="1058" /> + <location filename="../ViewManager/ViewManager.py" line="4134" /> + <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="../QScintilla/MiniEditor.py" line="2816" /> + <location filename="../QScintilla/ShellWindow.py" line="1068" /> + <location filename="../ViewManager/ViewManager.py" line="4144" /> + <source>Zoom reset</source> + <translation>Vergrößerung zurücksetzen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2818" /> + <location filename="../QScintilla/ShellWindow.py" line="1070" /> + <location filename="../ViewManager/ViewManager.py" line="4146" /> + <source>Zoom &reset</source> + <translation>Vergrößerung &zurücksetzen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2820" /> + <location filename="../QScintilla/ShellWindow.py" line="1072" /> + <location filename="../ViewManager/ViewManager.py" line="4148" /> + <source>Ctrl+0</source> + <comment>View|Zoom reset</comment> + <translation>Ctrl+0</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2827" /> + <location filename="../QScintilla/ShellWindow.py" line="1079" /> + <location filename="../ViewManager/ViewManager.py" line="4155" /> + <source>Reset the zoom of the text</source> + <translation>Die Textgröße zurücksetzen</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2830" /> + <location filename="../QScintilla/ShellWindow.py" line="1082" /> + <location filename="../ViewManager/ViewManager.py" line="4158" /> + <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="../QScintilla/MiniEditor.py" line="2841" /> + <location filename="../QScintilla/ShellWindow.py" line="1093" /> + <location filename="../ViewManager/ViewManager.py" line="4169" /> + <source>Zoom</source> + <translation>Maßstab</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2843" /> + <location filename="../QScintilla/ShellWindow.py" line="1095" /> + <location filename="../ViewManager/ViewManager.py" line="4171" /> + <source>&Zoom</source> + <translation>&Maßstab</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2850" /> + <location filename="../QScintilla/ShellWindow.py" line="1102" /> + <location filename="../ViewManager/ViewManager.py" line="4178" /> + <source>Zoom the text</source> + <translation>Den Maßstab des Textes ändern</translation> + </message> + <message> + <location filename="../QScintilla/MiniEditor.py" line="2853" /> + <location filename="../QScintilla/ShellWindow.py" line="1105" /> + <location filename="../ViewManager/ViewManager.py" line="4181" /> + <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="4200" /> <location filename="../ViewManager/ViewManager.py" line="4192" /> <source>Toggle all folds</source> @@ -95757,6 +95736,27 @@ <source>The spelling dictionary was saved successfully.</source> <translation>Das Wörterbuch wurde erfolgreich gespeichert.</translation> </message> + <message> + <location filename="../QScintilla/ShellWindow.py" line="937" /> + <source><b>Search</b><p>Search for some text in the shell window. A dialog is shown to enter the search text and options for the search.</p></source> + <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="../QScintilla/ShellWindow.py" line="963" /> + <source><b>Search next</b><p>Search the next occurrence of some text in the shell window. The previously entered search text and options are reused.</p></source> + <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="../QScintilla/ShellWindow.py" line="995" /> + <source><b>Search previous</b><p>Search the previous occurrence of some text in the shell window. The previously entered search text and options are reused.</p></source> + <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="../HexEdit/HexEditMainWindow.py" line="601" /> + <source>Ctrl+G</source> + <comment>Search|Goto Offset</comment> + <translation>Ctrl+G</translation> + </message> </context> <context> <name>ViewProfileSidebarsDialog</name> @@ -95921,6 +95921,31 @@ <context> <name>VirtualenvAddEditDialog</name> <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="55" /> + <source>Edit Virtual Environment</source> + <translation>Virtuelle Umgebung Bearbeiten</translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="57" /> + <source>Add Virtual Environment</source> + <translation>Virtuelle Umgebung Hinzufügen</translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="65" /> + <source>Virtualenv Target Directory</source> + <translation>Zielverzeichnis der virtullen Umgebung</translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="70" /> + <source>Python Interpreter</source> + <translation>Python Interpreter</translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="74" /> + <source>Enter the executable search path to be prepended to the PATH environment variable. Use '{0}' as the separator.</source> + <translation>Gib den Suchpfad ein, der der PATH Umgebungsvariablen vorangestellt werden soll. Verwende '{0}' als Trenner.</translation> + </message> + <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="0" /> <source>Logical Name:</source> <translation>Logischer Name:</translation> @@ -95997,35 +96022,61 @@ <source>Description:</source> <translation>Beschreibung:</translation> </message> - <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="55" /> - <source>Edit Virtual Environment</source> - <translation>Virtuelle Umgebung Bearbeiten</translation> - </message> - <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="57" /> - <source>Add Virtual Environment</source> - <translation>Virtuelle Umgebung Hinzufügen</translation> - </message> - <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="65" /> - <source>Virtualenv Target Directory</source> - <translation>Zielverzeichnis der virtullen Umgebung</translation> - </message> - <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="70" /> - <source>Python Interpreter</source> - <translation>Python Interpreter</translation> - </message> - <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="74" /> - <source>Enter the executable search path to be prepended to the PATH environment variable. Use '{0}' as the separator.</source> - <translation>Gib den Suchpfad ein, der der PATH Umgebungsvariablen vorangestellt werden soll. Verwende '{0}' als Trenner.</translation> - </message> </context> <context> <name>VirtualenvConfigurationDialog</name> <message> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="49" /> + <source>Virtualenv Target Directory</source> + <translation>Zielverzeichnis der virtullen Umgebung</translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="56" /> + <source>Extra Search Path for setuptools/pip</source> + <translation>Suchpfad für setuptools/pip</translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="61" /> + <source>Python Interpreter</source> + <translation>Python Interpreter</translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="72" /> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="66" /> + <source>Conda Environment Location</source> + <translation>Ort der Conda Umgebung</translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="78" /> + <source>Conda Requirements File</source> + <translation>Conda Anforderungsdatei</translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="82" /> + <source>Text Files (*.txt);;All Files (*)</source> + <translation>Textdateien (*.txt);;Alle Dateien (*)</translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="347" /> + <source><virtualenv did not finish within 5s.></source> + <translation><virtualenv endete nicht innerhalb von 5s.></translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="367" /> + <source><No suitable virtualenv found.></source> + <translation><Kein funktionsfähiges virtualenv gefunden.></translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="404" /> + <source><pyvenv did not finish within 5s.></source> + <translation><pyvenv endete nicht innerhalb von 5s.></translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="426" /> + <source><No suitable pyvenv found.></source> + <translation><Kein funktionsfähiges pyvenv gefunden.></translation> + </message> + <message> <location filename="../VirtualEnv/VirtualenvConfigurationDialog.ui" line="0" /> <source>Virtual Environment Configuration</source> <translation>Konfiguration für Virtuelle Umgebung</translation> @@ -96349,57 +96400,6 @@ <source>Perform dry-run</source> <translation>Testlauf durchführen</translation> </message> - <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="49" /> - <source>Virtualenv Target Directory</source> - <translation>Zielverzeichnis der virtullen Umgebung</translation> - </message> - <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="56" /> - <source>Extra Search Path for setuptools/pip</source> - <translation>Suchpfad für setuptools/pip</translation> - </message> - <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="61" /> - <source>Python Interpreter</source> - <translation>Python Interpreter</translation> - </message> - <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="72" /> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="66" /> - <source>Conda Environment Location</source> - <translation>Ort der Conda Umgebung</translation> - </message> - <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="78" /> - <source>Conda Requirements File</source> - <translation>Conda Anforderungsdatei</translation> - </message> - <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="82" /> - <source>Text Files (*.txt);;All Files (*)</source> - <translation>Textdateien (*.txt);;Alle Dateien (*)</translation> - </message> - <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="347" /> - <source><virtualenv did not finish within 5s.></source> - <translation><virtualenv endete nicht innerhalb von 5s.></translation> - </message> - <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="367" /> - <source><No suitable virtualenv found.></source> - <translation><Kein funktionsfähiges virtualenv gefunden.></translation> - </message> - <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="404" /> - <source><pyvenv did not finish within 5s.></source> - <translation><pyvenv endete nicht innerhalb von 5s.></translation> - </message> - <message> - <location filename="../VirtualEnv/VirtualenvConfigurationDialog.py" line="426" /> - <source><No suitable pyvenv found.></source> - <translation><Kein funktionsfähiges pyvenv gefunden.></translation> - </message> </context> <context> <name>VirtualenvExecDialog</name> @@ -96781,6 +96781,11 @@ <context> <name>VirtualenvUpgradeConfigurationDialog</name> <message> + <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.py" line="48" /> + <source>Python Interpreter</source> + <translation>Python Interpreter</translation> + </message> + <message> <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.ui" line="0" /> <source>Virtual Environment Upgrade Configuration</source> <translation>Konfiguration für Aktualisierung der Virtuellen Umgebung</translation> @@ -96850,11 +96855,6 @@ <source>Upgrade Dependencies</source> <translation>Abhängigkeiten aktualisieren</translation> </message> - <message> - <location filename="../VirtualEnv/VirtualenvUpgradeConfigurationDialog.py" line="48" /> - <source>Python Interpreter</source> - <translation>Python Interpreter</translation> - </message> </context> <context> <name>VirtualenvUpgradeExecDialog</name> @@ -97132,15 +97132,15 @@ <context> <name>VirusTotalWhoisDialog</name> <message> + <location filename="../WebBrowser/VirusTotal/VirusTotalWhoisDialog.py" line="37" /> + <source><b>Whois information for domain {0}</b></source> + <translation><b>Whois Informationen für Domäne {0}</b></translation> + </message> + <message> <location filename="../WebBrowser/VirusTotal/VirusTotalWhoisDialog.ui" line="0" /> <source>Whois Information</source> <translation>Whois Informationen</translation> </message> - <message> - <location filename="../WebBrowser/VirusTotal/VirusTotalWhoisDialog.py" line="37" /> - <source><b>Whois information for domain {0}</b></source> - <translation><b>Whois Informationen für Domäne {0}</b></translation> - </message> </context> <context> <name>VmListspacePlugin</name> @@ -97282,6 +97282,11 @@ <context> <name>WebBrowserAppearancePage</name> <message> + <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.py" line="34" /> + <source>Cascading Style Sheets (*.css);;All files (*)</source> + <translation>Cascading Stylesheets (*.css);;Alle Dateien (*)</translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="0" /> <source><b>Configure Web Browser appearance</b></source> <translation><b>Erscheinung des Web Browser einstellen</b></translation> @@ -97506,11 +97511,6 @@ <source>Show Toolbars</source> <translation>Zeige Werkzeugleisten</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.py" line="34" /> - <source>Cascading Style Sheets (*.css);;All files (*)</source> - <translation>Cascading Stylesheets (*.css);;Alle Dateien (*)</translation> - </message> </context> <context> <name>WebBrowserClearPrivateDataDialog</name> @@ -99207,6 +99207,26 @@ <context> <name>WebBrowserVirusTotalPage</name> <message> + <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py" line="71" /> + <source>Checking validity of the service key...</source> + <translation>Prüfe die Gültigkeit des Dienstschlüssels...</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py" line="86" /> + <source>The service key is valid.</source> + <translation>Der Dienstschlüssel ist gültig.</translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py" line="90" /> + <source><font color="#FF0000">The service key is not valid.</font></source> + <translation><font color="#FF0000">Der Dienstschlüssel ist ungültig.</font></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py" line="96" /> + <source><font color="#FF0000"><b>Error:</b> {0}</font></source> + <translation><font color="#FF0000"><b>Fehler:</b> {0}</font></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.ui" line="0" /> <source><b>Configure VirusTotal Interface</b></source> <translation><b>VirusTotal Schnittstelle einstellen</b></translation> @@ -99256,26 +99276,6 @@ <source>Use secure (https) connections</source> <translation>Sicher (https) Verbindung nutzen</translation> </message> - <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py" line="71" /> - <source>Checking validity of the service key...</source> - <translation>Prüfe die Gültigkeit des Dienstschlüssels...</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py" line="86" /> - <source>The service key is valid.</source> - <translation>Der Dienstschlüssel ist gültig.</translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py" line="90" /> - <source><font color="#FF0000">The service key is not valid.</font></source> - <translation><font color="#FF0000">Der Dienstschlüssel ist ungültig.</font></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/WebBrowserVirusTotalPage.py" line="96" /> - <source><font color="#FF0000"><b>Error:</b> {0}</font></source> - <translation><font color="#FF0000"><b>Fehler:</b> {0}</font></translation> - </message> </context> <context> <name>WebBrowserWebSearchWidget</name> @@ -101408,6 +101408,16 @@ <context> <name>WebIconDialog</name> <message> + <location filename="../WebBrowser/Tools/WebIconDialog.py" line="56" /> + <source>Remove Selected</source> + <translation>Ausgewählte entfernen</translation> + </message> + <message> + <location filename="../WebBrowser/Tools/WebIconDialog.py" line="59" /> + <source>Remove All</source> + <translation>Alle entfernen</translation> + </message> + <message> <location filename="../WebBrowser/Tools/WebIconDialog.ui" line="0" /> <source>Favicons</source> <translation>Favicons</translation> @@ -101432,16 +101442,6 @@ <source>Remove &All</source> <translation>&Alle entfernen</translation> </message> - <message> - <location filename="../WebBrowser/Tools/WebIconDialog.py" line="56" /> - <source>Remove Selected</source> - <translation>Ausgewählte entfernen</translation> - </message> - <message> - <location filename="../WebBrowser/Tools/WebIconDialog.py" line="59" /> - <source>Remove All</source> - <translation>Alle entfernen</translation> - </message> </context> <context> <name>WidgetArea</name> @@ -101976,6 +101976,24 @@ <context> <name>WifiNetworksWindow</name> <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> + <message> <location filename="../MicroPython/WifiDialogs/WifiNetworksWindow.ui" line="0" /> <source>WiFi Networks</source> <translation>WLAN Netzwerke</translation> @@ -102040,34 +102058,10 @@ <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="140" /> <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="66" /> <location filename="../MicroPython/WifiDialogs/WifiStatusDialog.py" line="47" /> @@ -102202,6 +102196,12 @@ <source>SSID</source> <translation>SSID</translation> </message> + <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> </context> <context> <name>WizardEricPluginWizard</name> @@ -102681,8 +102681,8 @@ </message> <message> <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="63" /> - <source>Dictionary key {0!r} repeated with different values</source> - <translation>Dictionary Schlüssel {0!r} wiederholt mit anderen Werten</translation> + <source>Dictionary key {0} repeated with different values</source> + <translation>Dictionary Schlüssel {0} wiederholt mit anderen Werten</translation> </message> <message> <location filename="../Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py" line="66" /> @@ -103240,6 +103240,11 @@ <context> <name>subversion</name> <message> + <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1732" /> + <source><h3>Repository information</h3><table><tr><td><b>Subversion V.</b></td><td>{0}</td></tr><tr><td><b>URL</b></td><td>{1}</td></tr><tr><td><b>Current revision</b></td><td>{2}</td></tr><tr><td><b>Committed revision</b></td><td>{3}</td></tr><tr><td><b>Committed date</b></td><td>{4}</td></tr><tr><td><b>Comitted time</b></td><td>{5}</td></tr><tr><td><b>Last author</b></td><td>{6}</td></tr></table></source> + <translation><h3>Repositoryinformationen</h3><table><tr><td><b>Subversion V.</b></td><td>{0}</td></tr><tr><td><b>URL</b></td><td>{1}</td></tr><tr><td><b>Aktuelle Revision</b></td><td>{2}</td></tr><tr><td><b>Eingepflegte Revision</b></td><td>{3}</td></tr><tr><td><b>Einpflegedatum</b></td><td>{4}</td></tr><tr><td><b>Einpflegezeit</b></td><td>{5}</td></tr><tr><td><b>Letzter Autor</b></td><td>{6}</td></tr></table></translation> + </message> + <message> <location filename="../Plugins/VcsPlugins/vcsPySvn/subversion.py" line="1883" /> <source>unknown</source> <translation>Unbekannt</translation> @@ -103249,10 +103254,5 @@ <source><h3>Repository information</h3><table><tr><td><b>PySvn V.</b></td><td>{0}</td></tr><tr><td><b>Subversion V.</b></td><td>{1}</td></tr><tr><td><b>Subversion API V.</b></td><td>{2}</td></tr><tr><td><b>URL</b></td><td>{3}</td></tr><tr><td><b>Current revision</b></td><td>{4}</td></tr><tr><td><b>Committed revision</b></td><td>{5}</td></tr><tr><td><b>Committed date</b></td><td>{6}</td></tr><tr><td><b>Comitted time</b></td><td>{7}</td></tr><tr><td><b>Last author</b></td><td>{8}</td></tr></table></source> <translation><h3>Repositoryinformationen</h3><table><tr><td><b>PySvn V.</b></td><td>{0}</td></tr><tr><td><b>Subversion V.</b></td><td>{1}</td></tr><tr><td><b>Subversion API V.</b></td><td>{2}</td></tr><tr><td><b>URL</b></td><td>{3}</td></tr><tr><td><b>Aktuelle Revision</b></td><td>{4}</td></tr><tr><td><b>Eingepflegte Revision</b></td><td>{5}</td></tr><tr><td><b>Einpflegedatum</b></td><td>{6}</td></tr><tr><td><b>Einpflegezeit</b></td><td>{7}</td></tr><tr><td><b>Letzter Autor</b></td><td>{8}</td></tr></table></translation> </message> - <message> - <location filename="../Plugins/VcsPlugins/vcsSubversion/subversion.py" line="1732" /> - <source><h3>Repository information</h3><table><tr><td><b>Subversion V.</b></td><td>{0}</td></tr><tr><td><b>URL</b></td><td>{1}</td></tr><tr><td><b>Current revision</b></td><td>{2}</td></tr><tr><td><b>Committed revision</b></td><td>{3}</td></tr><tr><td><b>Committed date</b></td><td>{4}</td></tr><tr><td><b>Comitted time</b></td><td>{5}</td></tr><tr><td><b>Last author</b></td><td>{6}</td></tr></table></source> - <translation><h3>Repositoryinformationen</h3><table><tr><td><b>Subversion V.</b></td><td>{0}</td></tr><tr><td><b>URL</b></td><td>{1}</td></tr><tr><td><b>Aktuelle Revision</b></td><td>{2}</td></tr><tr><td><b>Eingepflegte Revision</b></td><td>{3}</td></tr><tr><td><b>Einpflegedatum</b></td><td>{4}</td></tr><tr><td><b>Einpflegezeit</b></td><td>{5}</td></tr><tr><td><b>Letzter Autor</b></td><td>{6}</td></tr></table></translation> - </message> </context> </TS>