mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-22 20:12:04 -06:00
OCA Transbot updated translations from Transifex
This commit is contained in:
parent
3c910bfef7
commit
68403146a9
118
document_page_approval/i18n/de.po
Normal file
118
document_page_approval/i18n/de.po
Normal file
@ -0,0 +1,118 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:01+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: German (http://www.transifex.com/oca/OCA-knowledge-9-0/language/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your approval.</p>\n"
|
||||
"\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page
|
||||
msgid "Document Page"
|
||||
msgstr "Dokumentenseite"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page_history
|
||||
msgid "Document Page History"
|
||||
msgstr "Dokumenten Seite Historie"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr ""
|
@ -1,55 +1,40 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-03 14:38+0200\n"
|
||||
"PO-Revision-Date: 2015-08-03 14:38+0200\n"
|
||||
"Last-Translator: Matjaz Mozetic <m.mozetic@matmoz.si>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: es\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: \n"
|
||||
"X-Generator: Poedit 1.8.2\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:email.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your "
|
||||
"approval.</p>\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your approval.</p>\n"
|
||||
"\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">"
|
||||
"${object.get_page_url}</a></p>\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
"\n"
|
||||
"<p>Hola,</p>\n"
|
||||
"\n"
|
||||
"<p>La página \"${object.page_id.name}\" ha sido modificada y necesita tu "
|
||||
"aprobación.</p>\n"
|
||||
"\n"
|
||||
"<p>Puedes revisar la nueva versión aquí: <a href=\"${object.get_page_url}\">"
|
||||
"${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Que tenga un buen día.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr "\n<p>Hola,</p>\n\n<p>La página \"${object.page_id.name}\" ha sido modificada y necesita tu aprobación.</p>\n\n<p>Puedes revisar la nueva versión aquí: <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n\n<p>Que tenga un buen día.<br/>\n--<br/>\nOdoo</p>\n "
|
||||
|
||||
#. module: document_page_approval
|
||||
#: view:document.page.history:document_page_approval.wiki_history_form_inherit
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr "Aprobar"
|
||||
|
||||
@ -59,17 +44,19 @@ msgid "Approved"
|
||||
msgstr "Aprobado"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: field:document.page.history,approved_uid:0
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr "Aprobado por"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: field:document.page.history,approved_date:0
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr "Fecha de aprobación"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: field:document.page,approver_gid:0
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr "Grupo aprobador"
|
||||
|
||||
@ -89,22 +76,43 @@ msgid "Draft"
|
||||
msgstr "Borrador"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:email.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr "Nueva versión de \"${object.page_id.name}\" para aprobar"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/document_page_approval.py:66
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr "Nueva versión del documento %s aprobada."
|
||||
|
||||
#. module: document_page_approval
|
||||
#: field:document.page,approval_required:0
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr "Requiere aprobación"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: field:document.page.history,state:0
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr ""
|
||||
|
118
document_page_approval/i18n/es_AR.po
Normal file
118
document_page_approval/i18n/es_AR.po
Normal file
@ -0,0 +1,118 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:01+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_AR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_AR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your approval.</p>\n"
|
||||
"\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page
|
||||
msgid "Document Page"
|
||||
msgstr "Página de documento"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page_history
|
||||
msgid "Document Page History"
|
||||
msgstr "Historia de página de documento"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr ""
|
@ -1,55 +1,40 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-03 14:38+0200\n"
|
||||
"PO-Revision-Date: 2015-08-03 14:38+0200\n"
|
||||
"Last-Translator: Matjaz Mozetic <m.mozetic@matmoz.si>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: es_CR\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:01+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Spanish (Costa Rica) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_CR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: \n"
|
||||
"X-Generator: Poedit 1.8.2\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:email.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your "
|
||||
"approval.</p>\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your approval.</p>\n"
|
||||
"\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">"
|
||||
"${object.get_page_url}</a></p>\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
"\n"
|
||||
"<p>Hola,</p>\n"
|
||||
"\n"
|
||||
"<p>La página \"${object.page_id.name}\" ha sido modificada y necesita tu "
|
||||
"aprobación.</p>\n"
|
||||
"\n"
|
||||
"<p>Puedes revisar la nueva versión aquí: <a href=\"${object.get_page_url}\">"
|
||||
"${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Que tenga un buen día.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr "\n<p>Hola,</p>\n\n<p>La página \"${object.page_id.name}\" ha sido modificada y necesita tu aprobación.</p>\n\n<p>Puedes revisar la nueva versión aquí: <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n\n<p>Que tenga un buen día.<br/>\n--<br/>\nOdoo</p>\n "
|
||||
|
||||
#. module: document_page_approval
|
||||
#: view:document.page.history:document_page_approval.wiki_history_form_inherit
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr "Aprobar"
|
||||
|
||||
@ -59,17 +44,19 @@ msgid "Approved"
|
||||
msgstr "Aprobado"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: field:document.page.history,approved_uid:0
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr "Aprobado por"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: field:document.page.history,approved_date:0
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr "Fecha de aprobación"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: field:document.page,approver_gid:0
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr "Grupo aprobador"
|
||||
|
||||
@ -89,22 +76,43 @@ msgid "Draft"
|
||||
msgstr "Borrador"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:email.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr "Nueva versión de \"${object.page_id.name}\" para aprobar"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/document_page_approval.py:66
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr "Nueva versión del documento %s aprobada."
|
||||
|
||||
#. module: document_page_approval
|
||||
#: field:document.page,approval_required:0
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr "Requiere aprobación"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: field:document.page.history,state:0
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr ""
|
||||
|
118
document_page_approval/i18n/es_MX.po
Normal file
118
document_page_approval/i18n/es_MX.po
Normal file
@ -0,0 +1,118 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:01+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Spanish (Mexico) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_MX/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_MX\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your approval.</p>\n"
|
||||
"\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page
|
||||
msgid "Document Page"
|
||||
msgstr "Página de documento"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page_history
|
||||
msgid "Document Page History"
|
||||
msgstr "Historia de página de documento"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr ""
|
118
document_page_approval/i18n/es_VE.po
Normal file
118
document_page_approval/i18n/es_VE.po
Normal file
@ -0,0 +1,118 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:01+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_VE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_VE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your approval.</p>\n"
|
||||
"\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page
|
||||
msgid "Document Page"
|
||||
msgstr "Página de documento"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page_history
|
||||
msgid "Document Page History"
|
||||
msgstr "Historia de página de documento"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr ""
|
118
document_page_approval/i18n/fi.po
Normal file
118
document_page_approval/i18n/fi.po
Normal file
@ -0,0 +1,118 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:01+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Finnish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/fi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your approval.</p>\n"
|
||||
"\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page
|
||||
msgid "Document Page"
|
||||
msgstr "Dokumentin sivu"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page_history
|
||||
msgid "Document Page History"
|
||||
msgstr "Dokumentin sivuhistoria"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr ""
|
@ -1,24 +1,24 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-07-30 14:19-0600\n"
|
||||
"PO-Revision-Date: 2015-08-03 13:36+0200\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: fr\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:01+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: French (http://www.transifex.com/oca/OCA-knowledge-9-0/language/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: \n"
|
||||
"X-Generator: Poedit 1.8.2\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:email.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
@ -31,21 +31,10 @@ msgid ""
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
"\n"
|
||||
"<p>Bonjour,</p>\n"
|
||||
"\n"
|
||||
"<p>La page \"${object.page_id.name}\" a été modifié et demande votre approbation.</p>\n"
|
||||
"\n"
|
||||
"<p>Vous pouvez réviser la nouvelle version ici : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Bonne journée.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr "\n<p>Bonjour,</p>\n\n<p>La page \"${object.page_id.name}\" a été modifié et demande votre approbation.</p>\n\n<p>Vous pouvez réviser la nouvelle version ici : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n\n<p>Bonne journée.<br/>\n--<br/>\nOdoo</p>\n "
|
||||
|
||||
#. module: document_page_approval
|
||||
#: view:document.page.history:document_page_approval.wiki_history_form_inherit
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr "Approuver"
|
||||
|
||||
@ -55,17 +44,19 @@ msgid "Approved"
|
||||
msgstr "Approuvée"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: field:document.page.history,approved_uid:0
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr "Approuvée par"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: field:document.page.history,approved_date:0
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr "Date d'approbation"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: field:document.page,approver_gid:0
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr "Groupe approbateur"
|
||||
|
||||
@ -85,22 +76,43 @@ msgid "Draft"
|
||||
msgstr "Brouillon"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:email.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr "Nouvelle version de \"${object.page_id.name}\" à approuver"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/document_page_approval.py:66
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: field:document.page,approval_required:0
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr "Nécessite une approbation"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: field:document.page.history,state:0
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr "Statut"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr ""
|
||||
|
118
document_page_approval/i18n/hr.po
Normal file
118
document_page_approval/i18n/hr.po
Normal file
@ -0,0 +1,118 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:01+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Croatian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/hr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hr\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your approval.</p>\n"
|
||||
"\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page
|
||||
msgid "Document Page"
|
||||
msgstr "Stranica dokumenata"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page_history
|
||||
msgid "Document Page History"
|
||||
msgstr "Povijest stranica Dokumenata"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr ""
|
118
document_page_approval/i18n/hu.po
Normal file
118
document_page_approval/i18n/hu.po
Normal file
@ -0,0 +1,118 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:01+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/hu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your approval.</p>\n"
|
||||
"\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page
|
||||
msgid "Document Page"
|
||||
msgstr "Documentum oldal"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page_history
|
||||
msgid "Document Page History"
|
||||
msgstr "Dokumantum oldal előzmény"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr ""
|
118
document_page_approval/i18n/it.po
Normal file
118
document_page_approval/i18n/it.po
Normal file
@ -0,0 +1,118 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:01+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your approval.</p>\n"
|
||||
"\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page
|
||||
msgid "Document Page"
|
||||
msgstr "Pagina documento"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page_history
|
||||
msgid "Document Page History"
|
||||
msgstr "Cronologia Pagina Documento"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr ""
|
118
document_page_approval/i18n/mk.po
Normal file
118
document_page_approval/i18n/mk.po
Normal file
@ -0,0 +1,118 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:01+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/mk/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: mk\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your approval.</p>\n"
|
||||
"\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page
|
||||
msgid "Document Page"
|
||||
msgstr "Страница на документ"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page_history
|
||||
msgid "Document Page History"
|
||||
msgstr "Историја на страница на документ"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr ""
|
118
document_page_approval/i18n/mn.po
Normal file
118
document_page_approval/i18n/mn.po
Normal file
@ -0,0 +1,118 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:01+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/mn/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: mn\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your approval.</p>\n"
|
||||
"\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page
|
||||
msgid "Document Page"
|
||||
msgstr "Баримтын Хуудас"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page_history
|
||||
msgid "Document Page History"
|
||||
msgstr "Баримтын Хуудасны Түүх"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr ""
|
118
document_page_approval/i18n/nl.po
Normal file
118
document_page_approval/i18n/nl.po
Normal file
@ -0,0 +1,118 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:01+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Dutch (http://www.transifex.com/oca/OCA-knowledge-9-0/language/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your approval.</p>\n"
|
||||
"\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page
|
||||
msgid "Document Page"
|
||||
msgstr "Document pagina"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page_history
|
||||
msgid "Document Page History"
|
||||
msgstr "Document pagina historie"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr ""
|
118
document_page_approval/i18n/pl.po
Normal file
118
document_page_approval/i18n/pl.po
Normal file
@ -0,0 +1,118 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:01+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your approval.</p>\n"
|
||||
"\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page
|
||||
msgid "Document Page"
|
||||
msgstr "Strona dokumentu"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page_history
|
||||
msgid "Document Page History"
|
||||
msgstr "Historia strony dokumentu"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr ""
|
118
document_page_approval/i18n/pt.po
Normal file
118
document_page_approval/i18n/pt.po
Normal file
@ -0,0 +1,118 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:01+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-knowledge-9-0/language/pt/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your approval.</p>\n"
|
||||
"\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page
|
||||
msgid "Document Page"
|
||||
msgstr "Página do documento"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page_history
|
||||
msgid "Document Page History"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr ""
|
118
document_page_approval/i18n/pt_BR.po
Normal file
118
document_page_approval/i18n/pt_BR.po
Normal file
@ -0,0 +1,118 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:01+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt_BR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your approval.</p>\n"
|
||||
"\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page
|
||||
msgid "Document Page"
|
||||
msgstr "Página do Documento"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page_history
|
||||
msgid "Document Page History"
|
||||
msgstr "Histórico da Página de Documento"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr ""
|
118
document_page_approval/i18n/ro.po
Normal file
118
document_page_approval/i18n/ro.po
Normal file
@ -0,0 +1,118 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:01+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Romanian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ro/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ro\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your approval.</p>\n"
|
||||
"\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page
|
||||
msgid "Document Page"
|
||||
msgstr "Pagina Documentului"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page_history
|
||||
msgid "Document Page History"
|
||||
msgstr "Istoric Pagini Documente"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr ""
|
118
document_page_approval/i18n/ru.po
Normal file
118
document_page_approval/i18n/ru.po
Normal file
@ -0,0 +1,118 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:01+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ru/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ru\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your approval.</p>\n"
|
||||
"\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page
|
||||
msgid "Document Page"
|
||||
msgstr "Страница документа"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page_history
|
||||
msgid "Document Page History"
|
||||
msgstr "История страницы документа"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr ""
|
@ -1,24 +1,25 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-07-30 14:20-0600\n"
|
||||
"PO-Revision-Date: 2015-08-03 13:36+0200\n"
|
||||
"Last-Translator: Matjaz Mozetic <m.mozetic@matmoz.si>\n"
|
||||
"Language-Team: Slovenian <translate@matmoz.si>\n"
|
||||
"Language: sl\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-16 05:47+0000\n"
|
||||
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
|
||||
"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/sl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: \n"
|
||||
"X-Generator: Poedit 1.8.2\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:email.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
@ -31,21 +32,10 @@ msgid ""
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
"\n"
|
||||
"<p>Pozdravljeni,</p>\n"
|
||||
"\n"
|
||||
"<p>Stran \"${object.page_id.name}\" vsebuje spremembe, ki potrebujejo vašo odobritev.</p>\n"
|
||||
"\n"
|
||||
"<p>Novo različico lahko pregledate tukaj: <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Lep dan.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr "\n<p>Pozdravljeni,</p>\n\n<p>Stran \"${object.page_id.name}\" vsebuje spremembe, ki potrebujejo vašo odobritev.</p>\n\n<p>Novo različico lahko pregledate tukaj: <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n\n<p>Lep dan.<br/>\n--<br/>\nOdoo</p>\n "
|
||||
|
||||
#. module: document_page_approval
|
||||
#: view:document.page.history:document_page_approval.wiki_history_form_inherit
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr "Odobri"
|
||||
|
||||
@ -55,17 +45,19 @@ msgid "Approved"
|
||||
msgstr "Odobreno"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: field:document.page.history,approved_uid:0
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr "Odobril"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: field:document.page.history,approved_date:0
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr "Datum odobritve"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: field:document.page,approver_gid:0
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr "Skupina pooblaščenih za odobritev"
|
||||
|
||||
@ -85,22 +77,43 @@ msgid "Draft"
|
||||
msgstr "Osnutek"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:email.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr "Nova različica \"${object.page_id.name}\" za odobritev"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/document_page_approval.py:66
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr "Nova verzija dokumenta %s odobrena."
|
||||
|
||||
#. module: document_page_approval
|
||||
#: field:document.page,approval_required:0
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr "Zahtevana odobritev"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: field:document.page.history,state:0
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr "URL"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr "lahko uporabnik odobri to stran"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr "pridobi e-pošto vseh pooblaščenih za odobritev"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr "nadrejena odobritev"
|
||||
|
118
document_page_approval/i18n/sv.po
Normal file
118
document_page_approval/i18n/sv.po
Normal file
@ -0,0 +1,118 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:01+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Swedish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/sv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sv\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your approval.</p>\n"
|
||||
"\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page
|
||||
msgid "Document Page"
|
||||
msgstr "Dokumentsida"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page_history
|
||||
msgid "Document Page History"
|
||||
msgstr "Dokumentets sidhistorik"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr ""
|
118
document_page_approval/i18n/tr.po
Normal file
118
document_page_approval/i18n/tr.po
Normal file
@ -0,0 +1,118 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * document_page_approval
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:01+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: Turkish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/tr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: tr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,body_html:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid ""
|
||||
"\n"
|
||||
"<p>Hello,</p>\n"
|
||||
"\n"
|
||||
"<p>The page \"${object.page_id.name}\" has been modified and need your approval.</p>\n"
|
||||
"\n"
|
||||
"<p>You can review the new version here : <a href=\"${object.get_page_url}\">${object.get_page_url}</a></p>\n"
|
||||
"\n"
|
||||
"<p>Have a great day.<br/>\n"
|
||||
"--<br/>\n"
|
||||
"Odoo</p>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.ui.view,arch_db:document_page_approval.wiki_history_form_inherit
|
||||
msgid "Approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Approved"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_uid
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_uid
|
||||
msgid "Approved By"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approved_date
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_approved_date
|
||||
msgid "Approved Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approver_gid
|
||||
msgid "Approver group"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page
|
||||
msgid "Document Page"
|
||||
msgstr "Belge Sayfası"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model,name:document_page_approval.model_document_page_history
|
||||
msgid "Document Page History"
|
||||
msgstr "Belge Sayfa Geçmişi"
|
||||
|
||||
#. module: document_page_approval
|
||||
#: selection:document.page.history,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:mail.template,subject:document_page_approval.email_template_new_draft_need_approval
|
||||
msgid "New version of \"${object.page_id.name}\" to approve"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: code:addons/document_page_approval/models/document_page_history_workflow.py:61
|
||||
#, python-format
|
||||
msgid "New version of the document %s approved."
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_approval_required
|
||||
msgid "Require approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_state
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_page_url
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_can_user_approve_page
|
||||
msgid "can user approve this page"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_get_approvers_email
|
||||
msgid "get all approvers email"
|
||||
msgstr ""
|
||||
|
||||
#. module: document_page_approval
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_history_is_parent_approval_required
|
||||
#: model:ir.model.fields,field_description:document_page_approval.field_document_page_is_parent_approval_required
|
||||
msgid "parent approval"
|
||||
msgstr ""
|
@ -9,8 +9,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Arabic (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -23,7 +23,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -31,6 +31,11 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "تطبيق"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
@ -52,6 +57,26 @@ msgstr "الإعدادات"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "ضبط المعرفة"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -71,17 +96,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr "استخراج نصوص المستندات، والبحث في كامل نصوص المرفقات.\n- سيقوم هذا بتثبيت هذا الموديول document."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -138,7 +153,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -146,6 +161,16 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -9,9 +9,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-01-09 11:27+0000\n"
|
||||
"PO-Revision-Date: 2016-03-11 15:42+0000\n"
|
||||
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: German (http://www.transifex.com/oca/OCA-knowledge-9-0/language/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -23,14 +23,19 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
msgstr "Dokumenten einen Workflow per Kategorie zuweisen.\n- DAs Modul document_page_approval wird installiert."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Apply"
|
||||
msgstr "Anwenden"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
@ -52,6 +57,26 @@ msgstr "Konfiguration"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "Konfiguriere Dokumentenmanagement"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -71,18 +96,8 @@ msgstr "Anzeigename"
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr "Indizierung von Dokumenten, Volltextsuche in Dateianhängen.\n- Es wird das Modul document installiert."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr "Dokument-Seitenfreigabe"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
msgstr "Dokumentseiten"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
@ -138,14 +153,24 @@ msgstr "Dokumentenfreigabe verwalten"
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
msgstr "Stelle Dokumentseite und -kategorie als Wiki zur Verfügung.\n- Das Modul document_page wird installiert."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration
|
||||
msgid "Settings"
|
||||
msgstr "Einstellungen"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -7,8 +7,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:04+0000\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: English (http://www.transifex.com/oca/OCA-knowledge-9-0/language/en/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -21,14 +21,19 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
msgstr "Add workflow on documents per category.\n-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr "Add workflow on documents per category.\n- This installs the module document_page_approval."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Apply"
|
||||
msgstr "Apply"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr "Attach files from an external DMS into Odoo"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
@ -50,6 +55,26 @@ msgstr "Configuration"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "Configure Knowledge"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr "Connect Odoo with a CMIS compatible server to attach files\nto an Odoo record.\n- This installs the module cmis_read."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr "Connect Odoo with a CMIS compatible server to store files.\n- This installs the module cmis_write."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr "Connect with an external DMS"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -69,18 +94,8 @@ msgstr "Display Name"
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr "Document indexation, full text search of attachements.\n-This installs the module document."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr "Document page approval"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
msgstr "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr "Document indexation, full text search of attachements.\n- This installs the module document."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
@ -136,14 +151,24 @@ msgstr "Manage documents approval"
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
msgstr "Provide document page and category as a wiki.\n-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr "Provide document page and category as a wiki.\n- This installs the module document_page."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration
|
||||
msgid "Settings"
|
||||
msgstr "Settings"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr "Using CMIS"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -10,9 +10,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-01-09 11:27+0000\n"
|
||||
"PO-Revision-Date: 2016-02-01 09:57+0000\n"
|
||||
"Last-Translator: Antonio Trueba\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -24,14 +24,19 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
msgstr "Añade un flujo de trabajo en documentos por categoría.\n- Instala el módulo «document_page_approval»."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Apply"
|
||||
msgstr "Aplicar"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
@ -53,6 +58,26 @@ msgstr "Configuración"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "Configurar base de conocimiento"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -72,18 +97,8 @@ msgstr "Nombre mostrado"
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr "Indexación de los documentos, búsqueda de texto completo en los adjuntos.\n- Esto instalará el módulo document."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr "Aprobación de páginas de documento"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
msgstr "Páginas de documento"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
@ -139,14 +154,24 @@ msgstr "Gestionar aprobación de documentos"
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
msgstr "Proporciona la página de documento y categoría como un wiki.\n- Instala el módulo «document_page»."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration
|
||||
msgid "Settings"
|
||||
msgstr "Ajustes"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -9,8 +9,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/es_AR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -23,7 +23,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -31,6 +31,11 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Aplicar"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
@ -52,6 +57,26 @@ msgstr "Configuración"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "Configurar Conocimiento"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -71,17 +96,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr "Indexación de documentos, búsqueda de texto completo de los archivos adjuntos.\n-Esto instala el módulo documento."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -138,7 +153,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -146,6 +161,16 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -9,8 +9,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Finnish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/fi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -23,7 +23,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -31,6 +31,11 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Hyväksy"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
@ -52,6 +57,26 @@ msgstr "Konfiguraatio"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "Konfiguroi tietämyksenhallinta -moduuli"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -71,17 +96,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr "Dokumenttien indeksointi, täysi tekstihaku liitetiedostoista.\n-Tämä asentaa moduulin: document."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -138,7 +153,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -146,6 +161,16 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -10,9 +10,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-10 03:16+0000\n"
|
||||
"Last-Translator: Maxime Chambreuil <maxime.chambreuil@gmail.com>\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: French (http://www.transifex.com/oca/OCA-knowledge-9-0/language/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -24,14 +24,19 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
msgstr "Ajouter un workflow sur les documents par catégorie.\n- Ceci installe le module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Apply"
|
||||
msgstr "Appliquer"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
@ -53,6 +58,26 @@ msgstr "Configuration"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "Configurer la base de connaissances"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -72,18 +97,8 @@ msgstr "Nom affiché"
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr "Indexation de documents, recherche plain-texte des pièces jointes.\n- Ceci installe le module document."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr "Approbation des pages"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
msgstr "Pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
@ -139,14 +154,24 @@ msgstr "Gérer l'approbation sur les pages"
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
msgstr "Fournit les pages et les catégories comme un wiki.\n- Ceci installe le module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration
|
||||
msgid "Settings"
|
||||
msgstr "Paramètres"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/hu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,6 +30,11 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Alkalmaz"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
@ -51,6 +56,26 @@ msgstr "Beállítások"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "Tudástár beállítása"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,17 +95,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr "Dokument indexálás, a teljes szöveg keresésa a mellékleteken.\n-Ez a document modult telepíti."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -137,7 +152,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +160,16 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Italian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,6 +30,11 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Salva"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
@ -51,6 +56,26 @@ msgstr "Configurazione"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "Configura Knowledge"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,17 +95,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr "Indicizzazione documenti, e ricerca testuale attraverso gli allegati.\n-Questo install il modulo document."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -137,7 +152,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +160,16 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -7,8 +7,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Korean (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ko/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -21,7 +21,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -29,6 +29,11 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "적용"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
@ -50,6 +55,26 @@ msgstr "환경 설정"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "지식 구성"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -69,17 +94,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr "문서 연동, 첨부 파일의 전체 텍스트 검색.\n-이것은 document 모듈을 설치합니다."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -136,7 +151,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -144,6 +159,16 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/mk/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,6 +30,11 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Примени"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
@ -51,6 +56,26 @@ msgstr "Конфигурација"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "Конфигурирај го Знаење"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,17 +95,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr "Индексирање на документи, целосно пребарување на текст во прикачените датотеки.\n-Ова го инсталира модулот document."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -137,7 +152,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +160,16 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/mn/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,6 +30,11 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Ашиглах"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
@ -51,6 +56,26 @@ msgstr "Тохиргоо"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "Баримтын Тохиргоо"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,17 +95,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr "Документийн индексжүүлэлт, хавсралтуудын текст дахь нэвт хайлт.\n-Энэ нь document модулийг суулгана."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -137,7 +152,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +160,16 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Dutch (http://www.transifex.com/oca/OCA-knowledge-9-0/language/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,6 +30,11 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Toepassen"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
@ -51,6 +56,26 @@ msgstr "Instellingen"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "Configureer Knowledge"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,17 +95,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr "Document indexatie, tekst zoeken in bijlages.\n-Deze installeert de document module."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -137,7 +152,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +160,16 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,6 +30,11 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Zastosuj"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
@ -51,6 +56,26 @@ msgstr "Konfiguracja"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "Skonfiguruj bibliotekę"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,17 +95,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr "Indeksowanie dokumentów, pełne przeszukiwanie tekstu załączników.\n-Instaluje moduł Dokument."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -137,7 +152,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +160,16 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-knowledge-9-0/language/pt/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,6 +30,11 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Aplicar"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
@ -51,6 +56,26 @@ msgstr "Configuração"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "Configurar Conhecimento"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,17 +95,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr "Indexação de documentos, pesquisa de texto completo de anexos. \n-Instala o módulo documento ."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -137,7 +152,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +160,16 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,6 +30,11 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Aplicar"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
@ -51,6 +56,26 @@ msgstr "Configuração"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "Configurar Conhecimento"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,17 +95,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr "Indexação de documentos, pesquisa de texto completo para anexos.\n-isso instala o módulo Document."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -137,7 +152,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +160,16 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/ru/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,6 +30,11 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Применить"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
@ -51,6 +56,26 @@ msgstr "Настройка"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "Настройка знаний"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,17 +95,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr "Индексация документов, полнотекстовый поиск вложений.\n-Это установка модуля документ."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -137,7 +152,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +160,16 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -4,13 +4,13 @@
|
||||
#
|
||||
# Translators:
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
|
||||
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2015-2016
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-10 10:38+0000\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-16 05:46+0000\n"
|
||||
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
|
||||
"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-knowledge-9-0/language/sl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -23,7 +23,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr "Dodaj delotok dokumentov po kategoriji.\n- namesti modul document_page_approval."
|
||||
|
||||
#. module: knowledge
|
||||
@ -31,6 +31,11 @@ msgstr "Dodaj delotok dokumentov po kategoriji.\n- namesti modul document_page_a
|
||||
msgid "Apply"
|
||||
msgstr "Uveljavi"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr "Pripni datoteke iz zunanjega DMS v Odoo"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
@ -52,6 +57,26 @@ msgstr "Nastavitve"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "Nastavitve baze znanja"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr "Poveži Odoo s CMIS združljivim strežnikom za pripenjanje datotek\nOdoo zapisu.\n- namesti modul cmis_read."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr "Poveži Odoo s CMIS združljivim strežnikom za hrambo datotek.\n- namesti modul cmis_write."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr "Poveži z zunanjim DMS"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -71,18 +96,8 @@ msgstr "Naziv prikaza"
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr "Indeksacija dokumentov, iskanje po vsebini prilog.\n-Namesti modul 'document'."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr "Odobritev strani dokumenta"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
msgstr "Strani dokumenta"
|
||||
"- This installs the module document."
|
||||
msgstr "Indeksacija dokumentov, iskanje po vsebini prilog.\n- Namesti modul 'document'."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
@ -138,7 +153,7 @@ msgstr "Upravljanje odobritev dokumentov"
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr "Zagotovi stran dokumenta in kategorijo kot wiki.\n- namesti modul document_page."
|
||||
|
||||
#. module: knowledge
|
||||
@ -146,6 +161,16 @@ msgstr "Zagotovi stran dokumenta in kategorijo kot wiki.\n- namesti modul docume
|
||||
msgid "Settings"
|
||||
msgstr "Nastavitve"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr "Hrani priponke na zunanjem DMS namesto v Odoo Filestore"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr "Uporaba CMIS"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -8,8 +8,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Turkish (http://www.transifex.com/oca/OCA-knowledge-9-0/language/tr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -22,7 +22,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -30,6 +30,11 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "Uygula"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
@ -51,6 +56,26 @@ msgstr "Yapılandırma"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "Bilgi Birikimini Yapılandır"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -70,17 +95,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr "Eklerde belge dizinleme, tam metin arama.\n-Bu,document modülünü kurar."
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -137,7 +152,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -145,6 +160,16 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
@ -6,12 +6,13 @@
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
|
||||
# jeffery chen fan <jeffery9@gmail.com>, 2015
|
||||
# 珠海-老天 <liangjia@qq.com>, 2015
|
||||
# 珠海-老天 <liangjia@qq.com>, 2015
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: knowledge (9.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-12-09 18:03+0000\n"
|
||||
"PO-Revision-Date: 2015-12-09 18:05+0000\n"
|
||||
"POT-Creation-Date: 2016-03-12 13:00+0000\n"
|
||||
"PO-Revision-Date: 2016-03-12 13:02+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/oca/OCA-knowledge-9-0/language/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -24,7 +25,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page_approval
|
||||
msgid ""
|
||||
"Add workflow on documents per category.\n"
|
||||
"-This installs the module document_page_approval."
|
||||
"- This installs the module document_page_approval."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -32,6 +33,11 @@ msgstr ""
|
||||
msgid "Apply"
|
||||
msgstr "应用"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid "Attach files from an external DMS into Odoo"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Cancel"
|
||||
@ -53,6 +59,26 @@ msgstr "配置"
|
||||
msgid "Configure Knowledge"
|
||||
msgstr "配置知识库"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_read
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to attach files\n"
|
||||
"to an Odoo record.\n"
|
||||
"- This installs the module cmis_read."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid ""
|
||||
"Connect Odoo with a CMIS compatible server to store files.\n"
|
||||
"- This installs the module cmis_write."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Connect with an external DMS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_create_uid
|
||||
msgid "Created by"
|
||||
@ -72,17 +98,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document
|
||||
msgid ""
|
||||
"Document indexation, full text search of attachements.\n"
|
||||
"-This installs the module document."
|
||||
msgstr "文件索引,附件全文搜索。\n-安装文档管理模块"
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document page approval"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Document pages"
|
||||
"- This installs the module document."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -139,7 +155,7 @@ msgstr ""
|
||||
#: model:ir.model.fields,help:knowledge.field_knowledge_config_settings_module_document_page
|
||||
msgid ""
|
||||
"Provide document page and category as a wiki.\n"
|
||||
"-This installs the module document_page."
|
||||
"- This installs the module document_page."
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
@ -147,6 +163,16 @@ msgstr ""
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model.fields,field_description:knowledge.field_knowledge_config_settings_module_cmis_write
|
||||
msgid "Store attachments in an external DMS instead of the Odoo Filestore"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.ui.view,arch_db:knowledge.view_knowledge_configuration
|
||||
msgid "Using CMIS"
|
||||
msgstr ""
|
||||
|
||||
#. module: knowledge
|
||||
#: model:ir.model,name:knowledge.model_knowledge_config_settings
|
||||
msgid "knowledge.config.settings"
|
||||
|
Loading…
Reference in New Issue
Block a user