Sat, 29 Dec 2012 12:51:39 +0100
updated Spanish translations
ChangeLog | file | annotate | diff | comparison | revisions | |
PluginPyLint.py | file | annotate | diff | comparison | revisions | |
PluginPyLint.zip | file | annotate | diff | comparison | revisions | |
PyLint/i18n/pylint_es.qm | file | annotate | diff | comparison | revisions | |
PyLint/i18n/pylint_es.ts | file | annotate | diff | comparison | revisions |
--- a/ChangeLog Sun Nov 18 18:24:31 2012 +0100 +++ b/ChangeLog Sat Dec 29 12:51:39 2012 +0100 @@ -1,5 +1,9 @@ ChangeLog --------- +Version 5.1.1: +- bug fixes +- updated Spanish translations + Version 5.1.0: - bug fixes - adjusted list of available checkers to pylint 0.23 and newer
--- a/PluginPyLint.py Sun Nov 18 18:24:31 2012 +0100 +++ b/PluginPyLint.py Sat Dec 29 12:51:39 2012 +0100 @@ -28,7 +28,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.1.0" +version = "5.1.1" className = "PyLintPlugin" packageName = "PyLint" shortDescription = "Show the PyLint dialogs."
--- a/PyLint/i18n/pylint_es.ts Sun Nov 18 18:24:31 2012 +0100 +++ b/PyLint/i18n/pylint_es.ts Sat Dec 29 12:51:39 2012 +0100 @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.0" language="es_ES"> +<!DOCTYPE TS><TS version="2.0" language="es_ES" sourcelanguage=""> <context> <name>PyLintConfigDialog</name> <message> @@ -151,16 +150,6 @@ <translation>Similitudes</translation> </message> <message> - <location filename="PyLint/PyLintConfigDialog.ui" line="289"/> - <source>Select to enable the rpython checker</source> - <translation type="obsolete">Seleccionar para habilitar la verificación de rpython</translation> - </message> - <message> - <location filename="PyLint/PyLintConfigDialog.ui" line="292"/> - <source>RPython</source> - <translation type="obsolete">RPython</translation> - </message> - <message> <location filename="PyLint/PyLintConfigDialog.ui" line="366"/> <source>Select to enable the newstyle checker</source> <translation>Seleccionar para habilitar la verificación de nuevo estilo</translation> @@ -303,7 +292,6 @@ <message> <location filename="PyLint/PyLintConfigDialog.ui" line="276"/> <source>Select to enable the logging checker</source> - <translatorcomment>Acceso</translatorcomment> <translation>Seleccionar para habilitar la verificación de acceso</translation> </message> <message> @@ -336,16 +324,6 @@ <translation><b>Ejecución de PyLint</b><p>Muestra los resultados de la ejecución de PyLint.</p></translation> </message> <message> - <location filename="PyLint/PyLintExecDialog.ui" line="76"/> - <source>File</source> - <translation type="obsolete">Archivo</translation> - </message> - <message> - <location filename="PyLint/PyLintExecDialog.ui" line="81"/> - <source>Line</source> - <translation type="obsolete">Línea</translation> - </message> - <message> <location filename="PyLint/PyLintExecDialog.ui" line="82"/> <source>Type</source> <translation>Tipo</translation>