es.po 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * product_pack
  4. #
  5. # Translators:
  6. # Albert Cervera i Areny <albert@nan-tic.com>, 2009
  7. # Nicolas Mac Rouillon <nmr@ingadhoc.com>, 2016
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: product (8.0)\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-04-03 14:18+0000\n"
  13. "PO-Revision-Date: 2017-04-03 13:48+0000\n"
  14. "Last-Translator: Juan José Scarafía <scarafia.juanjose@gmail.com>\n"
  15. "Language-Team: Spanish (http://www.transifex.com/adhoc/ingadhoc-product-8-0/language/es/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Language: es\n"
  20. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  21. #. module: product_pack
  22. #: help:product.product,pack_price_type:0
  23. #: help:product.template,pack_price_type:0 help:sale.order.line,pack_type:0
  24. msgid ""
  25. "* Detailed - Components Prices: Detail lines with prices on sales order.\n"
  26. "* Detailed - Totaliced Price: Detail lines on sales order totalicing lines prices on pack (don't show component prices).\n"
  27. "* Detailed - Fixed Price: Detail lines on sales order and use product pack price (ignore line prices).\n"
  28. "* None Detailed - Assisted Price: Do not detail lines on sales order. Assist to get pack price using pack lines."
  29. msgstr ""
  30. #. module: product_pack
  31. #: code:addons/product_pack/models/product.py:146
  32. #, python-format
  33. msgid "A \"None Detailed - Assisted Price Pack\" can not have a pack as a child!"
  34. msgstr ""
  35. #. module: product_pack
  36. #: field:product.product,can_modify_prices:0
  37. msgid "Can modify prices"
  38. msgstr "Puede modificar precios"
  39. #. module: product_pack
  40. #: view:sale.order.line:product_pack.view_order_line_form2
  41. msgid "Cancel"
  42. msgstr "Cancelar"
  43. #. module: product_pack
  44. #: field:product.pack.line,create_uid:0
  45. #: field:sale.order.line.pack.line,create_uid:0
  46. msgid "Created by"
  47. msgstr "Creado por"
  48. #. module: product_pack
  49. #: field:product.pack.line,create_date:0
  50. #: field:sale.order.line.pack.line,create_date:0
  51. msgid "Created on"
  52. msgstr "Creadon en"
  53. #. module: product_pack
  54. #: field:sale.order.line,pack_depth:0
  55. msgid "Depth"
  56. msgstr "Profundidad"
  57. #. module: product_pack
  58. #: help:sale.order.line,pack_depth:0
  59. msgid "Depth of the product if it is part of a pack."
  60. msgstr "Profundidad del producto si forma parte de un pack."
  61. #. module: product_pack
  62. #: view:sale.order:product_pack.view_order_stock_form
  63. msgid "Detail"
  64. msgstr "Detalle"
  65. #. module: product_pack
  66. #: selection:product.template,pack_price_type:0
  67. msgid "Detailed - Components Prices"
  68. msgstr ""
  69. #. module: product_pack
  70. #: selection:product.template,pack_price_type:0
  71. msgid "Detailed - Fixed Price"
  72. msgstr ""
  73. #. module: product_pack
  74. #: selection:product.template,pack_price_type:0
  75. msgid "Detailed - Totaliced Price"
  76. msgstr ""
  77. #. module: product_pack
  78. #: code:addons/product_pack/models/sale_order_line.py:75
  79. #, python-format
  80. msgid "Details"
  81. msgstr "Detalles"
  82. #. module: product_pack
  83. #: field:product.pack.line,discount:0
  84. #: field:sale.order.line.pack.line,discount:0
  85. msgid "Discount (%)"
  86. msgstr "Descuento (%)"
  87. #. module: product_pack
  88. #: field:product.pack.line,display_name:0
  89. #: field:sale.order.line.pack.line,display_name:0
  90. msgid "Display Name"
  91. msgstr "Display Name"
  92. #. module: product_pack
  93. #: code:addons/product_pack/models/product.py:97
  94. #, python-format
  95. msgid ""
  96. "Error! You cannot create recursive packs.\n"
  97. "Product id: %s"
  98. msgstr ""
  99. #. module: product_pack
  100. #: field:product.pack.line,id:0 field:sale.order.line.pack.line,id:0
  101. msgid "ID"
  102. msgstr "ID"
  103. #. module: product_pack
  104. #: help:product.product,can_modify_prices:0
  105. msgid ""
  106. "If checked all users can modify the price of this product in a sale "
  107. "order or invoice."
  108. msgstr "If checked all users can modify the price of this product in a sale order or invoice."
  109. #. module: product_pack
  110. #: help:product.product,pack:0 help:product.template,pack:0
  111. msgid "Is a Product Pack?"
  112. msgstr ""
  113. #. module: product_pack
  114. #: field:product.pack.line,__last_update:0
  115. #: field:sale.order.line.pack.line,__last_update:0
  116. msgid "Last Modified on"
  117. msgstr "Última Modificación en"
  118. #. module: product_pack
  119. #: field:product.pack.line,write_uid:0
  120. #: field:sale.order.line.pack.line,write_uid:0
  121. msgid "Last Updated by"
  122. msgstr "Last Updated by"
  123. #. module: product_pack
  124. #: field:product.pack.line,write_date:0
  125. #: field:sale.order.line.pack.line,write_date:0
  126. msgid "Last Updated on"
  127. msgstr "Last Updated on"
  128. #. module: product_pack
  129. #: field:sale.order.line,pack_child_line_ids:0
  130. msgid "Lines in pack"
  131. msgstr "Líneas en el pack"
  132. #. module: product_pack
  133. #: help:product.product,used_pack_line_ids:0
  134. #: help:product.template,used_pack_line_ids:0
  135. msgid "List of packs where product is used."
  136. msgstr ""
  137. #. module: product_pack
  138. #: help:product.product,pack_line_ids:0 help:product.template,pack_line_ids:0
  139. msgid "List of products that are part of this pack."
  140. msgstr "Lista de productos que forman parte del pack."
  141. #. module: product_pack
  142. #: selection:product.template,pack_price_type:0
  143. msgid "None Detailed - Assisted Price"
  144. msgstr ""
  145. #. module: product_pack
  146. #: selection:product.template,pack_price_type:0
  147. msgid "None Detailed - Totaliced Price"
  148. msgstr ""
  149. #. module: product_pack
  150. #: field:product.product,used_pack_line_ids:0
  151. #: field:product.template,used_pack_line_ids:0
  152. msgid "On Packs"
  153. msgstr ""
  154. #. module: product_pack
  155. #: field:sale.order.line.pack.line,order_line_id:0
  156. msgid "Order Line"
  157. msgstr "Línea de la orden"
  158. #. module: product_pack
  159. #: view:product.product:product_pack.nan_product_pack_form
  160. #: view:product.template:product_pack.product_template_only_form_view
  161. #: field:sale.order.line,pack_parent_line_id:0
  162. msgid "Pack"
  163. msgstr "Pack"
  164. #. module: product_pack
  165. #: field:sale.order.line,pack_line_ids:0
  166. msgid "Pack Lines"
  167. msgstr ""
  168. #. module: product_pack
  169. #: view:product.pack.line:product_pack.product_pack_line_form
  170. msgid "Pack Product Line"
  171. msgstr "Línea de pack de productos"
  172. #. module: product_pack
  173. #: view:product.pack.line:product_pack.product_pack_line_tree
  174. msgid "Pack Product Lines"
  175. msgstr "Líneas del pack de productos"
  176. #. module: product_pack
  177. #: field:product.product,pack_line_ids:0
  178. #: field:product.template,pack_line_ids:0
  179. msgid "Pack Products"
  180. msgstr "Productos del pack"
  181. #. module: product_pack
  182. #: field:product.product,pack_price_type:0
  183. #: field:product.template,pack_price_type:0 field:sale.order.line,pack_type:0
  184. msgid "Pack Type"
  185. msgstr "Tipo de Pack"
  186. #. module: product_pack
  187. #: code:addons/product_pack/models/product.py:174
  188. #: code:addons/product_pack/models/product.py:179
  189. #, python-format
  190. msgid ""
  191. "Pack lines products company must be the same as the "
  192. "parent product company"
  193. msgstr ""
  194. #. module: product_pack
  195. #: field:sale.order.line,pack_total:0
  196. msgid "Pack total"
  197. msgstr ""
  198. #. module: product_pack
  199. #: field:product.product,pack:0 field:product.template,pack:0
  200. msgid "Pack?"
  201. msgstr ""
  202. #. module: product_pack
  203. #: field:product.pack.line,parent_product_id:0
  204. msgid "Parent Product"
  205. msgstr "Producto padre"
  206. #. module: product_pack
  207. #: model:ir.model,name:product_pack.model_product_product
  208. #: field:product.pack.line,product_id:0
  209. #: field:sale.order.line.pack.line,product_id:0
  210. msgid "Product"
  211. msgstr "Producto"
  212. #. module: product_pack
  213. #: model:ir.model,name:product_pack.model_product_template
  214. msgid "Product Template"
  215. msgstr "Plantilla de Producto"
  216. #. module: product_pack
  217. #: field:product.pack.line,quantity:0
  218. #: field:sale.order.line.pack.line,product_uom_qty:0
  219. msgid "Quantity"
  220. msgstr "Cantidad"
  221. #. module: product_pack
  222. #: model:ir.model,name:product_pack.model_sale_order_line_pack_line
  223. msgid "Sale Order None Detailed Pack Lines"
  224. msgstr ""
  225. #. module: product_pack
  226. #: model:ir.model,name:product_pack.model_sale_order
  227. msgid "Sales Order"
  228. msgstr "Orden de Ventas"
  229. #. module: product_pack
  230. #: model:ir.model,name:product_pack.model_sale_order_line
  231. msgid "Sales Order Line"
  232. msgstr "Línea pedido de venta"
  233. #. module: product_pack
  234. #: view:sale.order.line.pack.line:product_pack.view_sale_line_pack_line_tree
  235. msgid "Sales Order Line Pack Lines"
  236. msgstr ""
  237. #. module: product_pack
  238. #: view:sale.order.line:product_pack.view_order_line_form2
  239. msgid "Sales Order Lines"
  240. msgstr "Línea pedido de venta"
  241. #. module: product_pack
  242. #: view:sale.order.line:product_pack.view_order_line_form2
  243. msgid "Save"
  244. msgstr "Guardar"
  245. #. module: product_pack
  246. #: field:sale.order.line.pack.line,price_subtotal:0
  247. msgid "Subtotal"
  248. msgstr "Subtotal"
  249. #. module: product_pack
  250. #: help:sale.order.line,pack_parent_line_id:0
  251. msgid "The pack that contains this product."
  252. msgstr "El pack que contiene este producto."
  253. #. module: product_pack
  254. #: field:sale.order.line.pack.line,price_unit:0
  255. msgid "Unit Price"
  256. msgstr ""
  257. #. module: product_pack
  258. #: view:sale.order.line:product_pack.view_order_line_form2
  259. msgid "or"
  260. msgstr "or"