nb.po 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * account_tax_python
  4. #
  5. # Translators:
  6. # Marius Stedjan <marius@stedjan.com>, 2022
  7. # Martin Trigaux, 2022
  8. #
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: Odoo Server saas~14.4\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2021-07-12 07:50+0000\n"
  14. "PO-Revision-Date: 2022-09-22 05:44+0000\n"
  15. "Last-Translator: Martin Trigaux, 2022\n"
  16. "Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Language: nb\n"
  21. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  22. #. module: account_tax_python
  23. #: model:ir.model.fields,help:account_tax_python.field_account_tax__amount_type
  24. msgid ""
  25. "\n"
  26. " - Group of Taxes: The tax is a set of sub taxes.\n"
  27. " - Fixed: The tax amount stays the same whatever the price.\n"
  28. " - Percentage of Price: The tax amount is a % of the price:\n"
  29. " e.g 100 * (1 + 10%) = 110 (not price included)\n"
  30. " e.g 110 / (1 + 10%) = 100 (price included)\n"
  31. " - Percentage of Price Tax Included: The tax amount is a division of the price:\n"
  32. " e.g 180 / (1 - 10%) = 200 (not price included)\n"
  33. " e.g 200 * (1 - 10%) = 180 (price included)\n"
  34. " "
  35. msgstr ""
  36. #. module: account_tax_python
  37. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__python_applicable
  38. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__python_applicable
  39. msgid "Applicable Code"
  40. msgstr ""
  41. #. module: account_tax_python
  42. #: model:ir.model.fields,help:account_tax_python.field_account_tax__python_compute
  43. msgid ""
  44. "Compute the amount of the tax by setting the variable 'result'.\n"
  45. "\n"
  46. ":param base_amount: float, actual amount on which the tax is applied\n"
  47. ":param price_unit: float\n"
  48. ":param quantity: float\n"
  49. ":param company: res.company recordset singleton\n"
  50. ":param product: product.product recordset singleton or None\n"
  51. ":param partner: res.partner recordset singleton or None"
  52. msgstr ""
  53. #. module: account_tax_python
  54. #: model:ir.model.fields,help:account_tax_python.field_account_tax_template__python_compute
  55. msgid ""
  56. "Compute the amount of the tax by setting the variable 'result'.\n"
  57. "\n"
  58. ":param base_amount: float, actual amount on which the tax is applied\n"
  59. ":param price_unit: float\n"
  60. ":param quantity: float\n"
  61. ":param product: product.product recordset singleton or None\n"
  62. ":param partner: res.partner recordset singleton or None"
  63. msgstr ""
  64. #. module: account_tax_python
  65. #: model:ir.model.fields,help:account_tax_python.field_account_tax__python_applicable
  66. msgid ""
  67. "Determine if the tax will be applied by setting the variable 'result' to True or False.\n"
  68. "\n"
  69. ":param price_unit: float\n"
  70. ":param quantity: float\n"
  71. ":param company: res.company recordset singleton\n"
  72. ":param product: product.product recordset singleton or None\n"
  73. ":param partner: res.partner recordset singleton or None"
  74. msgstr ""
  75. #. module: account_tax_python
  76. #: model:ir.model.fields,help:account_tax_python.field_account_tax_template__python_applicable
  77. msgid ""
  78. "Determine if the tax will be applied by setting the variable 'result' to True or False.\n"
  79. "\n"
  80. ":param price_unit: float\n"
  81. ":param quantity: float\n"
  82. ":param product: product.product recordset singleton or None\n"
  83. ":param partner: res.partner recordset singleton or None"
  84. msgstr ""
  85. #. module: account_tax_python
  86. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__python_compute
  87. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__python_compute
  88. #: model:ir.model.fields.selection,name:account_tax_python.selection__account_tax__amount_type__code
  89. #: model:ir.model.fields.selection,name:account_tax_python.selection__account_tax_template__amount_type__code
  90. msgid "Python Code"
  91. msgstr "Python-kode"
  92. #. module: account_tax_python
  93. #: model:ir.model,name:account_tax_python.model_account_tax
  94. msgid "Tax"
  95. msgstr "Avgift"
  96. #. module: account_tax_python
  97. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax__amount_type
  98. #: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__amount_type
  99. msgid "Tax Computation"
  100. msgstr ""
  101. #. module: account_tax_python
  102. #: model:ir.model,name:account_tax_python.model_account_tax_template
  103. msgid "Templates for Taxes"
  104. msgstr "Maler for skatter og avgifter"