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.

52 lines
2.3 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * report_custom_filename
  4. #
  5. # Translators:
  6. # Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 9.0c\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-04-22 13:09+0000\n"
  12. "PO-Revision-Date: 2018-07-03 14:06+0000\n"
  13. "Last-Translator: mtbochaca <mtbochaca@gmail.com>\n"
  14. "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
  15. "Language: ca\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. "X-Generator: Weblate 3.0.1\n"
  21. #. module: report_custom_filename
  22. #: model:ir.model.fields,field_description:report_custom_filename.field_ir_act_report_xml_download_filename
  23. msgid "Download filename"
  24. msgstr "Descarregar nom d'arxiu"
  25. #. module: report_custom_filename
  26. #: model:ir.model.fields,help:report_custom_filename.field_ir_act_report_xml_download_filename
  27. msgid ""
  28. "Fill in this field to have a custom file name when downloading this report. "
  29. "This string is evaluated as a jinja2 expression.\n"
  30. "You can use python expressions, `objects` is a browse record list of the "
  31. "objects for which the report is being generated.\n"
  32. "Check for this list's length to determine if it is a report being printed "
  33. "for multiple records or not. You also have access to `o`, which is the first "
  34. "record in the list.\n"
  35. "For qweb reports, the variable `ext` gives you the requested format's "
  36. "extension"
  37. msgstr ""
  38. "Ompliu aquest camp per tenir un nom de fitxer personalitzat en el moment de "
  39. "descarregar aquest informe. La cadena s'avaluarà com una expressió jinja2.\n"
  40. "Podeu utilitzar expressions Python, `objects` és una llista de registres "
  41. "d'exploració dels objectes per als quals es genera l'informe.\n"
  42. "Comproveu la llargada d'aquesta llista per determinar si és un informe a "
  43. "punt d'imprimir per múltiples registres o no. També teniu accés a 'o', que "
  44. "és el primer registre de la llista.\n"
  45. "Pels informes Qweb, la variable 'ext' us dona l'extensió del format requerit"
  46. #. module: report_custom_filename
  47. #: model:ir.model,name:report_custom_filename.model_ir_actions_report_xml
  48. msgid "ir.actions.report.xml"
  49. msgstr "ir.actions.report.xml"