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.

129 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. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. # Pedro M. Baeza <pedro.baeza@gmail.com>, 2017
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 10.0\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-07-13 02:43+0000\n"
  13. "PO-Revision-Date: 2017-07-13 02:43+0000\n"
  14. "Last-Translator: Pedro M. Baeza <pedro.baeza@gmail.com>, 2017\n"
  15. "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
  16. "Language: es\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  21. #. module: report_xml
  22. #: model:ir.actions.report,print_report_name:report_xml.demo_xml_report
  23. msgid "'Demo xml report'"
  24. msgstr ""
  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 ""
  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. #, fuzzy
  65. #| msgid "Report"
  66. msgid "Report Action"
  67. msgstr "Informe"
  68. #. module: report_xml
  69. #: model:ir.model.fields,field_description:report_xml.field_ir_actions_report__report_type
  70. #, fuzzy
  71. #| msgid "Report"
  72. msgid "Report Type"
  73. msgstr "Informe"
  74. #. module: report_xml
  75. #: model:ir.model.fields,help:report_xml.field_ir_actions_report__report_type
  76. msgid ""
  77. "The type of the report that will be rendered, each one having its own "
  78. "rendering method. HTML means the report will be opened directly in your "
  79. "browser PDF means the report will be rendered using Wkhtmltopdf and "
  80. "downloaded by the user."
  81. msgstr ""
  82. #. module: report_xml
  83. #: model:ir.model.fields.selection,name:report_xml.selection__ir_actions_report__xml_encoding__utf-8
  84. msgid "UTF-8"
  85. msgstr ""
  86. #. module: report_xml
  87. #: model:ir.model.fields.selection,name:report_xml.selection__ir_actions_report__report_type__qweb-xml
  88. msgid "XML"
  89. msgstr ""
  90. #. module: report_xml
  91. #: model:ir.model.fields,field_description:report_xml.field_ir_actions_report__xml_declaration
  92. msgid "XML Declaration"
  93. msgstr ""
  94. #. module: report_xml
  95. #: model:ir.model.fields,field_description:report_xml.field_ir_actions_report__xml_encoding
  96. msgid "XML Encoding"
  97. msgstr ""
  98. #. module: report_xml
  99. #: model_terms:ir.ui.view,arch_db:report_xml.ir_actions_report_view_form_report_xml
  100. #, fuzzy
  101. #| msgid "Report"
  102. msgid "XML Rreport Settings"
  103. msgstr "Informe"
  104. #. module: report_xml
  105. #: model:ir.model.fields,field_description:report_xml.field_ir_actions_report__xsd_schema
  106. msgid "XSD Validation Schema"
  107. msgstr ""
  108. #, fuzzy
  109. #~ msgid "ir.actions.report"
  110. #~ msgstr "ir.actions.report.xml"