-
-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added translation using Weblate (Italian)
- Loading branch information
Showing
1 changed file
with
103 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_analytic_distribution_required | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 14.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\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" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: model:ir.model,name:account_analytic_distribution_required.model_account_account_type | ||
msgid "Account Type" | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: model:ir.model.fields.selection,name:account_analytic_distribution_required.selection__account_account_type__property_analytic_policy__always_plan_or_account | ||
msgid "Always (analytic account or distribution)" | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: model:ir.model.fields.selection,name:account_analytic_distribution_required.selection__account_account_type__property_analytic_policy__always_plan | ||
msgid "Always (analytic distribution)" | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: code:addons/account_analytic_distribution_required/models/account.py:0 | ||
#, python-format | ||
msgid "Analytic account and analytic distribution are mutually exclusive" | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: code:addons/account_analytic_distribution_required/models/account.py:0 | ||
#, python-format | ||
msgid "" | ||
"Analytic policy is set to 'Always (analytic account or distribution)' with " | ||
"account '%s' but the analytic distribution and the analytic account are " | ||
"missing in the account move line with label '%s'." | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: code:addons/account_analytic_distribution_required/models/account.py:0 | ||
#, python-format | ||
msgid "" | ||
"Analytic policy is set to 'Always (analytic distribution)' with account '%s'" | ||
" but the analytic distribution is missing in the account move line with " | ||
"label '%s'." | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: code:addons/account_analytic_distribution_required/models/account.py:0 | ||
#, python-format | ||
msgid "" | ||
"Analytic policy is set to 'Never' with account '%s' but the account move " | ||
"line with label '%s' has an analytic distribution" | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: model:ir.model.fields,field_description:account_analytic_distribution_required.field_account_account_type__display_name | ||
#: model:ir.model.fields,field_description:account_analytic_distribution_required.field_account_move_line__display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: model:ir.model.fields,field_description:account_analytic_distribution_required.field_account_account_type__id | ||
#: model:ir.model.fields,field_description:account_analytic_distribution_required.field_account_move_line__id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: model:ir.model,name:account_analytic_distribution_required.model_account_move_line | ||
msgid "Journal Item" | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: model:ir.model.fields,field_description:account_analytic_distribution_required.field_account_account_type____last_update | ||
#: model:ir.model.fields,field_description:account_analytic_distribution_required.field_account_move_line____last_update | ||
msgid "Last Modified on" | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: model:ir.model.fields,field_description:account_analytic_distribution_required.field_account_account_type__property_analytic_policy | ||
msgid "Policy for analytic account" | ||
msgstr "" | ||
|
||
#. module: account_analytic_distribution_required | ||
#: model:ir.model.fields,help:account_analytic_distribution_required.field_account_account_type__property_analytic_policy | ||
msgid "" | ||
"Sets the policy for analytic accounts.\n" | ||
"If you select:\n" | ||
"- Optional: The accountant is free to put an analytic account on an account move line with this type of account.\n" | ||
"- Always: The accountant will get an error message if there is no analytic account.\n" | ||
"- Posted moves: The accountant will get an error message if no analytic account is defined when the move is posted.\n" | ||
"- Never: The accountant will get an error message if an analytic account is present.\n" | ||
"\n" | ||
"This field is company dependent." | ||
msgstr "" |