1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_qr_code_sepa
#
# Translators:
# Wil Odoo, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-25 08:39+0000\n"
"PO-Revision-Date: 2024-09-25 09:41+0000\n"
"Last-Translator: Wil Odoo, 2024\n"
"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: it\n"
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. module: account_qr_code_sepa
#: model:ir.model,name:account_qr_code_sepa.model_res_partner_bank
msgid "Bank Accounts"
msgstr "Conti bancari"
#. module: account_qr_code_sepa
#. odoo-python
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
msgid "Can't generate a SEPA QR Code with the %s currency."
msgstr "Impossibile generare un codice QR SEPA con la valuta %s."
#. module: account_qr_code_sepa
#. odoo-python
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
msgid "Can't generate a SEPA QR code if the account type isn't IBAN."
msgstr ""
"Impossibile generare un codice QR SEPA se il tipo di conto non presenta un "
"IBAN."
#. module: account_qr_code_sepa
#. odoo-python
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
msgid "Can't generate a SEPA QR code with a non SEPA iban."
msgstr "Impossibile generare un codice QR SEPA con un IBAN non SEPA."
#. module: account_qr_code_sepa
#. odoo-python
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
msgid "SEPA Credit Transfer QR"
msgstr "QR bonifico SEPA"
#. module: account_qr_code_sepa
#. odoo-python
#: code:addons/account_qr_code_sepa/models/res_bank.py:0
msgid ""
"The account receiving the payment must have an account holder name or "
"partner name set."
msgstr ""
"Nel conto che riceve il pagamento deve essere impostato il nome del titolare"
" o quello del partner."
|