Sun, 09 Mar 2014 17:59:06 +0100
Fixed a translation bug in the German translations.
--- 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."
--- 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"/>