es.po 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * price_security
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 8.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2016-03-08 14:18+0000\n"
  10. "PO-Revision-Date: 2016-03-08 11:23-0300\n"
  11. "Last-Translator: <>\n"
  12. "Language-Team: \n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: 8bit\n"
  16. "Plural-Forms: \n"
  17. "X-Generator: Poedit 1.5.4\n"
  18. #. module: price_security
  19. #: field:product.template,can_modify_prices:0
  20. msgid "Can modify prices"
  21. msgstr "Puede modificar precios"
  22. #. module: price_security
  23. #: field:res.users.discount_restriction,create_uid:0
  24. msgid "Created by"
  25. msgstr "Created by"
  26. #. module: price_security
  27. #: field:res.users.discount_restriction,create_date:0
  28. msgid "Created on"
  29. msgstr "Created on"
  30. #. module: price_security
  31. #: model:ir.model,name:price_security.model_res_users_discount_restriction
  32. msgid "Discount Restriction"
  33. msgstr "Restriccion de Descuento"
  34. #. module: price_security
  35. #: field:res.users,discount_restriction_ids:0
  36. msgid "Discount Restrictions"
  37. msgstr "Restricciones de Descuento"
  38. #. module: price_security
  39. #: view:res.users:price_security.view_price_security_users_form
  40. msgid "Discounts Permissions"
  41. msgstr "Discounts Permissions"
  42. #. module: price_security
  43. #: field:res.users.discount_restriction,id:0
  44. msgid "ID"
  45. msgstr "ID"
  46. #. module: price_security
  47. #: help:product.template,can_modify_prices:0
  48. msgid ""
  49. "If checked all users can modify the price of this product in a sale "
  50. "order or invoice."
  51. msgstr ""
  52. "If checked all users can modify the price of this product in a sale "
  53. "order or invoice."
  54. #. module: price_security
  55. #: model:ir.model,name:price_security.model_account_invoice_line
  56. msgid "Invoice Line"
  57. msgstr "Línea de factura"
  58. #. module: price_security
  59. #: field:res.users.discount_restriction,write_uid:0
  60. msgid "Last Updated by"
  61. msgstr "Last Updated by"
  62. #. module: price_security
  63. #: field:res.users.discount_restriction,write_date:0
  64. msgid "Last Updated on"
  65. msgstr "Last Updated on"
  66. #. module: price_security
  67. #: field:res.users.discount_restriction,max_discount:0
  68. msgid "Max. Discount"
  69. msgstr "Max. Descuento"
  70. #. module: price_security
  71. #: field:res.users.discount_restriction,min_discount:0
  72. msgid "Min. Discount"
  73. msgstr "Min. Descuento"
  74. #. module: price_security
  75. #: view:account.payment.term:price_security.view_payment_term_tree
  76. #: model:ir.model,name:price_security.model_account_payment_term
  77. msgid "Payment Term"
  78. msgstr "Términos de Pago"
  79. #. module: price_security
  80. #: model:ir.model,name:price_security.model_product_pricelist
  81. #: field:res.users.discount_restriction,pricelist_id:0
  82. msgid "Pricelist"
  83. msgstr "Lista de Precios"
  84. #. module: price_security
  85. #: model:ir.model,name:price_security.model_product_template
  86. msgid "Product Template"
  87. msgstr "Plantilla de Producto"
  88. #. module: price_security
  89. #: model:res.groups,name:price_security.group_restrict_prices
  90. msgid "Restrict Prices"
  91. msgstr "Restringir Precios"
  92. #. module: price_security
  93. #: model:ir.model,name:price_security.model_sale_order
  94. msgid "Sales Order"
  95. msgstr "Orden de Ventas"
  96. #. module: price_security
  97. #: model:ir.model,name:price_security.model_sale_order_line
  98. msgid "Sales Order Line"
  99. msgstr "Línea pedido de venta"
  100. #. module: price_security
  101. #: code:addons/price_security/models/sale.py:44
  102. #: code:addons/sources/adhoc-product/price_security/models/sale.py:44
  103. #, python-format
  104. msgid ""
  105. "Selected payment term priority can not be higher than payment term "
  106. "configured on partner"
  107. msgstr ""
  108. "Prioridad seleccionada de plazo de pago no puede ser superior a plazo de "
  109. "pago configurado en cliente"
  110. #. module: price_security
  111. #: code:addons/price_security/models/sale.py:39
  112. #: code:addons/sources/adhoc-product/price_security/models/sale.py:39
  113. #, python-format
  114. msgid ""
  115. "Selected pricelist priority can not be higher than pircelist configured on "
  116. "partner"
  117. msgstr ""
  118. "Prioridad de lista de precios seleccionada no puede ser superior a lista de "
  119. "precios configurado en cliente"
  120. #. module: price_security
  121. #: field:account.payment.term,sequence:0 field:product.pricelist,sequence:0
  122. msgid "Sequence"
  123. msgstr "Secuencia"
  124. #. module: price_security
  125. #: code:addons/price_security/models/res_users.py:63
  126. #: code:addons/sources/adhoc-product/price_security/models/res_users.py:63
  127. #, python-format
  128. msgid ""
  129. "The applied discount is out of range with respect to the allowed. The "
  130. "discount can be between %s and %s for the current price list"
  131. msgstr ""
  132. "The applied discount is out of range with respect to the allowed. The "
  133. "discount can be between %s and %s for the current price list"
  134. #. module: price_security
  135. #: field:res.users.discount_restriction,user_id:0
  136. msgid "User"
  137. msgstr "Usuario"
  138. #. module: price_security
  139. #: model:ir.model,name:price_security.model_res_users
  140. msgid "Users"
  141. msgstr "Usuarios"
  142. #. module: price_security
  143. #: code:addons/price_security/models/res_users.py:54
  144. #: code:addons/sources/adhoc-product/price_security/models/res_users.py:54
  145. #, python-format
  146. msgid "You can not give any discount greater than pricelist discounts"
  147. msgstr "You can not give any discount greater than pricelist discounts"
  148. #. module: price_security
  149. #: view:account.invoice:price_security.invoice_form
  150. #: view:sale.order:price_security.view_price_security_order_form
  151. msgid "{'readonly':[('product_can_modify_prices','=', False)]}"
  152. msgstr "{'readonly':[('product_can_modify_prices','=', False)]}"