You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
2.2 KiB
42 lines
2.2 KiB
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * report_custom_filename
|
|
#
|
|
# Translators:
|
|
# Pedro Castro Silva <pedrocs@sossia.pt>, 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 <pedrocs@sossia.pt>, 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"
|