PyLintInterface/i18n/pylint_en.ts

branch
eric7
changeset 98
ab4aabca55ec
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PyLintInterface/i18n/pylint_en.ts	Wed Jun 02 18:27:07 2021 +0200
@@ -0,0 +1,512 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.1" language="en">
+<context>
+    <name>PyLintConfigDialog</name>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>PyLint Configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>General</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Configuration &amp;File:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Enter the name of the configuration file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Output</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to generate a plain text report</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Generate &amp;Textreport</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Alt+T</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to generate a HTML report</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Generate &amp;HTML Report</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Alt+H</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Show the pylint result in a dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Show Result &amp;Dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Alt+D</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Report File</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Enter the name of the report file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Press to generate a sample configuration</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>&lt;b&gt;Generate Configuration Template&lt;/b&gt;
+&lt;p&gt;This generates a sample configuration. The data is shown in a new editor window.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>&amp;Generate Configuration Template</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Alt+G</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Checkers</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the basic checker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Basic</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the imports checker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Imports</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the similarities checker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Similarities</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the classes checker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Classes</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the logging checker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Logging</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the string format checker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>String Format</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the design checker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Design</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the metrics checker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Metrics</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the typecheck checker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Typecheck</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the exceptions checker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Exceptions</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the miscellaneous checker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Miscellaneous</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the variables checker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Variables</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the format checker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Format</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Select to enable the newstyle checker</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Newstyle</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Messages</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Enabled Messages:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Enter the list of enabled messages separated by comma</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Disabled Messages:</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.ui" line="0"/>
+        <source>Enter the list of disabled messages separated by comma</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.py" line="60"/>
+        <source>Select configuration file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.py" line="62"/>
+        <source>Configuration Files (*.cfg *.cnf *.rc);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.py" line="69"/>
+        <source>Select report file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.py" line="71"/>
+        <source>HTML Files (*.html);;Report Files (*.rpt);;Text Files (*.txt);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.py" line="316"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintConfigDialog.py" line="317"/>
+        <source>Could not start {0}.&lt;br&gt;Ensure that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>PyLintExecDialog</name>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="49"/>
+        <source>Save Report...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="51"/>
+        <source>Press to save the report to a file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="55"/>
+        <source>Refresh</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="56"/>
+        <source>Press to refresh the result display</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="75"/>
+        <source>Convention</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="76"/>
+        <source>Refactor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="77"/>
+        <source>Warning</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="78"/>
+        <source>Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="79"/>
+        <source>Fatal</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="160"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="161"/>
+        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="237"/>
+        <source>No PyLint errors found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="423"/>
+        <location filename="../PyLintExecDialog.py" line="405"/>
+        <location filename="../PyLintExecDialog.py" line="389"/>
+        <source>PyLint Report</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="390"/>
+        <source>&lt;p&gt;The PyLint report file &lt;b&gt;{0}&lt;/b&gt; already exists.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="406"/>
+        <source>&lt;p&gt;The PyLint report file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;br&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="416"/>
+        <source>HTML Files (*.html);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.py" line="418"/>
+        <source>Report Files (*.rpt);;Text Files (*.txt);;All Files (*)</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.ui" line="0"/>
+        <source>PyLint Results</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.ui" line="0"/>
+        <source>Results</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.ui" line="0"/>
+        <source>&lt;b&gt;PyLint Execution&lt;/b&gt;
+&lt;p&gt;This shows the results of the PyLint run.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.ui" line="0"/>
+        <source>File/Line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.ui" line="0"/>
+        <source>Type</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.ui" line="0"/>
+        <source>Message</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.ui" line="0"/>
+        <source>Errors</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../PyLintExecDialog.ui" line="0"/>
+        <source>&lt;b&gt;PyLint Execution&lt;/b&gt;
+&lt;p&gt;This shows the errors of the PyLint run.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+<context>
+    <name>PyLintPlugin</name>
+    <message>
+        <location filename="../../PluginPyLint.py" line="61"/>
+        <source>Checkers - Pylint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="538"/>
+        <location filename="../../PluginPyLint.py" line="263"/>
+        <source>The pylint executable could not be found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="476"/>
+        <location filename="../../PluginPyLint.py" line="357"/>
+        <location filename="../../PluginPyLint.py" line="325"/>
+        <source>Run PyLint</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="477"/>
+        <location filename="../../PluginPyLint.py" line="358"/>
+        <location filename="../../PluginPyLint.py" line="326"/>
+        <source>Run &amp;PyLint...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="329"/>
+        <source>Check project, packages or modules with pylint.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="479"/>
+        <location filename="../../PluginPyLint.py" line="330"/>
+        <source>&lt;b&gt;Run PyLint...&lt;/b&gt;&lt;p&gt;This checks the project, packages or modules using pylint.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="489"/>
+        <location filename="../../PluginPyLint.py" line="340"/>
+        <source>Show PyLint Dialog</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="490"/>
+        <location filename="../../PluginPyLint.py" line="341"/>
+        <source>Show Py&amp;Lint Dialog...</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="343"/>
+        <source>Show the PyLint dialog with the results of the last run.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="492"/>
+        <location filename="../../PluginPyLint.py" line="345"/>
+        <source>&lt;b&gt;Show PyLint Dialog...&lt;/b&gt;&lt;p&gt;This shows the PyLint dialog with the results of the last run.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="360"/>
+        <source>&lt;b&gt;Run PyLint...&lt;/b&gt;&lt;p&gt;This checks the loaded module using pylint.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../../PluginPyLint.py" line="537"/>
+        <source>pylint</source>
+        <translation type="unfinished"></translation>
+    </message>
+</context>
+</TS>

eric ide

mercurial