diff --git a/dev/odoo-server-dev-aa.conf b/dev/odoo-server-dev-aa.conf index fa317cd4..d609e036 100644 --- a/dev/odoo-server-dev-aa.conf +++ b/dev/odoo-server-dev-aa.conf @@ -17,7 +17,7 @@ timezone = Europe/Vienna show_debug = 1 workers = 0 -server_wide_modules = web,base_sparse_field,queue_job +server_wide_modules = web,base_sparse_field,queue_job,dp_dump_anonym portal_url = https://dev-portal.tzaustria.info/ portal_secret = hH43413$74O0 diff --git a/ext/3rd-party-addons/base_comment_template/README.rst b/ext/3rd-party-addons/base_comment_template/README.rst new file mode 100644 index 00000000..05c00bba --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/README.rst @@ -0,0 +1,60 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: https://www.gnu.org/licenses/agpl + :alt: License: AGPL-3 + +======================= +Base Comments Templates +======================= + +Add a new model to define templates of comments to print on +documents. + +Two positions are available for the comments: +* above document lines +* below document lines + +This module is the base module for following modules: + +* sale_comment_template +* purchase_comment_template +* invoice_comment_template + +Usage +===== + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/94/10.0 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smash it by providing detailed and welcomed feedback. + +Contributors +------------ + +* Nicolas Bessi +* Yannick Vaucher +* Guewen Baconnier +* Simone Rubino + +Do not contact contributors directly about support or help with technical issues. + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/ext/3rd-party-addons/base_comment_template/__init__.py b/ext/3rd-party-addons/base_comment_template/__init__.py new file mode 100644 index 00000000..a77a6fcb --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from . import models diff --git a/ext/3rd-party-addons/base_comment_template/__manifest__.py b/ext/3rd-party-addons/base_comment_template/__manifest__.py new file mode 100644 index 00000000..08f7c86a --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/__manifest__.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- +# © 2013-2014 Nicolas Bessi (Camptocamp SA) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{"name": "Base Comments Templates", + "summary": "Comments templates on documents", + "version": "11.0.1.0.0", + "depends": ["base"], + "author": "Camptocamp,Odoo Community Association (OCA)", + "license": "AGPL-3", + "data": ["views/comment_view.xml", + 'security/ir.model.access.csv', + ], + "category": "Sale", + 'installable': True, + } diff --git a/ext/3rd-party-addons/base_comment_template/i18n/am.po b/ext/3rd-party-addons/base_comment_template/i18n/am.po new file mode 100644 index 00000000..415d51b3 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/am.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: am\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/ar.po b/ext/3rd-party-addons/base_comment_template/i18n/ar.po new file mode 100644 index 00000000..b99caf71 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/ar.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "أنشئ في" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "اسم العرض" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "المعرف" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/base_comment_template.pot b/ext/3rd-party-addons/base_comment_template/i18n/base_comment_template.pot new file mode 100644 index 00000000..242e5bdc --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/base_comment_template.pot @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-10-22 07:20+0000\n" +"PO-Revision-Date: 2014-10-22 07:20+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: field:base.comment.template,text:0 +msgid "Comment" +msgstr "" + +#. module: base_comment_template +#: view:base.comment.template:base_comment_template.view_base_comment_template_form +#: view:base.comment.template:base_comment_template.view_base_comment_template_search +#: view:base.comment.template:base_comment_template.view_base_comment_template_tree +#: model:ir.actions.act_window,name:base_comment_template.action_base_comment_template +msgid "Comment Templates" +msgstr "" + +#. module: base_comment_template +#: field:base.comment.template,name:0 +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: field:base.comment.template,create_uid:0 +msgid "Created by" +msgstr "" + +#. module: base_comment_template +#: field:base.comment.template,create_date:0 +msgid "Created on" +msgstr "" + +#. module: base_comment_template +#: field:base.comment.template,id:0 +msgid "ID" +msgstr "" + +#. module: base_comment_template +#: field:base.comment.template,write_uid:0 +msgid "Last Updated by" +msgstr "" + +#. module: base_comment_template +#: field:base.comment.template,write_date:0 +msgid "Last Updated on" +msgstr "" + +#. module: base_comment_template +#: field:base.comment.template,position:0 +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: help:base.comment.template,position:0 +msgid "Position on document" +msgstr "" + diff --git a/ext/3rd-party-addons/base_comment_template/i18n/bg.po b/ext/3rd-party-addons/base_comment_template/i18n/bg.po new file mode 100644 index 00000000..9cde6bb6 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/bg.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Име за Показване" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Последно обновено на" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/bs.po b/ext/3rd-party-addons/base_comment_template/i18n/bs.po new file mode 100644 index 00000000..d00d92fc --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/bs.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/ca.po b/ext/3rd-party-addons/base_comment_template/i18n/ca.po new file mode 100644 index 00000000..b1dfe2da --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/ca.po @@ -0,0 +1,98 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +# Marc Tormo i Bochaca , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: Marc Tormo i Bochaca , 2017\n" +"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "Comentari " + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Creat el" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Veure el nom" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Darrera modificació el" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Darrera Actualització per" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Darrera Actualització el" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/cs.po b/ext/3rd-party-addons/base_comment_template/i18n/cs.po new file mode 100644 index 00000000..32e78810 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/cs.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Vytvořil(a)" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Vytvořeno" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Naposled upraveno" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/da.po b/ext/3rd-party-addons/base_comment_template/i18n/da.po new file mode 100644 index 00000000..4b1a17e1 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/da.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Oprettet af" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Oprettet den" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Vist navn" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "Id" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/de.po b/ext/3rd-party-addons/base_comment_template/i18n/de.po new file mode 100644 index 00000000..c3513c2d --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/de.po @@ -0,0 +1,98 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +# Rudolf Schnapka , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: Rudolf Schnapka , 2017\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "Nach Positionen" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "Vorlage für Bemerkung" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "Vor Positionen" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "Bemerkung" + +#. module: 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: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" +msgstr "Vorlagen zu Bemerkungen" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "Bemerkungszusammenfassung" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Erstellt von" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Erstellt am:" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Zuletzt aktualisiert von" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Zuletzt aktualisiert am" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "Stelle" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "Position im Dokument" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/el_GR.po b/ext/3rd-party-addons/base_comment_template/i18n/el_GR.po new file mode 100644 index 00000000..a52d6b47 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/el_GR.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el_GR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε από " + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "Κωδικός" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Τελευταία ενημέρωση από" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Τελευταία ενημέρωση στις" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/en_GB.po b/ext/3rd-party-addons/base_comment_template/i18n/en_GB.po new file mode 100644 index 00000000..8bacebeb --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/en_GB.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Created by" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Created on" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/es.po b/ext/3rd-party-addons/base_comment_template/i18n/es.po new file mode 100644 index 00000000..d7505895 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/es.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# enjolras , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-05 01:40+0000\n" +"PO-Revision-Date: 2018-01-05 01:40+0000\n" +"Last-Translator: enjolras , 2018\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "Después de las líneas" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "Plantilla de comentario base" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "Antes de las líneas" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "Comentario" + +#. module: 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: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" +msgstr "Plantillas de comentarios" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "Índice de comentarios" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Creado el" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Última modificación por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Última modificación el" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "Posició" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "Posición en el documento" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/es_AR.po b/ext/3rd-party-addons/base_comment_template/i18n/es_AR.po new file mode 100644 index 00000000..6cb21f28 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/es_AR.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_AR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/es_CL.po b/ext/3rd-party-addons/base_comment_template/i18n/es_CL.po new file mode 100644 index 00000000..0cca0fe3 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/es_CL.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/es_CO.po b/ext/3rd-party-addons/base_comment_template/i18n/es_CO.po new file mode 100644 index 00000000..8d87355f --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/es_CO.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Creado" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/es_CR.po b/ext/3rd-party-addons/base_comment_template/i18n/es_CR.po new file mode 100644 index 00000000..b16b085e --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/es_CR.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/es_DO.po b/ext/3rd-party-addons/base_comment_template/i18n/es_DO.po new file mode 100644 index 00000000..5bef8f7f --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/es_DO.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_DO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/es_EC.po b/ext/3rd-party-addons/base_comment_template/i18n/es_EC.po new file mode 100644 index 00000000..ccda6d63 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/es_EC.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_EC\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/es_ES.po b/ext/3rd-party-addons/base_comment_template/i18n/es_ES.po new file mode 100644 index 00000000..74e5516a --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/es_ES.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Nombre para mostrar" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/es_MX.po b/ext/3rd-party-addons/base_comment_template/i18n/es_MX.po new file mode 100644 index 00000000..01aede87 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/es_MX.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Nombre desplegado" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Ultima modificacion realizada" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Ultima actualizacion por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Ultima actualización realizada" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/es_PE.po b/ext/3rd-party-addons/base_comment_template/i18n/es_PE.po new file mode 100644 index 00000000..2ef2a350 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/es_PE.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/es_PE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/es_PY.po b/ext/3rd-party-addons/base_comment_template/i18n/es_PY.po new file mode 100644 index 00000000..9b5d5932 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/es_PY.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/es_PY/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PY\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/es_VE.po b/ext/3rd-party-addons/base_comment_template/i18n/es_VE.po new file mode 100644 index 00000000..0a03c6b6 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/es_VE.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/et.po b/ext/3rd-party-addons/base_comment_template/i18n/et.po new file mode 100644 index 00000000..de15afa5 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/et.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Loonud" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Loodud" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/eu.po b/ext/3rd-party-addons/base_comment_template/i18n/eu.po new file mode 100644 index 00000000..768db715 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/eu.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Created on" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/fa.po b/ext/3rd-party-addons/base_comment_template/i18n/fa.po new file mode 100644 index 00000000..83d36728 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/fa.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "شناسه" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "تاریخ آخرین به‌روزرسانی" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "آخرین به روز رسانی توسط" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/fi.po b/ext/3rd-party-addons/base_comment_template/i18n/fi.po new file mode 100644 index 00000000..7e496218 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/fi.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Luonut" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Luotu" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Nimi" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Viimeksi päivittänyt" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Viimeksi päivitetty" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/fr.po b/ext/3rd-party-addons/base_comment_template/i18n/fr.po new file mode 100644 index 00000000..67ebaf10 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/fr.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "Après les lignes" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "Modèle de textes de commentaires" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "Avant les lignes" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "Commentaire" + +#. module: 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: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" +msgstr "Modèles de commentaires" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "Nom" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Dernière mise-à-jour le" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Dernière mise-à-jour par" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Dernière mise-à-jour le" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "Position" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "Position sur le document" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/fr_CA.po b/ext/3rd-party-addons/base_comment_template/i18n/fr_CA.po new file mode 100644 index 00000000..bb29b463 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/fr_CA.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CA\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Afficher le nom" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "Identifiant" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/fr_CH.po b/ext/3rd-party-addons/base_comment_template/i18n/fr_CH.po new file mode 100644 index 00000000..695f9922 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/fr_CH.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CH\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Créé le" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Modifié par" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Modifié le" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/gl.po b/ext/3rd-party-addons/base_comment_template/i18n/gl.po new file mode 100644 index 00000000..11e7d103 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/gl.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Última modificación" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "ültima actualización por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/gl_ES.po b/ext/3rd-party-addons/base_comment_template/i18n/gl_ES.po new file mode 100644 index 00000000..06d4365a --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/gl_ES.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/gl_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/he.po b/ext/3rd-party-addons/base_comment_template/i18n/he.po new file mode 100644 index 00000000..83047d95 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/he.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "נוצר על ידי" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "נוצר ב-" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "השם המוצג" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "מזהה" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "תאריך שינוי אחרון" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "עודכן לאחרונה על ידי" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "עודכן לאחרונה על" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/hr.po b/ext/3rd-party-addons/base_comment_template/i18n/hr.po new file mode 100644 index 00000000..4e84aa55 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/hr.po @@ -0,0 +1,98 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +# Ana-Maria Olujić , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: Ana-Maria Olujić , 2017\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "Komentar" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Stvorio/la" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Stvoreno dana" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Zadnju izmjenu izvršio/la" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Zadnja izmjena" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/hr_HR.po b/ext/3rd-party-addons/base_comment_template/i18n/hr_HR.po new file mode 100644 index 00000000..d649a42e --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/hr_HR.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr_HR\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/hu.po b/ext/3rd-party-addons/base_comment_template/i18n/hu.po new file mode 100644 index 00000000..1a83db93 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/hu.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Készítette" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Létrehozás dátuma" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Utolsó frissítés dátuma" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Utoljára frissítve, által" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Utoljára frissítve " + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/id.po b/ext/3rd-party-addons/base_comment_template/i18n/id.po new file mode 100644 index 00000000..b1f935b7 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/id.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Dibuat pada" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Terakhir Dimodifikasi pada" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Diperbaharui oleh" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Diperbaharui pada" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/it.po b/ext/3rd-party-addons/base_comment_template/i18n/it.po new file mode 100644 index 00000000..463ea502 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/it.po @@ -0,0 +1,98 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +# Paolo Valier , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: Paolo Valier , 2017\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "Coomento" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Creato da" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Creato il" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Nome da visualizzare" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Ultima Modifica il" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Ultimo aggiornamento di" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Ultimo aggiornamento il" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "Posizione" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/ja.po b/ext/3rd-party-addons/base_comment_template/i18n/ja.po new file mode 100644 index 00000000..d0770995 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/ja.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "作成者" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "作成日" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "表示名" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/ko.po b/ext/3rd-party-addons/base_comment_template/i18n/ko.po new file mode 100644 index 00000000..0d3ab6c9 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/ko.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "작성자" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "작성일" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "표시 이름" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "최근 갱신 날짜" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/lt.po b/ext/3rd-party-addons/base_comment_template/i18n/lt.po new file mode 100644 index 00000000..8d5835da --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/lt.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/lt_LT.po b/ext/3rd-party-addons/base_comment_template/i18n/lt_LT.po new file mode 100644 index 00000000..2fac99be --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/lt_LT.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/teams/23907/lt_LT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt_LT\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/lv.po b/ext/3rd-party-addons/base_comment_template/i18n/lv.po new file mode 100644 index 00000000..c9564021 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/lv.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Izveidoja" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Izveidots" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Pēdējo reizi atjaunoja" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Pēdējās izmaiņas" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/mk.po b/ext/3rd-party-addons/base_comment_template/i18n/mk.po new file mode 100644 index 00000000..fd4d67ee --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/mk.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Креирано од" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Креирано на" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/mn.po b/ext/3rd-party-addons/base_comment_template/i18n/mn.po new file mode 100644 index 00000000..069f2d36 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/mn.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Үүсгэгч" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Үүсгэсэн" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Дэлгэцийн Нэр" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Сүүлийн засвар хийсэн" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/nb.po b/ext/3rd-party-addons/base_comment_template/i18n/nb.po new file mode 100644 index 00000000..099eedff --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/nb.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Opprettet den" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Visnings navn" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Sist oppdatert " + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/nb_NO.po b/ext/3rd-party-addons/base_comment_template/i18n/nb_NO.po new file mode 100644 index 00000000..da5232ff --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/nb_NO.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb_NO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Laget av" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Laget den" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Sist endret den" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Sist oppdatert den" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/nl.po b/ext/3rd-party-addons/base_comment_template/i18n/nl.po new file mode 100644 index 00000000..a7e3146b --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/nl.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "Opmerking" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Te tonen naam" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/nl_BE.po b/ext/3rd-party-addons/base_comment_template/i18n/nl_BE.po new file mode 100644 index 00000000..8a6c793c --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/nl_BE.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_BE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Gemaakt door" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Gemaakt op" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Laatst Aangepast op" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/nl_NL.po b/ext/3rd-party-addons/base_comment_template/i18n/nl_NL.po new file mode 100644 index 00000000..6e745392 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/nl_NL.po @@ -0,0 +1,98 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-06-30 23:41+0000\n" +"PO-Revision-Date: 2017-06-30 23:41+0000\n" +"Last-Translator: Peter Hageman , 2017\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Weergavenaam" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/pl.po b/ext/3rd-party-addons/base_comment_template/i18n/pl.po new file mode 100644 index 00000000..218d5f0c --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/pl.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Utworzone przez" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Utworzono" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Wyświetlana nazwa " + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Ostatnio modyfikowano" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Ostatnio modyfikowane przez" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Ostatnia zmiana" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/pt.po b/ext/3rd-party-addons/base_comment_template/i18n/pt.po new file mode 100644 index 00000000..0631b92b --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/pt.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Nome" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Modificado a última vez por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/pt_BR.po b/ext/3rd-party-addons/base_comment_template/i18n/pt_BR.po new file mode 100644 index 00000000..748cbee6 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/pt_BR.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Nome para Mostrar" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Última atualização em" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Última atualização por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Última atualização em" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/pt_PT.po b/ext/3rd-party-addons/base_comment_template/i18n/pt_PT.po new file mode 100644 index 00000000..c57ec95a --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/pt_PT.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Criado em" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Última Modificação Em" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/ro.po b/ext/3rd-party-addons/base_comment_template/i18n/ro.po new file mode 100644 index 00000000..995e3045 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/ro.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Creat de" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Creat la" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Nume Afişat" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Ultima actualizare în" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Ultima actualizare la" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/ru.po b/ext/3rd-party-addons/base_comment_template/i18n/ru.po new file mode 100644 index 00000000..7a93ccdd --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/ru.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Создано" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Создан" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Последний раз обновлено" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Последний раз обновлено" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/sk.po b/ext/3rd-party-addons/base_comment_template/i18n/sk.po new file mode 100644 index 00000000..19d3b275 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/sk.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Vytvorené" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Zobraziť meno" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Posledná modifikácia" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Naposledy upravované" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/sl.po b/ext/3rd-party-addons/base_comment_template/i18n/sl.po new file mode 100644 index 00000000..a1459b7a --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/sl.po @@ -0,0 +1,98 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +# Matjaž Mozetič , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: Matjaž Mozetič , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "Po postavkah" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "Osnovna predloga za komentarje" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "Pred postavkami" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "Komentar" + +#. module: 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: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" +msgstr "Predloge komentarjev" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "Povzetek komentarjev" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Ustvaril" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Ustvarjeno" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Prikazni naziv" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Zadnjič posodobil" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Zadnjič posodobljeno" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "Položaj" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "Pozicija na dokumentu" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/sr.po b/ext/3rd-party-addons/base_comment_template/i18n/sr.po new file mode 100644 index 00000000..d54c36f8 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/sr.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/sr@latin.po b/ext/3rd-party-addons/base_comment_template/i18n/sr@latin.po new file mode 100644 index 00000000..2ee51217 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/sr@latin.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr@latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Ime za prikaz" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Zadnja izmjena" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Zadnja izmjena" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/sv.po b/ext/3rd-party-addons/base_comment_template/i18n/sv.po new file mode 100644 index 00000000..1afa50a1 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/sv.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Visa namn" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/th.po b/ext/3rd-party-addons/base_comment_template/i18n/th.po new file mode 100644 index 00000000..1fb60ca5 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/th.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "สร้างโดย" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "รหัส" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/tr.po b/ext/3rd-party-addons/base_comment_template/i18n/tr.po new file mode 100644 index 00000000..c9cd3919 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/tr.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Oluşturuldu" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Görünen İsim" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Son değişiklik" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Son güncelleyen" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Son güncelleme" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/tr_TR.po b/ext/3rd-party-addons/base_comment_template/i18n/tr_TR.po new file mode 100644 index 00000000..2c32a0e0 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/tr_TR.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr_TR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Oluşturulma tarihi" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Görünen ad" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "Kimlik" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "En son güncelleme tarihi" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "En son güncelleyen " + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "En son güncelleme tarihi" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/uk.po b/ext/3rd-party-addons/base_comment_template/i18n/uk.po new file mode 100644 index 00000000..5bd52549 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/uk.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Створив" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Дата створення" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Остання модифікація" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/vi.po b/ext/3rd-party-addons/base_comment_template/i18n/vi.po new file mode 100644 index 00000000..1e8111d2 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/vi.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Được tạo vào" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/vi_VN.po b/ext/3rd-party-addons/base_comment_template/i18n/vi_VN.po new file mode 100644 index 00000000..448bfbcf --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/vi_VN.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi_VN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Tạo bởi" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Tạo vào" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/zh_CN.po b/ext/3rd-party-addons/base_comment_template/i18n/zh_CN.po new file mode 100644 index 00000000..6f860031 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/zh_CN.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "创建者" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "创建时间" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "最后修改时间" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "最后更新者" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "上次更新日期" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/i18n/zh_TW.po b/ext/3rd-party-addons/base_comment_template/i18n/zh_TW.po new file mode 100644 index 00000000..584e32bd --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/i18n/zh_TW.po @@ -0,0 +1,97 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "After lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model,name:base_comment_template.model_base_comment_template +msgid "Base comment template" +msgstr "" + +#. module: base_comment_template +#: selection:base.comment.template,position:0 +msgid "Before lines" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_text +msgid "Comment" +msgstr "" + +#. module: 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: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" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "建立者" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "建立於" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "編號" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "最後修改:" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "最後更新:" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "" diff --git a/ext/3rd-party-addons/base_comment_template/models/__init__.py b/ext/3rd-party-addons/base_comment_template/models/__init__.py new file mode 100644 index 00000000..5cfb0332 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/models/__init__.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- +# 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). + +from . import comment diff --git a/ext/3rd-party-addons/base_comment_template/models/comment.py b/ext/3rd-party-addons/base_comment_template/models/comment.py new file mode 100644 index 00000000..3b4ae986 --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/models/comment.py @@ -0,0 +1,28 @@ +# -*- coding: utf-8 -*- +# 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). + +from odoo import models, fields, api + + +class BaseCommentTemplate(models.Model): + _name = "base.comment.template" + _description = "Base comment template" + + name = fields.Char('Comment summary', required=True) + position = fields.Selection([('before_lines', 'Before lines'), + ('after_lines', 'After lines')], + 'Position', + required=True, + default='before_lines', + help="Position on document") + text = fields.Html('Comment', translate=True, required=True) + + @api.multi + def get_value(self, partner_id=False): + self.ensure_one() + lang = None + if partner_id: + lang = self.env['res.partner'].browse(partner_id).lang + return self.with_context({'lang': lang}).text diff --git a/ext/3rd-party-addons/base_comment_template/security/ir.model.access.csv b/ext/3rd-party-addons/base_comment_template/security/ir.model.access.csv new file mode 100644 index 00000000..7485600f --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/security/ir.model.access.csv @@ -0,0 +1,2 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +access_base_comment_template,access_base_comment_template no one,model_base_comment_template,base.group_no_one,1,1,1,1 diff --git a/ext/3rd-party-addons/base_comment_template/views/comment_view.xml b/ext/3rd-party-addons/base_comment_template/views/comment_view.xml new file mode 100644 index 00000000..febb9abb --- /dev/null +++ b/ext/3rd-party-addons/base_comment_template/views/comment_view.xml @@ -0,0 +1,50 @@ + + + + + base.comment.template.search + base.comment.template + + + + + + + + + + base.comment.template.form + base.comment.template + +
+ + + + + +
+
+
+ + + account.comment.template.list + base.comment.template + + + + + + + + + + + Comment Templates + ir.actions.act_window + base.comment.template + form + tree,form + + + +
diff --git a/ext/3rd-party-addons/invoice_comment_template/README.rst b/ext/3rd-party-addons/invoice_comment_template/README.rst new file mode 100644 index 00000000..34e98bd9 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/README.rst @@ -0,0 +1,55 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: https://www.gnu.org/licenses/agpl + :alt: License: AGPL-3 + +================ +Invoice Comments +================ + +Adds comments on invoices. +The comments can be edited directly on the invoices or loaded from +templates. + +Two positions are available for the comments: + +- before invoice lines +- after invoice lines + +Usage +===== + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/94/10.0 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smash it by providing detailed and welcomed feedback. + +Contributors +------------ + +* Nicolas Bessi +* Yannick Vaucher +* Simone Rubino + +Do not contact contributors directly about support or help with technical issues. + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/ext/3rd-party-addons/invoice_comment_template/__init__.py b/ext/3rd-party-addons/invoice_comment_template/__init__.py new file mode 100644 index 00000000..109c3de2 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/__init__.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- +# 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). + +from . import models diff --git a/ext/3rd-party-addons/invoice_comment_template/__manifest__.py b/ext/3rd-party-addons/invoice_comment_template/__manifest__.py new file mode 100644 index 00000000..679e760c --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/__manifest__.py @@ -0,0 +1,21 @@ +# -*- coding: utf-8 -*- +# 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). +{'name': 'Invoice Comments', + 'summary': 'Comments templates on invoice documents', + 'version': '11.0.1.1.0', + 'depends': ['account', + 'base_comment_template', + ], + 'author': "Camptocamp,Odoo Community Association (OCA)", + "license": "AGPL-3", + 'data': ['views/account_invoice_view.xml', + 'views/base_comment_template_view.xml', + 'security/ir.model.access.csv', + 'views/report_invoice.xml', + 'views/res_partner_views.xml', + ], + 'category': 'Sale', + 'installable': True, + } diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/ar.po b/ext/3rd-party-addons/invoice_comment_template/i18n/ar.po new file mode 100644 index 00000000..162e2309 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/ar.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "فاتورة" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/bg.po b/ext/3rd-party-addons/invoice_comment_template/i18n/bg.po new file mode 100644 index 00000000..ab13ac49 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/bg.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Фактура" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/bs.po b/ext/3rd-party-addons/invoice_comment_template/i18n/bs.po new file mode 100644 index 00000000..17c46673 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/bs.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Faktura" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/ca.po b/ext/3rd-party-addons/invoice_comment_template/i18n/ca.po new file mode 100644 index 00000000..ca3f828d --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/ca.po @@ -0,0 +1,78 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +# Carles Antoli , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: Carles Antoli , 2017\n" +"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "Comentaris" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/cs.po b/ext/3rd-party-addons/invoice_comment_template/i18n/cs.po new file mode 100644 index 00000000..732ae4cc --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/cs.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Faktura" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/de.po b/ext/3rd-party-addons/invoice_comment_template/i18n/de.po new file mode 100644 index 00000000..03bd25a2 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/de.po @@ -0,0 +1,81 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# Rudolf Schnapka , 2017 +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "Untere Bemerkung" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "Vorlage für Untere Bemerkung" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "Untere Bemerkungen" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "Bemerkungen" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "Dokument-Bemerkungen" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Rechnung" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "Vorlage öffnen" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" +"Bemerkungen werden im gedruckten Dokument angezeigt. Sie können zuvor " +"erstellte Vorlagen verwenden, Ihren eigenen Text erfassen oder eine Vorlage " +"öffnen und diese für dieses Dokument anpassen." + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "Obere Bemerkungen" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "Vorlagen für obere Bemerkungen" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "Obere Bemerkungen" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/el_GR.po b/ext/3rd-party-addons/invoice_comment_template/i18n/el_GR.po new file mode 100644 index 00000000..3dc67a4b --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/el_GR.po @@ -0,0 +1,78 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +# Kostas Goutoudis , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: Kostas Goutoudis , 2017\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el_GR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "Σχόλια" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Τιμολόγιο" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/en_GB.po b/ext/3rd-party-addons/invoice_comment_template/i18n/en_GB.po new file mode 100644 index 00000000..b05aa148 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/en_GB.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Invoice" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/es.po b/ext/3rd-party-addons/invoice_comment_template/i18n/es.po new file mode 100644 index 00000000..c2d55da6 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/es.po @@ -0,0 +1,91 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# enjolras , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-04-04 09:51+0000\n" +"PO-Revision-Date: 2018-01-05 01:40+0000\n" +"Last-Translator: enjolras , 2018\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "Comentario inferior" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "Plantilla de comentario inferior" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "Comentarios inferiores" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "Comentarios" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_res_partner_comment_template_id +#: model:ir.model.fields,field_description:invoice_comment_template.field_res_users_comment_template_id +msgid "Conditions template" +msgstr "Plantilla de condiciones" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "Comentarios del documento" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "Cargar una plantilla" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_res_partner +msgid "Partner" +msgstr "Cliente" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" +"Los comentarios se mostrarán en el documento impreso. Puede cargar una " +"plantilla predeterminada, escribir su propio texto o cargar una plantilla y " +"modificarla sólo para este documento." + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "Comentario superior" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "Plantilla de comentario superior" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "Comentarios superiores" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/es_CR.po b/ext/3rd-party-addons/invoice_comment_template/i18n/es_CR.po new file mode 100644 index 00000000..461cba5c --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/es_CR.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/es_EC.po b/ext/3rd-party-addons/invoice_comment_template/i18n/es_EC.po new file mode 100644 index 00000000..3602efa0 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/es_EC.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_EC\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/es_MX.po b/ext/3rd-party-addons/invoice_comment_template/i18n/es_MX.po new file mode 100644 index 00000000..5f80d676 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/es_MX.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/et.po b/ext/3rd-party-addons/invoice_comment_template/i18n/et.po new file mode 100644 index 00000000..8fbc9959 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/et.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Arve" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/fi.po b/ext/3rd-party-addons/invoice_comment_template/i18n/fi.po new file mode 100644 index 00000000..e1f96668 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/fi.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Lasku" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/fr.po b/ext/3rd-party-addons/invoice_comment_template/i18n/fr.po new file mode 100644 index 00000000..382a90f7 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/fr.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# Quentin THEURET , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-05-10 14:32+0000\n" +"PO-Revision-Date: 2018-05-10 14:32+0000\n" +"Last-Translator: Quentin THEURET , 2018\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_res_partner_comment_template_id +#: model:ir.model.fields,field_description:invoice_comment_template.field_res_users_comment_template_id +msgid "Conditions template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_res_partner +msgid "Partner" +msgstr "Partenaire" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/fr_CA.po b/ext/3rd-party-addons/invoice_comment_template/i18n/fr_CA.po new file mode 100644 index 00000000..a0ee0d7f --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/fr_CA.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CA\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Facture" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/fr_CH.po b/ext/3rd-party-addons/invoice_comment_template/i18n/fr_CH.po new file mode 100644 index 00000000..2a76e98c --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/fr_CH.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CH\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Facture" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/fr_FR.po b/ext/3rd-party-addons/invoice_comment_template/i18n/fr_FR.po new file mode 100644 index 00000000..bbbdb54f --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/fr_FR.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# Mohamed HABOU , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: Mohamed HABOU , 2017\n" +"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/fr_FR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_FR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "Commentaires" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/gl.po b/ext/3rd-party-addons/invoice_comment_template/i18n/gl.po new file mode 100644 index 00000000..713140f4 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/gl.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/hr.po b/ext/3rd-party-addons/invoice_comment_template/i18n/hr.po new file mode 100644 index 00000000..6049f51e --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/hr.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "Komentari" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Račun" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/hr_HR.po b/ext/3rd-party-addons/invoice_comment_template/i18n/hr_HR.po new file mode 100644 index 00000000..50d971f5 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/hr_HR.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr_HR\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Račun" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/hu.po b/ext/3rd-party-addons/invoice_comment_template/i18n/hu.po new file mode 100644 index 00000000..3fe632df --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/hu.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Számla" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/id.po b/ext/3rd-party-addons/invoice_comment_template/i18n/id.po new file mode 100644 index 00000000..6f55c022 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/id.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Faktur" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/it.po b/ext/3rd-party-addons/invoice_comment_template/i18n/it.po new file mode 100644 index 00000000..aaff60d1 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/it.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "Commenti" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Fattura" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/ja.po b/ext/3rd-party-addons/invoice_comment_template/i18n/ja.po new file mode 100644 index 00000000..7ee5ae9b --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/ja.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "請求書" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/lt.po b/ext/3rd-party-addons/invoice_comment_template/i18n/lt.po new file mode 100644 index 00000000..20699014 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/lt.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Sąskaita faktūra" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/mk.po b/ext/3rd-party-addons/invoice_comment_template/i18n/mk.po new file mode 100644 index 00000000..36db4eae --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/mk.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Фактура" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/mn.po b/ext/3rd-party-addons/invoice_comment_template/i18n/mn.po new file mode 100644 index 00000000..a0efa18e --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/mn.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Нэхэмжлэл" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/nb.po b/ext/3rd-party-addons/invoice_comment_template/i18n/nb.po new file mode 100644 index 00000000..bff5bcec --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/nb.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "Kommentarer" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Faktura" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/nb_NO.po b/ext/3rd-party-addons/invoice_comment_template/i18n/nb_NO.po new file mode 100644 index 00000000..795ab9ea --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/nb_NO.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb_NO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Innmelding" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/nl.po b/ext/3rd-party-addons/invoice_comment_template/i18n/nl.po new file mode 100644 index 00000000..ee83a069 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/nl.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Factuur" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/nl_BE.po b/ext/3rd-party-addons/invoice_comment_template/i18n/nl_BE.po new file mode 100644 index 00000000..d2d7ab44 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/nl_BE.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_BE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Factuur" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/nl_NL.po b/ext/3rd-party-addons/invoice_comment_template/i18n/nl_NL.po new file mode 100644 index 00000000..be77a583 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/nl_NL.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# Peter Hageman , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-05-10 14:32+0000\n" +"PO-Revision-Date: 2018-05-10 14:32+0000\n" +"Last-Translator: Peter Hageman , 2018\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_NL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_res_partner_comment_template_id +#: model:ir.model.fields,field_description:invoice_comment_template.field_res_users_comment_template_id +msgid "Conditions template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_res_partner +msgid "Partner" +msgstr "Relatie" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/pl.po b/ext/3rd-party-addons/invoice_comment_template/i18n/pl.po new file mode 100644 index 00000000..520c67e3 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/pl.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Faktura" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/pt.po b/ext/3rd-party-addons/invoice_comment_template/i18n/pt.po new file mode 100644 index 00000000..82ccec9b --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/pt.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/pt_BR.po b/ext/3rd-party-addons/invoice_comment_template/i18n/pt_BR.po new file mode 100644 index 00000000..2042d762 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/pt_BR.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "Comentarios" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/pt_PT.po b/ext/3rd-party-addons/invoice_comment_template/i18n/pt_PT.po new file mode 100644 index 00000000..8cc4eb44 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/pt_PT.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/ro.po b/ext/3rd-party-addons/invoice_comment_template/i18n/ro.po new file mode 100644 index 00000000..f4a14c92 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/ro.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/ru.po b/ext/3rd-party-addons/invoice_comment_template/i18n/ru.po new file mode 100644 index 00000000..88091f4d --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/ru.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Счет" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/sk_SK.po b/ext/3rd-party-addons/invoice_comment_template/i18n/sk_SK.po new file mode 100644 index 00000000..d9ad5f24 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/sk_SK.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovak (Slovakia) (https://www.transifex.com/oca/teams/23907/sk_SK/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk_SK\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Faktúra" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/sl.po b/ext/3rd-party-addons/invoice_comment_template/i18n/sl.po new file mode 100644 index 00000000..b5e18753 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/sl.po @@ -0,0 +1,81 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# Matjaž Mozetič , 2017 +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "Spodnji komentar" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "Predloga za spodnji komentar" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "Spodnji komentarji" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "Komentarji" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "Komentarji dokumenta" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Račun" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "Naloži predlogo" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" +"Komentarji bodo prikazani na natisnjenem dokumentu. Naložite lahko pred-" +"nastavljeno predlogo, napišete lastno besedilo ali naložite predlogo in jo " +"nato spremenite la za ta dokument." + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "Gornji komentar" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "Predloga za gornji komentar" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "Gornji komentarji" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/sv.po b/ext/3rd-party-addons/invoice_comment_template/i18n/sv.po new file mode 100644 index 00000000..f96bfdbd --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/sv.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "Kommentarer" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Faktura" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/th.po b/ext/3rd-party-addons/invoice_comment_template/i18n/th.po new file mode 100644 index 00000000..c0027fad --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/th.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "ใบแจ้งหนี้" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/tr.po b/ext/3rd-party-addons/invoice_comment_template/i18n/tr.po new file mode 100644 index 00000000..52e18122 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/tr.po @@ -0,0 +1,78 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +# Ahmet Altinisik , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: Ahmet Altinisik , 2017\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "Yorumlar" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/tr_TR.po b/ext/3rd-party-addons/invoice_comment_template/i18n/tr_TR.po new file mode 100644 index 00000000..cb05f286 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/tr_TR.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr_TR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/zh_CN.po b/ext/3rd-party-addons/invoice_comment_template/i18n/zh_CN.po new file mode 100644 index 00000000..f34ad986 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/zh_CN.po @@ -0,0 +1,78 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +# Jeffery CHEN , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: Jeffery CHEN , 2017\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "备注" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "发票" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/i18n/zh_TW.po b/ext/3rd-party-addons/invoice_comment_template/i18n/zh_TW.po new file mode 100644 index 00000000..9f0437d5 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/i18n/zh_TW.po @@ -0,0 +1,77 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * invoice_comment_template +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-05-16 11:59+0000\n" +"PO-Revision-Date: 2017-05-16 11:59+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note2 +msgid "Bottom Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template2_id +msgid "Bottom Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Bottom Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.menu,name:invoice_comment_template.menu_base_comment_template_invoice +msgid "Document Comments" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model,name:invoice_comment_template.model_account_invoice +msgid "Invoice" +msgstr "發票" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Load a template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_note1 +msgid "Top Comment" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.model.fields,field_description:invoice_comment_template.field_account_invoice_comment_template1_id +msgid "Top Comment Template" +msgstr "" + +#. module: invoice_comment_template +#: model:ir.ui.view,arch_db:invoice_comment_template.invoice_form_add_comment +msgid "Top Comments" +msgstr "" diff --git a/ext/3rd-party-addons/invoice_comment_template/models/__init__.py b/ext/3rd-party-addons/invoice_comment_template/models/__init__.py new file mode 100644 index 00000000..987430cb --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/models/__init__.py @@ -0,0 +1,7 @@ +# -*- coding: utf-8 -*- +# 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). + +from . import account_invoice +from . import res_partner diff --git a/ext/3rd-party-addons/invoice_comment_template/models/account_invoice.py b/ext/3rd-party-addons/invoice_comment_template/models/account_invoice.py new file mode 100644 index 00000000..d5a960d8 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/models/account_invoice.py @@ -0,0 +1,40 @@ +# -*- coding: utf-8 -*- +# Copyright 2014 Guewen Baconnier (Camptocamp SA) +# Copyright 2013-2014 Nicolas Bessi (Camptocamp SA) +# Copyright 2018 Vicent Cubells - Tecnativa +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo import api, fields, models + + +class AccountInvoice(models.Model): + _inherit = 'account.invoice' + + comment_template1_id = fields.Many2one('base.comment.template', + string='Top Comment Template') + comment_template2_id = fields.Many2one('base.comment.template', + string='Bottom Comment Template') + note1 = fields.Html('Top Comment') + note2 = fields.Html('Bottom Comment') + + @api.onchange('comment_template1_id') + def _set_note1(self): + comment = self.comment_template1_id + if comment: + self.note1 = comment.get_value(self.partner_id.id) + + @api.onchange('comment_template2_id') + def _set_note2(self): + comment = self.comment_template2_id + if comment: + self.note2 = comment.get_value(self.partner_id.id) + + @api.onchange('partner_id', 'company_id') + def _onchange_partner_id(self): + res = super(AccountInvoice, self)._onchange_partner_id() + comment_template = self.partner_id.comment_template_id + if comment_template.position == 'before_lines': + self.comment_template1_id = comment_template + elif comment_template.position == 'after_lines': + self.comment_template2_id = comment_template + return res diff --git a/ext/3rd-party-addons/invoice_comment_template/models/res_partner.py b/ext/3rd-party-addons/invoice_comment_template/models/res_partner.py new file mode 100644 index 00000000..d0604881 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/models/res_partner.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# Copyright 2018 Tecnativa - Vicent Cubells +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo import api, fields, models + + +class ResPartner(models.Model): + _inherit = "res.partner" + + comment_template_id = fields.Many2one( + comodel_name='base.comment.template', + string='Conditions template', + ) + + @api.model + def _commercial_fields(self): + res = super(ResPartner, self)._commercial_fields() + res += ['comment_template_id'] + return res diff --git a/ext/3rd-party-addons/invoice_comment_template/security/ir.model.access.csv b/ext/3rd-party-addons/invoice_comment_template/security/ir.model.access.csv new file mode 100644 index 00000000..9f5bcf96 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/security/ir.model.access.csv @@ -0,0 +1,3 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +access_base_comment_template_account_user,access_base_comment_template user,base_comment_template.model_base_comment_template,account.group_account_user,1,0,0,0 +access_base_comment_template_account_manager,access_base_comment_template manager,base_comment_template.model_base_comment_template,account.group_account_manager,1,1,1,1 diff --git a/ext/3rd-party-addons/invoice_comment_template/tests/__init__.py b/ext/3rd-party-addons/invoice_comment_template/tests/__init__.py new file mode 100644 index 00000000..d70dbf7d --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/tests/__init__.py @@ -0,0 +1,5 @@ +# -*- coding: utf-8 -*- +# Copyright 2017 Simone Rubino - Agile Business Group +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from . import test_account_invoice_report diff --git a/ext/3rd-party-addons/invoice_comment_template/tests/test_account_invoice_report.py b/ext/3rd-party-addons/invoice_comment_template/tests/test_account_invoice_report.py new file mode 100644 index 00000000..3588567c --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/tests/test_account_invoice_report.py @@ -0,0 +1,56 @@ +# -*- coding: utf-8 -*- +# Copyright 2017 Simone Rubino - Agile Business Group +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from odoo.tests.common import TransactionCase +from odoo import report + + +class TestAccountInvoiceReport(TransactionCase): + def setUp(self, *args, **kwargs): + super(TestAccountInvoiceReport, self).setUp() + self.base_comment_model = self.env['base.comment.template'] + self.before_comment = self._create_comment('before_lines') + self.after_comment = self._create_comment('after_lines') + self.partner_id = self.env['res.partner'].create({ + 'name': 'Partner Test' + }) + self.invoice_model = self.env['account.invoice'] + self.invoice = self.invoice_model.create({ + 'partner_id': self.env.ref('base.res_partner_1').id, + 'comment_template1_id': self.before_comment.id, + 'comment_template2_id': self.after_comment.id + }) + self.invoice._set_note1() + self.invoice._set_note2() + + def _create_comment(self, position): + return self.base_comment_model.create({ + 'name': 'Comment ' + position, + 'position': position, + 'text': 'Text ' + position + }) + + def test_comments_in_invoice(self): + (res, _) = report. \ + render_report(self.env.cr, self.env.uid, + [self.invoice.id], 'account.report_invoice', {}) + self.assertRegexpMatches(res, self.before_comment.text) + self.assertRegexpMatches(res, self.after_comment.text) + + def test_onchange_partner_id(self): + self.partner_id.comment_template_id = self.after_comment.id + vals = { + 'partner_id': self.partner_id.id, + } + new_invoice = self.env['account.invoice'].new(vals) + new_invoice._onchange_partner_id() + invoice_dict = new_invoice._convert_to_write(new_invoice._cache) + new_invoice = self.env['account.invoice'].create(invoice_dict) + self.assertEqual(new_invoice.comment_template2_id, self.after_comment) + self.partner_id.comment_template_id = self.before_comment.id + new_invoice = self.env['account.invoice'].new(vals) + new_invoice._onchange_partner_id() + invoice_dict = new_invoice._convert_to_write(new_invoice._cache) + new_invoice = self.env['account.invoice'].create(invoice_dict) + self.assertEqual(new_invoice.comment_template1_id, self.before_comment) diff --git a/ext/3rd-party-addons/invoice_comment_template/views/account_invoice_view.xml b/ext/3rd-party-addons/invoice_comment_template/views/account_invoice_view.xml new file mode 100644 index 00000000..257caa5f --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/views/account_invoice_view.xml @@ -0,0 +1,32 @@ + + + + account.invoice.form.comment + account.invoice + + + + + +

The comments will be displayed on the printed document. You can load a predefined template, write your own text or load a template and then modify it only for this document.

+ + + + + + + + +
+
+ +
+
+ +
diff --git a/ext/3rd-party-addons/invoice_comment_template/views/base_comment_template_view.xml b/ext/3rd-party-addons/invoice_comment_template/views/base_comment_template_view.xml new file mode 100644 index 00000000..01a55758 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/views/base_comment_template_view.xml @@ -0,0 +1,9 @@ + + + + + + diff --git a/ext/3rd-party-addons/invoice_comment_template/views/report_invoice.xml b/ext/3rd-party-addons/invoice_comment_template/views/report_invoice.xml new file mode 100644 index 00000000..752e22a1 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/views/report_invoice.xml @@ -0,0 +1,18 @@ + + + + + + diff --git a/ext/3rd-party-addons/invoice_comment_template/views/res_partner_views.xml b/ext/3rd-party-addons/invoice_comment_template/views/res_partner_views.xml new file mode 100644 index 00000000..c04193b4 --- /dev/null +++ b/ext/3rd-party-addons/invoice_comment_template/views/res_partner_views.xml @@ -0,0 +1,14 @@ + + + + res.partner.form + res.partner + + + + + + + + + diff --git a/ext/3rd-party-addons/sale_comment_template/README.rst b/ext/3rd-party-addons/sale_comment_template/README.rst new file mode 100644 index 00000000..7fe5f9c5 --- /dev/null +++ b/ext/3rd-party-addons/sale_comment_template/README.rst @@ -0,0 +1,63 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :target: https://www.gnu.org/licenses/agpl + :alt: License: AGPL-3 + +============= +Sale Comments +============= + +Adds comments on sales orders. +The comments can be edited directly on the sales orders or loaded from +templates. + +Two positions are available for the comments: + +- above sale order lines +- below sale order lines + +Texts are copied on the invoice when you will create invoice from sale order. + +Installation +============ + +To install this module, you need to have the module `Invoice Comments +`_. + +Usage +===== + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/148/10.0 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smash it by providing detailed and welcomed feedback. + +Contributors +------------ + +* Nicolas Bessi +* Yannick Vaucher +* Simone Rubino + +Do not contact contributors directly about support or help with technical issues. + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +To contribute to this module, please visit https://odoo-community.org. diff --git a/ext/3rd-party-addons/sale_comment_template/__init__.py b/ext/3rd-party-addons/sale_comment_template/__init__.py new file mode 100644 index 00000000..a77a6fcb --- /dev/null +++ b/ext/3rd-party-addons/sale_comment_template/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from . import models diff --git a/ext/3rd-party-addons/sale_comment_template/__manifest__.py b/ext/3rd-party-addons/sale_comment_template/__manifest__.py new file mode 100644 index 00000000..3ab2a97a --- /dev/null +++ b/ext/3rd-party-addons/sale_comment_template/__manifest__.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# Copyright 2013-2014 Nicolas Bessi (Camptocamp SA) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{"name": "Sale Comments", + "summary": "Comments texts templates on Sale documents", + "version": "11.0.1.0.0", + "depends": ["sale", + "invoice_comment_template", + ], + "author": "Camptocamp,Odoo Community Association (OCA)", + "license": "AGPL-3", + "data": ["views/sale_order_view.xml", + 'views/base_comment_template_view.xml', + 'views/report_saleorder.xml', + 'security/ir.model.access.csv', + ], + "category": "Sale", + 'installable': True, + } diff --git a/ext/3rd-party-addons/sale_comment_template/i18n/fr.po b/ext/3rd-party-addons/sale_comment_template/i18n/fr.po new file mode 100644 index 00000000..c3867dd6 --- /dev/null +++ b/ext/3rd-party-addons/sale_comment_template/i18n/fr.po @@ -0,0 +1,78 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * sale_comment_template +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-11-26 16:28+0000\n" +"PO-Revision-Date: 2014-10-22 08:13+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: sale_comment_template +#: field:sale.order,note2:0 +msgid "Bottom Comment" +msgstr "Commentaires du bas" + +#. module: sale_comment_template +#: field:sale.order,comment_template2_id:0 +msgid "Bottom Comment Template" +msgstr "Modèle de commentaire du bas" + +#. module: sale_comment_template +#: view:sale.order:sale_comment_template.sale_order_form_add_comment +msgid "Bottom Comments" +msgstr "Commentaires du bas" + +#. module: sale_comment_template +#: view:sale.order:sale_comment_template.sale_order_form_add_comment +msgid "Comments" +msgstr "Commentaires" + +#. module: sale_comment_template +#: model:ir.ui.menu,name:sale_comment_template.menu_base_comment_template_sale +msgid "Document Comments" +msgstr "Commentaires de documents" + +#. module: sale_comment_template +#: view:sale.order:sale_comment_template.sale_order_form_add_comment +msgid "Load a template" +msgstr "Utiliser un modèle" + +#. module: sale_comment_template +#: model:ir.model,name:sale_comment_template.model_sale_order +msgid "Sales Order" +msgstr "Commande" + +#. module: sale_comment_template +#: view:sale.order:sale_comment_template.sale_order_form_add_comment +msgid "" +"The comments will be displayed on the printed document. You can load a " +"predefined template, write your own text or load a template and then modify " +"it only for this document." +msgstr "" +"Les commentaires seront affichés sur le document imprimé. Vous pouvez " +"charger un modèle prédéfini, écrire votre propre texte ou encore charger un modèle " +"puis le modifier uniquement pour ce document." + +#. module: sale_comment_template +#: field:sale.order,note1:0 +msgid "Top Comment" +msgstr "Commentaire du haut" + +#. module: sale_comment_template +#: field:sale.order,comment_template1_id:0 +msgid "Top Comment Template" +msgstr "Modèle de commentaire du haut" + +#. module: sale_comment_template +#: view:sale.order:sale_comment_template.sale_order_form_add_comment +msgid "Top Comments" +msgstr "Commentaires du haut" diff --git a/ext/3rd-party-addons/sale_comment_template/models/__init__.py b/ext/3rd-party-addons/sale_comment_template/models/__init__.py new file mode 100644 index 00000000..8a462c3d --- /dev/null +++ b/ext/3rd-party-addons/sale_comment_template/models/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from . import sale_order diff --git a/ext/3rd-party-addons/sale_comment_template/models/sale_order.py b/ext/3rd-party-addons/sale_comment_template/models/sale_order.py new file mode 100644 index 00000000..42af384c --- /dev/null +++ b/ext/3rd-party-addons/sale_comment_template/models/sale_order.py @@ -0,0 +1,41 @@ +# -*- coding: utf-8 -*- +# Copyright 2013-2014 Nicolas Bessi (Camptocamp SA) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo import models, fields, api + + +class SaleOrder(models.Model): + """Add text comment""" + + _inherit = "sale.order" + + comment_template1_id = fields.Many2one('base.comment.template', + string='Top Comment Template') + comment_template2_id = fields.Many2one('base.comment.template', + string='Bottom Comment Template') + note1 = fields.Html('Top Comment') + note2 = fields.Html('Bottom Comment') + + @api.onchange('comment_template1_id') + def _set_note1(self): + comment = self.comment_template1_id + if comment: + self.note1 = comment.get_value(self.partner_id.id) + + @api.onchange('comment_template2_id') + def _set_note2(self): + comment = self.comment_template2_id + if comment: + self.note2 = comment.get_value(self.partner_id.id) + + @api.multi + def _prepare_invoice(self): + values = super(SaleOrder, self)._prepare_invoice() + values.update({ + 'comment_template1_id': self.comment_template1_id.id, + 'comment_template2_id': self.comment_template2_id.id, + 'note1': self.note1, + 'note2': self.note2, + }) + return values diff --git a/ext/3rd-party-addons/sale_comment_template/security/ir.model.access.csv b/ext/3rd-party-addons/sale_comment_template/security/ir.model.access.csv new file mode 100644 index 00000000..3548fd44 --- /dev/null +++ b/ext/3rd-party-addons/sale_comment_template/security/ir.model.access.csv @@ -0,0 +1,3 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +access_base_comment_template_sale_user,access_base_comment_template sale user,base_comment_template.model_base_comment_template,sales_team.group_sale_salesman,1,0,0,0 +access_base_comment_template_sale_manager,access_base_comment_template sale manager,base_comment_template.model_base_comment_template,sales_team.group_sale_manager,1,1,1,1 diff --git a/ext/3rd-party-addons/sale_comment_template/tests/__init__.py b/ext/3rd-party-addons/sale_comment_template/tests/__init__.py new file mode 100644 index 00000000..9d2f0fae --- /dev/null +++ b/ext/3rd-party-addons/sale_comment_template/tests/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from . import test_sale_order_report diff --git a/ext/3rd-party-addons/sale_comment_template/tests/test_sale_order_report.py b/ext/3rd-party-addons/sale_comment_template/tests/test_sale_order_report.py new file mode 100644 index 00000000..ed83a28e --- /dev/null +++ b/ext/3rd-party-addons/sale_comment_template/tests/test_sale_order_report.py @@ -0,0 +1,45 @@ +# -*- coding: utf-8 -*- +# Copyright 2017 Simone Rubino - Agile Business Group +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +from odoo.tests.common import TransactionCase +from odoo import report + + +class TestAccountInvoiceReport(TransactionCase): + def setUp(self, *args, **kwargs): + super(TestAccountInvoiceReport, self).setUp() + self.base_comment_model = self.env['base.comment.template'] + self.before_comment = self._create_comment('before_lines') + self.after_comment = self._create_comment('after_lines') + + self.sale_order = self.env.ref('sale.sale_order_7') + self.sale_order.update({ + 'comment_template1_id': self.before_comment.id, + 'comment_template2_id': self.after_comment.id + }) + self.sale_order._set_note1() + self.sale_order._set_note2() + + self.invoice_ids = self.sale_order.action_invoice_create() + + def _create_comment(self, position): + return self.base_comment_model.create({ + 'name': 'Comment ' + position, + 'position': position, + 'text': 'Text ' + position + }) + + def test_comments_in_sale_order(self): + (res, _) = report. \ + render_report(self.env.cr, self.env.uid, + [self.sale_order.id], 'sale.report_saleorder', {}) + self.assertRegexpMatches(res, self.before_comment.text) + self.assertRegexpMatches(res, self.after_comment.text) + + def test_comments_in_generated_invoice(self): + (res, _) = report. \ + render_report(self.env.cr, self.env.uid, + self.invoice_ids, 'account.report_invoice', {}) + self.assertRegexpMatches(res, self.before_comment.text) + self.assertRegexpMatches(res, self.after_comment.text) diff --git a/ext/3rd-party-addons/sale_comment_template/views/base_comment_template_view.xml b/ext/3rd-party-addons/sale_comment_template/views/base_comment_template_view.xml new file mode 100644 index 00000000..e69cf015 --- /dev/null +++ b/ext/3rd-party-addons/sale_comment_template/views/base_comment_template_view.xml @@ -0,0 +1,10 @@ + + + + + + + diff --git a/ext/3rd-party-addons/sale_comment_template/views/report_saleorder.xml b/ext/3rd-party-addons/sale_comment_template/views/report_saleorder.xml new file mode 100644 index 00000000..684ec2ea --- /dev/null +++ b/ext/3rd-party-addons/sale_comment_template/views/report_saleorder.xml @@ -0,0 +1,18 @@ + + + + + + diff --git a/ext/3rd-party-addons/sale_comment_template/views/sale_order_view.xml b/ext/3rd-party-addons/sale_comment_template/views/sale_order_view.xml new file mode 100644 index 00000000..9ff3a090 --- /dev/null +++ b/ext/3rd-party-addons/sale_comment_template/views/sale_order_view.xml @@ -0,0 +1,30 @@ + + + + comment_template.sale.order.form + sale.order + + + + +

The comments will be displayed on the printed document. You can load a predefined template, write your own text or load a template and then modify it only for this document.

+ + + + + + + + +
+
+
+
+ +
diff --git a/ext/custom-addons/dp_custom/models/account.py b/ext/custom-addons/dp_custom/models/account.py index 98231b1d..28ea0f62 100644 --- a/ext/custom-addons/dp_custom/models/account.py +++ b/ext/custom-addons/dp_custom/models/account.py @@ -29,6 +29,7 @@ class AccountInvoiceLine(models.Model): lot_id = fields.Many2one(comodel_name='stock.production.lot', string='Lot') weight = fields.Float(string='Gewicht', compute='_compute_weight') hide_intrastat_code = fields.Boolean('ZV', help='Zolltarifnummer verbergen') + dealer_discount = fields.Boolean(string='Händlerrabatt') @api.model def create(self, vals): @@ -84,7 +85,7 @@ class AccountInvoice(models.Model): for record in self: _sum = 0 for line in record.invoice_line_ids: - _sum += line.weight * line.quantity + _sum += line.weight * line.quantity if not line.dealer_discount else 0.0 record.weight_total = _sum @api.multi @@ -130,11 +131,16 @@ class AccountInvoice(models.Model): self.ensure_one() info = "Bei folgenden Produkten fehlt die Zolltarifnummer:\n" intrastrat_not_set = False + position = 1 for invoice_line in self.invoice_line_ids: if invoice_line.product_id and invoice_line.product_id.type != 'service': if not invoice_line.intrastat_id and not invoice_line.hide_intrastat_code: - info += invoice_line.name + "\n" + info += "Zeile: "+str(position) + if invoice_line.product_id.default_code: + info += "\tProduktcode: " + invoice_line.product_id.default_code + info += "\n" intrastrat_not_set = True + position += 1 if intrastrat_not_set: action = self.env.ref('dp_custom.action_wizard_confirm_print_invoice').read()[0] action['context'] = str({"default_info": info, "invoice_ids": self.env.context.get("active_ids")}) diff --git a/ext/custom-addons/dp_custom/models/sale.py b/ext/custom-addons/dp_custom/models/sale.py index cc12b979..c19c05aa 100644 --- a/ext/custom-addons/dp_custom/models/sale.py +++ b/ext/custom-addons/dp_custom/models/sale.py @@ -22,13 +22,11 @@ import re from datetime import datetime from odoo import api, fields, models, _ -from odoo.tools import float_is_zero from odoo.exceptions import ValidationError, UserError from odoo.tools import DEFAULT_SERVER_DATETIME_FORMAT from odoo.tools import float_compare -from odoo.http import request +from odoo.tools import float_is_zero -import requests class SaleOrder(models.Model): _name = 'sale.order' @@ -65,10 +63,10 @@ class SaleOrder(models.Model): pg9_call = fields.Char(string='PG9-Auftrag', compute='_pg9_call', store=False) @api.multi - def _pg9_call(self) : - for record in self : + def _pg9_call(self): + for record in self: if record.origin != False: - xref = 'xref:'+record.origin + xref = 'xref:' + record.origin record.pg9_call = 'http://localhost:9531/pg9/order/' + xref # end def _pg9_call @@ -211,9 +209,17 @@ class SaleOrder(models.Model): payment_term = partner.property_payment_term_id if partner.retail_partner_id: payment_term = partner.retail_partner_id.property_payment_term_id + addr = partner.address_get(['delivery', 'invoice']) + vals['partner_invoice_id'] = vals.setdefault('partner_invoice_id', addr['invoice']) + partner_invoice_id = self.env['res.partner'].browse([vals['partner_invoice_id']]) + fiscal_position_id = False + if partner_invoice_id: + if partner_invoice_id.property_account_position_id: + fiscal_position_id = partner_invoice_id.property_account_position_id.id vals.update({ 'partner_id': partner.id, - 'fiscal_position_id': partner.property_account_position_id.id, + 'partner_invoice_id': partner_invoice_id.id, + 'fiscal_position_id': fiscal_position_id, 'user_id': partner.user_id.id, 'payment_term_id': payment_term.id, 'partner_shipping_id': delivery_partner.id, @@ -403,6 +409,47 @@ class SaleOrder(models.Model): res = '%s %s' % (currency_obj.symbol, res) return res + @api.multi + @api.onchange('partner_id') + def onchange_partner_id(self): + if not self.partner_id: + self.update({ + 'partner_invoice_id': False, + 'partner_shipping_id': False, + }) + return + + addr = self.partner_id.address_get(['delivery', 'invoice']) + values = { + 'partner_invoice_id': addr['invoice'], + 'partner_shipping_id': addr['delivery'], + 'pricelist_id': self.partner_id.property_product_pricelist and self.partner_id.property_product_pricelist.id or False, + 'user_id': self.partner_id.user_id.id or self.env.uid + } + if self.env['ir.config_parameter'].sudo().get_param( + 'sale.use_sale_note') and self.env.user.company_id.sale_note: + values['note'] = self.with_context(lang=self.partner_id.lang).env.user.company_id.sale_note + + if self.partner_id.team_id: + values['team_id'] = self.partner_id.team_id.id + self.update(values) + + @api.multi + @api.onchange('partner_invoice_id') + def onchange_partner_invoice_id(self): + if not self.partner_invoice_id: + self.update({ + 'payment_term_id': False, + 'fiscal_position_id': False, + }) + return + + values = { + 'fiscal_position_id': self.partner_invoice_id.property_account_position_id and self.partner_invoice_id.property_account_position_id.id or False, + 'payment_term_id': self.partner_invoice_id.property_payment_term_id and self.partner_invoice_id.property_payment_term_id.id or False, + } + self.update(values) + class SaleOrderLine(models.Model): _inherit = 'sale.order.line' @@ -514,9 +561,11 @@ class SaleOrderLine(models.Model): if discount > 0: vals.update({ 'price_unit': -invoice_lines.price_subtotal * (discount / 100), + 'quantity': 1.0, 'uom_id': self.env.ref('product.product_uom_unit').id, 'name': 'Händlerrabatt {}%'.format(discount), - 'hide_intrastat_code': True + 'hide_intrastat_code': True, + 'dealer_discount': True }) del vals['discount'] invoice_lines |= self.env['account.invoice.line'].create(vals) diff --git a/ext/custom-addons/dp_custom/views/account_views.xml b/ext/custom-addons/dp_custom/views/account_views.xml index 7140f1de..d1138cec 100644 --- a/ext/custom-addons/dp_custom/views/account_views.xml +++ b/ext/custom-addons/dp_custom/views/account_views.xml @@ -20,6 +20,7 @@ + diff --git a/ext/custom-addons/dp_dump_anonym/LICENSE b/ext/custom-addons/dp_dump_anonym/LICENSE new file mode 100755 index 00000000..1a40586b --- /dev/null +++ b/ext/custom-addons/dp_dump_anonym/LICENSE @@ -0,0 +1,27 @@ +Odoo Proprietary License v1.0 + +This software and associated files (the "Software") may only be used (executed, +modified, executed after modifications) if you have purchased a valid license +from the authors, typically via Odoo Apps, or if you have received a written +agreement from the authors of the Software (see the COPYRIGHT file). + +You may develop Odoo modules that use the Software as a library (typically by +depending on it, importing it and using its resources), but without copying any +source code or material from the Software. You may distribute those modules +under the license of your choice, provided that this license is compatible with +the terms of the Odoo Proprietary License (For example: LGPL, MIT, +or proprietary licenses similar to this one). + +It is forbidden to publish, distribute, sublicense, or sell copies of the Software +or modified copies of the Software. + +The above copyright notice and this permission notice must be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/ext/custom-addons/dp_dump_anonym/__init__.py b/ext/custom-addons/dp_dump_anonym/__init__.py new file mode 100755 index 00000000..792f09f3 --- /dev/null +++ b/ext/custom-addons/dp_dump_anonym/__init__.py @@ -0,0 +1,5 @@ +# Copyright 2018-Today datenpol gmbh() +# License OPL-1 or later (https://www.odoo.com/documentation/user/11.0/legal/licenses/licenses.html#licenses). + +from . import service +from . import controllers diff --git a/ext/custom-addons/dp_dump_anonym/__manifest__.py b/ext/custom-addons/dp_dump_anonym/__manifest__.py new file mode 100755 index 00000000..fbf3dbb5 --- /dev/null +++ b/ext/custom-addons/dp_dump_anonym/__manifest__.py @@ -0,0 +1,26 @@ +# Copyright 2018-Today datenpol gmbh() +# License OPL-1 or later (https://www.odoo.com/documentation/user/11.0/legal/licenses/licenses.html#licenses). + +# noinspection PyStatementEffect +{ + 'name': 'Ermöglicht die Anonymisierung der Datenbank-Backups', + 'category': 'Administration', + 'version': '11.0.1.0.0', + 'license': 'OPL-1', + 'author': 'datenpol gmbh', + 'website': 'https://www.datenpol.at', + 'summary': '', + 'description': """ + offen + """, + 'depends': [ + 'web', + ], + 'auto_install': True, + 'data': [ + 'security/ir.model.access.csv', + ], + 'demo': [ + ], + 'bootstrap': True, +} diff --git a/ext/custom-addons/dp_dump_anonym/controllers/__init__.py b/ext/custom-addons/dp_dump_anonym/controllers/__init__.py new file mode 100755 index 00000000..3265d5d3 --- /dev/null +++ b/ext/custom-addons/dp_dump_anonym/controllers/__init__.py @@ -0,0 +1,4 @@ +# Copyright 2018-Today datenpol gmbh() +# License OPL-1 or later (https://www.odoo.com/documentation/user/11.0/legal/licenses/licenses.html#licenses). + +from . import main diff --git a/ext/custom-addons/dp_dump_anonym/controllers/main.py b/ext/custom-addons/dp_dump_anonym/controllers/main.py new file mode 100755 index 00000000..15e66492 --- /dev/null +++ b/ext/custom-addons/dp_dump_anonym/controllers/main.py @@ -0,0 +1,66 @@ +# Copyright 2018-Today datenpol gmbh() +# License OPL-1 or later (https://www.odoo.com/documentation/user/11.0/legal/licenses/licenses.html#licenses). + +import datetime +import json +import logging +import os +import sys + +import jinja2 +import werkzeug +from odoo.addons.web.controllers.main import DBNAME_PATTERN, db_monodb, Database + +import odoo +from odoo import http +from odoo.http import content_disposition + +_logger = logging.getLogger(__name__) + +if hasattr(sys, 'frozen'): + # When running on compiled windows binary, we don't have access to package loader. + path = os.path.realpath(os.path.join(os.path.dirname(__file__), '..', 'views')) + loader = jinja2.FileSystemLoader(path) +else: + loader = jinja2.PackageLoader('odoo.addons.dp_dump_anonym', "views") + +env = jinja2.Environment(loader=loader, autoescape=True) +env.filters["json"] = json.dumps + + +class DatabaseExtended(Database): + def _render_template(self, **d): + d.setdefault('manage', True) + d['insecure'] = odoo.tools.config.verify_admin_password('admin') + d['list_db'] = odoo.tools.config['list_db'] + d['langs'] = odoo.service.db.exp_list_lang() + d['countries'] = odoo.service.db.exp_list_countries() + d['pattern'] = DBNAME_PATTERN + # databases list + d['databases'] = [] + try: + d['databases'] = http.db_list() + d['incompatible_databases'] = odoo.service.db.list_db_incompatible(d['databases']) + except odoo.exceptions.AccessDenied: + monodb = db_monodb() + if monodb: + d['databases'] = [monodb] + return env.get_template("database_manager.html").render(d) + + @http.route('/web/database/backup', type='http', auth="none", methods=['POST'], csrf=False) + def backup(self, master_pwd, name, backup_format='zip', raw=False): + try: + odoo.service.db.check_super(master_pwd) + ts = datetime.datetime.utcnow().strftime("%Y-%m-%d_%H-%M-%S") + filename = "%s_%s.%s" % (name, ts, backup_format) + headers = [ + ('Content-Type', 'application/octet-stream; charset=binary'), + ('Content-Disposition', content_disposition(filename)), + ] + dump_stream = odoo.service.db.dump_db(name, None, backup_format, raw) + response = werkzeug.wrappers.Response(dump_stream, headers=headers, direct_passthrough=True) + return response + except Exception as e: + _logger.exception('Database.backup') + error = "Database backup error: %s" % (str(e) or repr(e)) + return self._render_template(error=error) diff --git a/ext/custom-addons/dp_dump_anonym/data/anon.sql b/ext/custom-addons/dp_dump_anonym/data/anon.sql new file mode 100755 index 00000000..c61d9582 --- /dev/null +++ b/ext/custom-addons/dp_dump_anonym/data/anon.sql @@ -0,0 +1,12 @@ +-- Set Admin password to 'x' +UPDATE res_users SET password_crypt = '$pbkdf2-sha512$25000$.r93rhUipFQKIYSQci6FcA$hesuvDYTEwTkjUYm/LSt6CH0B/oEMN3JUkpbL1K9gU3vnM3EEdojChU4cjSs21nCIjx88aoVJZ12PBahjM/0Yw' where id = 1; + +-- Disable schedulers +UPDATE ir_cron SET active = FALSE where id > 4; + +-- Corrupt E-Mail addresses +UPDATE res_partner SET email = replace(email, '@', '#'); + +-- Deactivate all mail servers +UPDATE ir_mail_server SET active = FALSE; +UPDATE fetchmail_server SET active = FALSE; diff --git a/ext/custom-addons/dp_dump_anonym/i18n/de.po b/ext/custom-addons/dp_dump_anonym/i18n/de.po new file mode 100755 index 00000000..2e830ad9 --- /dev/null +++ b/ext/custom-addons/dp_dump_anonym/i18n/de.po @@ -0,0 +1,12 @@ +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 8.saas~6\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-05-02 13:28+0000\n" +"PO-Revision-Date: 2016-05-02 13:28+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" diff --git a/ext/custom-addons/dp_dump_anonym/security/ir.model.access.csv b/ext/custom-addons/dp_dump_anonym/security/ir.model.access.csv new file mode 100755 index 00000000..97dd8b91 --- /dev/null +++ b/ext/custom-addons/dp_dump_anonym/security/ir.model.access.csv @@ -0,0 +1 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink diff --git a/ext/custom-addons/dp_dump_anonym/service/__init__.py b/ext/custom-addons/dp_dump_anonym/service/__init__.py new file mode 100755 index 00000000..1071cd82 --- /dev/null +++ b/ext/custom-addons/dp_dump_anonym/service/__init__.py @@ -0,0 +1,4 @@ +# Copyright 2018-Today datenpol gmbh() +# License OPL-1 or later (https://www.odoo.com/documentation/user/11.0/legal/licenses/licenses.html#licenses). + +from . import db diff --git a/ext/custom-addons/dp_dump_anonym/service/db.py b/ext/custom-addons/dp_dump_anonym/service/db.py new file mode 100755 index 00000000..dbd78cd6 --- /dev/null +++ b/ext/custom-addons/dp_dump_anonym/service/db.py @@ -0,0 +1,64 @@ +# Copyright 2018-Today datenpol gmbh() +# License OPL-1 or later (https://www.odoo.com/documentation/user/11.0/legal/licenses/licenses.html#licenses). + +import json +import logging +import os +import shutil +import tempfile +import base64 + +import odoo +from odoo.service.db import check_db_management_enabled, dump_db_manifest + +_logger = logging.getLogger(__name__) + + +@check_db_management_enabled +def exp_dump(db_name, backup_format, raw): + with tempfile.TemporaryFile(mode='w+b') as t: + dump_db(db_name, t, backup_format, raw) + t.seek(0) + return base64.b64encode(t.read()).decode() + + +odoo.service.db.exp_dump = exp_dump + + +@check_db_management_enabled +def dump_db(db_name, stream, backup_format='zip', raw=None): + _logger.info('DUMP DB: %s format %s', db_name, backup_format) + + self_dir = os.path.dirname(os.path.realpath(__file__)) + anon_sql_file = os.path.join(self_dir, '..', 'data', 'anon.sql') + + with odoo.tools.osutil.tempdir() as dump_dir: + + if backup_format == 'zip': + filestore = odoo.tools.config.filestore(db_name) + if os.path.exists(filestore): + shutil.copytree(filestore, os.path.join(dump_dir, 'filestore')) + with open(os.path.join(dump_dir, 'manifest.json'), 'w') as fh: + db = odoo.sql_db.db_connect(db_name) + with db.cursor() as cr: + json.dump(dump_db_manifest(cr), fh, indent=4) + + cmd = ['pg_dump', '--no-owner', db_name, '--file=' + os.path.join(dump_dir, 'dump.sql')] + odoo.tools.exec_pg_command(*cmd) + + if not raw: + with open(os.path.join(dump_dir, 'dump.sql'), 'ab') as dump_file, open(anon_sql_file, 'rb') as anon: + shutil.copyfileobj(anon, dump_file) + + if stream: + odoo.tools.osutil.zip_dir(dump_dir, stream, include_dir=False, + fnct_sort=lambda file_name: file_name != 'dump.sql') + else: + t = tempfile.TemporaryFile() + odoo.tools.osutil.zip_dir(dump_dir, t, include_dir=False, + fnct_sort=lambda file_name: file_name != 'dump.sql') + t.seek(0) + return t + + +odoo.service.db.dump_db = dump_db diff --git a/ext/custom-addons/dp_dump_anonym/static/description/icon.png b/ext/custom-addons/dp_dump_anonym/static/description/icon.png new file mode 100755 index 00000000..8387d765 Binary files /dev/null and b/ext/custom-addons/dp_dump_anonym/static/description/icon.png differ diff --git a/ext/custom-addons/dp_dump_anonym/views/database_manager.html b/ext/custom-addons/dp_dump_anonym/views/database_manager.html new file mode 100755 index 00000000..71bc3cd1 --- /dev/null +++ b/ext/custom-addons/dp_dump_anonym/views/database_manager.html @@ -0,0 +1,366 @@ + + + + + Odoo + + + + + + + + + + +{% macro master_input() -%} +
+ {% if insecure %} + + {% else %} + + + {% endif %} +
+{%- endmacro %} + +{% macro create_form() -%} +

Odoo is up and running!
+ Fill out this form to create a new database. You will install your first app afterwards.

+ {{ master_input() }} +
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+ + + +
+
+
+
+ + +
+
+ + +
+
+
+
+
+ +
+
+{%- endmacro %} + + + +
+
+
+ +
+ {% if not list_db %} +
+ The database manager has been disabled by the administrator +
+ {% elif insecure and databases %} +
+ Warning, your Odoo database manager is not protected. + Please set a master password + to secure it. +
+ {% endif %} + {% if error %} +
{{ error }}
+ {% endif %} + {% if list_db and databases %} + + {% if manage %} +
+ + + +
+ {% else %} + + {% endif %} + {% elif list_db %} +
+ {{ create_form() }} + +
+ + or restore a database + + {% endif %} +
+
+ + + + + + + + + + + + + + + + + + + + + + + diff --git a/ext/custom-addons/dp_line_comment_template/LICENSE b/ext/custom-addons/dp_line_comment_template/LICENSE new file mode 100644 index 00000000..272c64b8 --- /dev/null +++ b/ext/custom-addons/dp_line_comment_template/LICENSE @@ -0,0 +1,27 @@ +Odoo Proprietary License v1.0 + +This software and associated files (the "Software") may only be used (executed, +modified, executed after modifications) if you have purchased a valid license +from the authors, typically via Odoo Apps, or if you have received a written +agreement from the authors of the Software (see the COPYRIGHT file). + +You may develop Odoo modules that use the Software as a library (typically by +depending on it, importing it and using its resources), but without copying any +source code or material from the Software. You may distribute those modules +under the license of your choice, provided that this license is compatible with +the terms of the Odoo Proprietary License (For example: LGPL, MIT, +or proprietary licenses similar to this one). + +It is forbidden to publish, distribute, sublicense, or sell copies of the Software +or modified copies of the Software. + +The above copyright notice and this permission notice must be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/ext/custom-addons/dp_line_comment_template/__init__.py b/ext/custom-addons/dp_line_comment_template/__init__.py new file mode 100644 index 00000000..0650744f --- /dev/null +++ b/ext/custom-addons/dp_line_comment_template/__init__.py @@ -0,0 +1 @@ +from . import models diff --git a/ext/custom-addons/dp_line_comment_template/__manifest__.py b/ext/custom-addons/dp_line_comment_template/__manifest__.py new file mode 100644 index 00000000..96787ce6 --- /dev/null +++ b/ext/custom-addons/dp_line_comment_template/__manifest__.py @@ -0,0 +1,23 @@ +# Copyright 2018-Today datenpol gmbh () +# License OPL-1 or later (https://www.odoo.com/documentation/user/11.0/legal/licenses/licenses.html#licenses). + +# noinspection PyStatementEffect +{ + 'name': 'dp Order line comments', + 'summary': 'Comments templates on invoice and sale lines', + 'version': '11.0.1.0.0', + 'license': 'OPL-1', + 'author': 'datenpol gmbh', + 'support': 'office@datenpol.at', + 'website': 'https://www.datenpol.at', + 'depends': [ + 'sale_comment_template', + 'invoice_comment_template', + ], + 'data': [ + 'views/account_invoice_view.xml', + 'views/sale_order_view.xml', + ], + 'installable': True, + 'auto_install': False, +} diff --git a/ext/custom-addons/dp_line_comment_template/i18n/de.po b/ext/custom-addons/dp_line_comment_template/i18n/de.po new file mode 100644 index 00000000..aa3505f5 --- /dev/null +++ b/ext/custom-addons/dp_line_comment_template/i18n/de.po @@ -0,0 +1,83 @@ +# German translation for openobject-addons +# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 +# This file is distributed under the same license as the openobject-addons package. +# FIRST AUTHOR , 2012. +# + +msgid "" +msgstr "" +"Project-Id-Version: datenpol\n" +"Report-Msgid-Bugs-To: Andreas Brueckl \n" +"POT-Creation-Date: 2014-09-23 16:26+0000\n" +"PO-Revision-Date: 2014-08-14 16:14+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Abkhazian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-09-24 09:44+0000\n" +"X-Generator: Launchpad (build 17196)\n" + +#. module: dp_line_comment_template +#: selection:base.comment.template,position:0 +msgid "Inside lines" +msgstr "Zwischen Positionen" + + +#. module: 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: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" +msgstr "Vorlagen zu Bemerkungen" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_name +msgid "Comment summary" +msgstr "Bemerkungszusammenfassung" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_uid +msgid "Created by" +msgstr "Erstellt von" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_create_date +msgid "Created on" +msgstr "Erstellt am:" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_id +msgid "ID" +msgstr "ID" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template___last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_uid +msgid "Last Updated by" +msgstr "Zuletzt aktualisiert von" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_write_date +msgid "Last Updated on" +msgstr "Zuletzt aktualisiert am" + +#. module: base_comment_template +#: model:ir.model.fields,field_description:base_comment_template.field_base_comment_template_position +msgid "Position" +msgstr "Stelle" + +#. module: base_comment_template +#: model:ir.model.fields,help:base_comment_template.field_base_comment_template_position +msgid "Position on document" +msgstr "Position im Dokument" diff --git a/ext/custom-addons/dp_line_comment_template/models/__init__.py b/ext/custom-addons/dp_line_comment_template/models/__init__.py new file mode 100644 index 00000000..391eddbd --- /dev/null +++ b/ext/custom-addons/dp_line_comment_template/models/__init__.py @@ -0,0 +1,3 @@ +from . import base +from . import sale_order +from . import account_invoice diff --git a/ext/custom-addons/dp_line_comment_template/models/account_invoice.py b/ext/custom-addons/dp_line_comment_template/models/account_invoice.py new file mode 100644 index 00000000..29b238a8 --- /dev/null +++ b/ext/custom-addons/dp_line_comment_template/models/account_invoice.py @@ -0,0 +1,17 @@ +# Copyright 2018-Today datenpol gmbh () +# License OPL-1 or later (https://www.odoo.com/documentation/user/11.0/legal/licenses/licenses.html#licenses). + +from odoo import models, fields, api + + +class AccountInvoice(models.Model): + _inherit = "account.invoice" + + comment_line_template_id = fields.Many2one('base.comment.template', string='Line Comment Template') + note_line = fields.Html('Line Comment') + + @api.onchange('comment_line_template_id') + def _onchange_note_line(self): + comment = self.comment_line_template_id + if comment: + self.note_line = comment.get_value(self.partner_id.id) diff --git a/ext/custom-addons/dp_line_comment_template/models/base.py b/ext/custom-addons/dp_line_comment_template/models/base.py new file mode 100644 index 00000000..96d03637 --- /dev/null +++ b/ext/custom-addons/dp_line_comment_template/models/base.py @@ -0,0 +1,10 @@ +# Copyright 2018-Today datenpol gmbh () +# License OPL-1 or later (https://www.odoo.com/documentation/user/11.0/legal/licenses/licenses.html#licenses). + +from odoo import models, fields + + +class BaseCommentTemplate(models.Model): + _inherit = 'base.comment.template' + + position = fields.Selection(selection_add=[('inside_lines', 'Inside lines')]) diff --git a/ext/custom-addons/dp_line_comment_template/models/sale_order.py b/ext/custom-addons/dp_line_comment_template/models/sale_order.py new file mode 100644 index 00000000..2b901659 --- /dev/null +++ b/ext/custom-addons/dp_line_comment_template/models/sale_order.py @@ -0,0 +1,26 @@ +# Copyright 2018-Today datenpol gmbh () +# License OPL-1 or later (https://www.odoo.com/documentation/user/11.0/legal/licenses/licenses.html#licenses). + +from odoo import models, fields, api + + +class SaleOrder(models.Model): + _inherit = "sale.order" + + comment_line_template_id = fields.Many2one('base.comment.template', string='Line Comment Template') + note_line = fields.Html('Line Comment') + + @api.onchange('comment_line_template_id') + def _onchange_note_line(self): + comment = self.comment_line_template_id + if comment: + self.note_line = comment.get_value(self.partner_id.id) + + @api.multi + def _prepare_invoice(self): + values = super(SaleOrder, self)._prepare_invoice() + values.update({ + 'comment_line_template_id': self.comment_line_template_id.id, + 'note_line': self.note_line, + }) + return values diff --git a/ext/custom-addons/dp_line_comment_template/views/account_invoice_view.xml b/ext/custom-addons/dp_line_comment_template/views/account_invoice_view.xml new file mode 100644 index 00000000..b15e3467 --- /dev/null +++ b/ext/custom-addons/dp_line_comment_template/views/account_invoice_view.xml @@ -0,0 +1,22 @@ + + + + + invoice_line_add_comment_form_view + account.invoice + + 130 + + + + + + + + + + + diff --git a/ext/custom-addons/dp_line_comment_template/views/sale_order_view.xml b/ext/custom-addons/dp_line_comment_template/views/sale_order_view.xml new file mode 100644 index 00000000..69c4af44 --- /dev/null +++ b/ext/custom-addons/dp_line_comment_template/views/sale_order_view.xml @@ -0,0 +1,22 @@ + + + + + sale_line_add_comment_form_view + sale.order + + 130 + + + + + + + + + + + diff --git a/ext/custom-addons/dp_reports/reports/report_templates.xml b/ext/custom-addons/dp_reports/reports/report_templates.xml index 56e67c0a..706af52d 100644 --- a/ext/custom-addons/dp_reports/reports/report_templates.xml +++ b/ext/custom-addons/dp_reports/reports/report_templates.xml @@ -118,6 +118,13 @@ +
+
+ + Die AGBs sind auf der Homepage verfügbar. + +
+
    diff --git a/ext/custom-addons/dp_reports_account/__manifest__.py b/ext/custom-addons/dp_reports_account/__manifest__.py index 0466a343..65fb5389 100644 --- a/ext/custom-addons/dp_reports_account/__manifest__.py +++ b/ext/custom-addons/dp_reports_account/__manifest__.py @@ -13,7 +13,10 @@ 'account_invoicing', 'report_intrastat', 'dp_reports', + 'dp_custom', 'dp_sale_hide_discount', + 'invoice_comment_template', + 'dp_line_comment_template' ], 'data': [ 'reports/invoice.xml', diff --git a/ext/custom-addons/dp_reports_account/models/report_helper.py b/ext/custom-addons/dp_reports_account/models/report_helper.py index a64d5e32..9560838a 100644 --- a/ext/custom-addons/dp_reports_account/models/report_helper.py +++ b/ext/custom-addons/dp_reports_account/models/report_helper.py @@ -4,9 +4,35 @@ from odoo import api, models, _ from odoo.exceptions import ValidationError +class AccountReportHelper(models.AbstractModel): + _name = "report.account_abstract_report" + _inherit = ["report.abstract_report"] + + @api.model + def _field_set_in_lines(self, lines, field): + fields = field.split('.') + for line in lines: + temp = None + for idx, field in enumerate(fields): + if not temp and idx == 0: + temp = line.__getattribute__(field) + if field == 'discount': + temp = temp and not line.__getattribute__('hide_discount') + elif not temp and idx != 0: + return False + else: + if len(temp) > 1: + temp = temp[0].__getattribute__(field) + else: + temp = temp.__getattribute__(field) + if temp: + return True + return False + + class AccountInvoice(models.AbstractModel): _name = 'report.account.report_invoice' - _inherit = 'report.abstract_report' + _inherit = 'report.account_abstract_report' _template = 'account.report_invoice' @api.model @@ -25,7 +51,7 @@ class AccountInvoice(models.AbstractModel): class AccountInvoiceWithIntrastat(models.AbstractModel): _name = 'report.dp_reports_account.report_invoice_with_intrastat' - _inherit = 'report.abstract_report' + _inherit = 'report.account_abstract_report' _template = 'dp_reports_account.report_invoice_with_intrastat' @api.model diff --git a/ext/custom-addons/dp_reports_account/reports/invoice.xml b/ext/custom-addons/dp_reports_account/reports/invoice.xml index 66283856..173f8b80 100644 --- a/ext/custom-addons/dp_reports_account/reports/invoice.xml +++ b/ext/custom-addons/dp_reports_account/reports/invoice.xml @@ -55,20 +55,16 @@
-
+
- Rechnungsdatum: + Rechnungsdatum: - +
Email: - - - Artikel: - - +
@@ -82,6 +78,10 @@
+

+ +

+ @@ -89,7 +89,7 @@ - + @@ -102,7 +102,7 @@ - - + + + +
Pos. AnzahlGewichtGewicht Artikel EP
+ @@ -125,7 +125,20 @@ + + + + Zwischensumme + + + + Zwischensumme + + - + - + kg @@ -164,16 +177,21 @@
+

+ +

- - - + + + % + @@ -221,6 +239,11 @@
+ +

+ +

+

diff --git a/ext/custom-addons/dp_reports_sale/__manifest__.py b/ext/custom-addons/dp_reports_sale/__manifest__.py index b2b0c1be..10df9a2c 100644 --- a/ext/custom-addons/dp_reports_sale/__manifest__.py +++ b/ext/custom-addons/dp_reports_sale/__manifest__.py @@ -14,6 +14,8 @@ 'sale_management', 'dp_sale_delivery_date', 'dp_sale_hide_discount', + 'sale_comment_template', + 'dp_line_comment_template' ], 'data': [ 'reports/sale.xml', diff --git a/ext/custom-addons/dp_reports_sale/reports/sale.xml b/ext/custom-addons/dp_reports_sale/reports/sale.xml index 74f13616..54016f1b 100644 --- a/ext/custom-addons/dp_reports_sale/reports/sale.xml +++ b/ext/custom-addons/dp_reports_sale/reports/sale.xml @@ -104,6 +104,9 @@

+

+ +

@@ -159,6 +162,9 @@ Voraussichtliches Lieferdatum: +

+ +

- + + + % + @@ -223,6 +232,10 @@ +

+ +

+

diff --git a/ext/custom-addons/dp_sale_hide_discount/models/sale.py b/ext/custom-addons/dp_sale_hide_discount/models/sale.py index 0146a9b3..f5a72d13 100644 --- a/ext/custom-addons/dp_sale_hide_discount/models/sale.py +++ b/ext/custom-addons/dp_sale_hide_discount/models/sale.py @@ -68,3 +68,11 @@ class SaleOrderLine(models.Model): line.price_reduce = float_round(line.price_unit * (1.0 - line.discount / 100.0), precision_digits=self.env['decimal.precision'].precision_get( 'Product Price')) + + @api.multi + def _prepare_invoice_line(self, qty): + self.ensure_one() + res = super(SaleOrderLine, self)._prepare_invoice_line(qty) + + res['hide_discount'] = self.hide_discount + return res diff --git a/setup/lib/cli.py b/setup/lib/cli.py index d2459217..ce610be3 100755 --- a/setup/lib/cli.py +++ b/setup/lib/cli.py @@ -247,7 +247,7 @@ def main(): for method in methods: doc = getattr(instance, method).__doc__ - # print(doc) + print(doc, end='') sys.stdout.flush() res = getattr(instance, method)() print('\r%s: %s' % (res and 'OK ' or 'ERROR ', doc)) diff --git a/setup/lib/environments.py b/setup/lib/environments.py index c734585d..3959ed8e 100644 --- a/setup/lib/environments.py +++ b/setup/lib/environments.py @@ -41,9 +41,8 @@ ENVIRONMENTS = { 'br-glaser' : Environment('http://localhost', '8080', 'tz-austria_1', 'glaser-admin', 'x', 'admin', config = ConfigGlaser()), 'aa' : Environment('http://localhost', '8080', 'tz-austria_1', 'admin', 'x', 'admin', config = ConfigTZA()), - 'aa2' : Environment('http://localhost', '8080', 'tz-austria_2', 'admin', 'x', 'admin', config = ConfigTZA()), - 'aa-tz' : Environment('http://localhost', '8080', 'tz-austria_2', 'tz-admin', 'x', 'admin', config = ConfigTZA()), - 'aa-glaser' : Environment('http://localhost', '8080', 'tz-austria_2', 'glaser-admin', 'x', 'admin', config = ConfigGlaser()), + 'aa-tz' : Environment('http://localhost', '8080', 'tz-austria_1', 'tz-admin', 'x', 'admin', config = ConfigTZA()), + 'aa-glaser' : Environment('http://localhost', '8080', 'tz-austria_1', 'glaser-admin', 'x', 'admin', config = ConfigGlaser()), 'rw' : Environment('http://localhost', '8080', 'tz-austria_1', 'admin', 'x', 'admin', config = ConfigTZA()), 'rw-tz' : Environment('http://localhost', '8080', 'tz-austria_1', 'tz-admin', 'x', 'admin', config = ConfigTZA()),