Fri, 29 Jul 2011 19:03:10 +0200
Added first set of sources.
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS><TS version="2.0" language="de" sourcelanguage=""> <context> <name>PyLintConfigDialog</name> <message> <location filename="PyLint/PyLintConfigDialog.py" line="231"/> <source>Configuration Files (*.cfg *.cnf *.rc);;All Files (*)</source> <translation>Konfigurationsdateien (*.cfg *.cnf *.rc);;Alle Dateien (*)</translation> </message> <message> <location filename="PyLint/PyLintConfigDialog.py" line="231"/> <source>Select configuration file</source> <translation>Wähle Konfigurationsdatei aus</translation> </message> <message> <location filename="PyLint/PyLintConfigDialog.py" line="246"/> <source>Select report file</source> <translation>Wähle Berichtsdatei aus</translation> </message> <message> <location filename="PyLint/PyLintConfigDialog.py" line="318"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> <location filename="PyLint/PyLintConfigDialog.py" line="318"/> <source>Could not start %1.<br>Ensure that it is in the search path.</source> <translation>%1 konnte nicht gestartet werden.<br>Stellen sie sicher, dass es sich im Suchpfad befindet.</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="211"/> <source>PyLint Configuration</source> <translation>PyLint Konfiguration</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="235"/> <source>General</source> <translation>Allgemein</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="213"/> <source>Output</source> <translation>Ausgabe</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="214"/> <source>Select to generate a plain text report</source> <translation>Auswählen, um einen Textbericht zu erstellen</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="215"/> <source>Generate &Textreport</source> <translation>&Textbericht erzeugen</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="216"/> <source>Alt+T</source> <translation>Alt+T</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="217"/> <source>Select to generate a HTML report</source> <translation>Auswählen, um einen HTML-Bericht zu erstellen</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="218"/> <source>Generate &HTML Report</source> <translation>&HTML-Bericht erzeugen</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="219"/> <source>Alt+H</source> <translation>Alt+H</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="220"/> <source>Show the pylint result in a dialog</source> <translation>Zeigt das PyLint Ergebnis in einem Dialog</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="221"/> <source>Show Result &Dialog</source> <translation>&Ergebnisdialog anzeigen</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="222"/> <source>Alt+D</source> <translation>Alt+E</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="223"/> <source>Report File</source> <translation>Berichtsdatei</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="224"/> <source>Enter the name of the report file</source> <translation>Gib den Namen einer Berichtsdatei ein</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="233"/> <source>Press to open a file selection dialog</source> <translation>Drücken, um einen Dateiauswahldialog zu öffnen</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="234"/> <source>...</source> <translation>...</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="227"/> <source>Enter the name of the configuration file</source> <translation>Gib den namen der Konfigurationsdatei ein</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="228"/> <source>Press to generate a sample configuration</source> <translation>Drücken, um eine Beispielkonfiguration zu erstellen</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="229"/> <source><b>Generate Configuration Template</b> <p>This generates a sample configuration. The data is shown in a new editor window.</p></source> <translation><b>Konfigurationsvorlage erstellen</b> <p>Dies erzeugt eine Beispielkonfiguration. Die Daten werden in einem neuen Editorfenster angezeigt.</p></translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="231"/> <source>&Generate Configuration Template</source> <translation>&Konfigurationsvorlage erstellen</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="232"/> <source>Alt+G</source> <translation>Alt+K</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="262"/> <source>Checkers</source> <translation>Prüfer</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="236"/> <source>Select to enable the variables checker</source> <translation>Auswählen, um den Variablen-Prüfer zu aktivieren</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="237"/> <source>Variables</source> <translation>Variablen</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="240"/> <source>Select to enable the similarities checker</source> <translation>Auswählen, um den Ähnlichkeiten-Prüfer zu aktivieren</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="241"/> <source>Similarities</source> <translation>Ähnlichkeiten</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="248"/> <source>Select to enable the metrics checker</source> <translation>Auswählen, um Metriken zu erzeugen</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="249"/> <source>Metrics</source> <translation>Metriken</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="246"/> <source>Select to enable the miscellaneous checker</source> <translation>Auswählen, um den Prüfer für Verschiedenes zu aktivieren</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="247"/> <source>Miscellaneous</source> <translation>Verschiedenes</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="258"/> <source>Select to enable the imports checker</source> <translation>Auswählen, um den Imports-Prüfer zu aktivieren</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="259"/> <source>Imports</source> <translation>Imports</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="250"/> <source>Select to enable the format checker</source> <translation>Auswählen, um den Format-Prüfer zu aktivieren</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="251"/> <source>Format</source> <translation>Format</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="254"/> <source>Select to enable the design checker</source> <translation>Auswählen, um den Design-Prüfer zu aktivieren</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="255"/> <source>Design</source> <translation>Design</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="256"/> <source>Select to enable the classes checker</source> <translation>Auswählen, um den Klassen-Prüfer zu aktivieren</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="257"/> <source>Classes</source> <translation>Klassen</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="252"/> <source>Select to enable the exceptions checker</source> <translation>Auswählen, um den Ausnahmen-Prüfer zu aktivieren</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="253"/> <source>Exceptions</source> <translation>Ausnahmen</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="260"/> <source>Select to enable the basic checker</source> <translation>Auswählen, um den Prüfer für Grundlegendes zu aktivieren</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="261"/> <source>Basic</source> <translation>Grundlegendes</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="212"/> <source>Configuration &File:</source> <translation>Konfiguration&datei:</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="238"/> <source>Select to enable the typecheck checker</source> <translation>Auswählen, um den Typ-Prüfer zu aktivieren</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="239"/> <source>Typecheck</source> <translation>Typ</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="244"/> <source>Select to enable the newstyle checker</source> <translation>Auswählen, um den 'Neuer Stil'-Prüfer zu aktivieren</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="245"/> <source>Newstyle</source> <translation>Neuer Stil</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="242"/> <source>Select to enable the rpython checker</source> <translation>Auswählen, um den RPython-Prüfer zu aktivieren</translation> </message> <message> <location filename="PyLint/Ui_PyLintConfigDialog.py" line="243"/> <source>RPython</source> <translation>RPython</translation> </message> </context> <context> <name>PyLintExecDialog</name> <message> <location filename="PyLint/PyLintExecDialog.py" line="139"/> <source>Process Generation Error</source> <translation>Fehler beim Prozessstart</translation> </message> <message> <location filename="PyLint/PyLintExecDialog.py" line="347"/> <source>PyLint Report</source> <translation>PyLint Bericht</translation> </message> <message> <location filename="PyLint/PyLintExecDialog.py" line="315"/> <source><p>The PyLint report file <b>%1</b> already exists.</p></source> <translation><p>Die PyLint Berichtsdatei <b>%1</b> existiert bereits.</p></translation> </message> <message> <location filename="PyLint/PyLintExecDialog.py" line="332"/> <source><p>The PyLint report file <b>%1</b> could not be written.<br>Reason: %2</p></source> <translation><p>Die Pylint Berichtsdatei <b>%1</b> konnte nicht geschrieben werden.<br>Ursache: %2</p></translation> </message> <message> <location filename="PyLint/PyLintExecDialog.py" line="343"/> <source>HTML Files (*.html);;All Files (*)</source> <translation>HTML Dateien (*.html);;Alle Dateien (*)</translation> </message> <message> <location filename="PyLint/PyLintExecDialog.py" line="345"/> <source>Text Files (*.txt);;All Files (*)</source> <translation>Textdateien (*.txt);;Alle Dateien (*)</translation> </message> <message> <location filename="PyLint/PyLintExecDialog.py" line="62"/> <source>Convention</source> <translation>Konvention</translation> </message> <message> <location filename="PyLint/PyLintExecDialog.py" line="63"/> <source>Refactor</source> <translation>Refaktorierung</translation> </message> <message> <location filename="PyLint/PyLintExecDialog.py" line="64"/> <source>Warning</source> <translation>Warnung</translation> </message> <message> <location filename="PyLint/PyLintExecDialog.py" line="65"/> <source>Error</source> <translation>Fehler</translation> </message> <message> <location filename="PyLint/PyLintExecDialog.py" line="66"/> <source>Fatal</source> <translation>Fatal</translation> </message> <message> <location filename="PyLint/Ui_PyLintExecDialog.py" line="86"/> <source>PyLint Results</source> <translation>PyLint Resultate</translation> </message> <message> <location filename="PyLint/Ui_PyLintExecDialog.py" line="88"/> <source><b>PyLint Execution</b> <p>This shows the results of the PyLint run.</p></source> <translation><b>PyLint Ausführung</b> <p>Dies zeigt die Resultate eines PyLint Laufes.</p></translation> </message> <message> <location filename="PyLint/Ui_PyLintExecDialog.py" line="91"/> <source>File</source> <translation>Datei</translation> </message> <message> <location filename="PyLint/Ui_PyLintExecDialog.py" line="92"/> <source>Line</source> <translation>Zeile</translation> </message> <message> <location filename="PyLint/Ui_PyLintExecDialog.py" line="93"/> <source>Type</source> <translation>Typ</translation> </message> <message> <location filename="PyLint/Ui_PyLintExecDialog.py" line="94"/> <source>Message</source> <translation>Nachricht</translation> </message> <message> <location filename="PyLint/Ui_PyLintExecDialog.py" line="96"/> <source><b>PyLint Execution</b> <p>This shows the errors of the PyLint run.</p></source> <translation><b>PyLint Ausführung</b> <p>Dies zeigt die Fehler eines PyLint Laufes.</p></translation> </message> <message> <location filename="PyLint/PyLintExecDialog.py" line="42"/> <source>Press to save the report to a file</source> <translation>Drücken, um eine Berichtsdatei zu schreiben</translation> </message> <message> <location filename="PyLint/PyLintExecDialog.py" line="205"/> <source>No PyLint errors found.</source> <translation>Keine PyLint Fehler gefunden.</translation> </message> <message> <location filename="PyLint/PyLintExecDialog.py" line="40"/> <source>Save Report...</source> <translation>Bericht speichern...</translation> </message> <message> <location filename="PyLint/PyLintExecDialog.py" line="139"/> <source>The process %1 could not be started. Ensure, that it is in the search path.</source> <translation>Der Prozess %1 konnte nicht gestartet werden. Stellen Sie sicher, dass er sich im Suchpfad befindet.</translation> </message> <message> <location filename="PyLint/Ui_PyLintExecDialog.py" line="87"/> <source>Results</source> <translation>Resultate</translation> </message> <message> <location filename="PyLint/Ui_PyLintExecDialog.py" line="95"/> <source>Errors</source> <translation>Fehler</translation> </message> <message> <location filename="PyLint/PyLintExecDialog.py" line="47"/> <source>Refresh</source> <translation>Erneuern</translation> </message> <message> <location filename="PyLint/PyLintExecDialog.py" line="48"/> <source>Press to refresh the result display</source> <translation>Drücken, um die Ergebnisanzeige zu erneuern</translation> </message> </context> <context> <name>PyLintPlugin</name> <message> <location filename="PluginPyLint.py" line="274"/> <source>Run PyLint</source> <translation>PyLint ausführen</translation> </message> <message> <location filename="PluginPyLint.py" line="274"/> <source>Run &PyLint...</source> <translation>&PyLint ausführen...</translation> </message> <message> <location filename="PluginPyLint.py" line="140"/> <source>Check project, packages or modules with pylint.</source> <translation>Überprüft das Projekt, Packages oder Module mit PyLint.</translation> </message> <message> <location filename="PluginPyLint.py" line="277"/> <source><b>Run PyLint...</b><p>This checks the project, packages or modules using pylint.</p></source> <translation><b>PyLint ausführen...</b><p>Dies überprüft das Projekt, Packages oder Module mit PyLint.</p></translation> </message> <message> <location filename="PluginPyLint.py" line="287"/> <source>Show PyLint Dialog</source> <translation>Zeige PyLint Dialog</translation> </message> <message> <location filename="PluginPyLint.py" line="287"/> <source>Show Py&Lint Dialog...</source> <translation>Zeige Py&Lint Dialog...</translation> </message> <message> <location filename="PluginPyLint.py" line="153"/> <source>Show the PyLint dialog with the results of the last run.</source> <translation>Zeige den PyLint Dialog mit den Ergebnissen des letzten Laufes.</translation> </message> <message> <location filename="PluginPyLint.py" line="290"/> <source><b>Show PyLint Dialog...</b><p>This shows the PyLint dialog with the results of the last run.</p></source> <translation><b>Zeige PyLint Dialog...</b><p>Dies zeigt den PyLint Dialog mit den Ergebnissen des letzten Laufes.</p></translation> </message> <message> <location filename="PluginPyLint.py" line="59"/> <source>Checkers - Pylint</source> <translation>Prüfer - Pylint</translation> </message> <message> <location filename="PluginPyLint.py" line="126"/> <source>PyLint version < 0.12.0.</source> <translation>PyLint Version < 0.12.0.</translation> </message> <message> <location filename="PluginPyLint.py" line="129"/> <source>Cannot determine Pylint version.</source> <translation>PyLint Version kann nicht ermittelt werden.</translation> </message> <message> <location filename="PluginPyLint.py" line="132"/> <source>PyLint executable '%1' not found.</source> <translation>PyLint Programm '%1' wurde nicht gefunden.</translation> </message> <message> <location filename="PluginPyLint.py" line="168"/> <source><b>Run PyLint...</b><p>This checks the loaded module using pylint.</p></source> <translation><b>PyLint ausführen...</b><p>Dies überprüft das geladene Module mit PyLint.</p></translation> </message> </context> </TS>