mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[UPD] Update account_partner_required.pot
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_partner_required
|
||||
# * account_partner_required
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Project-Id-Version: Odoo Server 14.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: <>\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -24,35 +24,60 @@ msgid "Account Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_partner_required
|
||||
#: selection:account.account.type,partner_policy:0
|
||||
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account_type__partner_policy__always
|
||||
msgid "Always"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_partner_required
|
||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__display_name
|
||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__display_name
|
||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_move_line__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_partner_required
|
||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__id
|
||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type__id
|
||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_move_line__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_partner_required
|
||||
#: model:ir.model,name:account_partner_required.model_account_move_line
|
||||
msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_partner_required
|
||||
#: selection:account.account.type,partner_policy:0
|
||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account____last_update
|
||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_account_type____last_update
|
||||
#: model:ir.model.fields,field_description:account_partner_required.field_account_move_line____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_partner_required
|
||||
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account_type__partner_policy__never
|
||||
msgid "Never"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_partner_required
|
||||
#: selection:account.account.type,partner_policy:0
|
||||
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account_type__partner_policy__optional
|
||||
msgid "Optional"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_partner_required
|
||||
#: code:addons/account_partner_required/models/account.py:55
|
||||
#: code:addons/account_partner_required/models/account.py:0
|
||||
#, python-format
|
||||
msgid "Partner policy is set to 'Always' with account '%s' but the partner is missing in the account move line with label '%s'."
|
||||
msgid ""
|
||||
"Partner policy is set to 'Always' with account '%s' but the partner is "
|
||||
"missing in the account move line with label '%s'."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_partner_required
|
||||
#: code:addons/account_partner_required/models/account.py:61
|
||||
#: code:addons/account_partner_required/models/account.py:0
|
||||
#, python-format
|
||||
msgid "Partner policy is set to 'Never' with account '%s' but the account move line with label '%s' has a partner '%s'."
|
||||
msgid ""
|
||||
"Partner policy is set to 'Never' with account '%s' but the account move line"
|
||||
" with label '%s' has a partner '%s'."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_partner_required
|
||||
@@ -62,6 +87,10 @@ msgstr ""
|
||||
|
||||
#. module: account_partner_required
|
||||
#: model:ir.model.fields,help:account_partner_required.field_account_account_type__partner_policy
|
||||
msgid "Set the policy for the partner field : if you select 'Optional', the accountant is free to put a partner on an account move line with this type of account ; if you select 'Always', the accountant will get an error message if there is no partner ; if you select 'Never', the accountant will get an error message if a partner is present."
|
||||
msgid ""
|
||||
"Set the policy for the partner field : if you select 'Optional', the "
|
||||
"accountant is free to put a partner on an account move line with this type "
|
||||
"of account ; if you select 'Always', the accountant will get an error "
|
||||
"message if there is no partner ; if you select 'Never', the accountant will "
|
||||
"get an error message if a partner is present."
|
||||
msgstr ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user