OCA reporting engine fork for dev and update.
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.

48 lines
1.9 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * report_custom_filename
  4. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: reporting-engine (8.0)\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2016-12-03 04:09+0000\n"
  11. "PO-Revision-Date: 2016-03-11 15:45+0000\n"
  12. "Last-Translator: <>\n"
  13. "Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-"
  14. "reporting-engine-8-0/language/pt_PT/)\n"
  15. "Language: pt_PT\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. module: report_custom_filename
  21. #: field:ir.actions.report.xml,download_filename:0
  22. msgid "Download filename"
  23. msgstr "Nome do ficheiro para descarregamento"
  24. #. module: report_custom_filename
  25. #: help:ir.actions.report.xml,download_filename:0
  26. msgid ""
  27. "Fill in this field to have a custom file name when downloading this report. "
  28. "This string is evaluated as a jinja2 expression.\n"
  29. "You can use python expressions, `objects` is a browse record list of the "
  30. "objects for which the report is being generated.\n"
  31. "Check for this list's length to determine if it is a report being printed "
  32. "for multiple records or not. You also have access to `o`, which is the first "
  33. "record in the list.\n"
  34. "For qweb reports, the variable `ext` gives you the requested format's "
  35. "extension"
  36. msgstr ""
  37. "Preencha este campo para obter um nome de ficheiro personalizado quando "
  38. "descarregar este relatório. O texto será avaliado como uma expressão "
  39. "jinja2. \n"
  40. "Pode usar expressões python e, nesse caso, `objects` é uma lista dos objetos "
  41. "para os quais o relatório está a ser gerado.\n"
  42. "Check for this list's length to determine if it is a report being printed "
  43. "for multiple records or not. You also have access to `o`, which is the first "
  44. "record in the list.\n"
  45. "Em relatórios qweb, a variável `ext` fornece-lhe a extensão do formato "
  46. "requerido."