From 5d7bc9380b4a3fce28b198a942b60e8f65698783 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sun, 3 Apr 2016 01:30:37 -0400 Subject: [PATCH] OCA Transbot updated translations from Transifex --- base_report_assembler/i18n/en.po | 48 +++++++++++++++++++++++++++++++ report_custom_filename/i18n/en.po | 36 +++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 base_report_assembler/i18n/en.po create mode 100644 report_custom_filename/i18n/en.po diff --git a/base_report_assembler/i18n/en.po b/base_report_assembler/i18n/en.po new file mode 100644 index 00000000..b5dbeeaa --- /dev/null +++ b/base_report_assembler/i18n/en.po @@ -0,0 +1,48 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# * base_report_assembler +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: reporting-engine (7.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-28 12:30+0000\n" +"PO-Revision-Date: 2016-03-28 12:30+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: English (http://www.transifex.com/oca/OCA-reporting-engine-7-0/language/en/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: base_report_assembler +#: field:assembled.report,model:0 +msgid "Object model" +msgstr "Object model" + +#. module: base_report_assembler +#: field:assembled.report,sequence:0 +msgid "Sequence" +msgstr "Sequence" + +#. module: base_report_assembler +#: field:assembled.report,company_id:0 +msgid "Company" +msgstr "Company" + +#. module: base_report_assembler +#: model:ir.model,name:base_report_assembler.model_assembled_report +msgid "assembled.report" +msgstr "assembled.report" + +#. module: base_report_assembler +#: field:assembled.report,report_id:0 +msgid "Report" +msgstr "Report" + +#. module: base_report_assembler +#: model:ir.model,name:base_report_assembler.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "ir.actions.report.xml" diff --git a/report_custom_filename/i18n/en.po b/report_custom_filename/i18n/en.po new file mode 100644 index 00000000..0a4bb00d --- /dev/null +++ b/report_custom_filename/i18n/en.po @@ -0,0 +1,36 @@ +# Translation of OpenERP Server. +# This file contains the translation of the following modules: +# * report_custom_filename +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: reporting-engine (7.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-03-28 12:30+0000\n" +"PO-Revision-Date: 2016-03-28 12:30+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: English (http://www.transifex.com/oca/OCA-reporting-engine-7-0/language/en/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_custom_filename +#: help:ir.actions.report.xml,download_filename:0 +msgid "" +"Fill in this field to have a custom file name when downloading this report. This string is evaluated as a jinja2 expression.\n" +"You can use python expressions, `objects` is a browse record list of the objects for which the report is being generated.\n" +"Check for this list's length to determine if it is a report being printed for multiple records or not. You also have access to `o`, which is the first record in the list" +msgstr "Fill in this field to have a custom file name when downloading this report. This string is evaluated as a jinja2 expression.\nYou can use python expressions, `objects` is a browse record list of the objects for which the report is being generated.\nCheck for this list's length to determine if it is a report being printed for multiple records or not. You also have access to `o`, which is the first record in the list" + +#. module: report_custom_filename +#: model:ir.model,name:report_custom_filename.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "ir.actions.report.xml" + +#. module: report_custom_filename +#: field:ir.actions.report.xml,download_filename:0 +msgid "Download filename" +msgstr "Download filename"