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.

110 lines
3.3 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * sql_export_excel
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 12.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: sql_export_excel
  16. #: selection:sql.export,file_format:0
  17. msgid "CSV"
  18. msgstr ""
  19. #. module: sql_export_excel
  20. #: model:ir.model.fields,field_description:sql_export_excel.field_sql_export__col_position
  21. msgid "Column Position"
  22. msgstr ""
  23. #. module: sql_export_excel
  24. #: selection:sql.export,file_format:0
  25. msgid "Excel"
  26. msgstr ""
  27. #. module: sql_export_excel
  28. #: model:ir.model.fields,field_description:sql_export_excel.field_sql_export__attachment_id
  29. msgid "Excel Template"
  30. msgstr ""
  31. #. module: sql_export_excel
  32. #: model:ir.model.fields,field_description:sql_export_excel.field_sql_export__file_format
  33. msgid "File Format"
  34. msgstr ""
  35. #. module: sql_export_excel
  36. #: model:ir.model.fields,field_description:sql_export_excel.field_sql_export__header
  37. msgid "Header"
  38. msgstr ""
  39. #. module: sql_export_excel
  40. #: model:ir.model.fields,help:sql_export_excel.field_sql_export__attachment_id
  41. msgid "If you configure an excel file (in xlsx format) here, the result of the query will be injected in it.\n"
  42. "It is usefull to feed data in a excel file pre-configured with calculation"
  43. msgstr ""
  44. #. module: sql_export_excel
  45. #: model:ir.model.fields,help:sql_export_excel.field_sql_export__col_position
  46. msgid "Indicate from which column the result of the query should be injected."
  47. msgstr ""
  48. #. module: sql_export_excel
  49. #: model:ir.model.fields,help:sql_export_excel.field_sql_export__row_position
  50. msgid "Indicate from which row the result of the query should be injected."
  51. msgstr ""
  52. #. module: sql_export_excel
  53. #: model:ir.model.fields,help:sql_export_excel.field_sql_export__header
  54. msgid "Indicate if the header should be exported to the file."
  55. msgstr ""
  56. #. module: sql_export_excel
  57. #: model:ir.model.fields,help:sql_export_excel.field_sql_export__sheet_position
  58. msgid "Indicate the sheet's position of the excel template where the result of the sql query should be injected."
  59. msgstr ""
  60. #. module: sql_export_excel
  61. #: model:ir.model.fields,field_description:sql_export_excel.field_sql_export__row_position
  62. msgid "Row Position"
  63. msgstr ""
  64. #. module: sql_export_excel
  65. #: model:ir.model,name:sql_export_excel.model_sql_export
  66. msgid "SQL export"
  67. msgstr ""
  68. #. module: sql_export_excel
  69. #: model:ir.model.fields,field_description:sql_export_excel.field_sql_export__sheet_position
  70. msgid "Sheet Position"
  71. msgstr ""
  72. #. module: sql_export_excel
  73. #: code:addons/sql_export_excel/models/sql_export.py:89
  74. #, python-format
  75. msgid "The Excel Template file contains less than %s sheets Please, adjust the Sheet Position parameter."
  76. msgstr ""
  77. #. module: sql_export_excel
  78. #: code:addons/sql_export_excel/models/sql_export.py:62
  79. #, python-format
  80. msgid "The column position can't be less than 1."
  81. msgstr ""
  82. #. module: sql_export_excel
  83. #: code:addons/sql_export_excel/models/sql_export.py:55
  84. #, python-format
  85. msgid "The row position can't be less than 1."
  86. msgstr ""
  87. #. module: sql_export_excel
  88. #: code:addons/sql_export_excel/models/sql_export.py:48
  89. #, python-format
  90. msgid "The sheet position can't be less than 1."
  91. msgstr ""