diff --git a/report_custom_filename/i18n/de.po b/report_custom_filename/i18n/de.po new file mode 100644 index 00000000..537b2fa9 --- /dev/null +++ b/report_custom_filename/i18n/de.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_custom_filename +# +# Translators: +# Ermin Trevisan , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-12 03:37+0000\n" +"PO-Revision-Date: 2016-12-12 03:37+0000\n" +"Last-Translator: Ermin Trevisan , 2016\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_custom_filename +#: model:ir.model.fields,field_description:report_custom_filename.field_ir_act_report_xml_download_filename +msgid "Download filename" +msgstr "" + +#. module: report_custom_filename +#: model:ir.model.fields,help:report_custom_filename.field_ir_act_report_xml_download_filename +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.\n" +"For qweb reports, the variable `ext` gives you the requested format's extension" +msgstr "" + +#. 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" diff --git a/report_custom_filename/i18n/es.po b/report_custom_filename/i18n/es.po new file mode 100644 index 00000000..f2b19ab2 --- /dev/null +++ b/report_custom_filename/i18n/es.po @@ -0,0 +1,42 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_custom_filename +# +# Translators: +# Eduardo Rodríguez Crespo , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-12 03:37+0000\n" +"PO-Revision-Date: 2016-12-12 03:37+0000\n" +"Last-Translator: Eduardo Rodríguez Crespo , 2016\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_custom_filename +#: model:ir.model.fields,field_description:report_custom_filename.field_ir_act_report_xml_download_filename +msgid "Download filename" +msgstr "Nombre de la descarga" + +#. module: report_custom_filename +#: model:ir.model.fields,help:report_custom_filename.field_ir_act_report_xml_download_filename +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.\n" +"For qweb reports, the variable `ext` gives you the requested format's extension" +msgstr "" +"Rellena este campo para tener un nombre de archivo personalizado cuando descargues este informe. Esta cadena es evaluada como una expresión jinja2.\n" +"Puedes usar expresiones python, 'objects' es una lista de búsqueda de registros de los objetos para los cuales el informe está siendo generado.\n" +"Comprueba la longitud de esta lista para determinar si un informe está siendo impreso para múltiples registros o no. También tienes acceso a 'o', que es el primer registro de la lista.\n" +"Para los informes qweb, la variable 'ext' te da la extensión del formato requerido" + +#. module: report_custom_filename +#: model:ir.model,name:report_custom_filename.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" diff --git a/report_custom_filename/i18n/fr.po b/report_custom_filename/i18n/fr.po new file mode 100644 index 00000000..50b34009 --- /dev/null +++ b/report_custom_filename/i18n/fr.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_custom_filename +# +# Translators: +# Yannick Vaucher , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-12 03:37+0000\n" +"PO-Revision-Date: 2016-12-12 03:37+0000\n" +"Last-Translator: Yannick Vaucher , 2016\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: report_custom_filename +#: model:ir.model.fields,field_description:report_custom_filename.field_ir_act_report_xml_download_filename +msgid "Download filename" +msgstr "" + +#. module: report_custom_filename +#: model:ir.model.fields,help:report_custom_filename.field_ir_act_report_xml_download_filename +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.\n" +"For qweb reports, the variable `ext` gives you the requested format's extension" +msgstr "" + +#. 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" diff --git a/report_custom_filename/i18n/hr.po b/report_custom_filename/i18n/hr.po new file mode 100644 index 00000000..5142e321 --- /dev/null +++ b/report_custom_filename/i18n/hr.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_custom_filename +# +# Translators: +# Bole , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-12 03:37+0000\n" +"PO-Revision-Date: 2016-12-12 03:37+0000\n" +"Last-Translator: Bole , 2016\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: report_custom_filename +#: model:ir.model.fields,field_description:report_custom_filename.field_ir_act_report_xml_download_filename +msgid "Download filename" +msgstr "" + +#. module: report_custom_filename +#: model:ir.model.fields,help:report_custom_filename.field_ir_act_report_xml_download_filename +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.\n" +"For qweb reports, the variable `ext` gives you the requested format's extension" +msgstr "" + +#. 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" diff --git a/report_custom_filename/i18n/it.po b/report_custom_filename/i18n/it.po new file mode 100644 index 00000000..1e9751e7 --- /dev/null +++ b/report_custom_filename/i18n/it.po @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_custom_filename +# +# Translators: +# Paolo Valier , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-12 03:37+0000\n" +"PO-Revision-Date: 2016-12-12 03:37+0000\n" +"Last-Translator: Paolo Valier , 2016\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_custom_filename +#: model:ir.model.fields,field_description:report_custom_filename.field_ir_act_report_xml_download_filename +msgid "Download filename" +msgstr "" + +#. module: report_custom_filename +#: model:ir.model.fields,help:report_custom_filename.field_ir_act_report_xml_download_filename +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.\n" +"For qweb reports, the variable `ext` gives you the requested format's extension" +msgstr "" + +#. 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" diff --git a/report_custom_filename/i18n/pt_PT.po b/report_custom_filename/i18n/pt_PT.po new file mode 100644 index 00000000..b8ee6ca3 --- /dev/null +++ b/report_custom_filename/i18n/pt_PT.po @@ -0,0 +1,42 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_custom_filename +# +# Translators: +# Pedro Castro Silva , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-12 03:37+0000\n" +"PO-Revision-Date: 2016-12-12 03:37+0000\n" +"Last-Translator: Pedro Castro Silva , 2016\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_custom_filename +#: model:ir.model.fields,field_description:report_custom_filename.field_ir_act_report_xml_download_filename +msgid "Download filename" +msgstr "Nome do ficheiro para descarregamento" + +#. module: report_custom_filename +#: model:ir.model.fields,help:report_custom_filename.field_ir_act_report_xml_download_filename +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.\n" +"For qweb reports, the variable `ext` gives you the requested format's extension" +msgstr "" +"Preencha este campo para obter um nome de ficheiro personalizado quando descarregar este relatório. O texto será avaliado como uma expressão jinja2. \n" +"Pode usar expressões python e, nesse caso, `objects` é uma lista dos objetos para os quais o relatório está a ser gerado.\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.\n" +"Em relatórios qweb, a variável `ext` fornece-lhe a extensão do formato requerido." + +#. 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" diff --git a/report_custom_filename/i18n/sl.po b/report_custom_filename/i18n/sl.po new file mode 100644 index 00000000..e08fc0b5 --- /dev/null +++ b/report_custom_filename/i18n/sl.po @@ -0,0 +1,42 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_custom_filename +# +# Translators: +# Matjaž Mozetič , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-12 03:37+0000\n" +"PO-Revision-Date: 2016-12-12 03:37+0000\n" +"Last-Translator: Matjaž Mozetič , 2016\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: report_custom_filename +#: model:ir.model.fields,field_description:report_custom_filename.field_ir_act_report_xml_download_filename +msgid "Download filename" +msgstr "Naziv prenesene datoteke" + +#. module: report_custom_filename +#: model:ir.model.fields,help:report_custom_filename.field_ir_act_report_xml_download_filename +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.\n" +"For qweb reports, the variable `ext` gives you the requested format's extension" +msgstr "" +"Izpolnite to polje, če želite naziv datoteke po meri pri prenosu tega poročila. Ta niz se vrednoti kot jinja2 izraz.\n" +"Uporabljate lahko python izraze, `objects` je brskalni seznam zapisov objektov, za katere se poročilo ustvarja.\n" +"Preverite dolžino tega seznama, da bi ugotovili, če se tiska poročilo za več zapisov ali ne. Dostop imate tudi do `o`, ki je prvi zapis na seznamu.\n" +"Za qweb poročila spremenljivka `ext` daje zahtevano končnico formata" + +#. module: report_custom_filename +#: model:ir.model,name:report_custom_filename.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "" diff --git a/report_xlsx/i18n/pt_PT.po b/report_xlsx/i18n/pt_PT.po new file mode 100644 index 00000000..e86269c9 --- /dev/null +++ b/report_xlsx/i18n/pt_PT.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * report_xlsx +# +# Translators: +# Pedro Castro Silva , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0c\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-12 03:37+0000\n" +"PO-Revision-Date: 2016-12-12 03:37+0000\n" +"Last-Translator: Pedro Castro Silva , 2016\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: report_xlsx +#: model:ir.model,name:report_xlsx.model_ir_actions_report_xml +msgid "ir.actions.report.xml" +msgstr "ir.actions.report.xml"