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.

135 lines
5.7 KiB

8 years ago
  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-11-02 11:49+0000\n"
  10. "PO-Revision-Date: 2016-11-02 11:49+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:131
  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:83
  26. #, python-format
  27. msgid "Delete Order - Unauthorized function"
  28. msgstr "Supprimer une commande de vente - 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:124
  32. #, python-format
  33. msgid "Discount - Unauthorized function"
  34. msgstr "Remise - 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:72
  38. #, python-format
  39. msgid "Many Orders - Unauthorized function"
  40. msgstr "Plusieurs Commandes simultanées - Fonctionnalité non autorisée"
  41. #. module: pos_access_right
  42. #. openerp-web
  43. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:110
  44. #, python-format
  45. msgid "Negative Quantity - Unauthorized function"
  46. msgstr "Quantité négative - Fonctionnalité non autorisée"
  47. #. module: pos_access_right
  48. #. openerp-web
  49. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:73
  50. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:84
  51. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:111
  52. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:125
  53. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:132
  54. #, python-format
  55. msgid "Please ask your manager to do it."
  56. msgstr "Veuillez vous rapprocher d'un responsable"
  57. #. module: pos_access_right
  58. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config_group_discount_id
  59. msgid "Point of Sale - Allow Discount"
  60. msgstr "Point de vente - Autoriser les remises"
  61. #. module: pos_access_right
  62. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config_group_negative_qty_id
  63. msgid "Point of Sale - Allow Negative Quantity"
  64. msgstr "Point de vente - Autoriser les quantités négatives"
  65. #. module: pos_access_right
  66. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config_group_change_unit_price_id
  67. msgid "Point of Sale - Allow Unit Price Change"
  68. msgstr "Point de vente - Autoriser le changement de prix unitaire"
  69. #. module: pos_access_right
  70. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config_group_delete_order_id
  71. #: model:res.groups,name:pos_access_right.group_delete_order
  72. msgid "Point of Sale - Delete Order"
  73. msgstr "Point de Vente - Supprimer une commande"
  74. #. module: pos_access_right
  75. #: model:res.groups,name:pos_access_right.group_discount
  76. msgid "Point of Sale - Discount"
  77. msgstr "Point de Vente - Remise"
  78. #. module: pos_access_right
  79. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config_group_multi_order_id
  80. #: model:res.groups,name:pos_access_right.group_multi_order
  81. msgid "Point of Sale - Many Orders"
  82. msgstr "Point de Vente - Plusieurs commandes simultanées"
  83. #. module: pos_access_right
  84. #: model:res.groups,name:pos_access_right.group_negative_qty
  85. msgid "Point of Sale - Negative Quantity"
  86. msgstr "Point de Vente - Quantité négative"
  87. #. module: pos_access_right
  88. #: model:res.groups,name:pos_access_right.group_change_unit_price
  89. msgid "Point of Sale - Unit Price Change"
  90. msgstr "Point de Vente - Changer de prix"
  91. #. module: pos_access_right
  92. #: model:ir.model.fields,help:pos_access_right.field_pos_config_group_discount_id
  93. msgid "This field is there to pass the id of the 'PoS - Allow Discount' Group to the Point of Sale Frontend."
  94. msgstr "Ce champs existe pour passer l'ID du groupe 'PdV - Autoriser les remises' au sein du point de vente tactile."
  95. #. module: pos_access_right
  96. #: model:ir.model.fields,help:pos_access_right.field_pos_config_group_negative_qty_id
  97. msgid "This field is there to pass the id of the 'PoS - Allow Negative Quantity' Group to the Point of Sale Frontend."
  98. msgstr "Ce champs existe pour passer l'ID du groupe 'PdV - Autoriser les quantités négatives' au sein du point de vente tactile."
  99. #. module: pos_access_right
  100. #: model:ir.model.fields,help:pos_access_right.field_pos_config_group_change_unit_price_id
  101. msgid "This field is there to pass the id of the 'PoS - Allow Unit Price Change' Group to the Point of Sale Frontend."
  102. msgstr "Ce champs existe pour passer l'ID du groupe 'PdV - Autoriser les changements de prix unitaires' au sein du point de vente tactile."
  103. #. module: pos_access_right
  104. #: model:ir.model.fields,help:pos_access_right.field_pos_config_group_delete_order_id
  105. msgid "This field is there to pass the id of the 'PoS - Delete Order' Group to the Point of Sale Frontend."
  106. msgstr "Ce champs existe pour passer l'ID du groupe 'PdV - Supprimer une commande' au sein du point de vente tactile."
  107. #. module: pos_access_right
  108. #: model:ir.model.fields,help:pos_access_right.field_pos_config_group_multi_order_id
  109. msgid "This field is there to pass the id of the 'PoS - Many Orders Group to the Point of Sale Frontend."
  110. msgstr "Ce champs existe pour passer l'ID du groupe 'PdV - Plusieurs commandes' au sein du point de vente tactile."
  111. #. module: pos_access_right
  112. #: model:ir.model,name:pos_access_right.model_pos_config
  113. msgid "pos.config"
  114. msgstr "pos.config"