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.

311 lines
9.4 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * report_py3o
  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: 2018-01-16 08:52+0000\n"
  12. "PO-Revision-Date: 2018-01-16 08:52+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/"
  15. "es_CL/)\n"
  16. "Language: es_CL\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_py3o
  22. #: code:addons/report_py3o/models/ir_actions_report.py:46
  23. #, python-format
  24. msgid "(Native)"
  25. msgstr ""
  26. #. module: report_py3o
  27. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid
  28. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid
  29. msgid "Created by"
  30. msgstr "Creado por"
  31. #. module: report_py3o
  32. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date
  33. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date
  34. msgid "Created on"
  35. msgstr "Creado en"
  36. #. module: report_py3o
  37. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name
  38. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name
  39. msgid "Display Name"
  40. msgstr "Nombre mostrado"
  41. #. module: report_py3o
  42. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback
  43. msgid "Fallback"
  44. msgstr ""
  45. #. module: report_py3o
  46. #: code:addons/report_py3o/models/ir_actions_report.py:35
  47. #, python-format
  48. msgid "Field 'Output Format' is required for Py3O report"
  49. msgstr ""
  50. #. module: report_py3o
  51. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view
  52. msgid "File Type"
  53. msgstr ""
  54. #. module: report_py3o
  55. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view
  56. msgid "Group By"
  57. msgstr ""
  58. #. module: report_py3o
  59. #: selection:ir.actions.report,report_type:0
  60. msgid "HTML"
  61. msgstr ""
  62. #. module: report_py3o
  63. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id
  64. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id
  65. msgid "ID"
  66. msgstr "ID (identificación)"
  67. #. module: report_py3o
  68. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback
  69. msgid ""
  70. "If the user does not provide a template this will be used it should be a "
  71. "relative path to root of YOUR module or an absolute path on your server."
  72. msgstr ""
  73. #. module: report_py3o
  74. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one
  75. msgid ""
  76. "If you execute a report on several records, by default Odoo will generate a "
  77. "ZIP file that contains as many files as selected records. If you enable this "
  78. "option, Odoo will generate instead a single report for the selected records."
  79. msgstr ""
  80. #. module: report_py3o
  81. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id
  82. msgid "Ir Actions Report"
  83. msgstr ""
  84. #. module: report_py3o
  85. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format
  86. msgid "Is Py3O Native Format"
  87. msgstr ""
  88. #. module: report_py3o
  89. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available
  90. msgid "Is Py3O Report Not Available"
  91. msgstr ""
  92. #. module: report_py3o
  93. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update
  94. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update
  95. msgid "Last Modified on"
  96. msgstr "Última modificación en"
  97. #. module: report_py3o
  98. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid
  99. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid
  100. msgid "Last Updated by"
  101. msgstr "Última actualización de"
  102. #. module: report_py3o
  103. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date
  104. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date
  105. msgid "Last Updated on"
  106. msgstr "Última actualización en"
  107. #. module: report_py3o
  108. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data
  109. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view
  110. msgid "LibreOffice Template"
  111. msgstr ""
  112. #. module: report_py3o
  113. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype
  114. msgid "LibreOffice Template File Type"
  115. msgstr ""
  116. #. module: report_py3o
  117. #: code:addons/report_py3o/models/py3o_report.py:277
  118. #, python-format
  119. msgid "Libreoffice runtime not available. Please contact your administrator."
  120. msgstr ""
  121. #. module: report_py3o
  122. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module
  123. msgid "Module"
  124. msgstr ""
  125. #. module: report_py3o
  126. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available
  127. msgid "Msg Py3O Report Not Available"
  128. msgstr ""
  129. #. module: report_py3o
  130. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one
  131. msgid "Multiple Records in a Single Report"
  132. msgstr ""
  133. #. module: report_py3o
  134. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name
  135. msgid "Name"
  136. msgstr "Nombre"
  137. #. module: report_py3o
  138. #: code:addons/report_py3o/models/py3o_report.py:177
  139. #, python-format
  140. msgid "No template found. Aborting."
  141. msgstr ""
  142. #. module: report_py3o
  143. #: selection:py3o.template,filetype:0
  144. msgid "ODF Presentation"
  145. msgstr ""
  146. #. module: report_py3o
  147. #: selection:py3o.template,filetype:0
  148. msgid "ODF Presentation (Flat)"
  149. msgstr ""
  150. #. module: report_py3o
  151. #: selection:py3o.template,filetype:0
  152. msgid "ODF Spreadsheet"
  153. msgstr ""
  154. #. module: report_py3o
  155. #: selection:py3o.template,filetype:0
  156. msgid "ODF Spreadsheet (Flat)"
  157. msgstr ""
  158. #. module: report_py3o
  159. #: selection:py3o.template,filetype:0
  160. msgid "ODF Text Document"
  161. msgstr ""
  162. #. module: report_py3o
  163. #: selection:py3o.template,filetype:0
  164. msgid "ODF Text Document (Flat)"
  165. msgstr ""
  166. #. module: report_py3o
  167. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype
  168. msgid "Output Format"
  169. msgstr ""
  170. #. module: report_py3o
  171. #: selection:ir.actions.report,report_type:0
  172. msgid "PDF"
  173. msgstr ""
  174. #. module: report_py3o
  175. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path
  176. msgid "Path to the libreoffice runtime"
  177. msgstr ""
  178. #. module: report_py3o
  179. #: model:ir.ui.menu,name:report_py3o.py3o_config_menu
  180. msgid "Py3o"
  181. msgstr ""
  182. #. module: report_py3o
  183. #: model:ir.actions.report,name:report_py3o.res_users_report_py3o
  184. msgid "Py3o Demo Report"
  185. msgstr ""
  186. #. module: report_py3o
  187. #: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view
  188. msgid "Py3o Reports"
  189. msgstr ""
  190. #. module: report_py3o
  191. #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action
  192. #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu
  193. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view
  194. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view
  195. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view
  196. msgid "Py3o Templates"
  197. msgstr ""
  198. #. module: report_py3o
  199. #: model:ir.model,name:report_py3o.model_py3o_template
  200. msgid "Py3o template"
  201. msgstr ""
  202. #. module: report_py3o
  203. #: model:ir.model,name:report_py3o.model_ir_actions_report
  204. msgid "Report Action"
  205. msgstr ""
  206. #. module: report_py3o
  207. #: model:ir.model,name:report_py3o.model_py3o_report
  208. msgid "Report Py30"
  209. msgstr ""
  210. #. module: report_py3o
  211. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type
  212. msgid "Report Type"
  213. msgstr ""
  214. #. module: report_py3o
  215. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id
  216. msgid "Template"
  217. msgstr ""
  218. #. module: report_py3o
  219. #: selection:ir.actions.report,report_type:0
  220. msgid "Text"
  221. msgstr ""
  222. #. module: report_py3o
  223. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module
  224. msgid "The implementer module that provides this report"
  225. msgstr ""
  226. #. module: report_py3o
  227. #: code:addons/report_py3o/models/ir_actions_report.py:141
  228. #, python-format
  229. msgid ""
  230. "The libreoffice runtime is required to genereate the py3o report '%s' but is "
  231. "not found into the bin path. You must install the libreoffice runtime on the "
  232. "server. If the runtime is already installed and is not found by Odoo, you "
  233. "can provide the full path to the runtime by setting the key 'py3o."
  234. "conversion_command' into the configuration parameters."
  235. msgstr ""
  236. #. module: report_py3o
  237. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type
  238. msgid ""
  239. "The type of the report that will be rendered, each one having its own "
  240. "rendering method. HTML means the report will be opened directly in your "
  241. "browser PDF means the report will be rendered using Wkhtmltopdf and "
  242. "downloaded by the user."
  243. msgstr ""
  244. #. module: report_py3o
  245. #: selection:ir.actions.report,report_type:0
  246. msgid "XLSX"
  247. msgstr ""
  248. #. module: report_py3o
  249. #: selection:ir.actions.report,report_type:0
  250. msgid "XML"
  251. msgstr ""
  252. #. module: report_py3o
  253. #: selection:ir.actions.report,report_type:0
  254. msgid "csv"
  255. msgstr ""
  256. #. module: report_py3o
  257. #: selection:ir.actions.report,report_type:0
  258. msgid "py3o"
  259. msgstr ""