Fixed a translation bug in the German translations. release-3.3.5

Sun, 09 Mar 2014 17:59:06 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 09 Mar 2014 17:59:06 +0100
changeset 42
7b976bc35f7a
parent 41
e7cc38361539
child 43
a777247ac5c2

Fixed a translation bug in the German translations.

ChangeLog file | annotate | diff | comparison | revisions
PluginProjectDjango.py file | annotate | diff | comparison | revisions
PluginProjectDjango.zip file | annotate | diff | comparison | revisions
ProjectDjango/i18n/django_de.qm file | annotate | diff | comparison | revisions
ProjectDjango/i18n/django_de.ts file | annotate | diff | comparison | revisions
--- a/ChangeLog	Sun Feb 16 17:06:43 2014 +0100
+++ b/ChangeLog	Sun Mar 09 17:59:06 2014 +0100
@@ -1,5 +1,11 @@
 ChangeLog
 ---------
+Version 3.3.5:
+- bug fixes
+
+Version 3.3.4:
+- bug fixes
+
 Version 3.3.3:
 - added some more django-admin.py alternatives
 
--- a/PluginProjectDjango.py	Sun Feb 16 17:06:43 2014 +0100
+++ b/PluginProjectDjango.py	Sun Mar 09 17:59:06 2014 +0100
@@ -28,7 +28,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "3.3.4"
+version = "3.3.5"
 className = "ProjectDjangoPlugin"
 packageName = "ProjectDjango"
 shortDescription = "Project support for Django projects."
Binary file PluginProjectDjango.zip has changed
Binary file ProjectDjango/i18n/django_de.qm has changed
--- a/ProjectDjango/i18n/django_de.ts	Sun Feb 16 17:06:43 2014 +0100
+++ b/ProjectDjango/i18n/django_de.ts	Sun Mar 09 17:59:06 2014 +0100
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS><TS version="2.0" language="de" sourcelanguage="">
+<!DOCTYPE TS>
+<TS version="2.1" language="de">
 <context>
     <name>DjangoDialog</name>
     <message>
@@ -1248,7 +1249,7 @@
     <message>
         <location filename="../../ProjectDjango/Project.py" line="711"/>
         <source>Open with {0}</source>
-        <translation>Mit [0} öffnen</translation>
+        <translation>Mit {0} öffnen</translation>
     </message>
     <message>
         <location filename="../../ProjectDjango/Project.py" line="2392"/>

eric ide

mercurial