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.

152 lines
5.1 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:142
  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:87
  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:135
  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:70
  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:115
  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:166
  48. #, python-format
  49. msgid "Payment - Unauthorized function"
  50. msgstr ""
  51. #. module: pos_access_right
  52. #. openerp-web
  53. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:71
  54. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:88
  55. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:116
  56. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:136
  57. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:143
  58. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:167
  59. #, python-format
  60. msgid "Please ask your manager to do it."
  61. msgstr ""
  62. #. module: pos_access_right
  63. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_discount_id
  64. msgid "Point of Sale - Allow Discount"
  65. msgstr ""
  66. #. module: pos_access_right
  67. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_negative_qty_id
  68. msgid "Point of Sale - Allow Negative Quantity"
  69. msgstr ""
  70. #. module: pos_access_right
  71. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_change_unit_price_id
  72. msgid "Point of Sale - Allow Unit Price Change"
  73. msgstr ""
  74. #. module: pos_access_right
  75. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_delete_order_id
  76. #: model:res.groups,name:pos_access_right.group_delete_order
  77. msgid "Point of Sale - Delete Order"
  78. msgstr ""
  79. #. module: pos_access_right
  80. #: model:res.groups,name:pos_access_right.group_discount
  81. msgid "Point of Sale - Discount"
  82. msgstr ""
  83. #. module: pos_access_right
  84. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_multi_order_id
  85. #: model:res.groups,name:pos_access_right.group_multi_order
  86. msgid "Point of Sale - Many Orders"
  87. msgstr ""
  88. #. module: pos_access_right
  89. #: model:res.groups,name:pos_access_right.group_negative_qty
  90. msgid "Point of Sale - Negative Quantity"
  91. msgstr ""
  92. #. module: pos_access_right
  93. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_payment_id
  94. #: model:res.groups,name:pos_access_right.group_payment
  95. msgid "Point of Sale - Payment"
  96. msgstr ""
  97. #. module: pos_access_right
  98. #: model:res.groups,name:pos_access_right.group_change_unit_price
  99. msgid "Point of Sale - Unit Price Change"
  100. msgstr ""
  101. #. module: pos_access_right
  102. #: model:ir.model,name:pos_access_right.model_pos_config
  103. msgid "Point of Sale Configuration"
  104. msgstr ""
  105. #. module: pos_access_right
  106. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_discount_id
  107. msgid "This field is there to pass the id of the 'PoS - Allow Discount' 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_negative_qty_id
  111. msgid "This field is there to pass the id of the 'PoS - Allow Negative Quantity' Group to the Point of Sale Frontend."
  112. msgstr ""
  113. #. module: pos_access_right
  114. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_change_unit_price_id
  115. msgid "This field is there to pass the id of the 'PoS - Allow Unit Price Change' Group to the Point of Sale Frontend."
  116. msgstr ""
  117. #. module: pos_access_right
  118. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_delete_order_id
  119. msgid "This field is there to pass the id of the 'PoS - Delete Order' Group to the Point of Sale Frontend."
  120. msgstr ""
  121. #. module: pos_access_right
  122. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_multi_order_id
  123. msgid "This field is there to pass the id of the 'PoS - Many Orders Group to the Point of Sale Frontend."
  124. msgstr ""
  125. #. module: pos_access_right
  126. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_payment_id
  127. msgid "This field is there to pass the id of the 'PoS - Payment' Group to the Point of Sale Frontend."
  128. msgstr ""