updated Spanish translations

Sat, 29 Dec 2012 12:51:39 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 29 Dec 2012 12:51:39 +0100
changeset 14
173696c1a25f
parent 13
404ee135f2ef
child 15
0fc414663bd9

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."
Binary file PluginPyLint.zip has changed
Binary file PyLint/i18n/pylint_es.qm has changed
--- 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>&lt;b&gt;Ejecución de PyLint&lt;/b&gt;&lt;p&gt;Muestra los resultados de la ejecución de PyLint.&lt;/p&gt;</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>

eric ide

mercurial