[MIG] base_comment_template: Migration to 12.0

pull/481/head
Raf Ven 2018-12-26 20:56:21 +01:00 committed by Carlos Roca
parent e9c5502ad6
commit 9fb9be3c35
76 changed files with 986 additions and 1034 deletions

View File

@ -14,13 +14,13 @@ Base Comments Templates
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3 :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--invoice--reporting-lightgray.png?logo=github .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--invoice--reporting-lightgray.png?logo=github
:target: https://github.com/OCA/account-invoice-reporting/tree/11.0/base_comment_template :target: https://github.com/OCA/account-invoice-reporting/tree/12.0/base_comment_template
:alt: OCA/account-invoice-reporting :alt: OCA/account-invoice-reporting
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/account-invoice-reporting-11-0/account-invoice-reporting-11-0-base_comment_template :target: https://translation.odoo-community.org/projects/account-invoice-reporting-12-0/account-invoice-reporting-12-0-base_comment_template
:alt: Translate me on Weblate :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/94/11.0 :target: https://runbot.odoo-community.org/runbot/94/12.0
:alt: Try me on Runbot :alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5| |badge1| |badge2| |badge3| |badge4| |badge5|
@ -50,7 +50,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-invoice-reporting/issues>`_. Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-invoice-reporting/issues>`_.
In case of trouble, please check there if your issue has already been reported. In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/account-invoice-reporting/issues/new?body=module:%20base_comment_template%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. `feedback <https://github.com/OCA/account-invoice-reporting/issues/new?body=module:%20base_comment_template%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Do not contact contributors directly about support or help with technical issues. Do not contact contributors directly about support or help with technical issues.
@ -70,8 +70,10 @@ Contributors
* Yannick Vaucher <yannick.vaucher@camptocamp.com> * Yannick Vaucher <yannick.vaucher@camptocamp.com>
* Guewen Baconnier <guewen.baconnier@camptocamp.com> * Guewen Baconnier <guewen.baconnier@camptocamp.com>
* Simone Rubino <simone.rubino@agilebg.com> * Simone Rubino <simone.rubino@agilebg.com>
* Simone Rubino <simone.rubino@agilebg.com>
* `DynApps <https://www.dynapps.be>`_:
Do not contact contributors directly about support or help with technical issues. * Raf Ven <raf.ven@dynapps.be>
Maintainers Maintainers
~~~~~~~~~~~ ~~~~~~~~~~~
@ -86,6 +88,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and mission is to support the collaborative development of Odoo features and
promote its widespread use. promote its widespread use.
This module is part of the `OCA/account-invoice-reporting <https://github.com/OCA/account-invoice-reporting/tree/11.0/base_comment_template>`_ project on GitHub. This module is part of the `OCA/account-invoice-reporting <https://github.com/OCA/account-invoice-reporting/tree/12.0/base_comment_template>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

View File

@ -1,15 +1,20 @@
# © 2013-2014 Nicolas Bessi (Camptocamp SA) # © 2013-2014 Nicolas Bessi (Camptocamp SA)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{"name": "Base Comments Templates", {
"name": "Base Comments Templates",
"summary": "Comments templates on documents", "summary": "Comments templates on documents",
"version": "11.0.1.0.0", "version": "12.0.1.0.0",
"depends": ["base"], "category": "Sale",
"website": "https://github.com/OCA/account-invoice-reporting",
"author": "Camptocamp, Odoo Community Association (OCA)", "author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3", "license": "AGPL-3",
"data": ["views/comment_view.xml", "installable": True,
"security/ir.model.access.csv", "depends": [
"base"
], ],
"category": "Sale", "data": [
'installable': True, "security/ir.model.access.csv",
} "views/comment_view.xml",
],
}

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Creado por" msgstr "Creado por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Última actualización por" msgstr "Última actualización por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Última actualización en" msgstr "Última actualización en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "أنشئ بواسطة" msgstr "أنشئ بواسطة"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "أنشئ في" msgstr "أنشئ في"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "اسم العرض" msgstr "اسم العرض"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "المعرف" msgstr "المعرف"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "آخر تعديل في" msgstr "آخر تعديل في"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "آخر تحديث بواسطة" msgstr "آخر تحديث بواسطة"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "آخر تحديث في" msgstr "آخر تحديث في"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -4,7 +4,7 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Odoo Server 11.0\n" "Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"Last-Translator: <>\n" "Last-Translator: <>\n"
"Language-Team: \n" "Language-Team: \n"
@ -29,65 +29,64 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Създадено от" msgstr "Създадено от"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Създадено на" msgstr "Създадено на"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Име за Показване" msgstr "Име за Показване"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Последно обновено на" msgstr "Последно обновено на"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Последно обновено от" msgstr "Последно обновено от"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Последно обновено на" msgstr "Последно обновено на"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Kreirao" msgstr "Kreirao"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Kreirano" msgstr "Kreirano"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Prikaži naziv" msgstr "Prikaži naziv"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Zadnje mijenjano" msgstr "Zadnje mijenjano"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Zadnji ažurirao" msgstr "Zadnji ažurirao"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Zadnje ažurirano" msgstr "Zadnje ažurirano"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "Comentari " msgstr "Comentari "
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Creat per" msgstr "Creat per"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Creat el" msgstr "Creat el"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Veure el nom" msgstr "Veure el nom"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Darrera modificació el" msgstr "Darrera modificació el"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Darrera Actualització per" msgstr "Darrera Actualització per"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Darrera Actualització el" msgstr "Darrera Actualització el"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Vytvořil(a)" msgstr "Vytvořil(a)"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Vytvořeno" msgstr "Vytvořeno"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Zobrazovaný název" msgstr "Zobrazovaný název"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Naposled upraveno" msgstr "Naposled upraveno"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Naposled upraveno" msgstr "Naposled upraveno"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Naposled upraveno" msgstr "Naposled upraveno"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Oprettet af" msgstr "Oprettet af"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Oprettet den" msgstr "Oprettet den"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Vist navn" msgstr "Vist navn"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "Id" msgstr "Id"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Sidst ændret den" msgstr "Sidst ændret den"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Sidst opdateret af" msgstr "Sidst opdateret af"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Sidst opdateret den" msgstr "Sidst opdateret den"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "Vor Positionen" msgstr "Vor Positionen"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "Bemerkung" msgstr "Bemerkung"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "Vorlagen zu Bemerkungen" msgstr "Vorlagen zu Bemerkungen"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "Bemerkungszusammenfassung" msgstr "Bemerkungszusammenfassung"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Erstellt von" msgstr "Erstellt von"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Erstellt am:" msgstr "Erstellt am:"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Anzeigename" msgstr "Anzeigename"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Zuletzt geändert am" msgstr "Zuletzt geändert am"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Zuletzt aktualisiert von" msgstr "Zuletzt aktualisiert von"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Zuletzt aktualisiert am" msgstr "Zuletzt aktualisiert am"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "Stelle" msgstr "Stelle"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "Position im Dokument" msgstr "Position im Dokument"

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Δημιουργήθηκε από " msgstr "Δημιουργήθηκε από "
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Δημιουργήθηκε στις" msgstr "Δημιουργήθηκε στις"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "Κωδικός" msgstr "Κωδικός"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Τελευταία ενημέρωση από" msgstr "Τελευταία ενημέρωση από"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Τελευταία ενημέρωση στις" msgstr "Τελευταία ενημέρωση στις"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Created by" msgstr "Created by"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Created on" msgstr "Created on"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Display Name" msgstr "Display Name"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Last Modified on" msgstr "Last Modified on"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Last Updated by" msgstr "Last Updated by"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Last Updated on" msgstr "Last Updated on"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "Antes de las líneas" msgstr "Antes de las líneas"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "Comentario" msgstr "Comentario"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "Plantillas de comentarios" msgstr "Plantillas de comentarios"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "Índice de comentarios" msgstr "Índice de comentarios"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Creado por" msgstr "Creado por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Creado el" msgstr "Creado el"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre mostrado" msgstr "Nombre mostrado"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última modificación el" msgstr "Última modificación el"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Última modificación por" msgstr "Última modificación por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Última modificación el" msgstr "Última modificación el"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "Posició" msgstr "Posició"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "Posición en el documento" msgstr "Posición en el documento"

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Creado por" msgstr "Creado por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Mostrar Nombre" msgstr "Mostrar Nombre"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última modificación en" msgstr "Última modificación en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Última actualización realizada por" msgstr "Última actualización realizada por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Última actualización el" msgstr "Última actualización el"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Creado por" msgstr "Creado por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre mostrado" msgstr "Nombre mostrado"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID (identificación)" msgstr "ID (identificación)"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última modificación en" msgstr "Última modificación en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Última actualización de" msgstr "Última actualización de"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Última actualización en" msgstr "Última actualización en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Creado por" msgstr "Creado por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Creado" msgstr "Creado"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre Público" msgstr "Nombre Público"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última Modificación el" msgstr "Última Modificación el"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Actualizado por" msgstr "Actualizado por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Actualizado" msgstr "Actualizado"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Creado por" msgstr "Creado por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Ultima actualización por" msgstr "Ultima actualización por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Ultima actualización en" msgstr "Ultima actualización en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Creado por" msgstr "Creado por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre mostrado" msgstr "Nombre mostrado"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última modificación en" msgstr "Última modificación en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Última actualización de" msgstr "Última actualización de"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Última actualización en" msgstr "Última actualización en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Creado por" msgstr "Creado por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre mostrado" msgstr "Nombre mostrado"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID (identificación)" msgstr "ID (identificación)"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última modificación en" msgstr "Última modificación en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Última actualización de" msgstr "Última actualización de"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Última actualización en" msgstr "Última actualización en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Creado por" msgstr "Creado por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre para mostrar" msgstr "Nombre para mostrar"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última modificación en" msgstr "Última modificación en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Última actualización por" msgstr "Última actualización por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Última actualización en" msgstr "Última actualización en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Creado por" msgstr "Creado por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre desplegado" msgstr "Nombre desplegado"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Ultima modificacion realizada" msgstr "Ultima modificacion realizada"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Ultima actualizacion por" msgstr "Ultima actualizacion por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Ultima actualización realizada" msgstr "Ultima actualización realizada"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Creado por" msgstr "Creado por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nombre a Mostrar" msgstr "Nombre a Mostrar"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Ultima Modificación en" msgstr "Ultima Modificación en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Actualizado última vez por" msgstr "Actualizado última vez por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Ultima Actualización" msgstr "Ultima Actualización"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Creado por" msgstr "Creado por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Ultima actualización por" msgstr "Ultima actualización por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Ultima actualización en" msgstr "Ultima actualización en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Creado por" msgstr "Creado por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Mostrar nombre" msgstr "Mostrar nombre"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Modificada por última vez" msgstr "Modificada por última vez"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Última actualización realizada por" msgstr "Última actualización realizada por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Ultima actualizacion en" msgstr "Ultima actualizacion en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Loonud" msgstr "Loonud"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Loodud" msgstr "Loodud"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Näidatav nimi" msgstr "Näidatav nimi"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Viimati muudetud" msgstr "Viimati muudetud"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Viimati uuendatud" msgstr "Viimati uuendatud"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Viimati uuendatud" msgstr "Viimati uuendatud"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Nork sortua" msgstr "Nork sortua"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Created on" msgstr "Created on"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Izena erakutsi" msgstr "Izena erakutsi"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Last Updated by" msgstr "Last Updated by"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Last Updated on" msgstr "Last Updated on"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "ایجاد شده توسط" msgstr "ایجاد شده توسط"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "ایجاد شده در" msgstr "ایجاد شده در"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "نام نمایشی" msgstr "نام نمایشی"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "شناسه" msgstr "شناسه"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "تاریخ آخرین به‌روزرسانی" msgstr "تاریخ آخرین به‌روزرسانی"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "آخرین به روز رسانی توسط" msgstr "آخرین به روز رسانی توسط"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "آخرین به روز رسانی در" msgstr "آخرین به روز رسانی در"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Luonut" msgstr "Luonut"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Luotu" msgstr "Luotu"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nimi" msgstr "Nimi"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Viimeksi muokattu" msgstr "Viimeksi muokattu"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Viimeksi päivittänyt" msgstr "Viimeksi päivittänyt"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Viimeksi päivitetty" msgstr "Viimeksi päivitetty"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "Avant les lignes" msgstr "Avant les lignes"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "Commentaire" msgstr "Commentaire"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "Modèles de commentaires" msgstr "Modèles de commentaires"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "Nom" msgstr "Nom"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Créé par" msgstr "Créé par"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Créé le" msgstr "Créé le"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nom affiché" msgstr "Nom affiché"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Dernière mise-à-jour le" msgstr "Dernière mise-à-jour le"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Dernière mise-à-jour par" msgstr "Dernière mise-à-jour par"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Dernière mise-à-jour le" msgstr "Dernière mise-à-jour le"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "Position" msgstr "Position"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "Position sur le document" msgstr "Position sur le document"

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Créé par" msgstr "Créé par"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Créé le" msgstr "Créé le"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Afficher le nom" msgstr "Afficher le nom"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "Identifiant" msgstr "Identifiant"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Dernière mise à jour par" msgstr "Dernière mise à jour par"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Dernière mise à jour le" msgstr "Dernière mise à jour le"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Créé par" msgstr "Créé par"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Créé le" msgstr "Créé le"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nom affiché" msgstr "Nom affiché"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Dernière modification le" msgstr "Dernière modification le"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Modifié par" msgstr "Modifié par"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Modifié le" msgstr "Modifié le"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Creado por" msgstr "Creado por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Creado en" msgstr "Creado en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última modificación" msgstr "Última modificación"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "ültima actualización por" msgstr "ültima actualización por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Última actualización en" msgstr "Última actualización en"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "נוצר על ידי" msgstr "נוצר על ידי"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "נוצר ב-" msgstr "נוצר ב-"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "השם המוצג" msgstr "השם המוצג"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "מזהה" msgstr "מזהה"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "תאריך שינוי אחרון" msgstr "תאריך שינוי אחרון"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "עודכן לאחרונה על ידי" msgstr "עודכן לאחרונה על ידי"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "עודכן לאחרונה על" msgstr "עודכן לאחרונה על"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -37,64 +37,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "Komentar" msgstr "Komentar"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Stvorio/la" msgstr "Stvorio/la"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Stvoreno dana" msgstr "Stvoreno dana"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Prikaži naziv" msgstr "Prikaži naziv"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Zadnja izmjena" msgstr "Zadnja izmjena"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Zadnju izmjenu izvršio/la" msgstr "Zadnju izmjenu izvršio/la"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Zadnja izmjena" msgstr "Zadnja izmjena"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -36,64 +36,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Kreirao" msgstr "Kreirao"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Kreirano" msgstr "Kreirano"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Naziv" msgstr "Naziv"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Zadnje modificirano" msgstr "Zadnje modificirano"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Zadnji ažurirao" msgstr "Zadnji ažurirao"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Zadnje ažurirano" msgstr "Zadnje ažurirano"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Készítette" msgstr "Készítette"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Létrehozás dátuma" msgstr "Létrehozás dátuma"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Név megjelenítése" msgstr "Név megjelenítése"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Utolsó frissítés dátuma" msgstr "Utolsó frissítés dátuma"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Utoljára frissítve, által" msgstr "Utoljára frissítve, által"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Utoljára frissítve " msgstr "Utoljára frissítve "
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Dibuat oleh" msgstr "Dibuat oleh"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Dibuat pada" msgstr "Dibuat pada"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nama Tampilan" msgstr "Nama Tampilan"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Terakhir Dimodifikasi pada" msgstr "Terakhir Dimodifikasi pada"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Diperbaharui oleh" msgstr "Diperbaharui oleh"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Diperbaharui pada" msgstr "Diperbaharui pada"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "Coomento" msgstr "Coomento"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Creato da" msgstr "Creato da"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Creato il" msgstr "Creato il"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nome da visualizzare" msgstr "Nome da visualizzare"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Ultima Modifica il" msgstr "Ultima Modifica il"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Ultimo aggiornamento di" msgstr "Ultimo aggiornamento di"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Ultimo aggiornamento il" msgstr "Ultimo aggiornamento il"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "Posizione" msgstr "Posizione"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "作成者" msgstr "作成者"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "作成日" msgstr "作成日"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "表示名" msgstr "表示名"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "最終更新日" msgstr "最終更新日"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "最終更新者" msgstr "最終更新者"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "最終更新日" msgstr "最終更新日"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "작성자" msgstr "작성자"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "작성일" msgstr "작성일"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "표시 이름" msgstr "표시 이름"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "최근 수정" msgstr "최근 수정"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "최근 갱신한 사람" msgstr "최근 갱신한 사람"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "최근 갱신 날짜" msgstr "최근 갱신 날짜"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Sukūrė" msgstr "Sukūrė"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Sukurta" msgstr "Sukurta"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Vaizduojamas pavadinimas" msgstr "Vaizduojamas pavadinimas"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Paskutinį kartą keista" msgstr "Paskutinį kartą keista"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Paskutinį kartą atnaujino" msgstr "Paskutinį kartą atnaujino"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Paskutinį kartą atnaujinta" msgstr "Paskutinį kartą atnaujinta"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -36,64 +36,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Sukūrė" msgstr "Sukūrė"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Sukurta" msgstr "Sukurta"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Paskutinį kartą atnaujino" msgstr "Paskutinį kartą atnaujino"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Paskutinį kartą atnaujinta" msgstr "Paskutinį kartą atnaujinta"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Izveidoja" msgstr "Izveidoja"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Izveidots" msgstr "Izveidots"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Pēdējo reizi atjaunoja" msgstr "Pēdējo reizi atjaunoja"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Pēdējās izmaiņas" msgstr "Pēdējās izmaiņas"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Креирано од" msgstr "Креирано од"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Креирано на" msgstr "Креирано на"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Прикажи име" msgstr "Прикажи име"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Последна промена на" msgstr "Последна промена на"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Последно ажурирање од" msgstr "Последно ажурирање од"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Последно ажурирање на" msgstr "Последно ажурирање на"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Үүсгэгч" msgstr "Үүсгэгч"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Үүсгэсэн" msgstr "Үүсгэсэн"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Дэлгэцийн Нэр" msgstr "Дэлгэцийн Нэр"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Сүүлийн засвар хийсэн огноо" msgstr "Сүүлийн засвар хийсэн огноо"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Сүүлийн засвар хийсэн" msgstr "Сүүлийн засвар хийсэн"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Сүүлийн засвар хийсэн огноо" msgstr "Сүүлийн засвар хийсэн огноо"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Opprettet av" msgstr "Opprettet av"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Opprettet den" msgstr "Opprettet den"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Visnings navn" msgstr "Visnings navn"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Sist oppdatert " msgstr "Sist oppdatert "
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Sist oppdatert av" msgstr "Sist oppdatert av"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Sist oppdatert" msgstr "Sist oppdatert"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Laget av" msgstr "Laget av"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Laget den" msgstr "Laget den"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Vis navn" msgstr "Vis navn"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Sist endret den" msgstr "Sist endret den"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Sist oppdatert av" msgstr "Sist oppdatert av"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Sist oppdatert den" msgstr "Sist oppdatert den"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "Opmerking" msgstr "Opmerking"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Aangemaakt door" msgstr "Aangemaakt door"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Aangemaakt op" msgstr "Aangemaakt op"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Te tonen naam" msgstr "Te tonen naam"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Laatst bijgewerkt op" msgstr "Laatst bijgewerkt op"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Laatst bijgewerkt door" msgstr "Laatst bijgewerkt door"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Laatst bijgewerkt op" msgstr "Laatst bijgewerkt op"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Gemaakt door" msgstr "Gemaakt door"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Gemaakt op" msgstr "Gemaakt op"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Schermnaam" msgstr "Schermnaam"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Laatst Aangepast op" msgstr "Laatst Aangepast op"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Laatst bijgewerkt door" msgstr "Laatst bijgewerkt door"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Laatst bijgewerkt op" msgstr "Laatst bijgewerkt op"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -36,64 +36,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Aangemaakt door" msgstr "Aangemaakt door"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Aangemaakt op" msgstr "Aangemaakt op"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Weergavenaam" msgstr "Weergavenaam"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Laatst gewijzigd op" msgstr "Laatst gewijzigd op"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Laatst bijgewerkt door" msgstr "Laatst bijgewerkt door"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Laatst bijgewerkt op" msgstr "Laatst bijgewerkt op"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -36,64 +36,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Utworzone przez" msgstr "Utworzone przez"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Utworzono" msgstr "Utworzono"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Wyświetlana nazwa " msgstr "Wyświetlana nazwa "
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Ostatnio modyfikowano" msgstr "Ostatnio modyfikowano"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Ostatnio modyfikowane przez" msgstr "Ostatnio modyfikowane przez"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Ostatnia zmiana" msgstr "Ostatnia zmiana"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Criado por" msgstr "Criado por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Criado em" msgstr "Criado em"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nome" msgstr "Nome"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Modificado a última vez por" msgstr "Modificado a última vez por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Atualizado pela última vez por" msgstr "Atualizado pela última vez por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Atualizado pela última vez em" msgstr "Atualizado pela última vez em"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Criado por" msgstr "Criado por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Criado em" msgstr "Criado em"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nome para Mostrar" msgstr "Nome para Mostrar"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última atualização em" msgstr "Última atualização em"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Última atualização por" msgstr "Última atualização por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Última atualização em" msgstr "Última atualização em"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Criado por" msgstr "Criado por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Criado em" msgstr "Criado em"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nome a Apresentar" msgstr "Nome a Apresentar"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Última Modificação Em" msgstr "Última Modificação Em"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Atualizado pela última vez por" msgstr "Atualizado pela última vez por"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Atualizado pela última vez em" msgstr "Atualizado pela última vez em"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Creat de" msgstr "Creat de"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Creat la" msgstr "Creat la"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Nume Afişat" msgstr "Nume Afişat"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Ultima actualizare în" msgstr "Ultima actualizare în"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Ultima actualizare făcută de" msgstr "Ultima actualizare făcută de"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Ultima actualizare la" msgstr "Ultima actualizare la"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -36,64 +36,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Создано" msgstr "Создано"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Создан" msgstr "Создан"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Последний раз обновлено" msgstr "Последний раз обновлено"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Последний раз обновлено" msgstr "Последний раз обновлено"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Vytvoril" msgstr "Vytvoril"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Vytvorené" msgstr "Vytvorené"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Zobraziť meno" msgstr "Zobraziť meno"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Posledná modifikácia" msgstr "Posledná modifikácia"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Naposledy upravoval" msgstr "Naposledy upravoval"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Naposledy upravované" msgstr "Naposledy upravované"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -36,64 +36,63 @@ msgid "Before lines"
msgstr "Pred postavkami" msgstr "Pred postavkami"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "Komentar" msgstr "Komentar"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "Predloge komentarjev" msgstr "Predloge komentarjev"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "Povzetek komentarjev" msgstr "Povzetek komentarjev"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Ustvaril" msgstr "Ustvaril"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Ustvarjeno" msgstr "Ustvarjeno"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Prikazni naziv" msgstr "Prikazni naziv"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Zadnjič spremenjeno" msgstr "Zadnjič spremenjeno"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Zadnjič posodobil" msgstr "Zadnjič posodobil"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Zadnjič posodobljeno" msgstr "Zadnjič posodobljeno"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "Položaj" msgstr "Položaj"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "Pozicija na dokumentu" msgstr "Pozicija na dokumentu"

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Kreiran" msgstr "Kreiran"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -36,64 +36,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Kreirao" msgstr "Kreirao"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Kreiran" msgstr "Kreiran"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Ime za prikaz" msgstr "Ime za prikaz"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Zadnja izmjena" msgstr "Zadnja izmjena"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Zadnja izmjena" msgstr "Zadnja izmjena"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Zadnja izmjena" msgstr "Zadnja izmjena"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Skapad av" msgstr "Skapad av"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Skapad den" msgstr "Skapad den"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Visa namn" msgstr "Visa namn"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Senast redigerad" msgstr "Senast redigerad"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Senast uppdaterad av" msgstr "Senast uppdaterad av"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Senast uppdaterad" msgstr "Senast uppdaterad"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "สร้างโดย" msgstr "สร้างโดย"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "สร้างเมื่อ" msgstr "สร้างเมื่อ"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "ชื่อที่ใช้แสดง" msgstr "ชื่อที่ใช้แสดง"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "รหัส" msgstr "รหัส"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "แก้ไขครั้งสุดท้ายเมื่อ" msgstr "แก้ไขครั้งสุดท้ายเมื่อ"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "อัพเดทครั้งสุดท้ายโดย" msgstr "อัพเดทครั้งสุดท้ายโดย"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "อัพเดทครั้งสุดท้ายเมื่อ" msgstr "อัพเดทครั้งสุดท้ายเมื่อ"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Oluşturan" msgstr "Oluşturan"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Oluşturuldu" msgstr "Oluşturuldu"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Görünen İsim" msgstr "Görünen İsim"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Son değişiklik" msgstr "Son değişiklik"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Son güncelleyen" msgstr "Son güncelleyen"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Son güncelleme" msgstr "Son güncelleme"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Oluşturan" msgstr "Oluşturan"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Oluşturulma tarihi" msgstr "Oluşturulma tarihi"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Görünen ad" msgstr "Görünen ad"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "Kimlik" msgstr "Kimlik"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "En son güncelleme tarihi" msgstr "En son güncelleme tarihi"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "En son güncelleyen " msgstr "En son güncelleyen "
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "En son güncelleme tarihi" msgstr "En son güncelleme tarihi"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Створив" msgstr "Створив"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Дата створення" msgstr "Дата створення"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Назва для відображення" msgstr "Назва для відображення"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Остання модифікація" msgstr "Остання модифікація"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Востаннє оновив" msgstr "Востаннє оновив"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Останнє оновлення" msgstr "Останнє оновлення"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -34,64 +34,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Được tạo bởi" msgstr "Được tạo bởi"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Được tạo vào" msgstr "Được tạo vào"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "Tên hiển thị" msgstr "Tên hiển thị"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "Sửa lần cuối vào" msgstr "Sửa lần cuối vào"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Last Updated by" msgstr "Last Updated by"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Cập nhật lần cuối vào" msgstr "Cập nhật lần cuối vào"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "Tạo bởi" msgstr "Tạo bởi"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "Tạo vào" msgstr "Tạo vào"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Cập nhật lần cuối bởi" msgstr "Cập nhật lần cuối bởi"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Cập nhật lần cuối vào" msgstr "Cập nhật lần cuối vào"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "创建者" msgstr "创建者"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "创建时间" msgstr "创建时间"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "显示名称" msgstr "显示名称"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "最后修改时间" msgstr "最后修改时间"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "最后更新者" msgstr "最后更新者"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "上次更新日期" msgstr "上次更新日期"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -35,64 +35,63 @@ msgid "Before lines"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__text
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template #: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_form
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search #: model_terms:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_search
#: model:ir.ui.view,arch_db:base_comment_template.view_base_comment_template_tree
msgid "Comment Templates" msgid "Comment Templates"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__name
msgid "Comment summary" msgid "Comment summary"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_uid
msgid "Created by" msgid "Created by"
msgstr "建立者" msgstr "建立者"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__create_date
msgid "Created on" msgid "Created on"
msgstr "建立於" msgstr "建立於"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__display_name
msgid "Display Name" msgid "Display Name"
msgstr "顯示名稱" msgstr "顯示名稱"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__id
msgid "ID" msgid "ID"
msgstr "編號" msgstr "編號"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template____last_update
msgid "Last Modified on" msgid "Last Modified on"
msgstr "最後修改:" msgstr "最後修改:"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "最後更新:" msgstr "最後更新:"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "最後更新於" msgstr "最後更新於"
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template__position
msgid "Position" msgid "Position"
msgstr "" msgstr ""
#. module: base_comment_template #. module: base_comment_template
#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position #: model:ir.model.fields,help:base_comment_template.field_base_comment_template__position
msgid "Position on document" msgid "Position on document"
msgstr "" msgstr ""

View File

@ -1,5 +1,3 @@
# Copyright 2014 Guewen Baconnier (Camptocamp SA)
# Copyright 2013-2014 Nicolas Bessi (Camptocamp SA)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import comment from . import comment

View File

@ -9,14 +9,24 @@ class BaseCommentTemplate(models.Model):
_name = "base.comment.template" _name = "base.comment.template"
_description = "Base comment template" _description = "Base comment template"
name = fields.Char('Comment summary', required=True) name = fields.Char(
position = fields.Selection([('before_lines', 'Before lines'), string='Comment summary',
('after_lines', 'After lines')], required=True
'Position', )
position = fields.Selection(
selection=[
('before_lines', 'Before lines'),
('after_lines', 'After lines')
],
required=True, required=True,
default='before_lines', default='before_lines',
help="Position on document") help="Position on document"
text = fields.Html('Comment', translate=True, required=True) )
text = fields.Html(
string='Comment',
translate=True,
required=True
)
@api.multi @api.multi
def get_value(self, partner_id=False): def get_value(self, partner_id=False):

View File

@ -3,5 +3,7 @@
* Yannick Vaucher <yannick.vaucher@camptocamp.com> * Yannick Vaucher <yannick.vaucher@camptocamp.com>
* Guewen Baconnier <guewen.baconnier@camptocamp.com> * Guewen Baconnier <guewen.baconnier@camptocamp.com>
* Simone Rubino <simone.rubino@agilebg.com> * Simone Rubino <simone.rubino@agilebg.com>
* Simone Rubino <simone.rubino@agilebg.com>
* `DynApps <https://www.dynapps.be>`_:
Do not contact contributors directly about support or help with technical issues. * Raf Ven <raf.ven@dynapps.be>

View File

@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !! !! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !! !! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/account-invoice-reporting/tree/11.0/base_comment_template"><img alt="OCA/account-invoice-reporting" src="https://img.shields.io/badge/github-OCA%2Faccount--invoice--reporting-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/account-invoice-reporting-11-0/account-invoice-reporting-11-0-base_comment_template"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/94/11.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/account-invoice-reporting/tree/12.0/base_comment_template"><img alt="OCA/account-invoice-reporting" src="https://img.shields.io/badge/github-OCA%2Faccount--invoice--reporting-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/account-invoice-reporting-12-0/account-invoice-reporting-12-0-base_comment_template"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/94/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
<p>Add a new model to define templates of comments to print on <p>Add a new model to define templates of comments to print on
documents.</p> documents.</p>
<p>Two positions are available for the comments: <p>Two positions are available for the comments:
@ -396,7 +396,7 @@ documents.</p>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-invoice-reporting/issues">GitHub Issues</a>. <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-invoice-reporting/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported. In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed If you spotted it first, help us smashing it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/account-invoice-reporting/issues/new?body=module:%20base_comment_template%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <a class="reference external" href="https://github.com/OCA/account-invoice-reporting/issues/new?body=module:%20base_comment_template%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p> <p>Do not contact contributors directly about support or help with technical issues.</p>
</div> </div>
<div class="section" id="credits"> <div class="section" id="credits">
@ -415,8 +415,12 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<li>Yannick Vaucher &lt;<a class="reference external" href="mailto:yannick.vaucher&#64;camptocamp.com">yannick.vaucher&#64;camptocamp.com</a>&gt;</li> <li>Yannick Vaucher &lt;<a class="reference external" href="mailto:yannick.vaucher&#64;camptocamp.com">yannick.vaucher&#64;camptocamp.com</a>&gt;</li>
<li>Guewen Baconnier &lt;<a class="reference external" href="mailto:guewen.baconnier&#64;camptocamp.com">guewen.baconnier&#64;camptocamp.com</a>&gt;</li> <li>Guewen Baconnier &lt;<a class="reference external" href="mailto:guewen.baconnier&#64;camptocamp.com">guewen.baconnier&#64;camptocamp.com</a>&gt;</li>
<li>Simone Rubino &lt;<a class="reference external" href="mailto:simone.rubino&#64;agilebg.com">simone.rubino&#64;agilebg.com</a>&gt;</li> <li>Simone Rubino &lt;<a class="reference external" href="mailto:simone.rubino&#64;agilebg.com">simone.rubino&#64;agilebg.com</a>&gt;</li>
<li>Simone Rubino &lt;<a class="reference external" href="mailto:simone.rubino&#64;agilebg.com">simone.rubino&#64;agilebg.com</a>&gt;</li>
<li><a class="reference external" href="https://www.dynapps.be">DynApps</a>:<ul>
<li>Raf Ven &lt;<a class="reference external" href="mailto:raf.ven&#64;dynapps.be">raf.ven&#64;dynapps.be</a>&gt;</li>
</ul>
</li>
</ul> </ul>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div> </div>
<div class="section" id="maintainers"> <div class="section" id="maintainers">
<h2><a class="toc-backref" href="#id5">Maintainers</a></h2> <h2><a class="toc-backref" href="#id5">Maintainers</a></h2>
@ -425,7 +429,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and mission is to support the collaborative development of Odoo features and
promote its widespread use.</p> promote its widespread use.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-invoice-reporting/tree/11.0/base_comment_template">OCA/account-invoice-reporting</a> project on GitHub.</p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-invoice-reporting/tree/12.0/base_comment_template">OCA/account-invoice-reporting</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div> </div>
</div> </div>

View File

@ -31,7 +31,7 @@
<field name="model">base.comment.template</field> <field name="model">base.comment.template</field>
<field name="priority" eval="6"/> <field name="priority" eval="6"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<tree string="Comment Templates"> <tree>
<field name="name"/> <field name="name"/>
<field name="position"/> <field name="position"/>
</tree> </tree>