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.

125 lines
3.8 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * report_xml
  4. #
  5. # Translators:
  6. # Nicolas JEUDY <njeudy@panda-chi.io>, 2018
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 11.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2018-01-05 17:53+0000\n"
  12. "PO-Revision-Date: 2018-01-05 17:53+0000\n"
  13. "Last-Translator: Nicolas JEUDY <njeudy@panda-chi.io>, 2018\n"
  14. "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
  15. "Language: fr\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,print_report_name:report_xml.demo_xml_report
  22. #, fuzzy
  23. msgid "'Demo xml report'"
  24. msgstr "Rapport xml de démo"
  25. #. module: report_xml
  26. #: model:ir.model,name:report_xml.model_report_report_xml_abstract
  27. msgid "Abstract XML Report"
  28. msgstr ""
  29. #. module: report_xml
  30. #: model:ir.model.fields,help:report_xml.field_ir_actions_report__xml_declaration
  31. msgid ""
  32. "Add `<?xml encoding=\"...\" version=\"...\"?>` at the start of final report "
  33. "file."
  34. msgstr ""
  35. #. module: report_xml
  36. #: model:ir.actions.report,name:report_xml.demo_xml_report
  37. msgid "Demo xml report"
  38. msgstr "Rapport xml de démo"
  39. #. module: report_xml
  40. #: model:ir.model.fields,field_description:report_xml.field_report_report_xml_abstract__display_name
  41. msgid "Display Name"
  42. msgstr ""
  43. #. module: report_xml
  44. #: model:ir.model.fields,help:report_xml.field_ir_actions_report__xml_encoding
  45. msgid ""
  46. "Encoding for XML reports. If nothing is selected, then UTF-8 will be applied."
  47. msgstr ""
  48. #. module: report_xml
  49. #: model:ir.model.fields,help:report_xml.field_ir_actions_report__xsd_schema
  50. msgid ""
  51. "File with XSD Schema for checking content of result report. Can be empty if "
  52. "validation is not required."
  53. msgstr ""
  54. #. module: report_xml
  55. #: model:ir.model.fields,field_description:report_xml.field_report_report_xml_abstract__id
  56. msgid "ID"
  57. msgstr ""
  58. #. module: report_xml
  59. #: model:ir.model.fields,field_description:report_xml.field_report_report_xml_abstract____last_update
  60. msgid "Last Modified on"
  61. msgstr ""
  62. #. module: report_xml
  63. #: model:ir.model,name:report_xml.model_ir_actions_report
  64. msgid "Report Action"
  65. msgstr ""
  66. #. module: report_xml
  67. #: model:ir.model.fields,field_description:report_xml.field_ir_actions_report__report_type
  68. msgid "Report Type"
  69. msgstr ""
  70. #. module: report_xml
  71. #: model:ir.model.fields,help:report_xml.field_ir_actions_report__report_type
  72. msgid ""
  73. "The type of the report that will be rendered, each one having its own "
  74. "rendering method. HTML means the report will be opened directly in your "
  75. "browser PDF means the report will be rendered using Wkhtmltopdf and "
  76. "downloaded by the user."
  77. msgstr ""
  78. #. module: report_xml
  79. #: model:ir.model.fields.selection,name:report_xml.selection__ir_actions_report__xml_encoding__utf-8
  80. msgid "UTF-8"
  81. msgstr ""
  82. #. module: report_xml
  83. #: model:ir.model.fields.selection,name:report_xml.selection__ir_actions_report__report_type__qweb-xml
  84. msgid "XML"
  85. msgstr ""
  86. #. module: report_xml
  87. #: model:ir.model.fields,field_description:report_xml.field_ir_actions_report__xml_declaration
  88. msgid "XML Declaration"
  89. msgstr ""
  90. #. module: report_xml
  91. #: model:ir.model.fields,field_description:report_xml.field_ir_actions_report__xml_encoding
  92. msgid "XML Encoding"
  93. msgstr ""
  94. #. module: report_xml
  95. #: model_terms:ir.ui.view,arch_db:report_xml.ir_actions_report_view_form_report_xml
  96. msgid "XML Rreport Settings"
  97. msgstr ""
  98. #. module: report_xml
  99. #: model:ir.model.fields,field_description:report_xml.field_ir_actions_report__xsd_schema
  100. msgid "XSD Validation Schema"
  101. msgstr ""
  102. #~ msgid "&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt;"
  103. #~ msgstr "&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt;"
  104. #~ msgid "ir.actions.report"
  105. #~ msgstr "ir.actions.report"