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.

324 lines
10 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. # Fernando Lara <gennesis45@gmail.com>, 2017
  8. # Pedro M. Baeza <pedro.baeza@gmail.com>, 2017
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: Odoo Server 10.0\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2018-01-16 08:52+0000\n"
  14. "PO-Revision-Date: 2018-01-16 08:52+0000\n"
  15. "Last-Translator: Pedro M. Baeza <pedro.baeza@gmail.com>, 2017\n"
  16. "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
  17. "Language: es\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=UTF-8\n"
  20. "Content-Transfer-Encoding: \n"
  21. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  22. #. module: report_py3o
  23. #: code:addons/report_py3o/models/ir_actions_report.py:46
  24. #, python-format
  25. msgid "(Native)"
  26. msgstr "(Originario)"
  27. #. module: report_py3o
  28. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_uid
  29. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_uid
  30. msgid "Created by"
  31. msgstr "Creado por"
  32. #. module: report_py3o
  33. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__create_date
  34. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__create_date
  35. msgid "Created on"
  36. msgstr "Creado en"
  37. #. module: report_py3o
  38. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__display_name
  39. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__display_name
  40. msgid "Display Name"
  41. msgstr "Nombre mostrado"
  42. #. module: report_py3o
  43. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_fallback
  44. msgid "Fallback"
  45. msgstr "Retroceder"
  46. #. module: report_py3o
  47. #: code:addons/report_py3o/models/ir_actions_report.py:35
  48. #, python-format
  49. msgid "Field 'Output Format' is required for Py3O report"
  50. msgstr "Campo 'Formato de salida' es necesario para el informe Py3O"
  51. #. module: report_py3o
  52. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view
  53. msgid "File Type"
  54. msgstr "Tipo de Documento"
  55. #. module: report_py3o
  56. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view
  57. msgid "Group By"
  58. msgstr "Agrupar por"
  59. #. module: report_py3o
  60. #: selection:ir.actions.report,report_type:0
  61. msgid "HTML"
  62. msgstr ""
  63. #. module: report_py3o
  64. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__id
  65. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__id
  66. msgid "ID"
  67. msgstr "ID"
  68. #. module: report_py3o
  69. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_template_fallback
  70. msgid ""
  71. "If the user does not provide a template this will be used it should be a "
  72. "relative path to root of YOUR module or an absolute path on your server."
  73. msgstr ""
  74. "Si el usuario no proporciona una plantilla se utilizará una ruta relativa a "
  75. "la raíz de SU módulo o una ruta absoluta en SU servidor."
  76. #. module: report_py3o
  77. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__py3o_multi_in_one
  78. msgid ""
  79. "If you execute a report on several records, by default Odoo will generate a "
  80. "ZIP file that contains as many files as selected records. If you enable this "
  81. "option, Odoo will generate instead a single report for the selected records."
  82. msgstr ""
  83. #. module: report_py3o
  84. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__ir_actions_report_id
  85. #, fuzzy
  86. msgid "Ir Actions Report"
  87. msgstr "Ir a los informes de acciones xml id"
  88. #. module: report_py3o
  89. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_native_format
  90. msgid "Is Py3O Native Format"
  91. msgstr ""
  92. #. module: report_py3o
  93. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__is_py3o_report_not_available
  94. msgid "Is Py3O Report Not Available"
  95. msgstr ""
  96. #. module: report_py3o
  97. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report____last_update
  98. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template____last_update
  99. msgid "Last Modified on"
  100. msgstr "Última modificación en"
  101. #. module: report_py3o
  102. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_uid
  103. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_uid
  104. msgid "Last Updated by"
  105. msgstr "Última actualización por"
  106. #. module: report_py3o
  107. #: model:ir.model.fields,field_description:report_py3o.field_py3o_report__write_date
  108. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__write_date
  109. msgid "Last Updated on"
  110. msgstr "Última actualización en"
  111. #. module: report_py3o
  112. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__py3o_template_data
  113. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_report_view
  114. msgid "LibreOffice Template"
  115. msgstr "Plantilla de Oficina de Libros"
  116. #. module: report_py3o
  117. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__filetype
  118. msgid "LibreOffice Template File Type"
  119. msgstr "Tipo de Plantilla de Documento de Oficina de Libros"
  120. #. module: report_py3o
  121. #: code:addons/report_py3o/models/py3o_report.py:277
  122. #, python-format
  123. msgid "Libreoffice runtime not available. Please contact your administrator."
  124. msgstr ""
  125. #. module: report_py3o
  126. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__module
  127. msgid "Module"
  128. msgstr "Módulo"
  129. #. module: report_py3o
  130. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__msg_py3o_report_not_available
  131. msgid "Msg Py3O Report Not Available"
  132. msgstr ""
  133. #. module: report_py3o
  134. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_multi_in_one
  135. msgid "Multiple Records in a Single Report"
  136. msgstr ""
  137. #. module: report_py3o
  138. #: model:ir.model.fields,field_description:report_py3o.field_py3o_template__name
  139. msgid "Name"
  140. msgstr "Nombre"
  141. #. module: report_py3o
  142. #: code:addons/report_py3o/models/py3o_report.py:177
  143. #, python-format
  144. msgid "No template found. Aborting."
  145. msgstr "No se ha encontrado ninguna plantilla. Salir."
  146. #. module: report_py3o
  147. #: selection:py3o.template,filetype:0
  148. msgid "ODF Presentation"
  149. msgstr ""
  150. #. module: report_py3o
  151. #: selection:py3o.template,filetype:0
  152. msgid "ODF Presentation (Flat)"
  153. msgstr ""
  154. #. module: report_py3o
  155. #: selection:py3o.template,filetype:0
  156. msgid "ODF Spreadsheet"
  157. msgstr "Hoja de cálculo ODF"
  158. #. module: report_py3o
  159. #: selection:py3o.template,filetype:0
  160. msgid "ODF Spreadsheet (Flat)"
  161. msgstr ""
  162. #. module: report_py3o
  163. #: selection:py3o.template,filetype:0
  164. msgid "ODF Text Document"
  165. msgstr "Documento de Texto ODF"
  166. #. module: report_py3o
  167. #: selection:py3o.template,filetype:0
  168. msgid "ODF Text Document (Flat)"
  169. msgstr ""
  170. #. module: report_py3o
  171. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_filetype
  172. msgid "Output Format"
  173. msgstr "Formato de Salida"
  174. #. module: report_py3o
  175. #: selection:ir.actions.report,report_type:0
  176. msgid "PDF"
  177. msgstr ""
  178. #. module: report_py3o
  179. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__lo_bin_path
  180. msgid "Path to the libreoffice runtime"
  181. msgstr ""
  182. #. module: report_py3o
  183. #: model:ir.ui.menu,name:report_py3o.py3o_config_menu
  184. msgid "Py3o"
  185. msgstr "Programa Py3o"
  186. #. module: report_py3o
  187. #: model:ir.actions.report,name:report_py3o.res_users_report_py3o
  188. msgid "Py3o Demo Report"
  189. msgstr "Reporte de Demostracion Py3o"
  190. #. module: report_py3o
  191. #: model_terms:ir.ui.view,arch_db:report_py3o.act_report_xml_search_view
  192. msgid "Py3o Reports"
  193. msgstr "Reportes de Py3o"
  194. #. module: report_py3o
  195. #: model:ir.actions.act_window,name:report_py3o.py3o_template_configuration_action
  196. #: model:ir.ui.menu,name:report_py3o.py3o_template_configuration_menu
  197. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_form_view
  198. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_search_view
  199. #: model_terms:ir.ui.view,arch_db:report_py3o.py3o_template_configuration_tree_view
  200. msgid "Py3o Templates"
  201. msgstr "Modelos Py3o"
  202. #. module: report_py3o
  203. #: model:ir.model,name:report_py3o.model_py3o_template
  204. #, fuzzy
  205. msgid "Py3o template"
  206. msgstr "Modelos Py3o"
  207. #. module: report_py3o
  208. #: model:ir.model,name:report_py3o.model_ir_actions_report
  209. #, fuzzy
  210. msgid "Report Action"
  211. msgstr "Informe"
  212. #. module: report_py3o
  213. #: model:ir.model,name:report_py3o.model_py3o_report
  214. msgid "Report Py30"
  215. msgstr "Reporte de Py30"
  216. #. module: report_py3o
  217. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__report_type
  218. #, fuzzy
  219. msgid "Report Type"
  220. msgstr "Reporte de Py30"
  221. #. module: report_py3o
  222. #: model:ir.model.fields,field_description:report_py3o.field_ir_actions_report__py3o_template_id
  223. msgid "Template"
  224. msgstr "Modelo"
  225. #. module: report_py3o
  226. #: selection:ir.actions.report,report_type:0
  227. msgid "Text"
  228. msgstr ""
  229. #. module: report_py3o
  230. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__module
  231. msgid "The implementer module that provides this report"
  232. msgstr "El módulo implementador que proporciona este informe"
  233. #. module: report_py3o
  234. #: code:addons/report_py3o/models/ir_actions_report.py:141
  235. #, python-format
  236. msgid ""
  237. "The libreoffice runtime is required to genereate the py3o report '%s' but is "
  238. "not found into the bin path. You must install the libreoffice runtime on the "
  239. "server. If the runtime is already installed and is not found by Odoo, you "
  240. "can provide the full path to the runtime by setting the key 'py3o."
  241. "conversion_command' into the configuration parameters."
  242. msgstr ""
  243. #. module: report_py3o
  244. #: model:ir.model.fields,help:report_py3o.field_ir_actions_report__report_type
  245. msgid ""
  246. "The type of the report that will be rendered, each one having its own "
  247. "rendering method. HTML means the report will be opened directly in your "
  248. "browser PDF means the report will be rendered using Wkhtmltopdf and "
  249. "downloaded by the user."
  250. msgstr ""
  251. #. module: report_py3o
  252. #: selection:ir.actions.report,report_type:0
  253. msgid "XLSX"
  254. msgstr ""
  255. #. module: report_py3o
  256. #: selection:ir.actions.report,report_type:0
  257. msgid "XML"
  258. msgstr ""
  259. #. module: report_py3o
  260. #: selection:ir.actions.report,report_type:0
  261. msgid "csv"
  262. msgstr ""
  263. #. module: report_py3o
  264. #: selection:ir.actions.report,report_type:0
  265. msgid "py3o"
  266. msgstr ""
  267. #~ msgid "ir.actions.report.xml"
  268. #~ msgstr "ir.actions.report.xml"
  269. #~ msgid "py3o.template"
  270. #~ msgstr "py3o.modelo"