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.

86 lines
3.5 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * pos_access_right
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 9.0c\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2016-04-04 00:00+0000\n"
  10. "PO-Revision-Date: 2016-04-04 00:00+0000\n"
  11. "Last-Translator: <>\n"
  12. "Language-Team: \n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: \n"
  16. "Plural-Forms: \n"
  17. #. module: pos_access_right
  18. #. openerp-web
  19. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:99
  20. #, python-format
  21. msgid "Change Unit Price - Unauthorized function"
  22. msgstr "Changer le prix unitaire - Fonctionnalité non autorisée"
  23. #. module: pos_access_right
  24. #. openerp-web
  25. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:92
  26. #, python-format
  27. msgid "Discount - Unauthorized function"
  28. msgstr "Remise - Fonctionnalité non autorisée"
  29. #. module: pos_access_right
  30. #. openerp-web
  31. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:78
  32. #, python-format
  33. msgid "Negative Quantity - Unauthorized function"
  34. msgstr "Quantité négative - Fonctionnalité non autorisée"
  35. #. module: pos_access_right
  36. #. openerp-web
  37. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:79
  38. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:93
  39. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:100
  40. #, python-format
  41. msgid "Please ask your manager to do it."
  42. msgstr "Veuillez vous rapprocher d'un superviseur"
  43. #. module: pos_access_right
  44. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config_group_pos_discount
  45. #: model:res.groups,name:pos_access_right.group_pos_discount
  46. msgid "Point of Sale - Allow Discount"
  47. msgstr "Point de vente - Autoriser les remises"
  48. #. module: pos_access_right
  49. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config_group_pos_negative_qty
  50. #: model:res.groups,name:pos_access_right.group_pos_negative_qty
  51. msgid "Point of Sale - Allow Negative Quantity"
  52. msgstr "Point de vente - Autoriser les quantités négatives"
  53. #. module: pos_access_right
  54. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config_group_pos_change_unit_price
  55. #: model:res.groups,name:pos_access_right.group_pos_change_unit_price
  56. msgid "Point of Sale - Allow Unit Price Change"
  57. msgstr "Point de vente - Autoriser les changements de prix unitaire"
  58. #. module: pos_access_right
  59. #: model:ir.model.fields,help:pos_access_right.field_pos_config_group_pos_discount
  60. msgid "This field is there to pass the id of the 'PoS - Allow Discount' Group to the Point of Sale Frontend."
  61. msgstr "The champs existe pour passer l'ID du groupe 'PdV - Autoriser les remises' au sein du point de vente tactile."
  62. #. module: pos_access_right
  63. #: model:ir.model.fields,help:pos_access_right.field_pos_config_group_pos_negative_qty
  64. msgid "This field is there to pass the id of the 'PoS - Allow Negative Quantity' Group to the Point of Sale Frontend."
  65. msgstr "The champs existe pour passer l'ID du groupe 'PdV - Autoriser les quantités négatives' au sein du point de vente tactile."
  66. #. module: pos_access_right
  67. #: model:ir.model.fields,help:pos_access_right.field_pos_config_group_pos_change_unit_price
  68. msgid "This field is there to pass the id of the 'PoS - Allow Unit Price Change' Group to the Point of Sale Frontend."
  69. msgstr "The champs existe pour passer l'ID du groupe 'PdV - Autoriser les changements de prix' au sein du point de vente tactile."
  70. #. module: pos_access_right
  71. #: model:ir.model,name:pos_access_right.model_pos_config
  72. msgid "pos.config"
  73. msgstr "pos.config"