es.po 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * purchase_order_line_sequence
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 8.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2015-05-21 01:55+0000\n"
  10. "PO-Revision-Date: 2015-08-03 16:07+0200\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. "Language: es\n"
  18. "X-Generator: Poedit 1.8.2\n"
  19. #. module: purchase_order_line_sequence
  20. #: help:purchase.order.line,sequence:0
  21. msgid "Gives the sequence of this line when displaying the purchase order."
  22. msgstr "Representa la sencuenca de esta linea cuando se muestra la orden de compra."
  23. #. module: purchase_order_line_sequence
  24. #: code:addons/purchase_order_line_sequence/model/purchase.py:69
  25. #, python-format
  26. msgid "Greater or equal than 1"
  27. msgstr "Mayor o igual a 1"
  28. #. module: purchase_order_line_sequence
  29. #: model:ir.model,name:purchase_order_line_sequence.model_purchase_order
  30. msgid "Purchase Order"
  31. msgstr "Pedido de compra"
  32. #. module: purchase_order_line_sequence
  33. #: model:ir.model,name:purchase_order_line_sequence.model_purchase_order_line
  34. msgid "Purchase Order Line"
  35. msgstr "Línea de pedido de compra"
  36. #. module: purchase_order_line_sequence
  37. #: field:purchase.order.line,sequence:0
  38. msgid "Sequence"
  39. msgstr "Secuencia"
  40. #. module: purchase_order_line_sequence
  41. #: code:addons/purchase_order_line_sequence/model/purchase.py:46
  42. #, python-format
  43. msgid "The next sequence numbers are already used"
  44. msgstr "Las siguientes secuencias ya han sido usadas"
  45. #. module: purchase_order_line_sequence
  46. #: code:addons/purchase_order_line_sequence/model/purchase.py:68
  47. #, python-format
  48. msgid "The sequence must be a positive number!"
  49. msgstr "La secuencia debe ser un numero positivo!"
  50. #. module: purchase_order_line_sequence
  51. #: code:addons/purchase_order_line_sequence/model/purchase.py:45
  52. #, python-format
  53. msgid "The sequence must be unique per purchase order!"
  54. msgstr "La secuencia debe ser un numero unico por pedido de compra!"
  55. #. module: purchase_order_line_sequence
  56. #: field:purchase.order,website_message_ids:0
  57. msgid "Website Messages"
  58. msgstr "Mensajes del sitio web"
  59. #. module: purchase_order_line_sequence
  60. #: help:purchase.order,website_message_ids:0
  61. msgid "Website communication history"
  62. msgstr "Historial de comunicaciones del sitio web"
  63. #. module: purchase_order_line_sequence
  64. #: view:purchase.order:purchase_order_line_sequence.purchase_order_sequence_form
  65. msgid "{'order_line': order_line}"
  66. msgstr "{'order_line': order_line}"