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.

84 lines
2.1 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * report_xml
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 10.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-07-13 02:43+0000\n"
  12. "PO-Revision-Date: 2017-07-13 02:43+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
  15. "Language: it\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_xml
  21. #: model:ir.actions.report,name:report_xml.demo_xml_report
  22. msgid "Demo xml report"
  23. msgstr ""
  24. #. module: report_xml
  25. #: selection:ir.actions.report,report_type:0
  26. msgid "HTML"
  27. msgstr ""
  28. #. module: report_xml
  29. #: selection:ir.actions.report,report_type:0
  30. msgid "PDF"
  31. msgstr ""
  32. #. module: report_xml
  33. #: model:ir.model,name:report_xml.model_ir_actions_report
  34. #, fuzzy
  35. msgid "Report Action"
  36. msgstr "Report"
  37. #. module: report_xml
  38. #: model:ir.model.fields,field_description:report_xml.field_ir_actions_report__report_type
  39. #, fuzzy
  40. msgid "Report Type"
  41. msgstr "Report"
  42. #. module: report_xml
  43. #: selection:ir.actions.report,report_type:0
  44. msgid "Text"
  45. msgstr ""
  46. #. module: report_xml
  47. #: model:ir.model.fields,help:report_xml.field_ir_actions_report__report_type
  48. msgid ""
  49. "The type of the report that will be rendered, each one having its own "
  50. "rendering method. HTML means the report will be opened directly in your "
  51. "browser PDF means the report will be rendered using Wkhtmltopdf and "
  52. "downloaded by the user."
  53. msgstr ""
  54. #. module: report_xml
  55. #: selection:ir.actions.report,report_type:0
  56. msgid "XLSX"
  57. msgstr ""
  58. #. module: report_xml
  59. #: selection:ir.actions.report,report_type:0
  60. msgid "XML"
  61. msgstr ""
  62. #. module: report_xml
  63. #: selection:ir.actions.report,report_type:0
  64. msgid "csv"
  65. msgstr ""
  66. #. module: report_xml
  67. #: selection:ir.actions.report,report_type:0
  68. msgid "py3o"
  69. msgstr ""
  70. #, fuzzy
  71. #~ msgid "ir.actions.report"
  72. #~ msgstr "ir.actions.report.xml"