diff --git a/base_report_auto_create_qweb/README.rst b/base_report_auto_create_qweb/README.rst new file mode 100644 index 00000000000..6ea67ca74f7 --- /dev/null +++ b/base_report_auto_create_qweb/README.rst @@ -0,0 +1,92 @@ +=========================== +Report qweb auto generation +=========================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:89f07525eef2571355e6a644255da53ab48a9c28435eb13aa19694728779b864 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github + :target: https://github.com/OCA/server-tools/tree/18.0/base_report_auto_create_qweb + :alt: OCA/server-tools +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-base_report_auto_create_qweb + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=18.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +When creating a report in Settings > Technical > Actions > Reports or +Settings > Technical > Reports > Reports it will create an empty Qweb +template and the required linking info so that the user does not need to +know how to do all the links. + +New duplication button added, it enables the possibility of duplicating +a report and assigning to the duplicated one a suffix. If the copy +option provided by the system is used this will add 'copy' as suffix. + +Be careful with this option as it can create many unnecessary Qweb views +because it duplicates all the related files to the report you are +copying. + +**Table of contents** + +.. contents:: + :local: + +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 to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +------- + +* AvanzOSC +* Tecnativa + +Contributors +------------ + +- Oihane Crucelaegui +- Pedro M. Baeza +- Ana Juaristi +- Alex Comba +- Akim Juillerat + +Maintainers +----------- + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +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. + +This module is part of the `OCA/server-tools `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/base_report_auto_create_qweb/__init__.py b/base_report_auto_create_qweb/__init__.py new file mode 100644 index 00000000000..9b4296142f4 --- /dev/null +++ b/base_report_auto_create_qweb/__init__.py @@ -0,0 +1,2 @@ +from . import models +from . import wizard diff --git a/base_report_auto_create_qweb/__manifest__.py b/base_report_auto_create_qweb/__manifest__.py new file mode 100644 index 00000000000..405dd89f740 --- /dev/null +++ b/base_report_auto_create_qweb/__manifest__.py @@ -0,0 +1,26 @@ +# Authors: See README.RST for Contributors +# Copyright 2015-2017 +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{ + "name": "Report qweb auto generation", + "version": "18.0.1.0.0", + "depends": [ + "base", + ], + "external_dependencies": { + "python": [ + "unidecode", + ], + }, + "author": "AvanzOSC, Tecnativa, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/server-tools", + "license": "AGPL-3", + "category": "Tools", + "data": [ + "security/ir.model.access.csv", + "wizard/report_duplicate_view.xml", + "views/report_xml_view.xml", + ], + "installable": True, +} diff --git a/base_report_auto_create_qweb/i18n/am.po b/base_report_auto_create_qweb/i18n/am.po new file mode 100644 index 00000000000..25cd3ced055 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/am.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" +"Language: am\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "መሰረዝ" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "ወይም" diff --git a/base_report_auto_create_qweb/i18n/ar.po b/base_report_auto_create_qweb/i18n/ar.po new file mode 100644 index 00000000000..4e9637ce2ef --- /dev/null +++ b/base_report_auto_create_qweb/i18n/ar.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Arabic (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/ar/)\n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "إلغاء" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "أنشئ في" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "اسم العرض" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "المعرف" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "أو" diff --git a/base_report_auto_create_qweb/i18n/base_report_auto_create_qweb.pot b/base_report_auto_create_qweb/i18n/base_report_auto_create_qweb.pot new file mode 100644 index 00000000000..751d53e184e --- /dev/null +++ b/base_report_auto_create_qweb/i18n/base_report_auto_create_qweb.pot @@ -0,0 +1,113 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \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_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#. odoo-python +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "" diff --git a/base_report_auto_create_qweb/i18n/bg.po b/base_report_auto_create_qweb/i18n/bg.po new file mode 100644 index 00000000000..9a143206c87 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/bg.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bulgarian (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/bg/)\n" +"Language: bg\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Откажи" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Име за Показване" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Последно обновено на" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "или" diff --git a/base_report_auto_create_qweb/i18n/bs.po b/base_report_auto_create_qweb/i18n/bs.po new file mode 100644 index 00000000000..fecff0538b2 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/bs.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Bosnian (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/bs/)\n" +"Language: bs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Otkaži" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "ili" diff --git a/base_report_auto_create_qweb/i18n/ca.po b/base_report_auto_create_qweb/i18n/ca.po new file mode 100644 index 00000000000..8ae901c498c --- /dev/null +++ b/base_report_auto_create_qweb/i18n/ca.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"Language: ca\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Cancel·la" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Creat el" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Veure el nom" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Darrera modificació el" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Darrera Actualització per" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Darrera Actualització el" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "o " diff --git a/base_report_auto_create_qweb/i18n/ca_ES.po b/base_report_auto_create_qweb/i18n/ca_ES.po new file mode 100644 index 00000000000..4baa68b86f2 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/ca_ES.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Catalan (Spain) (http://www.transifex.com/oca/OCA-server-" +"tools-9-0/language/ca_ES/)\n" +"Language: ca_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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Cancel·la" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "" diff --git a/base_report_auto_create_qweb/i18n/cs.po b/base_report_auto_create_qweb/i18n/cs.po new file mode 100644 index 00000000000..a6a52844075 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/cs.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Czech (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/cs/)\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Zrušit" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Vytvořil(a)" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Vytvořeno" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Naposled upraveno" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "nebo" diff --git a/base_report_auto_create_qweb/i18n/da.po b/base_report_auto_create_qweb/i18n/da.po new file mode 100644 index 00000000000..8e7efa96b7b --- /dev/null +++ b/base_report_auto_create_qweb/i18n/da.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Danish (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/da/)\n" +"Language: da\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Annuller" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Oprettet af" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Oprettet den" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Vist navn" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "Id" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "eller" diff --git a/base_report_auto_create_qweb/i18n/de.po b/base_report_auto_create_qweb/i18n/de.po new file mode 100644 index 00000000000..6caa2b0704b --- /dev/null +++ b/base_report_auto_create_qweb/i18n/de.po @@ -0,0 +1,129 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-10-04 09:42+0000\n" +"PO-Revision-Date: 2018-09-07 14:25+0000\n" +"Last-Translator: Rudolf Schnapka \n" +"Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/de/)\n" +"Language: de\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" +"X-Generator: Weblate 3.1.1\n" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Abbrechen" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "QWeb-Ansicht anlegen" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Erstellt von" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Erstellt am:" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "Duplizieren" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "Report duplizierung" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Zuletzt aktualisiert von" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Zuletzt aktualisiert am" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "Reportduplizierung" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +#, fuzzy +msgid "Suffix" +msgstr "Suffix" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "Die Vorlagenbezeichnung muss mindestens einen Punkt im Namen haben" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "Dieses Suffix wird der Reportbezeichnung angehängt" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "oder" + +#~ msgid "ir.actions.report.xml" +#~ msgstr "ir.actions.report.xml" + +#, fuzzy +#~ msgid "ir.actions.report.xml.duplicate" +#~ msgstr "ir.actions.report.xml.duplicate" diff --git a/base_report_auto_create_qweb/i18n/el_GR.po b/base_report_auto_create_qweb/i18n/el_GR.po new file mode 100644 index 00000000000..d6ec5d1f9e2 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/el_GR.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/" +"el_GR/)\n" +"Language: el_GR\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε από " + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "Κωδικός" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Τελευταία ενημέρωση από" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Τελευταία ενημέρωση στις" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "ή" diff --git a/base_report_auto_create_qweb/i18n/en_AU.po b/base_report_auto_create_qweb/i18n/en_AU.po new file mode 100644 index 00000000000..a2f9e8c83fb --- /dev/null +++ b/base_report_auto_create_qweb/i18n/en_AU.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: English (Australia) (https://www.transifex.com/oca/" +"teams/23907/en_AU/)\n" +"Language: en_AU\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Cancel" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "or" diff --git a/base_report_auto_create_qweb/i18n/en_GB.po b/base_report_auto_create_qweb/i18n/en_GB.po new file mode 100644 index 00000000000..217830296d2 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/en_GB.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/oca/OCA-" +"server-tools-9-0/language/en_GB/)\n" +"Language: en_GB\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Cancel" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Created by" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Created on" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "or" diff --git a/base_report_auto_create_qweb/i18n/es.po b/base_report_auto_create_qweb/i18n/es.po new file mode 100644 index 00000000000..cfc5a20122f --- /dev/null +++ b/base_report_auto_create_qweb/i18n/es.po @@ -0,0 +1,124 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +# Pedro M. Baeza , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: Pedro M. Baeza , 2017\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Creado el" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Nombre a mostrar" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Última actualización por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "o" + +#~ msgid "ir.actions.report.xml" +#~ msgstr "ir.actions.report.xml" diff --git a/base_report_auto_create_qweb/i18n/es_AR.po b/base_report_auto_create_qweb/i18n/es_AR.po new file mode 100644 index 00000000000..36774eedfe9 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/es_AR.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2022-03-13 21:17+0000\n" +"Last-Translator: Ignacio Buioli \n" +"Language-Team: Spanish (Argentina) (http://www.transifex.com/oca/OCA-server-" +"tools-9-0/language/es_AR/)\n" +"Language: es_AR\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" +"X-Generator: Weblate 4.3.2\n" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "Crear Vista QWeb" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "Duplicar" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "Duplicar reporte QWeb" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "Duplicar Reporte" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "Acción del Reporte" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "Duplicación del reporte" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "Búsqueda Inteligente" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "Sufijo" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "El Nombre de la Plantilla debe contener al menos un punto en su nombre" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "Este sufijo será añadido al reporte" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "o" diff --git a/base_report_auto_create_qweb/i18n/es_CL.po b/base_report_auto_create_qweb/i18n/es_CL.po new file mode 100644 index 00000000000..13ab6bdb1a8 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/es_CL.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/" +"es_CL/)\n" +"Language: es_CL\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID (identificación)" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "" diff --git a/base_report_auto_create_qweb/i18n/es_CO.po b/base_report_auto_create_qweb/i18n/es_CO.po new file mode 100644 index 00000000000..58d11596f3b --- /dev/null +++ b/base_report_auto_create_qweb/i18n/es_CO.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Colombia) (http://www.transifex.com/oca/OCA-server-" +"tools-9-0/language/es_CO/)\n" +"Language: es_CO\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Creado" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "o" diff --git a/base_report_auto_create_qweb/i18n/es_CR.po b/base_report_auto_create_qweb/i18n/es_CR.po new file mode 100644 index 00000000000..39839f733b0 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/es_CR.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/" +"teams/23907/es_CR/)\n" +"Language: es_CR\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "o" diff --git a/base_report_auto_create_qweb/i18n/es_DO.po b/base_report_auto_create_qweb/i18n/es_DO.po new file mode 100644 index 00000000000..ae765e2bb50 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/es_DO.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/" +"teams/23907/es_DO/)\n" +"Language: es_DO\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "ó" diff --git a/base_report_auto_create_qweb/i18n/es_EC.po b/base_report_auto_create_qweb/i18n/es_EC.po new file mode 100644 index 00000000000..52612852d5b --- /dev/null +++ b/base_report_auto_create_qweb/i18n/es_EC.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Ecuador) (http://www.transifex.com/oca/OCA-server-" +"tools-9-0/language/es_EC/)\n" +"Language: es_EC\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID (identificación)" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "o" diff --git a/base_report_auto_create_qweb/i18n/es_ES.po b/base_report_auto_create_qweb/i18n/es_ES.po new file mode 100644 index 00000000000..dc84ac27312 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/es_ES.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-02-16 10:39+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-server-" +"tools-9-0/language/es_ES/)\n" +"Language: es_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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Nombre para mostrar" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "o" diff --git a/base_report_auto_create_qweb/i18n/es_MX.po b/base_report_auto_create_qweb/i18n/es_MX.po new file mode 100644 index 00000000000..eb4afda082f --- /dev/null +++ b/base_report_auto_create_qweb/i18n/es_MX.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/" +"es_MX/)\n" +"Language: es_MX\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Nombre desplegado" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Ultima modificacion realizada" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Ultima actualizacion por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Ultima actualización realizada" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "o" diff --git a/base_report_auto_create_qweb/i18n/es_PE.po b/base_report_auto_create_qweb/i18n/es_PE.po new file mode 100644 index 00000000000..6436f33673c --- /dev/null +++ b/base_report_auto_create_qweb/i18n/es_PE.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/" +"es_PE/)\n" +"Language: es_PE\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "" diff --git a/base_report_auto_create_qweb/i18n/es_PY.po b/base_report_auto_create_qweb/i18n/es_PY.po new file mode 100644 index 00000000000..9a2754d734d --- /dev/null +++ b/base_report_auto_create_qweb/i18n/es_PY.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Paraguay) (http://www.transifex.com/oca/OCA-server-" +"tools-9-0/language/es_PY/)\n" +"Language: es_PY\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "" diff --git a/base_report_auto_create_qweb/i18n/es_VE.po b/base_report_auto_create_qweb/i18n/es_VE.po new file mode 100644 index 00000000000..e6bdee23308 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/es_VE.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Spanish (Venezuela) (http://www.transifex.com/oca/OCA-server-" +"tools-9-0/language/es_VE/)\n" +"Language: es_VE\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "" diff --git a/base_report_auto_create_qweb/i18n/et.po b/base_report_auto_create_qweb/i18n/et.po new file mode 100644 index 00000000000..842a4cc0167 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/et.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Estonian (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/et/)\n" +"Language: et\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Loobu" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Loonud" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Loodud" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "või" diff --git a/base_report_auto_create_qweb/i18n/eu.po b/base_report_auto_create_qweb/i18n/eu.po new file mode 100644 index 00000000000..3960814a465 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/eu.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"Language: eu\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Ezeztatu" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Created on" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "edo" diff --git a/base_report_auto_create_qweb/i18n/fa.po b/base_report_auto_create_qweb/i18n/fa.po new file mode 100644 index 00000000000..e9cdb7b08d2 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/fa.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Persian (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/fa/)\n" +"Language: fa\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "لغو" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "شناسه" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "تاریخ آخرین به‌روزرسانی" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "آخرین به روز رسانی توسط" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "یا" diff --git a/base_report_auto_create_qweb/i18n/fi.po b/base_report_auto_create_qweb/i18n/fi.po new file mode 100644 index 00000000000..a87cb445444 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/fi.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-14 04:21+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Finnish (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/fi/)\n" +"Language: fi\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Peruuta" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Luonut" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Luotu" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Nimi" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Viimeksi päivittänyt" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Viimeksi päivitetty" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "tai" diff --git a/base_report_auto_create_qweb/i18n/fr.po b/base_report_auto_create_qweb/i18n/fr.po new file mode 100644 index 00000000000..67741215258 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/fr.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Annuler" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Mis à jour par" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Mis à jour le" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "" diff --git a/base_report_auto_create_qweb/i18n/fr_CA.po b/base_report_auto_create_qweb/i18n/fr_CA.po new file mode 100644 index 00000000000..24ef899efee --- /dev/null +++ b/base_report_auto_create_qweb/i18n/fr_CA.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/" +"fr_CA/)\n" +"Language: fr_CA\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Annuler" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Afficher le nom" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "Identifiant" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "ou" diff --git a/base_report_auto_create_qweb/i18n/fr_CH.po b/base_report_auto_create_qweb/i18n/fr_CH.po new file mode 100644 index 00000000000..c997511f25c --- /dev/null +++ b/base_report_auto_create_qweb/i18n/fr_CH.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/" +"teams/23907/fr_CH/)\n" +"Language: fr_CH\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Annuler" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Modifié par" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Modifié le" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "ou" diff --git a/base_report_auto_create_qweb/i18n/fr_FR.po b/base_report_auto_create_qweb/i18n/fr_FR.po new file mode 100644 index 00000000000..df73991d6a6 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/fr_FR.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: French (France) (http://www.transifex.com/oca/OCA-server-" +"tools-9-0/language/fr_FR/)\n" +"Language: fr_FR\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Annuler" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "" diff --git a/base_report_auto_create_qweb/i18n/gl.po b/base_report_auto_create_qweb/i18n/gl.po new file mode 100644 index 00000000000..67e79ed5bdb --- /dev/null +++ b/base_report_auto_create_qweb/i18n/gl.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/gl/)\n" +"Language: gl\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Última modificación" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "ültima actualización por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "ou" diff --git a/base_report_auto_create_qweb/i18n/gl_ES.po b/base_report_auto_create_qweb/i18n/gl_ES.po new file mode 100644 index 00000000000..ded0d197e08 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/gl_ES.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Galician (Spain) (http://www.transifex.com/oca/OCA-server-" +"tools-9-0/language/gl_ES/)\n" +"Language: gl_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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "" diff --git a/base_report_auto_create_qweb/i18n/he.po b/base_report_auto_create_qweb/i18n/he.po new file mode 100644 index 00000000000..b0f6a613e6d --- /dev/null +++ b/base_report_auto_create_qweb/i18n/he.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hebrew (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/he/)\n" +"Language: he\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "בטל" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "נוצר על ידי" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "נוצר ב-" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "השם המוצג" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "מזהה" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "תאריך שינוי אחרון" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "עודכן לאחרונה על ידי" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "עודכן לאחרונה על" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "או" diff --git a/base_report_auto_create_qweb/i18n/hi.po b/base_report_auto_create_qweb/i18n/hi.po new file mode 100644 index 00000000000..8c8e04d620d --- /dev/null +++ b/base_report_auto_create_qweb/i18n/hi.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hindi (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/hi/)\n" +"Language: hi\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "रद्द" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "" diff --git a/base_report_auto_create_qweb/i18n/hr.po b/base_report_auto_create_qweb/i18n/hr.po new file mode 100644 index 00000000000..a2a5e3a1392 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/hr.po @@ -0,0 +1,128 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +# Bole , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 18:40+0000\n" +"PO-Revision-Date: 2018-03-02 18:40+0000\n" +"Last-Translator: Bole , 2018\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Otkaži" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "Kreira QWeb pogled" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Naziv " + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "Dupliciraj" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "Dupliciraj izvještaj" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Zadnje ažuriranje" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "Dupliciranje izvještaja" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "Sufiks" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "Naziv predloška mora sadržavati najmanje jednu točku" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "Ovaj sufiks će biti dodan izvještaju" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "ili" + +#~ msgid "ir.actions.report.xml" +#~ msgstr "ir.actions.report.xml" + +#~ msgid "ir.actions.report.xml.duplicate" +#~ msgstr "ir.actions.report.xml.duplicate" diff --git a/base_report_auto_create_qweb/i18n/hr_HR.po b/base_report_auto_create_qweb/i18n/hr_HR.po new file mode 100644 index 00000000000..ce6f3405acb --- /dev/null +++ b/base_report_auto_create_qweb/i18n/hr_HR.po @@ -0,0 +1,122 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" +"hr_HR/)\n" +"Language: hr_HR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Otkaži" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "" diff --git a/base_report_auto_create_qweb/i18n/hu.po b/base_report_auto_create_qweb/i18n/hu.po new file mode 100644 index 00000000000..ac114e03c9a --- /dev/null +++ b/base_report_auto_create_qweb/i18n/hu.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Hungarian (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/hu/)\n" +"Language: hu\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Mégsem" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Készítette" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Létrehozás dátuma" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Utolsó frissítés dátuma" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Utoljára frissítve, által" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Utoljára frissítve " + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "vagy" diff --git a/base_report_auto_create_qweb/i18n/id.po b/base_report_auto_create_qweb/i18n/id.po new file mode 100644 index 00000000000..e02a80bf91e --- /dev/null +++ b/base_report_auto_create_qweb/i18n/id.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/id/)\n" +"Language: id\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Batalkan" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Dibuat pada" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Terakhir Dimodifikasi pada" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Diperbaharui oleh" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Diperbaharui pada" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "atau" diff --git a/base_report_auto_create_qweb/i18n/it.po b/base_report_auto_create_qweb/i18n/it.po new file mode 100644 index 00000000000..801b6be5a9b --- /dev/null +++ b/base_report_auto_create_qweb/i18n/it.po @@ -0,0 +1,122 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# Paolo Valier , 2017 +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-06 02:24+0000\n" +"PO-Revision-Date: 2026-02-04 18:09+0000\n" +"Last-Translator: mymage \n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"Language: it\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" +"X-Generator: Weblate 5.15.2\n" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Annulla" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "Crea vista QWeb" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Creato da" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Creato il" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "Duplica" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "Duplica resoconto Qweb" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "Duplica resoconto" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Ultimo aggiornamento di" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Ultimo aggiornamento il" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "Azione resoconto" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "Duplicazione resoconto" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "Ricerca intelligente" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "Suffisso" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "Il nome del modello deve contenere almeno un punto nel nome" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "Questo suffisso verrà aggiunto al resoconto" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "o" diff --git a/base_report_auto_create_qweb/i18n/ja.po b/base_report_auto_create_qweb/i18n/ja.po new file mode 100644 index 00000000000..629afaba157 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/ja.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "取消" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "作成者" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "作成日" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "または" diff --git a/base_report_auto_create_qweb/i18n/ko.po b/base_report_auto_create_qweb/i18n/ko.po new file mode 100644 index 00000000000..7864416e341 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/ko.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Korean (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/ko/)\n" +"Language: ko\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "취소" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "작성자" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "작성일" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "표시 이름" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "최근 갱신 날짜" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "또는" diff --git a/base_report_auto_create_qweb/i18n/lo.po b/base_report_auto_create_qweb/i18n/lo.po new file mode 100644 index 00000000000..5d58a882a91 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/lo.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lao (https://www.transifex.com/oca/teams/23907/lo/)\n" +"Language: lo\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "ຍົກເລີອກ" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "ຫຼື" diff --git a/base_report_auto_create_qweb/i18n/lt.po b/base_report_auto_create_qweb/i18n/lt.po new file mode 100644 index 00000000000..76cb8f6595d --- /dev/null +++ b/base_report_auto_create_qweb/i18n/lt.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/lt/)\n" +"Language: lt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Atšaukti" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "arba" diff --git a/base_report_auto_create_qweb/i18n/lt_LT.po b/base_report_auto_create_qweb/i18n/lt_LT.po new file mode 100644 index 00000000000..176329e5a1f --- /dev/null +++ b/base_report_auto_create_qweb/i18n/lt_LT.po @@ -0,0 +1,122 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/" +"teams/23907/lt_LT/)\n" +"Language: lt_LT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Atšaukti" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "arba" diff --git a/base_report_auto_create_qweb/i18n/lv.po b/base_report_auto_create_qweb/i18n/lv.po new file mode 100644 index 00000000000..d4360571df0 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/lv.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Latvian (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/lv/)\n" +"Language: lv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Atcelt" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Izveidoja" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Izveidots" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Pēdējo reizi atjaunoja" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Pēdējās izmaiņas" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "vai" diff --git a/base_report_auto_create_qweb/i18n/mk.po b/base_report_auto_create_qweb/i18n/mk.po new file mode 100644 index 00000000000..87180999aeb --- /dev/null +++ b/base_report_auto_create_qweb/i18n/mk.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Macedonian (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/mk/)\n" +"Language: mk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Откажи" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Креирано од" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Креирано на" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "или" diff --git a/base_report_auto_create_qweb/i18n/mn.po b/base_report_auto_create_qweb/i18n/mn.po new file mode 100644 index 00000000000..b0b03a2f0e7 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/mn.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Mongolian (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/mn/)\n" +"Language: mn\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Цуцлах" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Үүсгэгч" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Үүсгэсэн" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Дэлгэцийн Нэр" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Сүүлийн засвар хийсэн" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "эсвэл" diff --git a/base_report_auto_create_qweb/i18n/nb.po b/base_report_auto_create_qweb/i18n/nb.po new file mode 100644 index 00000000000..5413bed5d89 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/nb.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (http://www.transifex.com/oca/OCA-server-" +"tools-9-0/language/nb/)\n" +"Language: nb\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Avbryt" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Opprettet den" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Visnings navn" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Sist oppdatert " + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "eller" diff --git a/base_report_auto_create_qweb/i18n/nb_NO.po b/base_report_auto_create_qweb/i18n/nb_NO.po new file mode 100644 index 00000000000..0f10009d37c --- /dev/null +++ b/base_report_auto_create_qweb/i18n/nb_NO.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/oca/OCA-" +"server-tools-9-0/language/nb_NO/)\n" +"Language: nb_NO\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Lukk" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Laget av" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Laget den" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Sist endret den" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Sist oppdatert den" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "" diff --git a/base_report_auto_create_qweb/i18n/nl.po b/base_report_auto_create_qweb/i18n/nl.po new file mode 100644 index 00000000000..6cba8cb6e75 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/nl.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Dutch (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/nl/)\n" +"Language: nl\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Annuleren" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Te tonen naam" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "of" diff --git a/base_report_auto_create_qweb/i18n/nl_BE.po b/base_report_auto_create_qweb/i18n/nl_BE.po new file mode 100644 index 00000000000..c36363932b0 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/nl_BE.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/" +"nl_BE/)\n" +"Language: nl_BE\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Afbreken" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Gemaakt door" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Gemaakt op" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Laatst Aangepast op" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "of" diff --git a/base_report_auto_create_qweb/i18n/nl_NL.po b/base_report_auto_create_qweb/i18n/nl_NL.po new file mode 100644 index 00000000000..228ac06ee7e --- /dev/null +++ b/base_report_auto_create_qweb/i18n/nl_NL.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: Peter Hageman , 2017\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" +"teams/23907/nl_NL/)\n" +"Language: nl_NL\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Annuleer" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "weergavenaam" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "of" diff --git a/base_report_auto_create_qweb/i18n/pl.po b/base_report_auto_create_qweb/i18n/pl.po new file mode 100644 index 00000000000..d2a15b21336 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/pl.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Polish (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/pl/)\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Anuluj" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Utworzone przez" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Utworzono" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Wyświetlana nazwa " + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Ostatnio modyfikowano" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Ostatnio modyfikowane przez" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Ostatnia zmiana" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "lub" diff --git a/base_report_auto_create_qweb/i18n/pt.po b/base_report_auto_create_qweb/i18n/pt.po new file mode 100644 index 00000000000..9b3a4fd7411 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/pt.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Nome" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Última Modificação Em" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Última Modificação Por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Última Atualização Em" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "ou" diff --git a/base_report_auto_create_qweb/i18n/pt_BR.po b/base_report_auto_create_qweb/i18n/pt_BR.po new file mode 100644 index 00000000000..455ab372136 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/pt_BR.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Nome para Mostrar" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "Identificação" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Última atualização em" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Última atualização por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Última atualização em" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "ou" diff --git a/base_report_auto_create_qweb/i18n/pt_PT.po b/base_report_auto_create_qweb/i18n/pt_PT.po new file mode 100644 index 00000000000..3c5ac9163d6 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/pt_PT.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/" +"teams/23907/pt_PT/)\n" +"Language: pt_PT\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Última Modificação Em" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Última Atualização Por" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Última Atualização Em" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "ou" diff --git a/base_report_auto_create_qweb/i18n/ro.po b/base_report_auto_create_qweb/i18n/ro.po new file mode 100644 index 00000000000..1614435a17e --- /dev/null +++ b/base_report_auto_create_qweb/i18n/ro.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Anulează" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Creat de" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Creat la" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Nume Afişat" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Ultima actualizare în" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Ultima actualizare la" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "sau" diff --git a/base_report_auto_create_qweb/i18n/ru.po b/base_report_auto_create_qweb/i18n/ru.po new file mode 100644 index 00000000000..e60bef06626 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/ru.po @@ -0,0 +1,122 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Отменить" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Создано" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Создан" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Последний раз обновлено" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Последний раз обновлено" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "или" diff --git a/base_report_auto_create_qweb/i18n/sk.po b/base_report_auto_create_qweb/i18n/sk.po new file mode 100644 index 00000000000..dfe19947306 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/sk.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Slovak (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/sk/)\n" +"Language: sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Zrušiť" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Vytvorené" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Zobraziť meno" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Posledná modifikácia" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Naposledy upravované" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "alebo" diff --git a/base_report_auto_create_qweb/i18n/sl.po b/base_report_auto_create_qweb/i18n/sl.po new file mode 100644 index 00000000000..7c77e1f8934 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/sl.po @@ -0,0 +1,122 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2023-03-31 21:23+0000\n" +"Last-Translator: Matjaz Mozetic \n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3;\n" +"X-Generator: Weblate 4.14.1\n" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Preklic" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Ustvaril" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Ustvarjeno" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Zadnji posodobil" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Zadnjič posodobljeno" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "ali" diff --git a/base_report_auto_create_qweb/i18n/sr.po b/base_report_auto_create_qweb/i18n/sr.po new file mode 100644 index 00000000000..88eac81ad9c --- /dev/null +++ b/base_report_auto_create_qweb/i18n/sr.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Serbian (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/sr/)\n" +"Language: sr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Otkaži" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "" diff --git a/base_report_auto_create_qweb/i18n/sr@latin.po b/base_report_auto_create_qweb/i18n/sr@latin.po new file mode 100644 index 00000000000..99e27064bc5 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/sr@latin.po @@ -0,0 +1,122 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr" +"%40latin/)\n" +"Language: sr@latin\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Otkaži" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Ime za prikaz" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Zadnja izmjena" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Zadnja izmjena" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "" diff --git a/base_report_auto_create_qweb/i18n/sv.po b/base_report_auto_create_qweb/i18n/sv.po new file mode 100644 index 00000000000..0b404035dc4 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/sv.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Swedish (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/sv/)\n" +"Language: sv\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Avbryt" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Visa namn" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "eller" diff --git a/base_report_auto_create_qweb/i18n/th.po b/base_report_auto_create_qweb/i18n/th.po new file mode 100644 index 00000000000..0dbecc775b1 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/th.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Thai (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/th/)\n" +"Language: th\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "ยกเลิก" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "สร้างโดย" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "รหัส" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "หรือ" diff --git a/base_report_auto_create_qweb/i18n/tr.po b/base_report_auto_create_qweb/i18n/tr.po new file mode 100644 index 00000000000..5052dd9025c --- /dev/null +++ b/base_report_auto_create_qweb/i18n/tr.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\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: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "İptal" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Oluşturuldu" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Görünen İsim" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Son değişiklik" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Son güncelleyen" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Son güncellenme" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "ya da" diff --git a/base_report_auto_create_qweb/i18n/tr_TR.po b/base_report_auto_create_qweb/i18n/tr_TR.po new file mode 100644 index 00000000000..09bbe068bd4 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/tr_TR.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/" +"tr_TR/)\n" +"Language: tr_TR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Oluşturulma tarihi" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Görünen ad" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "Kimlik" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "En son güncelleme tarihi" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "En son güncelleyen " + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "En son güncelleme tarihi" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "" diff --git a/base_report_auto_create_qweb/i18n/uk.po b/base_report_auto_create_qweb/i18n/uk.po new file mode 100644 index 00000000000..599639edb37 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/uk.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:39+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/uk/)\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \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_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Скасувати" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Створив" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Дата створення" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Остання модифікація" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "або" diff --git a/base_report_auto_create_qweb/i18n/vi.po b/base_report_auto_create_qweb/i18n/vi.po new file mode 100644 index 00000000000..67b46fe5a8f --- /dev/null +++ b/base_report_auto_create_qweb/i18n/vi.po @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: server-tools (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-11-26 01:45+0000\n" +"PO-Revision-Date: 2016-06-02 09:50+0000\n" +"Last-Translator: <>\n" +"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-server-tools-9-0/" +"language/vi/)\n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Hủy bỏ" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Được tạo vào" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "hoặc" diff --git a/base_report_auto_create_qweb/i18n/vi_VN.po b/base_report_auto_create_qweb/i18n/vi_VN.po new file mode 100644 index 00000000000..2c16bc4eaef --- /dev/null +++ b/base_report_auto_create_qweb/i18n/vi_VN.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/" +"teams/23907/vi_VN/)\n" +"Language: vi_VN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "Hủy" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "Tạo bởi" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "Tạo vào" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "hoặc" diff --git a/base_report_auto_create_qweb/i18n/zh_CN.po b/base_report_auto_create_qweb/i18n/zh_CN.po new file mode 100644 index 00000000000..7a045a2eac0 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/zh_CN.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" +"zh_CN/)\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "取消" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "创建者" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "创建时间" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "ID" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "最后修改时间" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "最后更新者" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "上次更新日期" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "或者" diff --git a/base_report_auto_create_qweb/i18n/zh_TW.po b/base_report_auto_create_qweb/i18n/zh_TW.po new file mode 100644 index 00000000000..3bedc0a9584 --- /dev/null +++ b/base_report_auto_create_qweb/i18n/zh_TW.po @@ -0,0 +1,121 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_report_auto_create_qweb +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-01 02:10+0000\n" +"PO-Revision-Date: 2017-12-01 02:10+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/" +"zh_TW/)\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Cancel" +msgstr "取消" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Create QWeb view" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_uid +msgid "Created by" +msgstr "建立者" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__create_date +msgid "Created on" +msgstr "建立於" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__display_name +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Duplicate" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report_duplicate +msgid "Duplicate Qweb report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_form_view +msgid "Duplicate Report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__id +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__id +msgid "ID" +msgstr "編號" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report____last_update +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate____last_update +msgid "Last Modified on" +msgstr "最後修改:" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_uid +msgid "Last Updated by" +msgstr "最後更新:" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__write_date +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: base_report_auto_create_qweb +#: model:ir.model,name:base_report_auto_create_qweb.model_ir_actions_report +msgid "Report Action" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.actions.act_window,name:base_report_auto_create_qweb.report_duplicate_action +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "Report duplication" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report__smart_search +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__smart_search +msgid "Smart Search" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,field_description:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "Suffix" +msgstr "" + +#. module: base_report_auto_create_qweb +#: code:addons/base_report_auto_create_qweb/models/report_xml.py:0 +#, python-format +msgid "Template Name must contain at least a dot in it's name" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model:ir.model.fields,help:base_report_auto_create_qweb.field_ir_actions_report_duplicate__suffix +msgid "This suffix will be added to the report" +msgstr "" + +#. module: base_report_auto_create_qweb +#: model_terms:ir.ui.view,arch_db:base_report_auto_create_qweb.report_duplicate_form_view +msgid "or" +msgstr "或" diff --git a/base_report_auto_create_qweb/models/__init__.py b/base_report_auto_create_qweb/models/__init__.py new file mode 100644 index 00000000000..c32e220565c --- /dev/null +++ b/base_report_auto_create_qweb/models/__init__.py @@ -0,0 +1 @@ +from . import report_xml diff --git a/base_report_auto_create_qweb/models/report_xml.py b/base_report_auto_create_qweb/models/report_xml.py new file mode 100644 index 00000000000..d6d7df1cd3c --- /dev/null +++ b/base_report_auto_create_qweb/models/report_xml.py @@ -0,0 +1,105 @@ +# Authors: See README.RST for Contributors +# Copyright 2015-2017 +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from unidecode import unidecode + +from odoo import _, api, exceptions, models + + +class IrActionsReport(models.Model): + _inherit = "ir.actions.report" + + def _format_template_name(self, text): + text = unidecode(text) + return text.lower() + + def _prepare_qweb_view_data(self, qweb_name, arch): + return { + "name": qweb_name, + "mode": "primary", + "type": "qweb", + "arch": arch, + } + + def _prepare_model_data_data(self, qweb_name, module, qweb_view): + return { + "module": module, + "name": qweb_name, + "res_id": qweb_view.id, + "model": "ir.ui.view", + } + + def _create_qweb(self, name, qweb_name, module, model, arch): + qweb_view_data = self._prepare_qweb_view_data(qweb_name, arch) + qweb_view = self.env["ir.ui.view"].create(qweb_view_data) + model_data_data = self._prepare_model_data_data(qweb_name, module, qweb_view) + self.env["ir.model.data"].create(model_data_data) + + @api.model_create_multi + def create(self, vals_list): + for vals in vals_list: + vals["report_name"] = self._format_template_name( + vals.get("report_name", "") + ) + if ( + vals.get("report_type") in ["qweb-pdf", "qweb-html"] + and vals.get("report_name") + and "." not in vals["report_name"] + ): + raise exceptions.UserError( + _("Template Name must contain at least a dot in it's name") + ) + if not self.env.context.get("enable_duplication", False): + return super().create(vals_list) + records = super().create(vals_list) + for record, vals in zip(records, vals_list, strict=False): + if vals.get("report_type") not in ["qweb-pdf", "qweb-html"]: + continue + report_view_ids = self.env.context.get("report_views", False) + suffix = self.env.context.get("suffix") or "copy" + name = vals["name"] + model = vals["model"] + report = vals["report_name"] + module = report.split(".")[0] + report_name = report.split(".")[1] + for report_view in self.env["ir.ui.view"].browse(report_view_ids): + origin_name = report_name.replace(f"_{suffix}", "") + origin_module = module.replace(f"_{suffix}", "") + + new_report_name = f"{origin_name}_{suffix}" + qweb_name = report_view.name.replace(origin_name, new_report_name) + + arch = report_view.arch.replace(origin_name, new_report_name).replace( + f"{origin_module}.", f"{module}." + ) + record._create_qweb(name, qweb_name, module, model, arch) + if not report_view_ids: + arch = f'\n\n' + record._create_qweb(name, report_name, module, model, arch) + return records + + def copy(self, default=None): + if not self.env.context.get("enable_duplication", False): + return super().copy(default=default) + if default is None: + default = {} + suffix = self.env.context.get("suffix") or "copy" + default["name"] = f"{self.name} ({suffix})" + module = "{}_{}".format(self.report_name.split(".")[0], suffix.lower()) + report = "{}_{}".format(self.report_name.split(".")[1], suffix.lower()) + default["report_name"] = f"{module}.{report}" + report_views_domain = self.associated_view()["domain"] + report_views = self.env["ir.ui.view"].search(report_views_domain) + return super( + IrActionsReport, + self.with_context(report_views=report_views.ids, suffix=suffix.lower()), + ).copy(default=default) + + def button_create_qweb(self): + self.ensure_one() + module = self.report_name.split(".")[0] + report_name = self.report_name.split(".")[1] + arch = f'\n\n' + self._create_qweb(self.name, report_name, module, self.model, arch) + self.associated_view() diff --git a/base_report_auto_create_qweb/pyproject.toml b/base_report_auto_create_qweb/pyproject.toml new file mode 100644 index 00000000000..4231d0cccb3 --- /dev/null +++ b/base_report_auto_create_qweb/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/base_report_auto_create_qweb/readme/CONTRIBUTORS.md b/base_report_auto_create_qweb/readme/CONTRIBUTORS.md new file mode 100644 index 00000000000..81078c2be61 --- /dev/null +++ b/base_report_auto_create_qweb/readme/CONTRIBUTORS.md @@ -0,0 +1,5 @@ +- Oihane Crucelaegui \ +- Pedro M. Baeza \ +- Ana Juaristi \ +- Alex Comba \ +- Akim Juillerat \ diff --git a/base_report_auto_create_qweb/readme/DESCRIPTION.md b/base_report_auto_create_qweb/readme/DESCRIPTION.md new file mode 100644 index 00000000000..0707cfeb071 --- /dev/null +++ b/base_report_auto_create_qweb/readme/DESCRIPTION.md @@ -0,0 +1,12 @@ +When creating a report in Settings \> Technical \> Actions \> Reports or +Settings \> Technical \> Reports \> Reports it will create an empty Qweb +template and the required linking info so that the user does not need to +know how to do all the links. + +New duplication button added, it enables the possibility of duplicating +a report and assigning to the duplicated one a suffix. If the copy +option provided by the system is used this will add 'copy' as suffix. + +Be careful with this option as it can create many unnecessary Qweb views +because it duplicates all the related files to the report you are +copying. diff --git a/base_report_auto_create_qweb/security/ir.model.access.csv b/base_report_auto_create_qweb/security/ir.model.access.csv new file mode 100644 index 00000000000..5f6586cdafa --- /dev/null +++ b/base_report_auto_create_qweb/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_ir_actions_report_duplicate,Access rule for Duplicate Qweb report,model_ir_actions_report_duplicate,base.group_user,1,1,1,1 diff --git a/base_report_auto_create_qweb/static/description/icon.png b/base_report_auto_create_qweb/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/base_report_auto_create_qweb/static/description/icon.png differ diff --git a/base_report_auto_create_qweb/static/description/index.html b/base_report_auto_create_qweb/static/description/index.html new file mode 100644 index 00000000000..d88f4548aa0 --- /dev/null +++ b/base_report_auto_create_qweb/static/description/index.html @@ -0,0 +1,434 @@ + + + + + +Report qweb auto generation + + + +
+

Report qweb auto generation

+ + +

Beta License: AGPL-3 OCA/server-tools Translate me on Weblate Try me on Runboat

+

When creating a report in Settings > Technical > Actions > Reports or +Settings > Technical > Reports > Reports it will create an empty Qweb +template and the required linking info so that the user does not need to +know how to do all the links.

+

New duplication button added, it enables the possibility of duplicating +a report and assigning to the duplicated one a suffix. If the copy +option provided by the system is used this will add ‘copy’ as suffix.

+

Be careful with this option as it can create many unnecessary Qweb views +because it duplicates all the related files to the report you are +copying.

+

Table of contents

+ +
+

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 to smash it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • AvanzOSC
  • +
  • Tecnativa
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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.

+

This module is part of the OCA/server-tools project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/base_report_auto_create_qweb/tests/__init__.py b/base_report_auto_create_qweb/tests/__init__.py new file mode 100644 index 00000000000..869f5cabca9 --- /dev/null +++ b/base_report_auto_create_qweb/tests/__init__.py @@ -0,0 +1,4 @@ +# (c) 2015 Oihane Crucelaegui - AvanzOSC +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html + +from . import test_base_report_auto_create_qweb diff --git a/base_report_auto_create_qweb/tests/test_base_report_auto_create_qweb.py b/base_report_auto_create_qweb/tests/test_base_report_auto_create_qweb.py new file mode 100644 index 00000000000..8bc6c7b4a71 --- /dev/null +++ b/base_report_auto_create_qweb/tests/test_base_report_auto_create_qweb.py @@ -0,0 +1,86 @@ +# Copyright 2015-2017 +# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html + +import odoo.tests.common as common +from odoo import exceptions + + +class TestBaseReportAutoQwebCreate(common.TransactionCase): + def setUp(self): + super().setUp() + self.report_model = self.env["ir.actions.report"] + self.duplicate_model = self.env["ir.actions.report.duplicate"] + self.view_model = self.env["ir.ui.view"] + + def test_creation_html(self): + report_html = self.report_model.create( + { + "name": "Test 1", + "model": "res.partner", + "report_type": "qweb-html", + "report_name": "test1.auto_qweb_report_test", + } + ) + report_html.button_create_qweb() + view_num = self.view_model.search_count( + [ + ("name", "ilike", report_html.report_name.split(".")[1]), + ("type", "=", "qweb"), + ] + ) + self.assertNotEqual(view_num, 0, "There are not related views") + self.assertEqual(view_num, 1, "Only one view must be created.") + report_html2 = report_html.with_context(enable_duplication=True).copy() + self.assertEqual(report_html2.name, "Test 1 (copy)", "Bad report copy.") + + def test_creation_duplicate_pdf(self): + report_pdf = self.report_model.create( + { + "name": "Test 2", + "model": "res.partner", + "report_type": "qweb-pdf", + "report_name": "test2.auto_qweb_report_test", + } + ) + report_pdf.button_create_qweb() + view_num = self.view_model.search_count( + [ + ("name", "ilike", report_pdf.report_name.split(".")[1]), + ("type", "=", "qweb"), + ] + ) + self.assertNotEqual(view_num, 0, "There are not related views.") + self.assertEqual(view_num, 1, "One view must be created.") + wizard = self.duplicate_model.with_context( + active_id=report_pdf.id, model=report_pdf.model + ).create( + { + "suffix": "copytest", + } + ) + wizard.duplicate_report() + report_pdf_copies = self.report_model.search( + [("report_name", "ilike", "test2_copytest.report_test_copytest")] + ) + for report_pdf_copy in report_pdf_copies: + view_num2 = self.view_model.search_count( + [ + ("name", "ilike", report_pdf_copy.report_name.split(".")[1]), + ("type", "=", "qweb"), + ] + ) + self.assertNotEqual(view_num2, 0, "There are not related views.") + self.assertEqual( + view_num2, view_num, "Same view numbers must have been created." + ) + + def test_wrong_template_name(self): + with self.assertRaises(exceptions.UserError): + self.report_model.create( + { + "name": "Test", + "model": "res.partner", + "report_type": "qweb-pdf", + "report_name": "report_test", + } + ) diff --git a/base_report_auto_create_qweb/views/report_xml_view.xml b/base_report_auto_create_qweb/views/report_xml_view.xml new file mode 100644 index 00000000000..3b46cc05429 --- /dev/null +++ b/base_report_auto_create_qweb/views/report_xml_view.xml @@ -0,0 +1,28 @@ + + + + ir.actions.report.form + ir.actions.report + + + + + + + + diff --git a/base_report_auto_create_qweb/wizard/__init__.py b/base_report_auto_create_qweb/wizard/__init__.py new file mode 100644 index 00000000000..eacde75887f --- /dev/null +++ b/base_report_auto_create_qweb/wizard/__init__.py @@ -0,0 +1 @@ +from . import report_duplicate diff --git a/base_report_auto_create_qweb/wizard/report_duplicate.py b/base_report_auto_create_qweb/wizard/report_duplicate.py new file mode 100644 index 00000000000..8eb6cb62556 --- /dev/null +++ b/base_report_auto_create_qweb/wizard/report_duplicate.py @@ -0,0 +1,21 @@ +# Authors: See README.RST for Contributors +# Copyright 2015-2017 +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo import fields, models + + +class IrActionsReportDuplicate(models.TransientModel): + _name = "ir.actions.report.duplicate" + _description = "Duplicate Qweb report" + + suffix = fields.Char(help="This suffix will be added to the report") + + def duplicate_report(self): + self.ensure_one() + active_id = self.env.context.get("active_id") + model = self.env.context.get("active_model") + if model: + record = self.env[model].browse(active_id) + record.with_context(suffix=self.suffix, enable_duplication=True).copy() + return {} diff --git a/base_report_auto_create_qweb/wizard/report_duplicate_view.xml b/base_report_auto_create_qweb/wizard/report_duplicate_view.xml new file mode 100644 index 00000000000..61057ace0ca --- /dev/null +++ b/base_report_auto_create_qweb/wizard/report_duplicate_view.xml @@ -0,0 +1,35 @@ + + + + ir.actions.report.duplicate.form + ir.actions.report.duplicate + +
+ + + +
+
+
+
+
+ + + Report duplication + ir.actions.report.duplicate + form + + new + +
diff --git a/requirements.txt b/requirements.txt index 5d1fefa6f23..a0fc713114e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,5 @@ paramiko<4.0.0 pygount pysftp sentry_sdk>=2.0.0,<=2.22.0 +unidecode unittest-xml-reporting