12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- # Translation of Odoo Server.
- # This file contains the translation of the following modules:
- # * purchase_order_line_sequence
- #
- msgid ""
- msgstr ""
- "Project-Id-Version: Odoo Server 8.0\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2015-05-21 01:53+0000\n"
- "PO-Revision-Date: 2015-05-21 01:53+0000\n"
- "Last-Translator: <>\n"
- "Language-Team: \n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: \n"
- "Plural-Forms: \n"
- #. module: purchase_order_line_sequence
- #: help:purchase.order.line,sequence:0
- msgid "Gives the sequence of this line when displaying the purchase order."
- msgstr ""
- #. module: purchase_order_line_sequence
- #: code:addons/purchase_order_line_sequence/model/purchase.py:69
- #, python-format
- msgid "Greater or equal than 1"
- msgstr ""
- #. module: purchase_order_line_sequence
- #: model:ir.model,name:purchase_order_line_sequence.model_purchase_order
- msgid "Purchase Order"
- msgstr ""
- #. module: purchase_order_line_sequence
- #: model:ir.model,name:purchase_order_line_sequence.model_purchase_order_line
- msgid "Purchase Order Line"
- msgstr ""
- #. module: purchase_order_line_sequence
- #: field:purchase.order.line,sequence:0
- msgid "Sequence"
- msgstr ""
- #. module: purchase_order_line_sequence
- #: code:addons/purchase_order_line_sequence/model/purchase.py:46
- #, python-format
- msgid "The next sequence numbers are already used"
- msgstr ""
- #. module: purchase_order_line_sequence
- #: code:addons/purchase_order_line_sequence/model/purchase.py:68
- #, python-format
- msgid "The sequence must be a positive number!"
- msgstr ""
- #. module: purchase_order_line_sequence
- #: code:addons/purchase_order_line_sequence/model/purchase.py:45
- #, python-format
- msgid "The sequence must be unique per purchase order!"
- msgstr ""
- #. module: purchase_order_line_sequence
- #: field:purchase.order,website_message_ids:0
- msgid "Website Messages"
- msgstr ""
- #. module: purchase_order_line_sequence
- #: help:purchase.order,website_message_ids:0
- msgid "Website communication history"
- msgstr ""
- #. module: purchase_order_line_sequence
- #: view:purchase.order:purchase_order_line_sequence.purchase_order_sequence_form
- msgid "{'order_line': order_line}"
- msgstr ""
|