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.

114 lines
3.3 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * report_xml
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 13.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "Last-Translator: \n"
  10. "Language-Team: \n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: \n"
  14. "Plural-Forms: \n"
  15. #. module: report_xml
  16. #: model:ir.actions.report,print_report_name:report_xml.demo_xml_report
  17. msgid "'Demo xml report'"
  18. msgstr ""
  19. #. module: report_xml
  20. #: model:ir.model,name:report_xml.model_report_report_xml_abstract
  21. msgid "Abstract XML Report"
  22. msgstr ""
  23. #. module: report_xml
  24. #: model:ir.model.fields,help:report_xml.field_ir_actions_report__xml_declaration
  25. msgid ""
  26. "Add `<?xml encoding=\"...\" version=\"...\"?>` at the start of final report "
  27. "file."
  28. msgstr ""
  29. #. module: report_xml
  30. #: model:ir.actions.report,name:report_xml.demo_xml_report
  31. msgid "Demo xml report"
  32. msgstr ""
  33. #. module: report_xml
  34. #: model:ir.model.fields,field_description:report_xml.field_report_report_xml_abstract__display_name
  35. msgid "Display Name"
  36. msgstr ""
  37. #. module: report_xml
  38. #: model:ir.model.fields,help:report_xml.field_ir_actions_report__xml_encoding
  39. msgid ""
  40. "Encoding for XML reports. If nothing is selected, then UTF-8 will be "
  41. "applied."
  42. msgstr ""
  43. #. module: report_xml
  44. #: model:ir.model.fields,help:report_xml.field_ir_actions_report__xsd_schema
  45. msgid ""
  46. "File with XSD Schema for checking content of result report. Can be empty if "
  47. "validation is not required."
  48. msgstr ""
  49. #. module: report_xml
  50. #: model:ir.model.fields,field_description:report_xml.field_report_report_xml_abstract__id
  51. msgid "ID"
  52. msgstr ""
  53. #. module: report_xml
  54. #: model:ir.model.fields,field_description:report_xml.field_report_report_xml_abstract____last_update
  55. msgid "Last Modified on"
  56. msgstr ""
  57. #. module: report_xml
  58. #: model:ir.model,name:report_xml.model_ir_actions_report
  59. msgid "Report Action"
  60. msgstr ""
  61. #. module: report_xml
  62. #: model:ir.model.fields,field_description:report_xml.field_ir_actions_report__report_type
  63. msgid "Report Type"
  64. msgstr ""
  65. #. module: report_xml
  66. #: model:ir.model.fields,help:report_xml.field_ir_actions_report__report_type
  67. msgid ""
  68. "The type of the report that will be rendered, each one having its own "
  69. "rendering method. HTML means the report will be opened directly in your "
  70. "browser PDF means the report will be rendered using Wkhtmltopdf and "
  71. "downloaded by the user."
  72. msgstr ""
  73. #. module: report_xml
  74. #: model:ir.model.fields.selection,name:report_xml.selection__ir_actions_report__xml_encoding__utf-8
  75. msgid "UTF-8"
  76. msgstr ""
  77. #. module: report_xml
  78. #: model:ir.model.fields.selection,name:report_xml.selection__ir_actions_report__report_type__qweb-xml
  79. msgid "XML"
  80. msgstr ""
  81. #. module: report_xml
  82. #: model:ir.model.fields,field_description:report_xml.field_ir_actions_report__xml_declaration
  83. msgid "XML Declaration"
  84. msgstr ""
  85. #. module: report_xml
  86. #: model:ir.model.fields,field_description:report_xml.field_ir_actions_report__xml_encoding
  87. msgid "XML Encoding"
  88. msgstr ""
  89. #. module: report_xml
  90. #: model_terms:ir.ui.view,arch_db:report_xml.ir_actions_report_view_form_report_xml
  91. msgid "XML Rreport Settings"
  92. msgstr ""
  93. #. module: report_xml
  94. #: model:ir.model.fields,field_description:report_xml.field_ir_actions_report__xsd_schema
  95. msgid "XSD Validation Schema"
  96. msgstr ""