[Mpuls-commits] r2373 - in wasko/branches/2.0: . mpulsweb/i18n/de/LC_MESSAGES mpulsweb/templates/auth

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Apr 15 12:56:42 CEST 2010


Author: roland
Date: 2010-04-15 12:56:41 +0200 (Thu, 15 Apr 2010)
New Revision: 2373

Modified:
   wasko/branches/2.0/ChangeLog
   wasko/branches/2.0/mpulsweb/i18n/de/LC_MESSAGES/mpulsweb.po
   wasko/branches/2.0/mpulsweb/templates/auth/main.mako
Log:
Fixed Wald issue #1371: wrong description of application

Modified: wasko/branches/2.0/ChangeLog
===================================================================
--- wasko/branches/2.0/ChangeLog	2010-04-15 10:30:23 UTC (rev 2372)
+++ wasko/branches/2.0/ChangeLog	2010-04-15 10:56:41 UTC (rev 2373)
@@ -1,5 +1,12 @@
 2010-04-15  Roland Geider <roland.geider at intevation.de>
 
+	* mpulsweb/i18n/de/LC_MESSAGES/mpulsweb.po:
+	* mpulsweb/templates/auth/main.mako: Fixed Wald issue #1371: wrong
+        description of application
+
+
+2010-04-15  Roland Geider <roland.geider at intevation.de>
+
 	* mpulsweb/controllers/appointment.py:
 	* mpulsweb/controllers/casedocument.py:
 	* mpulsweb/controllers/case.py:

Modified: wasko/branches/2.0/mpulsweb/i18n/de/LC_MESSAGES/mpulsweb.po
===================================================================
--- wasko/branches/2.0/mpulsweb/i18n/de/LC_MESSAGES/mpulsweb.po	2010-04-15 10:30:23 UTC (rev 2372)
+++ wasko/branches/2.0/mpulsweb/i18n/de/LC_MESSAGES/mpulsweb.po	2010-04-15 10:56:41 UTC (rev 2373)
@@ -8,8 +8,8 @@
 "Project-Id-Version: mpulsweb 0.0.0\n"
 "Report-Msgid-Bugs-To: EMAIL at ADDRESS\n"
 "POT-Creation-Date: 2009-10-08 09:54+0200\n"
-"PO-Revision-Date: 2010-04-14 10:36+0100\n"
-"Last-Translator: Torsten Irländer <torsten.irlaender at intevation.de>\n"
+"PO-Revision-Date: 2010-04-15 12:51+0100\n"
+"Last-Translator: Roland Geider <roland.geider at intevation.de>\n"
 "Language-Team: de <LL at li.org>\n"
 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
 "MIME-Version: 1.0\n"
@@ -1234,7 +1234,7 @@
 #: mpulsweb/templates/auth/main.mako:13
 #: mpulsweb/templates/error/main.mako:13
 msgid "main_login_bmf_phrase"
-msgstr "Das Programm \"Schulverweigerung - Die 2. Chance\" wird vom Bundesministerium für Familie, Senioren, Frauen und Jugend aus Mitteln des Europäischen Sozialfonds gefördert."
+msgstr "Das Programm %s wird vom Bundesministerium für Familie, Senioren, Frauen und Jugend aus Mitteln des Europäischen Sozialfonds gefördert."
 
 #: mpulsweb/templates/auth/main.mako:35
 #: mpulsweb/templates/error/main.mako:35

Modified: wasko/branches/2.0/mpulsweb/templates/auth/main.mako
===================================================================
--- wasko/branches/2.0/mpulsweb/templates/auth/main.mako	2010-04-15 10:30:23 UTC (rev 2372)
+++ wasko/branches/2.0/mpulsweb/templates/auth/main.mako	2010-04-15 10:56:41 UTC (rev 2373)
@@ -10,7 +10,7 @@
     ${next.body()}
   </div>
   <div id="footer_login">
-    <p>${_('main_login_bmf_phrase')}</p>
+    <p>${_('main_login_bmf_phrase') % h.get_app_title()}</p>
      <a target="_blank" href="http://www.bmfsfj.de">
       <img src="/images/logos/BMFSFJ_C_M_web.jpg" 
         alt="Logo Bundesministerium f&#252;r Familie, Senioren, Frauen und Jugend" border="0">
@@ -20,7 +20,7 @@
         alt="Logo Europ&#228;ische Union - Europ&#228;ische Sozialfonds" border="0">
     </a>
   </div>
-</div>	
+</div>
 
 <%def name="buildFormErrors()">
     <%
@@ -40,4 +40,4 @@
     </ul>
   </div>
   % endif
-</%def>
+</%def>
\ No newline at end of file



More information about the Mpuls-commits mailing list