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.

112 lines
3.4 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 14.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.model,name:report_xml.model_report_report_xml_abstract
  17. msgid "Abstract XML Report"
  18. msgstr ""
  19. #. module: report_xml
  20. #: model:ir.model.fields,help:report_xml.field_ir_actions_report__xml_declaration
  21. msgid ""
  22. "Add `<?xml encoding=\"...\" version=\"...\"?>` at the start of final report "
  23. "file."
  24. msgstr ""
  25. #. module: report_xml
  26. #: model:ir.actions.report,name:report_xml.demo_xml_report
  27. msgid "Demo xml report"
  28. msgstr ""
  29. #. module: report_xml
  30. #: model:ir.model.fields,field_description:report_xml.field_ir_actions_report__display_name
  31. #: model:ir.model.fields,field_description:report_xml.field_report_report_xml_abstract__display_name
  32. msgid "Display Name"
  33. msgstr ""
  34. #. module: report_xml
  35. #: model:ir.model.fields,help:report_xml.field_ir_actions_report__xml_encoding
  36. msgid ""
  37. "Encoding for XML reports. If nothing is selected, then UTF-8 will be "
  38. "applied."
  39. msgstr ""
  40. #. module: report_xml
  41. #: model:ir.model.fields,help:report_xml.field_ir_actions_report__xsd_schema
  42. msgid ""
  43. "File with XSD Schema for checking content of result report. Can be empty if "
  44. "validation is not required."
  45. msgstr ""
  46. #. module: report_xml
  47. #: model:ir.model.fields,field_description:report_xml.field_ir_actions_report__id
  48. #: model:ir.model.fields,field_description:report_xml.field_report_report_xml_abstract__id
  49. msgid "ID"
  50. msgstr ""
  51. #. module: report_xml
  52. #: model:ir.model.fields,field_description:report_xml.field_ir_actions_report____last_update
  53. #: model:ir.model.fields,field_description:report_xml.field_report_report_xml_abstract____last_update
  54. msgid "Last Modified on"
  55. msgstr ""
  56. #. module: report_xml
  57. #: model:ir.model,name:report_xml.model_ir_actions_report
  58. msgid "Report Action"
  59. msgstr ""
  60. #. module: report_xml
  61. #: model:ir.model.fields,field_description:report_xml.field_ir_actions_report__report_type
  62. msgid "Report Type"
  63. msgstr ""
  64. #. module: report_xml
  65. #: model:ir.model.fields,help:report_xml.field_ir_actions_report__report_type
  66. msgid ""
  67. "The type of the report that will be rendered, each one having its own "
  68. "rendering method. HTML means the report will be opened directly in your "
  69. "browser PDF means the report will be rendered using Wkhtmltopdf and "
  70. "downloaded by the user."
  71. msgstr ""
  72. #. module: report_xml
  73. #: model:ir.model.fields.selection,name:report_xml.selection__ir_actions_report__xml_encoding__utf-8
  74. msgid "UTF-8"
  75. msgstr ""
  76. #. module: report_xml
  77. #: model:ir.model.fields.selection,name:report_xml.selection__ir_actions_report__report_type__qweb-xml
  78. msgid "XML"
  79. msgstr ""
  80. #. module: report_xml
  81. #: model:ir.model.fields,field_description:report_xml.field_ir_actions_report__xml_declaration
  82. msgid "XML Declaration"
  83. msgstr ""
  84. #. module: report_xml
  85. #: model:ir.model.fields,field_description:report_xml.field_ir_actions_report__xml_encoding
  86. msgid "XML Encoding"
  87. msgstr ""
  88. #. module: report_xml
  89. #: model_terms:ir.ui.view,arch_db:report_xml.ir_actions_report_view_form_report_xml
  90. msgid "XML Rreport Settings"
  91. msgstr ""
  92. #. module: report_xml
  93. #: model:ir.model.fields,field_description:report_xml.field_ir_actions_report__xsd_schema
  94. msgid "XSD Validation Schema"
  95. msgstr ""