sr@latin.po 3.4 KB

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