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.

134 lines
4.6 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: ru\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=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
  16. "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
  17. #. module: pos_access_right
  18. #. openerp-web
  19. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:122
  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:73
  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:116
  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:57
  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:99
  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:58
  50. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:74
  51. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:100
  52. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:117
  53. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:123
  54. #, python-format
  55. msgid "Please ask your manager to do it."
  56. msgstr ""
  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 ""
  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 ""
  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 ""
  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 ""
  74. #. module: pos_access_right
  75. #: model:res.groups,name:pos_access_right.group_discount
  76. msgid "Point of Sale - Discount"
  77. msgstr ""
  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 ""
  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 ""
  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 ""
  91. #. module: pos_access_right
  92. #: model:ir.model,name:pos_access_right.model_pos_config
  93. msgid "Point of Sale Configuration"
  94. msgstr ""
  95. #. module: pos_access_right
  96. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_discount_id
  97. msgid "This field is there to pass the id of the 'PoS - Allow Discount' Group to the Point of Sale Frontend."
  98. msgstr ""
  99. #. module: pos_access_right
  100. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_negative_qty_id
  101. msgid "This field is there to pass the id of the 'PoS - Allow Negative Quantity' Group to the Point of Sale Frontend."
  102. msgstr ""
  103. #. module: pos_access_right
  104. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_change_unit_price_id
  105. msgid "This field is there to pass the id of the 'PoS - Allow Unit Price Change' Group to the Point of Sale Frontend."
  106. msgstr ""
  107. #. module: pos_access_right
  108. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_delete_order_id
  109. msgid "This field is there to pass the id of the 'PoS - Delete Order' 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_multi_order_id
  113. msgid "This field is there to pass the id of the 'PoS - Many Orders Group to the Point of Sale Frontend."
  114. msgstr ""