79 lines
2.6 KiB
Plaintext
Executable File
79 lines
2.6 KiB
Plaintext
Executable File
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * sale_fixed_discount
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 17.0+e\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2024-02-14 17:30+0000\n"
|
|
"PO-Revision-Date: 2024-06-12 16:38+0000\n"
|
|
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
|
"Language-Team: \n"
|
|
"Language: it\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
"X-Generator: Weblate 4.17\n"
|
|
|
|
#. module: sale_fixed_discount
|
|
#: model_terms:ir.ui.view,arch_db:sale_fixed_discount.report_saleorder_document
|
|
msgid "<span class=\"text-nowrap\"> %)</span>"
|
|
msgstr "<span class=\"text-nowrap\"> %)</span>"
|
|
|
|
#. module: sale_fixed_discount
|
|
#: model_terms:ir.ui.view,arch_db:sale_fixed_discount.report_saleorder_document
|
|
msgid "<span class=\"text-nowrap\"> (or</span>"
|
|
msgstr "<span class=\"text-nowrap\"> (o</span>"
|
|
|
|
#. module: sale_fixed_discount
|
|
#: model_terms:ir.ui.view,arch_db:sale_fixed_discount.sale_order_portal_content
|
|
msgid "<span>Disc. Fixed Amount</span>"
|
|
msgstr "<span>Importo sconto fisso</span>"
|
|
|
|
#. module: sale_fixed_discount
|
|
#: model_terms:ir.ui.view,arch_db:sale_fixed_discount.report_saleorder_document
|
|
msgid "<span>Discount Amount (%)</span>"
|
|
msgstr "<span>Valore sconto (%)</span>"
|
|
|
|
#. module: sale_fixed_discount
|
|
#: model:ir.model.fields,field_description:sale_fixed_discount.field_sale_order_line__discount_fixed
|
|
msgid "Discount (Fixed)"
|
|
msgstr "Sconto (fisso)"
|
|
|
|
#. module: sale_fixed_discount
|
|
#: model:ir.model.fields,help:sale_fixed_discount.field_sale_order_line__discount_fixed
|
|
msgid "Fixed amount discount."
|
|
msgstr "Importo sconto fisso."
|
|
|
|
#. module: sale_fixed_discount
|
|
#: model:ir.model,name:sale_fixed_discount.model_sale_order_line
|
|
msgid "Sales Order Line"
|
|
msgstr "Riga ordine di vendita"
|
|
|
|
#. module: sale_fixed_discount
|
|
#. odoo-python
|
|
#: code:addons/sale_fixed_discount/models/sale_order_line.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"The fixed discount %(fixed)s does not match the calculateddiscount "
|
|
"%(discount)s %%.Please correct one of the discounts."
|
|
msgstr ""
|
|
"Lo sconto fisso %(fixed)s non corrisponde allo sconto calcolato %(discount)s "
|
|
"%%. Correggere uno degli sconti."
|
|
|
|
#~ msgid "(or"
|
|
#~ msgstr "(o"
|
|
|
|
#~ msgid "<span>Disc. %</span>"
|
|
#~ msgstr "<span>Sconto %</span>"
|
|
|
|
#, python-format
|
|
#~ msgid ""
|
|
#~ "The fixed discount %(fixed)s does not match the calculated discount "
|
|
#~ "%(discount)s %%. Please correct one of the discounts."
|
|
#~ msgstr ""
|
|
#~ "Lo sconto fisso %(fixed)s non corrisponde allo sconto calcolato "
|
|
#~ "%(discount)s %%. Correggere uno degli sconti."
|