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.

73 lines
2.4 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * pos_customer_required
  4. #
  5. # Translators:
  6. # Christophe CHAUVET <christophe.chauvet@gmail.com>, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: pos (8.0)\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-08-15 21:29+0000\n"
  12. "PO-Revision-Date: 2016-09-17 19:00+0000\n"
  13. "Last-Translator: Christophe CHAUVET <christophe.chauvet@gmail.com>\n"
  14. "Language-Team: French (http://www.transifex.com/oca/OCA-pos-8-0/language/"
  15. "fr/)\n"
  16. "Language: fr\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  21. #. module: pos_customer_required
  22. #. openerp-web
  23. #: code:addons/pos_customer_required/static/src/js/pos_customer_required.js:16
  24. #, python-format
  25. msgid "An anonymous order cannot be confirmed"
  26. msgstr "Une commande anonyme ne peut pas être confirmée "
  27. #. module: pos_customer_required
  28. #: view:pos.config:pos_customer_required.view_pos_config_form
  29. msgid "Customer"
  30. msgstr "Client"
  31. #. module: pos_customer_required
  32. #: code:addons/pos_customer_required/models/pos.py:45
  33. #, python-format
  34. msgid "Customer is required for this order and is missing"
  35. msgstr "Le client est obligatoire pour cette commande et est manquant"
  36. #. module: pos_customer_required
  37. #. openerp-web
  38. #: code:addons/pos_customer_required/static/src/js/pos_customer_required.js:17
  39. #, python-format
  40. msgid ""
  41. "Please select a client for this order. This can be done by clicking the "
  42. "order tab"
  43. msgstr ""
  44. "Veuillez sélectionner un client pour cette commande. Ceci peut être fait en "
  45. "cliquant sur l'onglet commande"
  46. #. module: pos_customer_required
  47. #: model:ir.model,name:pos_customer_required.model_pos_order
  48. msgid "Point of Sale"
  49. msgstr "Point de vente"
  50. #. module: pos_customer_required
  51. #: field:pos.config,require_customer:0 field:pos.order,require_customer:0
  52. msgid "Require customer"
  53. msgstr "Client requis"
  54. #. module: pos_customer_required
  55. #: help:pos.config,require_customer:0 help:pos.order,require_customer:0
  56. msgid "Require customer for orders in this point of sale"
  57. msgstr "Client requis pour les commandes de ce point de vente"
  58. #. module: pos_customer_required
  59. #: view:pos.order:pos_customer_required.view_pos_pos_form_inherit
  60. msgid ""
  61. "{'readonly': [('state','=','invoiced')], 'required': "
  62. "[('require_customer','=',True)]}"
  63. msgstr ""
  64. "{'readonly': [('state','=','invoiced')], 'required': "
  65. "[('require_customer','=',True)]}"