mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-14 09:51:27 -06:00
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
This commit is contained in:
parent
c341b04836
commit
ba5cc26e94
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr "Neue Fassung des Dokuments %s freigegeben."
|
msgstr "Neue Fassung des Dokuments %s freigegeben."
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr "URL"
|
msgstr "URL"
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr "Nueva versión del documento %s aprobada."
|
msgstr "Nueva versión del documento %s aprobada."
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr "URL"
|
msgstr "URL"
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr "Nueva versión del documento %s aprobada."
|
msgstr "Nueva versión del documento %s aprobada."
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr "URL"
|
msgstr "URL"
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -55,6 +55,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -116,6 +124,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -135,13 +155,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -184,7 +204,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr "Nova verzija dokumenta %s odobrena"
|
msgstr "Nova verzija dokumenta %s odobrena"
|
||||||
@ -239,7 +259,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr "URL"
|
msgstr "URL"
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr "La nuova versione del documento %s è approvata."
|
msgstr "La nuova versione del documento %s è approvata."
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr "URL"
|
msgstr "URL"
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr "URL"
|
msgstr "URL"
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -55,6 +55,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -116,6 +124,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -135,13 +155,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -184,7 +204,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -239,7 +259,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr "Uma nova versão do ocumento %s foi aprovada."
|
msgstr "Uma nova versão do ocumento %s foi aprovada."
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr "URL"
|
msgstr "URL"
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr "Foi aprovada a nova versão do documento %s."
|
msgstr "Foi aprovada a nova versão do documento %s."
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -55,6 +55,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -116,6 +124,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -135,13 +155,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -184,7 +204,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -239,7 +259,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr "Nova verzija dokumenta %s odobrena."
|
msgstr "Nova verzija dokumenta %s odobrena."
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr "URL"
|
msgstr "URL"
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -55,6 +55,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -116,6 +124,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -135,13 +155,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -184,7 +204,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -239,7 +259,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -53,6 +53,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -114,6 +122,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -133,13 +153,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -182,7 +202,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -237,7 +257,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
@ -54,6 +54,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_form_inherit
|
||||||
|
msgid ""
|
||||||
|
"<b>You already have a Draft Change Request for this page.</b>\n"
|
||||||
|
" It is highly recommended that you edit that one instead "
|
||||||
|
"of creating a new one."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_am_i_approver
|
||||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_am_i_approver
|
||||||
@ -115,6 +123,18 @@ msgstr ""
|
|||||||
msgid "Back to draft"
|
msgid "Back to draft"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:101
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve page in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:77
|
||||||
|
#, python-format
|
||||||
|
msgid "Can't approve pages in '%s' state."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
@ -134,13 +154,13 @@ msgid "Change Requests"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:109
|
#: code:addons/document_page_approval/models/document_page_history.py:139
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request <b>%s</b> has been cancelled by %s."
|
msgid "Change request <b>%s</b> has been cancelled by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:90
|
#: code:addons/document_page_approval/models/document_page_history.py:120
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Change request has been approved by %s."
|
msgid "Change request has been approved by %s."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -183,7 +203,7 @@ msgid "New version of ${object.display_name} needs your approval"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:97
|
#: code:addons/document_page_approval/models/document_page_history.py:127
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "New version of the document %s approved."
|
msgid "New version of the document %s approved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -238,7 +258,42 @@ msgstr ""
|
|||||||
msgid "URL"
|
msgid "URL"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_user_has_drafts
|
||||||
|
msgid "User has drafts?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: document_page_approval
|
#. module: document_page_approval
|
||||||
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
#: model:ir.model.fields,help:document_page_approval.field_document_page_approver_gid
|
||||||
msgid "Users must also belong to the Approvers group"
|
msgid "Users must also belong to the Approvers group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:103
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only approvers with these groups can approve this: "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:63
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can reopen Change Requests."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:80
|
||||||
|
#, python-format
|
||||||
|
msgid ""
|
||||||
|
"You are not authorized to do this.\r\n"
|
||||||
|
"Only owners or approvers can request approval."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: document_page_approval
|
||||||
|
#: code:addons/document_page_approval/models/document_page_history.py:60
|
||||||
|
#, python-format
|
||||||
|
msgid "You need to cancel it before reopening."
|
||||||
|
msgstr ""
|
||||||
|
Loading…
Reference in New Issue
Block a user