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.

32 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-03-11 15:45+0000\n"
  11. "PO-Revision-Date: 2016-03-11 15:45+0000\n"
  12. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  13. "Language-Team: English (http://www.transifex.com/oca/OCA-reporting-engine-8-0/language/en/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: \n"
  17. "Language: en\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. #. module: report_custom_filename
  20. #: field:ir.actions.report.xml,download_filename:0
  21. msgid "Download filename"
  22. msgstr "Download filename"
  23. #. module: report_custom_filename
  24. #: help:ir.actions.report.xml,download_filename:0
  25. msgid ""
  26. "Fill in this field to have a custom file name when downloading this report. This string is evaluated as a jinja2 expression.\n"
  27. "You can use python expressions, `objects` is a browse record list of the objects for which the report is being generated.\n"
  28. "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"
  29. "For qweb reports, the variable `ext` gives you the requested format's extension"
  30. 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.\nFor qweb reports, the variable `ext` gives you the requested format's extension"