Added Spanish translations provided by Jaime Seuma. release-0.2.0

Thu, 19 Dec 2013 15:20:17 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 19 Dec 2013 15:20:17 +0100
changeset 7
bc4e9cbf45bb
parent 6
fae1484c33a6
child 8
72a8b79b48b3

Added Spanish translations provided by Jaime Seuma.

ChangeLog file | annotate | diff | comparison | revisions
PKGLIST file | annotate | diff | comparison | revisions
PluginPrintRemover.py file | annotate | diff | comparison | revisions
PluginPrintRemover.zip file | annotate | diff | comparison | revisions
PrintRemover.e4p file | annotate | diff | comparison | revisions
PrintRemover/i18n/printremover_es.qm file | annotate | diff | comparison | revisions
PrintRemover/i18n/printremover_es.ts file | annotate | diff | comparison | revisions
--- a/ChangeLog	Thu Dec 19 15:16:14 2013 +0100
+++ b/ChangeLog	Thu Dec 19 15:20:17 2013 +0100
@@ -1,4 +1,7 @@
 ChangeLog
 ---------
+Version 0.2.0:
+- added Spanish translations provided by Jaime Seuma
+
 Version 0.1.0:
 - first development release
--- a/PKGLIST	Thu Dec 19 15:16:14 2013 +0100
+++ b/PKGLIST	Thu Dec 19 15:20:17 2013 +0100
@@ -6,4 +6,5 @@
 PrintRemover/__init__.py
 PrintRemover/i18n/printremover_de.qm
 PrintRemover/i18n/printremover_en.qm
+PrintRemover/i18n/printremover_es.qm
 PrintRemover/icons/printRemover.png
--- a/PluginPrintRemover.py	Thu Dec 19 15:16:14 2013 +0100
+++ b/PluginPrintRemover.py	Thu Dec 19 15:20:17 2013 +0100
@@ -23,7 +23,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "0.1.0"
+version = "0.2.0"
 className = "PrintRemoverPlugin"
 packageName = "PrintRemover"
 shortDescription = "Remove print() like debug statements."
Binary file PluginPrintRemover.zip has changed
--- a/PrintRemover.e4p	Thu Dec 19 15:16:14 2013 +0100
+++ b/PrintRemover.e4p	Thu Dec 19 15:20:17 2013 +0100
@@ -28,6 +28,7 @@
     <Translation>PrintRemover/i18n/printremover_es.ts</Translation>
     <Translation>PrintRemover/i18n/printremover_de.qm</Translation>
     <Translation>PrintRemover/i18n/printremover_en.qm</Translation>
+    <Translation>PrintRemover/i18n/printremover_es.qm</Translation>
   </Translations>
   <Resources/>
   <Interfaces/>
Binary file PrintRemover/i18n/printremover_es.qm has changed
--- a/PrintRemover/i18n/printremover_es.ts	Thu Dec 19 15:16:14 2013 +0100
+++ b/PrintRemover/i18n/printremover_es.ts	Thu Dec 19 15:20:17 2013 +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>PrintRemoverPage</name>
     <message>
@@ -47,12 +46,12 @@
 <context>
     <name>PrintRemoverPlugin</name>
     <message>
-        <location filename="../../PluginPrintRemover.py" line="70"/>
+        <location filename="../../PluginPrintRemover.py" line="69"/>
         <source>Print Remover</source>
         <translation>Eliminador de Print</translation>
     </message>
     <message>
-        <location filename="../../PluginPrintRemover.py" line="194"/>
+        <location filename="../../PluginPrintRemover.py" line="193"/>
         <source>Remove &apos;{0}&apos;</source>
         <translation>Eliminar &apos;{0}&apos;</translation>
     </message>

eric ide

mercurial