es_PE.po 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * account_tax_python
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 10.saas~18\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2017-09-20 09:53+0000\n"
  10. "PO-Revision-Date: 2017-09-20 09:53+0000\n"
  11. "Language-Team: Spanish (Peru) (https://www.transifex.com/odoo/teams/41243/es_PE/)\n"
  12. "MIME-Version: 1.0\n"
  13. "Content-Type: text/plain; charset=UTF-8\n"
  14. "Content-Transfer-Encoding: \n"
  15. "Language: es_PE\n"
  16. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  17. #. module: account_tax_python
  18. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_python_applicable
  19. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template_python_applicable
  20. msgid "Applicable Code"
  21. msgstr ""
  22. #. module: account_tax_python
  23. #: model:ir.model.fields,help:account_tax_python.field_account_tax_python_compute
  24. msgid ""
  25. "Compute the amount of the tax by setting the variable 'result'.\n"
  26. "\n"
  27. ":param base_amount: float, actual amount on which the tax is applied\n"
  28. ":param price_unit: float\n"
  29. ":param quantity: float\n"
  30. ":param company: res.company recordset singleton\n"
  31. ":param product: product.product recordset singleton or None\n"
  32. ":param partner: res.partner recordset singleton or None"
  33. msgstr ""
  34. #. module: account_tax_python
  35. #: model:ir.model.fields,help:account_tax_python.field_account_tax_template_python_compute
  36. msgid ""
  37. "Compute the amount of the tax by setting the variable 'result'.\n"
  38. "\n"
  39. ":param base_amount: float, actual amount on which the tax is applied\n"
  40. ":param price_unit: float\n"
  41. ":param quantity: float\n"
  42. ":param product: product.product recordset singleton or None\n"
  43. ":param partner: res.partner recordset singleton or None"
  44. msgstr ""
  45. #. module: account_tax_python
  46. #: model:ir.model.fields,help:account_tax_python.field_account_tax_python_applicable
  47. msgid ""
  48. "Determine if the tax will be applied by setting the variable 'result' to True or False.\n"
  49. "\n"
  50. ":param price_unit: float\n"
  51. ":param quantity: float\n"
  52. ":param company: res.company recordset singleton\n"
  53. ":param product: product.product recordset singleton or None\n"
  54. ":param partner: res.partner recordset singleton or None"
  55. msgstr ""
  56. #. module: account_tax_python
  57. #: model:ir.model.fields,help:account_tax_python.field_account_tax_template_python_applicable
  58. msgid ""
  59. "Determine if the tax will be applied by setting the variable 'result' to True or False.\n"
  60. "\n"
  61. ":param price_unit: float\n"
  62. ":param quantity: float\n"
  63. ":param product: product.product recordset singleton or None\n"
  64. ":param partner: res.partner recordset singleton or None"
  65. msgstr ""
  66. #. module: account_tax_python
  67. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_python_compute
  68. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template_python_compute
  69. msgid "Python Code"
  70. msgstr ""
  71. #. module: account_tax_python
  72. #: model:ir.model,name:account_tax_python.model_account_tax
  73. msgid "Tax"
  74. msgstr ""
  75. #. module: account_tax_python
  76. #: model:ir.model,name:account_tax_python.model_account_tax_template
  77. msgid "Templates for Taxes"
  78. msgstr ""