[Mpuls-commits] r4845 - in jmd/trunk: . jmdweb/i18n jmdweb/i18n/de/LC_MESSAGES jmdweb/templates/auth
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Mar 31 13:59:07 CEST 2011
Author: ludwig
Date: 2011-03-31 13:59:06 +0200 (Thu, 31 Mar 2011)
New Revision: 4845
Modified:
jmd/trunk/ChangeLog
jmd/trunk/jmdweb/i18n/de/LC_MESSAGES/jmdweb.po
jmd/trunk/jmdweb/i18n/jmdweb.pot
jmd/trunk/jmdweb/templates/auth/main.mako
Log:
I18n formular_labels in auth/main.mako (part 1)
Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog 2011-03-31 11:36:00 UTC (rev 4844)
+++ jmd/trunk/ChangeLog 2011-03-31 11:59:06 UTC (rev 4845)
@@ -1,5 +1,12 @@
-2011-03025 Roland Geider <roland.geider at intevation.de>
+2011-03-31 Ludwig Reiter <ludwig.reiter at intevation.de>
+ * jmdweb/i18n/de/LC_MESSAGES/jmdweb.po
+ jmdweb/i18n/jmdweb.pot
+ jmdweb/templates/auth/main.mako:
+ I18n formular_labels in auth/main.mako (part 1)
+
+2011-03-25 Roland Geider <roland.geider at intevation.de>
+
* jmdweb/i18n/de/LC_MESSAGES/mpulsweb.po,
jmdstrukturweb/i18n/de/LC_MESSAGES/mpulsweb.po: issue1943: use "junger
Mensch" instead of "Jugendlicher"
Modified: jmd/trunk/jmdweb/i18n/de/LC_MESSAGES/jmdweb.po
===================================================================
--- jmd/trunk/jmdweb/i18n/de/LC_MESSAGES/jmdweb.po 2011-03-31 11:36:00 UTC (rev 4844)
+++ jmd/trunk/jmdweb/i18n/de/LC_MESSAGES/jmdweb.po 2011-03-31 11:59:06 UTC (rev 4845)
@@ -8,7 +8,7 @@
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL at ADDRESS\n"
"POT-Creation-Date: 2010-11-02 14:28+0100\n"
-"PO-Revision-Date: 2011-03-21 10:52+0100\n"
+"PO-Revision-Date: 2011-03-31 13:56+0200\n"
"Last-Translator: Ludwig Reiter <ludwig.reiter at intevation.de>\n"
"Language-Team: de <LL at li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
@@ -293,6 +293,15 @@
msgid "User permissions"
msgstr "Benutzerberechtigungen"
+#: jmdweb/templates/auth/main.mako:33
+#, fuzzy
+msgid "Enter new password"
+msgstr "Case Management"
+
+#: jmdweb/templates/auth/main.mako:34
+msgid "Repeat pasword"
+msgstr ""
+
#: jmdweb/templates/casemanagement/new.mako:15
msgid "Create new case document"
msgstr "Neue Fallakte anlegen"
Modified: jmd/trunk/jmdweb/i18n/jmdweb.pot
===================================================================
--- jmd/trunk/jmdweb/i18n/jmdweb.pot 2011-03-31 11:36:00 UTC (rev 4844)
+++ jmd/trunk/jmdweb/i18n/jmdweb.pot 2011-03-31 11:59:06 UTC (rev 4845)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: jmdweb 2.0.0-pre\n"
"Report-Msgid-Bugs-To: EMAIL at ADDRESS\n"
-"POT-Creation-Date: 2011-03-16 14:29+0100\n"
+"POT-Creation-Date: 2011-03-31 13:53+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -285,6 +285,14 @@
msgid "User permissions"
msgstr ""
+#: jmdweb/templates/auth/main.mako:33
+msgid "Enter new password"
+msgstr ""
+
+#: jmdweb/templates/auth/main.mako:34
+msgid "Repeat pasword"
+msgstr ""
+
#: jmdweb/templates/casemanagement/new.mako:15
msgid "Create new case document"
msgstr ""
Modified: jmd/trunk/jmdweb/templates/auth/main.mako
===================================================================
--- jmd/trunk/jmdweb/templates/auth/main.mako 2011-03-31 11:36:00 UTC (rev 4844)
+++ jmd/trunk/jmdweb/templates/auth/main.mako 2011-03-31 11:59:06 UTC (rev 4845)
@@ -30,8 +30,8 @@
<%
# Please fill this dictionary in the templates if you want to substitute
# the formular identifier
- formular_labels = {'passwd': 'Enter new password',
- 'passwd2': 'Repeat pasword'
+ formular_labels = {'passwd': _('Enter new password'),
+ 'passwd2': _('Repeat pasword')
}
%>
% if len(c.form_errors) > 0:
More information about the Mpuls-commits
mailing list