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