Add menu action for validate & finish cancellation #22008

This commit is contained in:
Nicolas Demonte 2019-01-21 21:04:44 +01:00
parent 8f9ba1a9a3
commit fee72b1214
3 changed files with 9 additions and 0 deletions

View File

@ -86,6 +86,10 @@ msgstr "Visible par"
msgid "Cancel"
msgstr "Annuler"
#: ../menu.py:56
msgid "Cancel validate and finish ${version}"
msgstr "Annuler la validation et finalisation de la version ${version}"
#: ../browser/refuse.py:33
#: ../browser/send_by_email.py:35
#: ../browser/to_process.py:25

View File

@ -88,6 +88,10 @@ msgstr ""
msgid "Cancel"
msgstr ""
#: ../menu.py:56
msgid "Cancel validate and finish ${version}"
msgstr ""
#: ../browser/refuse.py:33
#: ../browser/send_by_email.py:35
#: ../browser/to_process.py:25

View File

@ -53,6 +53,7 @@ dmsfile_wfactions_mapping = {'ask_opinion': _(u"Ask opinion about version ${vers
'send_by_email': _(u"Send version ${version} by email"),
'send_with_docbow': _(u"Send version ${version} with PES"),
'restore_from_trash': _(u"Restore version ${version}"),
'back_to_draft': _(u"Cancel validate and finish ${version}"),
}