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.

161 lines
6.0 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * pos_access_right
  4. #
  5. # Translators:
  6. # Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 9.0c\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-03-28 05:50+0000\n"
  12. "PO-Revision-Date: 2017-03-28 05:50+0000\n"
  13. "Last-Translator: Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017\n"
  14. "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
  15. "Language: ca\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. module: pos_access_right
  21. #. openerp-web
  22. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:122
  23. #, python-format
  24. msgid "Change Unit Price - Unauthorized function"
  25. msgstr "Canviar preu unitari - Funció no autoritzada "
  26. #. module: pos_access_right
  27. #. openerp-web
  28. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:73
  29. #, python-format
  30. msgid "Delete Order - Unauthorized function"
  31. msgstr "Esborrar comanda - Funció no autoritzada "
  32. #. module: pos_access_right
  33. #. openerp-web
  34. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:116
  35. #, python-format
  36. msgid "Discount - Unauthorized function"
  37. msgstr "Descomptes - Funció no autoritzada "
  38. #. module: pos_access_right
  39. #. openerp-web
  40. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:57
  41. #, python-format
  42. msgid "Many Orders - Unauthorized function"
  43. msgstr "Múltiples Comandes - Funció no autoritzada"
  44. #. module: pos_access_right
  45. #. openerp-web
  46. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:99
  47. #, python-format
  48. msgid "Negative Quantity - Unauthorized function"
  49. msgstr "Quantitat Negativa - Funció no autoritzada "
  50. #. module: pos_access_right
  51. #. openerp-web
  52. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:58
  53. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:74
  54. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:100
  55. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:117
  56. #: code:addons/pos_access_right/static/src/js/pos_access_right.js:123
  57. #, python-format
  58. msgid "Please ask your manager to do it."
  59. msgstr "Si us plau, pregunti al seu administrador per fer-ho."
  60. #. module: pos_access_right
  61. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_discount_id
  62. msgid "Point of Sale - Allow Discount"
  63. msgstr "Punt de Venda - Permetre Descomptes "
  64. #. module: pos_access_right
  65. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_negative_qty_id
  66. msgid "Point of Sale - Allow Negative Quantity"
  67. msgstr "Punt de Venda - Permetre quantitats negatives "
  68. #. module: pos_access_right
  69. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_change_unit_price_id
  70. msgid "Point of Sale - Allow Unit Price Change"
  71. msgstr "Punt de Venda - Permetre canviar el preu de venda "
  72. #. module: pos_access_right
  73. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_delete_order_id
  74. #: model:res.groups,name:pos_access_right.group_delete_order
  75. msgid "Point of Sale - Delete Order"
  76. msgstr "Punt de Venda - Esborrar comandes "
  77. #. module: pos_access_right
  78. #: model:res.groups,name:pos_access_right.group_discount
  79. msgid "Point of Sale - Discount"
  80. msgstr "Punt de Venda - Descomptes "
  81. #. module: pos_access_right
  82. #: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_multi_order_id
  83. #: model:res.groups,name:pos_access_right.group_multi_order
  84. msgid "Point of Sale - Many Orders"
  85. msgstr "Punt de Venda - Múltiples Comandes "
  86. #. module: pos_access_right
  87. #: model:res.groups,name:pos_access_right.group_negative_qty
  88. msgid "Point of Sale - Negative Quantity"
  89. msgstr "Punt de Venda - Quantitats negatives "
  90. #. module: pos_access_right
  91. #: model:res.groups,name:pos_access_right.group_change_unit_price
  92. msgid "Point of Sale - Unit Price Change"
  93. msgstr "Punt de Venda - Canviar preu unitari "
  94. #. module: pos_access_right
  95. #: model:ir.model,name:pos_access_right.model_pos_config
  96. #, fuzzy
  97. msgid "Point of Sale Configuration"
  98. msgstr "Punt de Venda - Descomptes "
  99. #. module: pos_access_right
  100. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_discount_id
  101. msgid ""
  102. "This field is there to pass the id of the 'PoS - Allow Discount' Group to "
  103. "the Point of Sale Frontend."
  104. msgstr ""
  105. "Aquest camp està aquí per passar el ID del grup 'TPV - Permetre Descomptes' "
  106. "cap a la pantalla del Punt de Venda."
  107. #. module: pos_access_right
  108. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_negative_qty_id
  109. msgid ""
  110. "This field is there to pass the id of the 'PoS - Allow Negative Quantity' "
  111. "Group to the Point of Sale Frontend."
  112. msgstr ""
  113. "Aquest camp està aquí per passar el ID del grup 'TPV - Permetre Quantitats "
  114. "Negatives' cap a la pantalla del Punt de Venda."
  115. #. module: pos_access_right
  116. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_change_unit_price_id
  117. msgid ""
  118. "This field is there to pass the id of the 'PoS - Allow Unit Price Change' "
  119. "Group to the Point of Sale Frontend."
  120. msgstr ""
  121. "Aquest camp està aquí per passar el ID del grup 'TPV - Canviar Preu Unitari' "
  122. "cap a la pantalla del Punt de Venda."
  123. #. module: pos_access_right
  124. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_delete_order_id
  125. msgid ""
  126. "This field is there to pass the id of the 'PoS - Delete Order' Group to the "
  127. "Point of Sale Frontend."
  128. msgstr ""
  129. "Aquest camp està aquí per passar el ID del grup 'TPV - Esborrar Comanda' cap "
  130. "a la pantalla del Punt de Venda."
  131. #. module: pos_access_right
  132. #: model:ir.model.fields,help:pos_access_right.field_pos_config__group_multi_order_id
  133. msgid ""
  134. "This field is there to pass the id of the 'PoS - Many Orders Group to the "
  135. "Point of Sale Frontend."
  136. msgstr ""
  137. "Aquest camp està aquí per passar el ID del grup 'TPV - Múltiples Comandes' "
  138. "cap a la pantalla del Punt de Venda."
  139. #~ msgid "pos.config"
  140. #~ msgstr "pos.config"