You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
2.4 KiB
68 lines
2.4 KiB
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * pos_customer_required
|
|
#
|
|
# Translators:
|
|
# Christophe CHAUVET <christophe.chauvet@gmail.com>, 2016
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: pos (8.0)\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2016-08-15 21:29+0000\n"
|
|
"PO-Revision-Date: 2016-09-17 19:00+0000\n"
|
|
"Last-Translator: Christophe CHAUVET <christophe.chauvet@gmail.com>\n"
|
|
"Language-Team: French (http://www.transifex.com/oca/OCA-pos-8-0/language/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: pos_customer_required
|
|
#. openerp-web
|
|
#: code:addons/pos_customer_required/static/src/js/pos_customer_required.js:16
|
|
#, python-format
|
|
msgid "An anonymous order cannot be confirmed"
|
|
msgstr "Une commande anonyme ne peut pas être confirmée "
|
|
|
|
#. module: pos_customer_required
|
|
#: view:pos.config:pos_customer_required.view_pos_config_form
|
|
msgid "Customer"
|
|
msgstr "Client"
|
|
|
|
#. module: pos_customer_required
|
|
#: code:addons/pos_customer_required/models/pos.py:45
|
|
#, python-format
|
|
msgid "Customer is required for this order and is missing"
|
|
msgstr "Le client est obligatoire pour cette commande et est manquant"
|
|
|
|
#. module: pos_customer_required
|
|
#. openerp-web
|
|
#: code:addons/pos_customer_required/static/src/js/pos_customer_required.js:17
|
|
#, python-format
|
|
msgid ""
|
|
"Please select a client for this order. This can be done by clicking the "
|
|
"order tab"
|
|
msgstr "Veuillez sélectionner un client pour cette commande. Ceci peut être fait en cliquant sur l'onglet commande"
|
|
|
|
#. module: pos_customer_required
|
|
#: model:ir.model,name:pos_customer_required.model_pos_order
|
|
msgid "Point of Sale"
|
|
msgstr "Point de vente"
|
|
|
|
#. module: pos_customer_required
|
|
#: field:pos.config,require_customer:0 field:pos.order,require_customer:0
|
|
msgid "Require customer"
|
|
msgstr "Client requis"
|
|
|
|
#. module: pos_customer_required
|
|
#: help:pos.config,require_customer:0 help:pos.order,require_customer:0
|
|
msgid "Require customer for orders in this point of sale"
|
|
msgstr "Client requis pour les commandes de ce point de vente"
|
|
|
|
#. module: pos_customer_required
|
|
#: view:pos.order:pos_customer_required.view_pos_pos_form_inherit
|
|
msgid ""
|
|
"{'readonly': [('state','=','invoiced')], 'required': "
|
|
"[('require_customer','=',True)]}"
|
|
msgstr "{'readonly': [('state','=','invoiced')], 'required': [('require_customer','=',True)]}"
|