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.

103 lines
3.2 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * report_xlsx
  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-05-31 03:52+0000\n"
  12. "PO-Revision-Date: 2017-05-31 03:52+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/"
  15. "teams/23907/pt_PT/)\n"
  16. "Language: pt_PT\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_xlsx
  22. #: code:addons/report_xlsx/models/ir_report.py:0
  23. #, python-format
  24. msgid "%s model was not found"
  25. msgstr ""
  26. #. module: report_xlsx
  27. #. openerp-web
  28. #: code:addons/report_xlsx/static/src/js/report/action_manager_report.js:0
  29. #, python-format
  30. msgid ""
  31. "A popup window with your report was blocked. You may need to change your "
  32. "browser settings to allow popup windows for this page."
  33. msgstr ""
  34. #. module: report_xlsx
  35. #: model:ir.model,name:report_xlsx.model_report_report_xlsx_abstract
  36. msgid "Abstract XLSX Report"
  37. msgstr ""
  38. #. module: report_xlsx
  39. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_abstract__display_name
  40. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_partner_xlsx__display_name
  41. msgid "Display Name"
  42. msgstr ""
  43. #. module: report_xlsx
  44. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_abstract__id
  45. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_partner_xlsx__id
  46. msgid "ID"
  47. msgstr ""
  48. #. module: report_xlsx
  49. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_abstract____last_update
  50. #: model:ir.model.fields,field_description:report_xlsx.field_report_report_xlsx_partner_xlsx____last_update
  51. msgid "Last Modified on"
  52. msgstr ""
  53. #. module: report_xlsx
  54. #: model:ir.model,name:report_xlsx.model_report_report_xlsx_partner_xlsx
  55. msgid "Partner XLSX Report"
  56. msgstr ""
  57. #. module: report_xlsx
  58. #: model:ir.actions.report,name:report_xlsx.partner_xlsx
  59. msgid "Print to XLSX"
  60. msgstr ""
  61. #. module: report_xlsx
  62. #: model:ir.model,name:report_xlsx.model_ir_actions_report
  63. msgid "Report Action"
  64. msgstr ""
  65. #. module: report_xlsx
  66. #: model:ir.model.fields,field_description:report_xlsx.field_ir_actions_report__report_type
  67. msgid "Report Type"
  68. msgstr ""
  69. #. module: report_xlsx
  70. #: model:ir.model.fields,help:report_xlsx.field_ir_actions_report__report_type
  71. msgid ""
  72. "The type of the report that will be rendered, each one having its own "
  73. "rendering method. HTML means the report will be opened directly in your "
  74. "browser PDF means the report will be rendered using Wkhtmltopdf and "
  75. "downloaded by the user."
  76. msgstr ""
  77. #. module: report_xlsx
  78. #. openerp-web
  79. #: code:addons/report_xlsx/static/src/js/report/action_manager_report.js:0
  80. #, python-format
  81. msgid "Warning"
  82. msgstr ""
  83. #. module: report_xlsx
  84. #: model:ir.model.fields.selection,name:report_xlsx.selection__ir_actions_report__report_type__xlsx
  85. msgid "XLSX"
  86. msgstr ""
  87. #, fuzzy
  88. #~ msgid "ir.actions.report"
  89. #~ msgstr "ir.actions.report.xml"