en.po 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * product_pack
  4. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: odoo-addons (8.0)\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2015-09-09 23:57+0000\n"
  11. "PO-Revision-Date: 2015-09-10 00:00+0000\n"
  12. "Last-Translator: Juan Jose Scarafia <scarafia.juanjose@gmail.com>\n"
  13. "Language-Team: English (http://www.transifex.com/adhoc/ingadhoc-odoo-addons-8-0/language/en/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: \n"
  17. "Language: en\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. #. module: product_pack
  20. #: help:product.template,pack_price_type:0
  21. msgid ""
  22. "\n"
  23. " * Totalice Price: Sum individual prices on the product pack price.\n"
  24. " * Fixed Price: Price of this product instead of components prrices.\n"
  25. " * Components Price: Components prices plast pack price.\n"
  26. " "
  27. msgstr "\n * Totalice Price: Sum individual prices on the product pack price.\n * Fixed Price: Price of this product instead of components prrices.\n * Components Price: Components prices plast pack price.\n "
  28. #. module: product_pack
  29. #: selection:product.template,pack_price_type:0
  30. msgid "Components Prices"
  31. msgstr "Components Prices"
  32. #. module: product_pack
  33. #: field:product.pack.line,create_uid:0
  34. #: field:sale.order.line.pack.line,create_uid:0
  35. msgid "Created by"
  36. msgstr "Created by"
  37. #. module: product_pack
  38. #: field:product.pack.line,create_date:0
  39. #: field:sale.order.line.pack.line,create_date:0
  40. msgid "Created on"
  41. msgstr "Created on"
  42. #. module: product_pack
  43. #: field:sale.order.line,pack_depth:0
  44. msgid "Depth"
  45. msgstr "Depth"
  46. #. module: product_pack
  47. #: help:sale.order.line,pack_depth:0
  48. msgid "Depth of the product if it is part of a pack."
  49. msgstr "Depth of the product if it is part of a pack."
  50. #. module: product_pack
  51. #: selection:product.template,pack_price_type:0
  52. msgid "Fixed Price"
  53. msgstr "Fixed Price"
  54. #. module: product_pack
  55. #: field:product.pack.line,id:0 field:sale.order.line.pack.line,id:0
  56. msgid "ID"
  57. msgstr "ID"
  58. #. module: product_pack
  59. #: field:product.pack.line,write_uid:0
  60. #: field:sale.order.line.pack.line,write_uid:0
  61. msgid "Last Updated by"
  62. msgstr "Last Updated by"
  63. #. module: product_pack
  64. #: field:product.pack.line,write_date:0
  65. #: field:sale.order.line.pack.line,write_date:0
  66. msgid "Last Updated on"
  67. msgstr "Last Updated on"
  68. #. module: product_pack
  69. #: field:sale.order.line,pack_child_line_ids:0
  70. msgid "Lines in pack"
  71. msgstr "Lines in pack"
  72. #. module: product_pack
  73. #: help:product.product,pack_line_ids:0
  74. #: help:product.product,used_pack_line_ids:0
  75. msgid "List of products that are part of this pack."
  76. msgstr "List of products that are part of this pack."
  77. #. module: product_pack
  78. #: model:res.groups,name:product_pack.group_pack
  79. msgid "Manage Packs On Sales Orders"
  80. msgstr "Manage Packs On Sales Orders"
  81. #. module: product_pack
  82. #: field:sale.order.line.pack.line,order_line_id:0
  83. msgid "Order Line"
  84. msgstr "Order Line"
  85. #. module: product_pack
  86. #: view:product.product:product_pack.nan_product_pack_form
  87. #: field:sale.order.line,pack_parent_line_id:0
  88. msgid "Pack"
  89. msgstr "Pack"
  90. #. module: product_pack
  91. #: field:sale.order.line,pack_line_ids:0
  92. msgid "Pack Lines"
  93. msgstr "Pack Lines"
  94. #. module: product_pack
  95. #: field:product.template,pack_price_type:0
  96. msgid "Pack Price Type"
  97. msgstr "Pack Price Type"
  98. #. module: product_pack
  99. #: view:product.pack.line:product_pack.product_pack_line_form
  100. msgid "Pack Product Line"
  101. msgstr "Pack Product Line"
  102. #. module: product_pack
  103. #: view:product.pack.line:product_pack.product_pack_line_tree
  104. msgid "Pack Product Lines"
  105. msgstr "Pack Product Lines"
  106. #. module: product_pack
  107. #: field:product.product,pack_line_ids:0
  108. #: field:product.product,used_pack_line_ids:0
  109. msgid "Pack Products"
  110. msgstr "Pack Products"
  111. #. module: product_pack
  112. #: code:addons/product_pack/pack.py:159 code:addons/product_pack/pack.py:164
  113. #, python-format
  114. msgid ""
  115. "Pack lines products company must be the same as the "
  116. "parent product company"
  117. msgstr "Pack lines products company must be the same as the parent product company"
  118. #. module: product_pack
  119. #: field:product.template,pack:0
  120. msgid "Pack?"
  121. msgstr "Pack?"
  122. #. module: product_pack
  123. #: field:product.pack.line,parent_product_id:0
  124. msgid "Parent Product"
  125. msgstr "Parent Product"
  126. #. module: product_pack
  127. #: model:ir.model,name:product_pack.model_product_product
  128. #: field:product.pack.line,product_id:0
  129. #: field:sale.order.line.pack.line,product_id:0
  130. msgid "Product"
  131. msgstr "Product"
  132. #. module: product_pack
  133. #: model:ir.model,name:product_pack.model_product_template
  134. msgid "Product Template"
  135. msgstr "Product Template"
  136. #. module: product_pack
  137. #: field:product.pack.line,quantity:0
  138. #: field:sale.order.line.pack.line,product_uom_qty:0
  139. msgid "Quantity"
  140. msgstr "Quantity"
  141. #. module: product_pack
  142. #: field:product.template,sale_order_pack:0
  143. msgid "Sale Order Pack"
  144. msgstr "Sale Order Pack"
  145. #. module: product_pack
  146. #: help:product.template,sale_order_pack:0
  147. msgid ""
  148. "Sale order are packs used on sale orders to calculate a price of a line"
  149. msgstr "Sale order are packs used on sale orders to calculate a price of a line"
  150. #. module: product_pack
  151. #: model:ir.model,name:product_pack.model_sale_order
  152. msgid "Sales Order"
  153. msgstr "Sales Order"
  154. #. module: product_pack
  155. #: model:ir.model,name:product_pack.model_sale_order_line
  156. msgid "Sales Order Line"
  157. msgstr "Sales Order Line"
  158. #. module: product_pack
  159. #: view:sale.order.line.pack.line:product_pack.view_sale_line_pack_line_tree
  160. msgid "Sales Order Line Pack Lines"
  161. msgstr "Sales Order Line Pack Lines"
  162. #. module: product_pack
  163. #: help:product.template,pack:0
  164. msgid "TODO"
  165. msgstr "TODO"
  166. #. module: product_pack
  167. #: help:sale.order.line,pack_parent_line_id:0
  168. msgid "The pack that contains this product."
  169. msgstr "The pack that contains this product."
  170. #. module: product_pack
  171. #: field:sale.order.line.pack.line,price_unit:0
  172. msgid "Unit Price"
  173. msgstr "Unit Price"