[Mpuls-commits] r4808 - in wasko/trunk: . waskoweb/controllers waskoweb/i18n waskoweb/i18n/de/LC_MESSAGES

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Mar 23 11:51:40 CET 2011


Author: ludwig
Date: 2011-03-23 11:51:39 +0100 (Wed, 23 Mar 2011)
New Revision: 4808

Modified:
   wasko/trunk/ChangeLog
   wasko/trunk/waskoweb/controllers/caselifetime.py
   wasko/trunk/waskoweb/i18n/de/LC_MESSAGES/waskoweb.po
   wasko/trunk/waskoweb/i18n/waskoweb.pot
Log:
L10n of the strings of caselifetime.py

Modified: wasko/trunk/ChangeLog
===================================================================
--- wasko/trunk/ChangeLog	2011-03-22 13:57:54 UTC (rev 4807)
+++ wasko/trunk/ChangeLog	2011-03-23 10:51:39 UTC (rev 4808)
@@ -1,3 +1,10 @@
+2011-03-23  Ludwig Reiter <ludwig.reiter at intevation.de>
+
+	* waskoweb/i18n/waskoweb.pot
+	waskoweb/i18n/de/LC_MESSAGES/waskoweb.po
+	waskoweb/controllers/caselifetime.py:
+	L10n of the strings of caselifetime.py
+
 2011-03-22  Ludwig Reiter <ludwig.reiter at intevation.de>
 
 	* waskoweb/i18n/waskoweb.pot

Modified: wasko/trunk/waskoweb/controllers/caselifetime.py
===================================================================
--- wasko/trunk/waskoweb/controllers/caselifetime.py	2011-03-22 13:57:54 UTC (rev 4807)
+++ wasko/trunk/waskoweb/controllers/caselifetime.py	2011-03-23 10:51:39 UTC (rev 4808)
@@ -10,6 +10,7 @@
 from formed.instance.backends.postgres import DBFactory as InstanceFactory
 from formed.instance.tree import SetDataException
 
+from mpulsweb.lib.translation import _, ungettext
 from mpulsweb.model.logbook import Logbook, LogbookEntry
 from mpulsweb.lib.base import BaseController, c, g, render, request, session
 from mpulsweb.lib.db import db, PostgresDBInterface
@@ -24,74 +25,68 @@
 
 log = logging.getLogger(__name__)
 
-REOPENOK_1_HEADER_CONFIRM = u"Fall wiederaufnehmen?"
-REOPENOK_1_TEXT_CONFIRM = u"""\
-Wollen Sie den Fall wiederaufnehmen? Dabei wird die aktuelle Fallakte
-anonymisiert und relevante Teile der Fallakte aus Phase A und Phase B in
-eine neue Fallakte kopiert. Sie werden dann in dieser neuen Fallakte
-weiterarbeiten."""
+REOPENOK_1_HEADER_CONFIRM = _(u"Reopen case?")
+REOPENOK_1_TEXT_CONFIRM = _(u"""\
+Do you want to reopen the case? Then the current case document will be 
+anonymized and important parts of the case document copied from phase A and 
+phase B in the new case document. You will work with the new case document.""")
 
-REOPENOK_2_HEADER_CONFIRM = u"Wiederaufnahme des jungen Menschen um 3 Monate verlängern?"
-REOPENOK_2_TEXT_CONFIRM = u"""\
-Wollen Sie die Wiederaufnahme des jungen Menschen um 3 Monate verlängern? Die Fallakte steht danach weiter zur Bearbeitung."""
-REOPENNOTOK_HEADER_CONFIRM = u"Nicht genehmigte Wiederaufnahme dokumentieren?"
-REOPENNOTOK_TEXT_CONFIRM = u"""\
-Sie haben angegeben, dass keine Genehmigung für die Wiederaufnahme
-vorliegt! Wenn Sie fortfahren, wird keine weitere Wiederaufnahme,
-Verlängerung oder Neuaufnahme mehr möglich sein."""
+REOPENOK_2_HEADER_CONFIRM = _(u"Do you want to reopen the case for 3 months?")
+REOPENOK_2_TEXT_CONFIRM = _(u"""\
+Do you want to reopen the case for 3 months? You can edit the case document
+again.""")       
+REOPENNOTOK_HEADER_CONFIRM = _(u"Do you want to document not accepted reopening?")
+REOPENNOTOK_TEXT_CONFIRM = _(u"""\
+You have entered, that no acceptence is available. If you continue, reopening, extension or addition will not be possible.""")
 
-REOPENOK_1_SUCCESS_HEADER = u"Fallakte erfolgreich wiederaufgenommen."
-REOPENOK_1_SUCCESS_TEXT = u'''\
-Die Fallakte wurde erfolgreich wiederaufgenommen. Klicken Sie auf "OK",
-um die wiederaufgenommene Fallakte zu öffnen.'''
+REOPENOK_1_SUCCESS_HEADER = _(u"Case document successfully reopened.")
+REOPENOK_1_SUCCESS_TEXT = _(u'''\
+The case document has been successfully reopened. Click on OK to open the
+reopened case document.''')
 
-REOPENOK_2_SUCCESS_HEADER = u"Fallakte erfolgreich wiederaufgenommen."
-REOPENOK_2_SUCCESS_TEXT = u'''\
-Die Fallakte wurde erfolgreich wiederaufgenommen. Klicken Sie auf "OK",
-um zur "Eingangsdokumentation" der Fallakte zu gelangen.'''
+REOPENOK_2_SUCCESS_HEADER = _(u"Case document successfully reopened.")
+REOPENOK_2_SUCCESS_TEXT = _(u'''\
+The case document has been successfully reopened. Click on OK to get to the 
+entry documentation of the case document.''')
 
-REOPENNOTOK_SUCCESS_HEADER = u"Nicht genehmigte Wiederaufnahme dokumentiert."
-REOPENNOTOK_SUCCESS_TEXT = u'''\
-Die nicht genehmigte Wiederaufnahme wurde dokumentiert. Klicken Sie auf
-"OK", um zur "Eingangsdokumentation" der Fallakte zu gelangen.'''
+REOPENNOTOK_SUCCESS_HEADER = _(u"Not accepted reopening documented.")
+REOPENNOTOK_SUCCESS_TEXT = _(u'''\
+The not accepted reopening was documented. Click on OK to get to the 
+entry documentation of the case document.''')
 
-RENEW_2_HEADER_CONFIRM = u"Nicht genehmigte Neuaufnahme dokumentieren?"
-RENEW_2_TEXT_CONFIRM = u"""\
-Sie haben angegeben, das keine Genehmigung für die Neuaufnahme vorliegt!
-Wenn Sie fortfahren, wird für diese Fallakte keine erneute Neuaufnahme
-mehr möglich sein."""
+RENEW_2_HEADER_CONFIRM = _(u"Do you want to document the not accepted new subscription?")
+RENEW_2_TEXT_CONFIRM = _(u"""\
+You entered, that no acceptence of the new subscription is available. 
+If you continue, no new addition of this case will be possible.""")
 
-RENEW_2_SUCCESS_HEADER = u"Nicht genehmigte Neuaufnahme dokumentiert."
-RENEW_2_SUCCESS_TEXT = u'''\
-Die nicht genehmigte Neuaufnahme wurde dokumentiert. Klicken Sie auf
-"OK", um zur "Eingangsdokumentation" der Fallakte zu gelangen.'''
+RENEW_2_SUCCESS_HEADER = _(u"Not accepted new subscription documented.")
+RENEW_2_SUCCESS_TEXT = _(u'''\
+The not accepted new subscription was documented. Click on OK to get to the
+entry documentation of the case document.''')
 
-RENEW_HEADER_CONFIRM = u"Fall neu aufnehmen?"
-RENEW_TEXT_CONFIRM = u"""\
-Wollen Sie den Fall wirklich neu aufnehmen? Dabei wird die aktuelle
-Fallakte anonymisiert und relevante Teile der Fallakte aus Phase A und
-Phase B in eine neue Fallakte kopiert. Sie werden dann in dieser neuen
-Fallakte weiterarbeiten."""
+RENEW_HEADER_CONFIRM = _(u"Do you want to renew the case?")
+RENEW_TEXT_CONFIRM = _(u"""\
+Do you want to renew the case? Then the current case document will be 
+anonymized and important parts of phase A and phase B will be copied into a  
+new case document. You will work on the new case document then.""")
 
-RENEW_SUCCESS_HEADER = u"Fallakte neu aufgenommen."
-RENEW_SUCCESS_TEXT = u'''\
-Die Fallakte wurde erfolgreich neu aufgenommen. Klicken Sie auf "OK", um
-die neue Fallakte zu öffnen. Bitte überprüfen Sie die Angaben auf
-Richtigkeit und aktualisieren Sie ggf. die Daten. Die alte Fallakte
-wurde der Administration zur Anonymisierung vorgelegt.'''
+RENEW_SUCCESS_HEADER = _(u"The case document was renewed.")
+RENEW_SUCCESS_TEXT = _(u'''\
+The case document was renewed. Click on OK to open the new case document.
+Please check the data and update them, if needed. The old case document
+was given to the administration for Anonymizing.''')
 
-ABORT_SUCCESS_HEADER = u'Eingangsdokumentation abgebrochen.'
-ABORT_SUCCESS_TEXT = u'''\
-Die Eingangsdokumentation wurde erfolgreich abgebrochen. Die Fallakte
-wurde der Administration zur Löschung vorgelegt. Klicken Sie auf "OK",
-um zu Fallaktenübersicht zu gelangen.'''
+ABORT_SUCCESS_HEADER = _(u'Entry documentation aborted.')
+ABORT_SUCCESS_TEXT = _(u'''\
+The entry documentation was successfully aborted. The case document was given
+to the administration for deletion. Click on OK to get back to the 
+case documents overview.''')
 
-ABORT_TEXT_CONFIRM = u'''\
-Wollen Sie wirklich die Eingangsdokumentation abbrechen und die
-Fallakte zum Löschen freigeben? Die Fallakte steht Ihnen danach nicht
-mehr zur Bearbeitung zur Verfügung und wird der Administration zum
-Löschen vorgelegt.'''
-ABORT_HEADER_CONFIRM = u'Eingangsdokumentation abbrechen?'
+ABORT_TEXT_CONFIRM = _(u'''\
+Do you really want to abort the entry documentation and free the case document 
+for deletion? The case document will not be editable then and will be given to
+the administration for seletion.''')
+ABORT_HEADER_CONFIRM = _(u'Do you want to abort the entry documentation?')
 
 # items not to be copied from old case
 COPY_BLACK_LIST = frozenset(['erstgespraech', 'datum_cm_start'])

Modified: wasko/trunk/waskoweb/i18n/de/LC_MESSAGES/waskoweb.po
===================================================================
--- wasko/trunk/waskoweb/i18n/de/LC_MESSAGES/waskoweb.po	2011-03-22 13:57:54 UTC (rev 4807)
+++ wasko/trunk/waskoweb/i18n/de/LC_MESSAGES/waskoweb.po	2011-03-23 10:51:39 UTC (rev 4808)
@@ -8,7 +8,7 @@
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL at ADDRESS\n"
 "POT-Creation-Date: 2011-02-16 15:13+0100\n"
-"PO-Revision-Date: 2011-03-22 13:48+0100\n"
+"PO-Revision-Date: 2011-03-22 15:44+0100\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: de <LL at li.org>\n"
 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
@@ -17,6 +17,175 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: Babel 0.9.4\n"
 
+#: waskoweb/controllers/caselifetime.py:27
+msgid "Reopen case?"
+msgstr "Fall wiederaufnehmen?"
+
+#: waskoweb/controllers/caselifetime.py:28
+msgid ""
+"Do you want to reopen the case? Then the current case document will be \n"
+"anonymized and important parts of the case document copied from phase A "
+"and \n"
+"phase B in the new case document. You will work with the new case "
+"document."
+msgstr ""
+"Wollen Sie den Fall wiederaufnehmen? Dabei wird die aktuelle Fallakte "
+"anonymisiert und relevante Teile der Fallakte aus Phase A und Phase B in "
+"eine neue Fallakte kopiert. Sie werden dann in dieser neuen Fallakte "
+"weiterarbeiten."
+
+#: waskoweb/controllers/caselifetime.py:33
+msgid "Do you want to reopen the case for 3 months?"
+msgstr "Wiederaufnahme des jungen Menschen um 3 Monate verlängern?"
+
+#: waskoweb/controllers/caselifetime.py:34
+msgid ""
+"Do you want to reopen the case for 3 months? You can edit the case "
+"document\n"
+"again."
+msgstr ""
+"Wollen Sie die Wiederaufnahme des jungen Menschen um 3 Monate verlängern?"
+" Die Fallakte steht danach weiter zur Bearbeitung."
+
+#: waskoweb/controllers/caselifetime.py:37
+msgid "Do you want to document not accepted reopening?"
+msgstr "Nicht genehmigte Wiederaufnahme dokumentieren?/"
+
+#: waskoweb/controllers/caselifetime.py:38
+msgid ""
+"You have entered, that no acceptence is available. If you continue, "
+"reopening, extension or addition will not be possible."
+msgstr ""
+"Sie haben angegeben, dass keine Genehmigung für die Wiederaufnahme "
+"vorliegt! Wenn Sie fortfahren, wird keine weitere Wiederaufnahme, "
+"Verlängerung oder Neuaufnahme mehr möglich sein."
+
+#: waskoweb/controllers/caselifetime.py:41
+#: waskoweb/controllers/caselifetime.py:46
+msgid "Case document successfully reopened."
+msgstr "Fallakte erfolgreich wiederaufgenommen."
+
+#: waskoweb/controllers/caselifetime.py:42
+msgid ""
+"The case document has been successfully reopened. Click on OK to open the"
+"\n"
+"reopened case document."
+msgstr ""
+"Die Fallakte wurde erfolgreich wiederaufgenommen. Klicken Sie auf \"OK\", "
+"um die wiederaufgenommene Fallakte zu öffnen."
+
+#: waskoweb/controllers/caselifetime.py:47
+msgid ""
+"The case document has been successfully reopened. Click on OK to get to "
+"the \n"
+"entry documentation of the case document."
+msgstr ""
+"Die Fallakte wurde erfolgreich wiederaufgenommen. Klicken Sie auf \"OK\","
+" um zur \"Eingangsdokumentation\" der Fallakte zu gelangen."
+
+#: waskoweb/controllers/caselifetime.py:51
+msgid "Not accepted reopening documented."
+msgstr "Nicht genehmigte Wiederaufnahme dokumentiert."
+
+#: waskoweb/controllers/caselifetime.py:52
+msgid ""
+"The not accepted reopening was documented. Click on OK to get to the \n"
+"entry documentation of the case document."
+msgstr ""
+"Die nicht genehmigte Wiederaufnahme wurde dokumentiert. Klicken Sie auf "
+"\"OK\", um zur \"Eingangsdokumentation\" der Fallakte zu gelangen."
+
+#: waskoweb/controllers/caselifetime.py:56
+msgid "Do you want to document the not accepted new subscription?"
+msgstr "Nicht genehmigte Neuaufnahme dokumentieren?"
+
+#: waskoweb/controllers/caselifetime.py:57
+msgid ""
+"You entered, that no acceptence of the new subscription is available. \n"
+"If you continue, no new addition of this case will be possible."
+msgstr ""
+"Sie haben angegeben, das keine Genehmigung für die Neuaufnahme vorliegt! "
+"Wenn Sie fortfahren, wird für diese Fallakte keine erneute Neuaufnahme "
+"mehr möglich sein."
+
+#: waskoweb/controllers/caselifetime.py:61
+msgid "Not accepted new subscription documented."
+msgstr "Nicht genehmigte Neuaufnahme dokumentiert."
+
+#: waskoweb/controllers/caselifetime.py:62
+msgid ""
+"The not accepted new subscription was documented. Click on OK to get to "
+"the\n"
+"entry documentation of the case document."
+msgstr ""
+"Die nicht genehmigte Neuaufnahme wurde dokumentiert. Klicken Sie auf "
+"\"OK\", um zur \"Eingangsdokumentation\" der Fallakte zu gelangen."
+
+#: waskoweb/controllers/caselifetime.py:66
+msgid "Do you want to renew the case?"
+msgstr "Fall neu aufnehmen?"
+
+#: waskoweb/controllers/caselifetime.py:67
+msgid ""
+"Do you want to renew the case? Then the current case document will be \n"
+"anonymized and important parts of phase A and phase B will be copied into"
+" a  \n"
+"new case document. You will work on the new case document then."
+msgstr ""
+"Wollen Sie den Fall wirklich neu aufnehmen? Dabei wird die aktuelle "
+"Fallakte anonymisiert und relevante Teile der Fallakte aus Phase A und "
+"Phase B in eine neue Fallakte kopiert. Sie werden dann in dieser neuen "
+"Fallakte weiterarbeiten."
+
+#: waskoweb/controllers/caselifetime.py:72
+msgid "The case document was renewed."
+msgstr "Fallakte neu aufgenommen."
+
+#: waskoweb/controllers/caselifetime.py:73
+msgid ""
+"The case document was renewed. Click on OK to open the new case document."
+"\n"
+"Please check the data and update them, if needed. The old case document\n"
+"was given to the administration for Anonymizing."
+msgstr ""
+"Die Fallakte wurde erfolgreich neu aufgenommen. Klicken Sie auf \"OK\", um "
+"die neue Fallakte zu öffnen. Bitte überprüfen Sie die Angaben auf "
+"Richtigkeit und aktualisieren Sie ggf. die Daten. Die alte Fallakte "
+"wurde der Administration zur Anonymisierung vorgelegt."
+
+
+#: waskoweb/controllers/caselifetime.py:78
+msgid "Entry documentation aborted."
+msgstr "Eingangsdokumentation abgebrochen."
+
+#: waskoweb/controllers/caselifetime.py:79
+msgid ""
+"The entry documentation was successfully aborted. The case document was "
+"given\n"
+"to the administration for deletion. Click on OK to get back to the \n"
+"case documents overview."
+msgstr ""
+"Die Eingangsdokumentation wurde erfolgreich abgebrochen. Die Fallakte "
+"wurde der Administration zur Löschung vorgelegt. Klicken Sie auf \"OK\", "
+"um zu Fallaktenübersicht zu gelangen."
+
+#: waskoweb/controllers/caselifetime.py:84
+msgid ""
+"Do you really want to abort the entry documentation and free the case "
+"document \n"
+"for deletion? The case document will not be editable then and will be "
+"given to\n"
+"the administration for seletion."
+msgstr ""
+"Wollen Sie wirklich die Eingangsdokumentation abbrechen und die "
+"Fallakte zum Löschen freigeben? Die Fallakte steht Ihnen danach nicht "
+"mehr zur Bearbeitung zur Verfügung und wird der Administration zum "
+"Löschen vorgelegt."
+
+#: waskoweb/controllers/caselifetime.py:88
+msgid "Do you want to abort the entry documentation?"
+msgstr "Eingangsdokumentation abbrechen?"
+
 #: waskoweb/controllers/settings.py:20
 msgid "Configurations saved!"
 msgstr ""
@@ -56,7 +225,7 @@
 #: waskoweb/templates/caselifetime/neuaufnahme.mako:33
 #: waskoweb/templates/caselifetime/verlaengerung.mako:90
 msgid "Execute"
-msgstr "Ausführen/"
+msgstr "Ausführen"
 
 #: waskoweb/templates/caselifetime/abbruch.mako:10
 msgid "An abort is not possible, because of a rejected reopening."

Modified: wasko/trunk/waskoweb/i18n/waskoweb.pot
===================================================================
--- wasko/trunk/waskoweb/i18n/waskoweb.pot	2011-03-22 13:57:54 UTC (rev 4807)
+++ wasko/trunk/waskoweb/i18n/waskoweb.pot	2011-03-23 10:51:39 UTC (rev 4808)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: waskoweb 2.0.0-pre\n"
 "Report-Msgid-Bugs-To: EMAIL at ADDRESS\n"
-"POT-Creation-Date: 2011-03-22 13:48+0100\n"
+"POT-Creation-Date: 2011-03-22 15:44+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"
@@ -17,6 +17,131 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Generated-By: Babel 0.9.4\n"
 
+#: waskoweb/controllers/caselifetime.py:27
+msgid "Reopen case?"
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:28
+msgid ""
+"Do you want to reopen the case? Then the current case document will be \n"
+"anonymized and important parts of the case document copied from phase A and \n"
+"phase B in the new case document. You will work with the new case document."
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:33
+msgid "Do you want to reopen the case for 3 months?"
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:34
+msgid ""
+"Do you want to reopen the case for 3 months? You can edit the case document\n"
+"again."
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:37
+msgid "Do you want to document not accepted reopening?"
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:38
+msgid ""
+"You have entered, that no acceptence is available. If you continue, "
+"reopening, extension or addition will not be possible."
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:41 waskoweb/controllers/caselifetime.py:46
+msgid "Case document successfully reopened."
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:42
+msgid ""
+"The case document has been successfully reopened. Click on OK to open the\n"
+"reopened case document."
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:47
+msgid ""
+"The case document has been successfully reopened. Click on OK to get to the \n"
+"entry documentation of the case document."
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:51
+msgid "Not accepted reopening documented."
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:52
+msgid ""
+"The not accepted reopening was documented. Click on OK to get to the \n"
+"entry documentation of the case document."
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:56
+msgid "Do you want to document the not accepted new subscription?"
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:57
+msgid ""
+"You entered, that no acceptence of the new subscription is available. \n"
+"If you continue, no new addition of this case will be possible."
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:61
+msgid "Not accepted new subscription documented."
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:62
+msgid ""
+"The not accepted new subscription was documented. Click on OK to get to the\n"
+"entry documentation of the case document."
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:66
+msgid "Do you want to renew the case?"
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:67
+msgid ""
+"Do you want to renew the case? Then the current case document will be \n"
+"anonymized and important parts of phase A and phase B will be copied into a"
+"  \n"
+"new case document. You will work on the new case document then."
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:72
+msgid "The case document was renewed."
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:73
+msgid ""
+"The case document was renewed. Click on OK to open the new case document.\n"
+"Please check the data and update them, if needed. The old case document\n"
+"was given to the administration for Anonymizing."
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:78
+msgid "Entry documentation aborted."
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:79
+msgid ""
+"The entry documentation was successfully aborted. The case document was given"
+"\n"
+"to the administration for deletion. Click on OK to get back to the \n"
+"case documents overview."
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:84
+msgid ""
+"Do you really want to abort the entry documentation and free the case "
+"document \n"
+"for deletion? The case document will not be editable then and will be given "
+"to\n"
+"the administration for seletion."
+msgstr ""
+
+#: waskoweb/controllers/caselifetime.py:88
+msgid "Do you want to abort the entry documentation?"
+msgstr ""
+
 #: waskoweb/controllers/settings.py:20
 msgid "Configurations saved!"
 msgstr ""



More information about the Mpuls-commits mailing list