bs.po 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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, 2018
  7. # Boško Stojaković <bluesoft83@gmail.com>, 2018
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server saas~11.5\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2018-09-18 09:49+0000\n"
  13. "PO-Revision-Date: 2018-09-18 09:49+0000\n"
  14. "Last-Translator: Boško Stojaković <bluesoft83@gmail.com>, 2018\n"
  15. "Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Language: bs\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. #: selection:account.tax,amount_type:0
  72. #: selection:account.tax.template,amount_type:0
  73. msgid "Fixed"
  74. msgstr "Fiksno"
  75. #. module: account_tax_python
  76. #: selection:account.tax,amount_type:0
  77. #: selection:account.tax.template,amount_type:0
  78. msgid "Group of Taxes"
  79. msgstr "Grupa poreza"
  80. #. module: account_tax_python
  81. #: selection:account.tax,amount_type:0
  82. #: selection:account.tax.template,amount_type:0
  83. msgid "Percentage of Price"
  84. msgstr "Procenat od cijene"
  85. #. module: account_tax_python
  86. #: selection:account.tax,amount_type:0
  87. #: selection:account.tax.template,amount_type:0
  88. msgid "Percentage of Price Tax Included"
  89. msgstr "Procenat od cijene sa porezom"
  90. #. module: account_tax_python
  91. #: selection:account.tax,amount_type:0
  92. #: selection:account.tax.template,amount_type:0
  93. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__python_compute
  94. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__python_compute
  95. msgid "Python Code"
  96. msgstr "Python Kod"
  97. #. module: account_tax_python
  98. #: model:ir.model,name:account_tax_python.model_account_tax
  99. msgid "Tax"
  100. msgstr "Porez"
  101. #. module: account_tax_python
  102. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__amount_type
  103. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__amount_type
  104. msgid "Tax Computation"
  105. msgstr "Izračunavanje poreza"
  106. #. module: account_tax_python
  107. #: model:ir.model,name:account_tax_python.model_account_tax_template
  108. msgid "Templates for Taxes"
  109. msgstr "Prijedlozi poreza"