Files
Odoo-18.0-20251222/account_journal_restrict_mode/i18n/it.po
tocmo0nlord adbe430761
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
Initial commit: Odoo 18.0-20251222 extra-addons
2026-03-13 20:43:25 +00:00

56 lines
2.2 KiB
Plaintext
Executable File

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_journal_restrict_mode
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-12-31 16:06+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: none\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 5.6.2\n"
#. module: account_journal_restrict_mode
#: model:ir.model.fields,help:account_journal_restrict_mode.field_account_journal__restrict_mode_hash_table
msgid ""
"If ticked, when an entry is posted, we retroactively hash all moves in the "
"sequence from the entry back to the last hashed entry. The hash can also be "
"performed on demand by the Secure Entries wizard."
msgstr ""
"Se selezionato, quando viene pubblicata una voce, eseguiamo retroattivamente "
"l'hashing di tutte i movimenti nella sequenza dalla registrazione all'ultima "
"registrazione sottoposta a hash. L'hashing può anche essere eseguito su "
"richiesta dalla procedura guidata Registrazioni sicure."
#. module: account_journal_restrict_mode
#: model:ir.model,name:account_journal_restrict_mode.model_account_journal
msgid "Journal"
msgstr "Registro"
#. module: account_journal_restrict_mode
#. odoo-python
#: code:addons/account_journal_restrict_mode/models/account_journal.py:0
msgid "Journal %s must have Lock Posted Entries enabled."
msgstr "Il registro %s deve avere abilitato \"Blocca registrazioni inserite\"."
#. module: account_journal_restrict_mode
#: model:ir.model.fields,field_description:account_journal_restrict_mode.field_account_journal__restrict_mode_hash_table
msgid "Secure Posted Entries with Hash"
msgstr "Registrazioni inserite sicure con hash"
#~ msgid ""
#~ "If ticked, the accounting entry or invoice receives a hash as soon as it "
#~ "is posted and cannot be modified anymore."
#~ msgstr ""
#~ "Se selezionata, l'entrata contabile o fattura riceve un hash appena viene "
#~ "inserita e non può essere modificato."
#~ msgid "Lock Posted Entries with Hash"
#~ msgstr "Blocca registrazioni inserite con hash"