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.

220 lines
6.5 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * report_py3o
  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_py3o
  16. #: code:addons/report_py3o/models/ir_actions_report_xml.py:42
  17. #, python-format
  18. msgid "(Native)"
  19. msgstr ""
  20. #. module: report_py3o
  21. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_uid
  22. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_uid
  23. msgid "Created by"
  24. msgstr ""
  25. #. module: report_py3o
  26. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_create_date
  27. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_create_date
  28. msgid "Created on"
  29. msgstr ""
  30. #. module: report_py3o
  31. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_display_name
  32. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_display_name
  33. msgid "Display Name"
  34. msgstr ""
  35. #. module: report_py3o
  36. #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_fallback
  37. msgid "Fallback"
  38. msgstr ""
  39. #. module: report_py3o
  40. #: code:addons/report_py3o/models/ir_actions_report_xml.py:31
  41. #, python-format
  42. msgid "Field 'Output Format' is required for Py3O report"
  43. msgstr ""
  44. #. module: report_py3o
  45. #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view
  46. msgid "File Type"
  47. msgstr ""
  48. #. module: report_py3o
  49. #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view
  50. msgid "Group By"
  51. msgstr ""
  52. #. module: report_py3o
  53. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_id
  54. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_id
  55. msgid "ID"
  56. msgstr ""
  57. #. module: report_py3o
  58. #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_template_fallback
  59. msgid "If the user does not provide a template this will be used it should be a relative path to root of YOUR module or an absolute path on your server."
  60. msgstr ""
  61. #. module: report_py3o
  62. #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_py3o_multi_in_one
  63. msgid "If you execute a report on several records, by default Odoo will generate a ZIP file that contains as many files as selected records. If you enable this option, Odoo will generate instead a single report for the selected records."
  64. msgstr ""
  65. #. module: report_py3o
  66. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_ir_actions_report_id
  67. msgid "Ir actions report xml id"
  68. msgstr ""
  69. #. module: report_py3o
  70. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report___last_update
  71. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template___last_update
  72. msgid "Last Modified on"
  73. msgstr ""
  74. #. module: report_py3o
  75. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_uid
  76. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_uid
  77. msgid "Last Updated by"
  78. msgstr ""
  79. #. module: report_py3o
  80. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report_write_date
  81. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_write_date
  82. msgid "Last Updated on"
  83. msgstr ""
  84. #. module: report_py3o
  85. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_py3o_template_data
  86. #: model:ir.ui.view,arch_db:report_py3o.py3o_report_view
  87. msgid "LibreOffice Template"
  88. msgstr ""
  89. #. module: report_py3o
  90. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_filetype
  91. msgid "LibreOffice Template File Type"
  92. msgstr ""
  93. #. module: report_py3o
  94. #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_module
  95. msgid "Module"
  96. msgstr ""
  97. #. module: report_py3o
  98. #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_multi_in_one
  99. msgid "Multiple Records in a Single Report"
  100. msgstr ""
  101. #. module: report_py3o
  102. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template_name
  103. msgid "Name"
  104. msgstr ""
  105. #. module: report_py3o
  106. #: code:addons/report_py3o/models/py3o_report.py:190
  107. #, python-format
  108. msgid "No template found. Aborting."
  109. msgstr ""
  110. #. module: report_py3o
  111. #: selection:py3o.template,filetype:0
  112. msgid "ODF Presentation"
  113. msgstr ""
  114. #. module: report_py3o
  115. #: selection:py3o.template,filetype:0
  116. msgid "ODF Presentation (Flat)"
  117. msgstr ""
  118. #. module: report_py3o
  119. #: selection:py3o.template,filetype:0
  120. msgid "ODF Spreadsheet"
  121. msgstr ""
  122. #. module: report_py3o
  123. #: selection:py3o.template,filetype:0
  124. msgid "ODF Spreadsheet (Flat)"
  125. msgstr ""
  126. #. module: report_py3o
  127. #: selection:py3o.template,filetype:0
  128. msgid "ODF Text Document"
  129. msgstr ""
  130. #. module: report_py3o
  131. #: selection:py3o.template,filetype:0
  132. msgid "ODF Text Document (Flat)"
  133. msgstr ""
  134. #. module: report_py3o
  135. #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_filetype
  136. msgid "Output Format"
  137. msgstr ""
  138. #. module: report_py3o
  139. #: model:ir.ui.menu,name:report_py3o.py3o_config_menu
  140. msgid "Py3o"
  141. msgstr ""
  142. #. module: report_py3o
  143. #: model:ir.actions.report.xml,name:report_py3o.res_users_report_py3o
  144. msgid "Py3o Demo Report"
  145. msgstr ""
  146. #. module: report_py3o
  147. #: model:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view
  148. msgid "Py3o Reports"
  149. msgstr ""
  150. #. module: report_py3o
  151. #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action
  152. #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu
  153. #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view
  154. #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view
  155. #: model:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view
  156. msgid "Py3o Templates"
  157. msgstr ""
  158. #. module: report_py3o
  159. #: model:ir.model,name:report_py3o.model_report
  160. msgid "Report"
  161. msgstr ""
  162. #. module: report_py3o
  163. #: model:ir.model,name:report_py3o.model_py3o_report
  164. msgid "Report Py30"
  165. msgstr ""
  166. #. module: report_py3o
  167. #: model:ir.model.fields,field_description:report_py3o.field_ir_act_report_xml_py3o_template_id
  168. msgid "Template"
  169. msgstr ""
  170. #. module: report_py3o
  171. #: model:ir.model.fields,help:report_py3o.field_ir_act_report_xml_module
  172. msgid "The implementer module that provides this report"
  173. msgstr ""
  174. #. module: report_py3o
  175. #: model:ir.model,name:report_py3o.model_ir_actions_report_xml
  176. msgid "ir.actions.report.xml"
  177. msgstr ""
  178. #. module: report_py3o
  179. #: model:ir.model,name:report_py3o.model_py3o_template
  180. msgid "py3o.template"
  181. msgstr ""