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.

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