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.

133 lines
4.4 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 12.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "Last-Translator: <>\n"
  10. "Language-Team: \n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: \n"
  14. "Plural-Forms: \n"
  15. #. module: pos_access_right
  16. #. openerp-web
  17. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:122
  18. #, python-format
  19. msgid "Change Unit Price - Unauthorized function"
  20. msgstr ""
  21. #. module: pos_access_right
  22. #. openerp-web
  23. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:73
  24. #, python-format
  25. msgid "Delete Order - Unauthorized function"
  26. msgstr ""
  27. #. module: pos_access_right
  28. #. openerp-web
  29. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:116
  30. #, python-format
  31. msgid "Discount - Unauthorized function"
  32. msgstr ""
  33. #. module: pos_access_right
  34. #. openerp-web
  35. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:57
  36. #, python-format
  37. msgid "Many Orders - Unauthorized function"
  38. msgstr ""
  39. #. module: pos_access_right
  40. #. openerp-web
  41. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:99
  42. #, python-format
  43. msgid "Negative Quantity - Unauthorized function"
  44. msgstr ""
  45. #. module: pos_access_right
  46. #. openerp-web
  47. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:58
  48. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:74
  49. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:100
  50. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:117
  51. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:123
  52. #, python-format
  53. msgid "Please ask your manager to do it."
  54. msgstr ""
  55. #. module: pos_access_right
  56. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_discount_id
  57. msgid "Point of Sale - Allow Discount"
  58. msgstr ""
  59. #. module: pos_access_right
  60. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_negative_qty_id
  61. msgid "Point of Sale - Allow Negative Quantity"
  62. msgstr ""
  63. #. module: pos_access_right
  64. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_change_unit_price_id
  65. msgid "Point of Sale - Allow Unit Price Change"
  66. msgstr ""
  67. #. module: pos_access_right
  68. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_delete_order_id
  69. #: model:res.groups,name:pos_access_right.group_delete_order
  70. msgid "Point of Sale - Delete Order"
  71. msgstr ""
  72. #. module: pos_access_right
  73. #: model:res.groups,name:pos_access_right.group_discount
  74. msgid "Point of Sale - Discount"
  75. msgstr ""
  76. #. module: pos_access_right
  77. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_multi_order_id
  78. #: model:res.groups,name:pos_access_right.group_multi_order
  79. msgid "Point of Sale - Many Orders"
  80. msgstr ""
  81. #. module: pos_access_right
  82. #: model:res.groups,name:pos_access_right.group_negative_qty
  83. msgid "Point of Sale - Negative Quantity"
  84. msgstr ""
  85. #. module: pos_access_right
  86. #: model:res.groups,name:pos_access_right.group_change_unit_price
  87. msgid "Point of Sale - Unit Price Change"
  88. msgstr ""
  89. #. module: pos_access_right
  90. #: model:ir.model,name:pos_access_right.model_pos_config
  91. msgid "Point of Sale Configuration"
  92. msgstr ""
  93. #. module: pos_access_right
  94. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_discount_id
  95. msgid "This field is there to pass the id of the 'PoS - Allow Discount' Group to the Point of Sale Frontend."
  96. msgstr ""
  97. #. module: pos_access_right
  98. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_negative_qty_id
  99. msgid "This field is there to pass the id of the 'PoS - Allow Negative Quantity' Group to the Point of Sale Frontend."
  100. msgstr ""
  101. #. module: pos_access_right
  102. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_change_unit_price_id
  103. msgid "This field is there to pass the id of the 'PoS - Allow Unit Price Change' Group to the Point of Sale Frontend."
  104. msgstr ""
  105. #. module: pos_access_right
  106. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_delete_order_id
  107. msgid "This field is there to pass the id of the 'PoS - Delete Order' Group to the Point of Sale Frontend."
  108. msgstr ""
  109. #. module: pos_access_right
  110. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_multi_order_id
  111. msgid "This field is there to pass the id of the 'PoS - Many Orders Group to the Point of Sale Frontend."
  112. msgstr ""