[Mpuls-commits] r4647 - in jmd/trunk: . jmdstrukturweb/i18n/de/LC_MESSAGES jmdweb/i18n/de/LC_MESSAGES jmdweb/templates/settings

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Feb 18 13:02:05 CET 2011


Author: ludwig
Date: 2011-02-18 13:02:04 +0100 (Fri, 18 Feb 2011)
New Revision: 4647

Modified:
   jmd/trunk/ChangeLog
   jmd/trunk/jmdstrukturweb/i18n/de/LC_MESSAGES/mpulsweb.po
   jmd/trunk/jmdweb/i18n/de/LC_MESSAGES/jmdweb.po
   jmd/trunk/jmdweb/i18n/de/LC_MESSAGES/mpulsweb.po
   jmd/trunk/jmdweb/templates/settings/edit.mako
   jmd/trunk/jmdweb/templates/settings/show.mako
Log:
update of msgids (part5)

Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog	2011-02-18 11:59:37 UTC (rev 4646)
+++ jmd/trunk/ChangeLog	2011-02-18 12:02:04 UTC (rev 4647)
@@ -1,3 +1,12 @@
+2011-02-18  Ludwig Reiter <ludwig.reiter at intevation.de>
+
+	* jmdweb/i18n/de/LC_MESSAGES/jmdweb.po,
+	jmdweb/i18n/de/LC_MESSAGES/mpulsweb.po,
+	jmdweb/templates/settings/show.mako,
+	jmdweb/templates/settings/edit.mako,
+	jmdstrukturweb/i18n/de/LC_MESSAGES/mpulsweb.po:
+	Update of msgids (Part 5)
+
 2011-02-17  Ludwig Reiter <ludwig.reiter at intevation.de>
 
 	* jmdweb/i18n/de/LC_MESSAGES/jmdweb.po,

Modified: jmd/trunk/jmdstrukturweb/i18n/de/LC_MESSAGES/mpulsweb.po
===================================================================
--- jmd/trunk/jmdstrukturweb/i18n/de/LC_MESSAGES/mpulsweb.po	2011-02-18 11:59:37 UTC (rev 4646)
+++ jmd/trunk/jmdstrukturweb/i18n/de/LC_MESSAGES/mpulsweb.po	2011-02-18 12:02:04 UTC (rev 4647)
@@ -350,7 +350,7 @@
 msgstr "Case Managerin, Case Manager"
 
 #: mpulsweb/templates/administration/dialogs/notificate_delete_user_helper.mako:9
-msgid "adm_np_deleteuser_helper_set_editor"
+msgid "Case document assigned"
 msgstr "JMD-Statistik übertragen"
 
 #: mpulsweb/templates/casebundle/editor.mako:6

Modified: jmd/trunk/jmdweb/i18n/de/LC_MESSAGES/jmdweb.po
===================================================================
--- jmd/trunk/jmdweb/i18n/de/LC_MESSAGES/jmdweb.po	2011-02-18 11:59:37 UTC (rev 4646)
+++ jmd/trunk/jmdweb/i18n/de/LC_MESSAGES/jmdweb.po	2011-02-18 12:02:04 UTC (rev 4647)
@@ -264,20 +264,20 @@
 
 #: jmdweb/templates/settings/edit.mako:12 jmdweb/templates/settings/show.mako:7
 #, fuzzy
-msgid "adm_np_root"
+msgid "Administration"
 msgstr "Case Management"
 
 #: jmdweb/templates/settings/edit.mako:15
 #: jmdweb/templates/settings/show.mako:10
-msgid "adm_np_showsettings"
+msgid "Show settings"
 msgstr ""
 
 #: jmdweb/templates/settings/edit.mako:18
-msgid "adm_np_editsettings"
+msgid "Edit settings"
 msgstr ""
 
 #: jmdweb/templates/settings/edit.mako:24
-msgid "adm_header_editsettings"
+msgid "Edit settings"
 msgstr ""
 
 #: jmdweb/templates/settings/edit.mako:32

Modified: jmd/trunk/jmdweb/i18n/de/LC_MESSAGES/mpulsweb.po
===================================================================
--- jmd/trunk/jmdweb/i18n/de/LC_MESSAGES/mpulsweb.po	2011-02-18 11:59:37 UTC (rev 4646)
+++ jmd/trunk/jmdweb/i18n/de/LC_MESSAGES/mpulsweb.po	2011-02-18 12:02:04 UTC (rev 4647)
@@ -220,7 +220,7 @@
 #: mpulsweb/templates/settings/edit.mako:15
 #: mpulsweb/templates/settings/show.mako:10
 #: mpulsweb/templates/settings/dialogs/success_edit.mako:6
-msgid "adm_np_showsettings"
+msgid "Show settings"
 msgstr "JMD-Einstellungen"
 
 #: mpulsweb/templates/settings/edit.mako:32

Modified: jmd/trunk/jmdweb/templates/settings/edit.mako
===================================================================
--- jmd/trunk/jmdweb/templates/settings/edit.mako	2011-02-18 11:59:37 UTC (rev 4646)
+++ jmd/trunk/jmdweb/templates/settings/edit.mako	2011-02-18 12:02:04 UTC (rev 4647)
@@ -9,19 +9,19 @@
 <%def name="buildNavipath()">
   ${parent.buildNavipath()}
   <li>
-    <a href="${h.url_for(controller='/settings')}">${_('adm_np_root')}</a>
+    <a href="${h.url_for(controller='/settings')}">${_('Administration')}</a>
   </li>
   <li>
-    <a href="${h.url_for(controller='/settings', action='show')}">${_('adm_np_showsettings')}</a>
+    <a href="${h.url_for(controller='/settings', action='show')}">${_('Show settings')}</a>
   </li>
   <li>
-    <a href="${h.url_for(controller='/settings', action='edit')}">${_('adm_np_editsettings')}</a>
+    <a href="${h.url_for(controller='/settings', action='edit')}">${_('Edit settings')}</a>
   </li>
 </%def>
 
 <div id="content_header_small">
   <div id="content_ueberschrift">
-    ${_('adm_header_editsettings')}
+    ${_('Edit settings')}
   </div>
   <div id="modusfield">
     <div class="actions">

Modified: jmd/trunk/jmdweb/templates/settings/show.mako
===================================================================
--- jmd/trunk/jmdweb/templates/settings/show.mako	2011-02-18 11:59:37 UTC (rev 4646)
+++ jmd/trunk/jmdweb/templates/settings/show.mako	2011-02-18 12:02:04 UTC (rev 4647)
@@ -4,10 +4,10 @@
 <%def name="buildNavipath()">
   ${parent.buildNavipath()}
   <li>
-    <a href="${h.url_for(controller='/settings')}">${_('adm_np_root')}</a>
+    <a href="${h.url_for(controller='/settings')}">${_('Administration')}</a>
   </li>
   <li>
-    <a href="${h.url_for(controller='/settings', action='show')}">${_('adm_np_showsettings')}</a>
+    <a href="${h.url_for(controller='/settings', action='show')}">${_('Show settings')}</a>
   </li>
 </%def>
 



More information about the Mpuls-commits mailing list