123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- # Translation of Odoo Server.
- # This file contains the translation of the following modules:
- # * purchase_discount
- #
- msgid ""
- msgstr ""
- "Project-Id-Version: Odoo Server 8.0\n"
- "Report-Msgid-Bugs-To: \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_discount
- #: view:website:purchase.report_purchaseorder_document
- msgid "Disc. (%)"
- msgstr ""
- #. module: purchase_discount
- #: field:purchase.order.line,discount:0
- msgid "Discount (%)"
- msgstr ""
- #. module: purchase_discount
- #: sql_constraint:purchase.order.line:0
- msgid "Discount must be lower than 100%."
- msgstr ""
- #. module: purchase_discount
- #: model:ir.model,name:purchase_discount.model_purchase_order
- msgid "Purchase Order"
- msgstr ""
- #. module: purchase_discount
- #: model:ir.model,name:purchase_discount.model_purchase_order_line
- msgid "Purchase Order Line"
- msgstr ""
- #. module: purchase_discount
- #: model:ir.model,name:purchase_discount.model_stock_move
- msgid "Stock Move"
- msgstr ""
|