fr.po 1.86 KB
Newer Older
François C. committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * purchase_discount
# 
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-09-17 00:52+0000\n"
"PO-Revision-Date: 2016-09-17 00:52+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#. module: purchase_discount
#: model:ir.ui.view,arch_db:purchase_discount.report_purchaseorder_document
msgid "<strong>Disc. (%)</strong>"
msgstr "<strong>Remise (%)</strong>"

#. module: purchase_discount
#: model:ir.model.fields,field_description:purchase_discount.field_purchase_order_line_discount
msgid "Discount (%)"
msgstr "Remise (%)"

#. module: purchase_discount
#: sql_constraint:purchase.order.line:0
msgid "Discount must be lower than 100%."
msgstr "La remise doit être inférieure à 100%."

#. module: purchase_discount
#: model:ir.model,name:purchase_discount.model_account_invoice_line
msgid "Invoice Line"
msgstr "Ligne de facuration"

#. module: purchase_discount
#: model:ir.model,name:purchase_discount.model_purchase_order_line
msgid "Purchase Order Line"
msgstr "Ligne de commande d'achat"

#. module: purchase_discount
#: model:ir.model.fields,field_description:purchase_discount.field_res_partner_discount_computation
msgid "Discount Computation"
msgstr "Application des remises"

#. module: purchase_discount
#: selection:res.partner,discount_computation:0
msgid "Total"
msgstr "Total"

#. module: purchase_discount
#: selection:res.partner,discount_computation:0
msgid "Unit Price"
msgstr "Prix Unitaire"