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