[Mpuls-commits] r4639 - in base/trunk: . mpulsweb/controllers mpulsweb/i18n mpulsweb/i18n/de/LC_MESSAGES

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Feb 17 11:42:37 CET 2011


Author: ludwig
Date: 2011-02-17 11:42:34 +0100 (Thu, 17 Feb 2011)
New Revision: 4639

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/controllers/settings.py
   base/trunk/mpulsweb/controllers/usersettings.py
   base/trunk/mpulsweb/i18n/de/LC_MESSAGES/mpulsweb.po
   base/trunk/mpulsweb/i18n/mpulsweb.pot
Log:
update msgids of the translations

Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2011-02-17 09:49:01 UTC (rev 4638)
+++ base/trunk/ChangeLog	2011-02-17 10:42:34 UTC (rev 4639)
@@ -1,3 +1,10 @@
+2011-02-17  Ludwig Reiter <ludwig.reiter at intevation.de>
+
+	* mpulsweb/i18n/mpulsweb.pot
+	  mpulsweb/i18n/de/LC_MESSAGES/mpulsweb.po
+	  mpulsweb/controllers/usersettings.py
+	  mpulsweb/controllers/settings.py: Update of the msgids. (Part 2)
+
 2011-02-17  Roland Geider <roland.geider at intevation.de>
 
 	* mpulsweb/i18n/de/LC_MESSAGES/mpulsweb.po,

Modified: base/trunk/mpulsweb/controllers/settings.py
===================================================================
--- base/trunk/mpulsweb/controllers/settings.py	2011-02-17 09:49:01 UTC (rev 4638)
+++ base/trunk/mpulsweb/controllers/settings.py	2011-02-17 10:42:34 UTC (rev 4639)
@@ -15,8 +15,8 @@
 log = logging.getLogger(__name__)
 
 
-EDIT_AGENCY_SUCCESS_HEADER = _('adm_edit_agency_header')
-EDIT_AGENCY_SUCCESS_TEXT = _('adm_edit_agency_text')
+EDIT_AGENCY_SUCCESS_HEADER = _('Configurations saved!')
+EDIT_AGENCY_SUCCESS_TEXT = _('Please click on ok to continue.')
 
 
 class SettingsController(BaseController):

Modified: base/trunk/mpulsweb/controllers/usersettings.py
===================================================================
--- base/trunk/mpulsweb/controllers/usersettings.py	2011-02-17 09:49:01 UTC (rev 4638)
+++ base/trunk/mpulsweb/controllers/usersettings.py	2011-02-17 10:42:34 UTC (rev 4639)
@@ -48,8 +48,8 @@
 SET_PASSWORD_NOTIFICATION_HEADER = _(u"User password changed!")
 SET_PASSWORD_NOTIFICATION_TEXT   = _(u"You password was successfully changed") + " " + _("Please click OK to continue.")
 
-EDIT_STANDIN_SUCCESS_HEADER = _('adm_edit_standin_success_header')
-EDIT_STANDIN_SUCCESS_TEXT   = _('adm_edit_standin_success_text')
+EDIT_STANDIN_SUCCESS_HEADER = _('Standin saved!')
+EDIT_STANDIN_SUCCESS_TEXT   = _('Your standin is saved. Please click on ok to continue.')
 
 
 class UsersettingsController(BaseController):

Modified: base/trunk/mpulsweb/i18n/de/LC_MESSAGES/mpulsweb.po
===================================================================
--- base/trunk/mpulsweb/i18n/de/LC_MESSAGES/mpulsweb.po	2011-02-17 09:49:01 UTC (rev 4638)
+++ base/trunk/mpulsweb/i18n/de/LC_MESSAGES/mpulsweb.po	2011-02-17 10:42:34 UTC (rev 4639)
@@ -8,7 +8,7 @@
 "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: 2011-02-17 10:47+0100\n"
+"PO-Revision-Date: 2011-02-17 11:39+0100\n"
 "Last-Translator: Torsten Irländer <torsten.irlaender at intevation.de>\n"
 "Language-Team: de <LL at li.org>\n"
 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
@@ -962,11 +962,11 @@
 msgstr "Wiederholungscontainer nicht gefunden"
 
 #: mpulsweb/controllers/settings.py:18
-msgid "adm_edit_agency_header"
+msgid "Configurations saved!"
 msgstr "Einrichtungseinstellungen gespeichert!"
 
 #: mpulsweb/controllers/settings.py:19
-msgid "adm_edit_agency_text"
+msgid "Please click on ok to continue."
 msgstr "Bitte klicken Sie auf OK, um fortzufahren."
 
 #: mpulsweb/controllers/usersettings.py:48
@@ -978,11 +978,11 @@
 msgstr "Ihr Passwort wurde erfolgreich geändert."
 
 #: mpulsweb/controllers/usersettings.py:51
-msgid "adm_edit_standin_success_header"
+msgid "Standin saved!"
 msgstr "Vertretung gespeichert!"
 
 #: mpulsweb/controllers/usersettings.py:52
-msgid "adm_edit_standin_success_text"
+msgid "Your standin is saved. Please click on ok to continue."
 msgstr ""
 "Ihre Standard-Vertretung wurde gespeichert. Bitte klicken Sie auf OK, um "
 "fortzufahren."
@@ -1089,15 +1089,15 @@
 msgid "No document available"
 msgstr "Kein Dokumentname vorhanden."
 
-#: mpulsweb/model/document.py:193
+#: mpulsweb/model/document.py:191
 msgid "Could not create new document"
 msgstr "Konnte neues Dokument nicht anlegen."
 
-#: mpulsweb/model/document.py:228
+#: mpulsweb/model/document.py:226
 msgid "An ID is needed"
 msgstr "ID wird benötigt"
 
-#: mpulsweb/model/document.py:240
+#: mpulsweb/model/document.py:237
 msgid "The requested document can't be found."
 msgstr "Das angeforderte Dokument kann nicht gefunden werden."
 
@@ -2537,19 +2537,19 @@
 #: mpulsweb/templates/casemanagement/search.mako:9
 #: mpulsweb/templates/evaluation/search.mako:11
 #: mpulsweb/templates/evaluation/search.mako:14
-#: mpulsweb/templates/search/search.mako:159
+#: mpulsweb/templates/search/search.mako:248
 msgid "Reset search"
 msgstr "Suche zurücksetzen"
 
 #: mpulsweb/templates/casemanagement/search.mako:14
 #: mpulsweb/templates/evaluation/search.mako:19
-#: mpulsweb/templates/search/search.mako:163
+#: mpulsweb/templates/search/search.mako:252
 msgid "Hide extended search"
 msgstr "Erweiterte Suche ausblenden"
 
 #: mpulsweb/templates/casemanagement/search.mako:17
 #: mpulsweb/templates/evaluation/search.mako:22
-#: mpulsweb/templates/search/search.mako:165
+#: mpulsweb/templates/search/search.mako:254
 msgid "Show extended search"
 msgstr "Erweiterte Suche einblenden"
 
@@ -3116,26 +3116,38 @@
 msgstr "Anonymisiert"
 
 #: mpulsweb/templates/search/search.mako:120
+msgid "Federal state"
+msgstr ""
+
+#: mpulsweb/templates/search/search.mako:122
+msgid "Select all"
+msgstr ""
+
+#: mpulsweb/templates/search/search.mako:123
+msgid "Deselect all"
+msgstr ""
+
+#: mpulsweb/templates/search/search.mako:209
 msgid "Gender"
 msgstr "Geschlecht"
 
-#: mpulsweb/templates/search/search.mako:123
+#: mpulsweb/templates/search/search.mako:212
 msgid "All"
 msgstr "Alle"
 
-#: mpulsweb/templates/search/search.mako:124
+#: mpulsweb/templates/search/search.mako:213
 msgid "Female"
 msgstr "Weiblich"
 
-#: mpulsweb/templates/search/search.mako:125
+#: mpulsweb/templates/search/search.mako:214
 msgid "Male"
 msgstr "Männlich"
 
-#: mpulsweb/templates/search/search.mako:126
+#: mpulsweb/templates/search/search.mako:215
 msgid "Unspecified"
 msgstr "Keine Angabe"
 
-#: mpulsweb/templates/search/search.mako:143
+#: mpulsweb/templates/search/search.mako:232
 msgid "cm_form_overview_search_submit"
 msgstr "Suchen"
 

Modified: base/trunk/mpulsweb/i18n/mpulsweb.pot
===================================================================
--- base/trunk/mpulsweb/i18n/mpulsweb.pot	2011-02-17 09:49:01 UTC (rev 4638)
+++ base/trunk/mpulsweb/i18n/mpulsweb.pot	2011-02-17 10:42:34 UTC (rev 4639)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: mpulsweb 2.0.0-pre\n"
 "Report-Msgid-Bugs-To: EMAIL at ADDRESS\n"
-"POT-Creation-Date: 2011-02-16 14:07+0100\n"
+"POT-Creation-Date: 2011-02-17 11:38+0100\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"
@@ -792,11 +792,11 @@
 msgstr ""
 
 #: mpulsweb/controllers/settings.py:18
-msgid "adm_edit_agency_header"
+msgid "Configurations saved!"
 msgstr ""
 
 #: mpulsweb/controllers/settings.py:19
-msgid "adm_edit_agency_text"
+msgid "Please click on ok to continue."
 msgstr ""
 
 #: mpulsweb/controllers/usersettings.py:48
@@ -808,11 +808,11 @@
 msgstr ""
 
 #: mpulsweb/controllers/usersettings.py:51
-msgid "adm_edit_standin_success_header"
+msgid "Standin saved!"
 msgstr ""
 
 #: mpulsweb/controllers/usersettings.py:52
-msgid "adm_edit_standin_success_text"
+msgid "Your standin is saved. Please click on ok to continue."
 msgstr ""
 
 #: mpulsweb/lib/dialogs.py:15
@@ -911,15 +911,15 @@
 msgid "No document available"
 msgstr ""
 
-#: mpulsweb/model/document.py:193
+#: mpulsweb/model/document.py:191
 msgid "Could not create new document"
 msgstr ""
 
-#: mpulsweb/model/document.py:228
+#: mpulsweb/model/document.py:226
 msgid "An ID is needed"
 msgstr ""
 
-#: mpulsweb/model/document.py:240
+#: mpulsweb/model/document.py:237
 msgid "The requested document can't be found."
 msgstr ""
 
@@ -2326,19 +2326,19 @@
 #: mpulsweb/templates/casemanagement/search.mako:9
 #: mpulsweb/templates/evaluation/search.mako:11
 #: mpulsweb/templates/evaluation/search.mako:14
-#: mpulsweb/templates/search/search.mako:159
+#: mpulsweb/templates/search/search.mako:248
 msgid "Reset search"
 msgstr ""
 
 #: mpulsweb/templates/casemanagement/search.mako:14
 #: mpulsweb/templates/evaluation/search.mako:19
-#: mpulsweb/templates/search/search.mako:163
+#: mpulsweb/templates/search/search.mako:252
 msgid "Hide extended search"
 msgstr ""
 
 #: mpulsweb/templates/casemanagement/search.mako:17
 #: mpulsweb/templates/evaluation/search.mako:22
-#: mpulsweb/templates/search/search.mako:165
+#: mpulsweb/templates/search/search.mako:254
 msgid "Show extended search"
 msgstr ""
 
@@ -2888,26 +2888,38 @@
 msgstr ""
 
 #: mpulsweb/templates/search/search.mako:120
+msgid "Federal state"
+msgstr ""
+
+#: mpulsweb/templates/search/search.mako:122
+msgid "Select all"
+msgstr ""
+
+#: mpulsweb/templates/search/search.mako:123
+msgid "Deselect all"
+msgstr ""
+
+#: mpulsweb/templates/search/search.mako:209
 msgid "Gender"
 msgstr ""
 
-#: mpulsweb/templates/search/search.mako:123
+#: mpulsweb/templates/search/search.mako:212
 msgid "All"
 msgstr ""
 
-#: mpulsweb/templates/search/search.mako:124
+#: mpulsweb/templates/search/search.mako:213
 msgid "Female"
 msgstr ""
 
-#: mpulsweb/templates/search/search.mako:125
+#: mpulsweb/templates/search/search.mako:214
 msgid "Male"
 msgstr ""
 
-#: mpulsweb/templates/search/search.mako:126
+#: mpulsweb/templates/search/search.mako:215
 msgid "Unspecified"
 msgstr ""
 
-#: mpulsweb/templates/search/search.mako:143
+#: mpulsweb/templates/search/search.mako:232
 msgid "cm_form_overview_search_submit"
 msgstr ""
 



More information about the Mpuls-commits mailing list