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.

67 lines
1.9 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * report_xlsx_helper
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 10.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_xlsx_helper
  16. #: code:addons/report_xlsx_helper/report/abstract_report_xlsx.py:520
  17. #, python-format
  18. msgid "%s, _write_line : programming error detected while processing col_specs_section %s, column %s"
  19. msgstr ""
  20. #. module: report_xlsx_helper
  21. #: code:addons/report_xlsx_helper/report/abstract_report_xlsx.py:526
  22. #, python-format
  23. msgid ", cellvalue %s"
  24. msgstr ""
  25. #. module: report_xlsx_helper
  26. #: code:addons/report_xlsx_helper/report/abstract_report_xlsx.py:52
  27. #, python-format
  28. msgid "Programming Error:\n"
  29. "\n"
  30. "Excel Sheet name '%s' contains unsupported special characters: '%s'."
  31. msgstr ""
  32. #. module: report_xlsx_helper
  33. #: code:addons/report_xlsx_helper/report/abstract_report_xlsx.py:46
  34. #, python-format
  35. msgid "Programming Error:\n"
  36. "\n"
  37. "Excel Sheet name '%s' should not exceed %s characters."
  38. msgstr ""
  39. #. module: report_xlsx_helper
  40. #: code:addons/report_xlsx_helper/report/abstract_report_xlsx.py:448
  41. #, python-format
  42. msgid "Programming Error:\n"
  43. "\n"
  44. "The '%s' column is not defined in the worksheet column specifications."
  45. msgstr ""
  46. #. module: report_xlsx_helper
  47. #: code:addons/report_xlsx_helper/report/abstract_report_xlsx.py:489
  48. #, python-format
  49. msgid "Programming Error:\n"
  50. "\n"
  51. "The '%s' column is not defined the worksheet column specifications."
  52. msgstr ""
  53. #. module: report_xlsx_helper
  54. #: code:addons/report_xlsx_helper/report/abstract_report_xlsx.py:462
  55. #, python-format
  56. msgid "Programming Error:\n"
  57. "\n"
  58. "The 'title' parameter is mandatory when calling the '_write_ws_title' method."
  59. msgstr ""