mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-22 01:02:01 +02:00
132 lines
4.9 KiB
Text
132 lines
4.9 KiB
Text
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * account_analytic_required
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 16.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2023-02-17 07:26+0000\n"
|
|
"PO-Revision-Date: 2023-02-17 07:26+0000\n"
|
|
"Last-Translator: \n"
|
|
"Language-Team: \n"
|
|
"Language: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Plural-Forms: \n"
|
|
|
|
#. module: account_analytic_required
|
|
#: model:ir.model,name:account_analytic_required.model_account_account
|
|
msgid "Account"
|
|
msgstr ""
|
|
|
|
#. module: account_analytic_required
|
|
#: model:ir.model.fields.selection,name:account_analytic_required.selection__account_account__analytic_policy__always
|
|
msgid "Always"
|
|
msgstr "Immer"
|
|
|
|
#. module: account_analytic_required
|
|
#. odoo-python
|
|
#: code:addons/account_analytic_required/models/account.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"Analytic policy is set to 'Always' with account '%(account)s' but the "
|
|
"analytic account is missing in the account move line with label '%(move)s'."
|
|
msgstr ""
|
|
"Die Analytic-Richtlinie ist mit dem Konto '%(account)s' auf 'Immer' "
|
|
"eingestellt, aber im Analysekonto fehlt in der Buchungslinie mit der "
|
|
"Bezeichnung '%(move)s'."
|
|
|
|
#. module: account_analytic_required
|
|
#. odoo-python
|
|
#: code:addons/account_analytic_required/models/account.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"Analytic policy is set to 'Never' with account '%(account)s' but the account "
|
|
"move line with label '%(move)s' has an analytic account "
|
|
"'%(analytic_account)s'."
|
|
msgstr ""
|
|
"Die Analytic-Richtlinie ist auf \"Nie\" eingestellt mit Konto %(account)s "
|
|
"aber die Buchungslinie mit Marke '%(move)s' hat ein anlaytisches Konto "
|
|
"'%(analytic_account)s'. "
|
|
|
|
#. module: account_analytic_required
|
|
#. odoo-python
|
|
#: code:addons/account_analytic_required/models/account.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"Analytic policy is set to 'Posted moves' with account '%(account)s' but the "
|
|
"analytic account is missing in the account move line with label '%(move)s'."
|
|
msgstr ""
|
|
"Die Analytic-Richtlinie ist auf \"Posted moves\" eingestellt mit dem "
|
|
"Konto \n"
|
|
"'%(account)s' aber das analytische Konto fehlt in der Buchungslinie mit dem "
|
|
"Label '%(move)s'."
|
|
|
|
#. module: account_analytic_required
|
|
#: model:ir.model,name:account_analytic_required.model_account_move
|
|
msgid "Journal Entry"
|
|
msgstr "Journaleintrag"
|
|
|
|
#. module: account_analytic_required
|
|
#: model:ir.model,name:account_analytic_required.model_account_move_line
|
|
msgid "Journal Item"
|
|
msgstr "Journaleintrag"
|
|
|
|
#. module: account_analytic_required
|
|
#: model:ir.model.fields.selection,name:account_analytic_required.selection__account_account__analytic_policy__never
|
|
msgid "Never"
|
|
msgstr "Nie"
|
|
|
|
#. module: account_analytic_required
|
|
#: model:ir.model.fields,field_description:account_analytic_required.field_account_account__analytic_policy
|
|
msgid "Policy for analytic account"
|
|
msgstr "Richtlinie für analytisches Konto"
|
|
|
|
#. module: account_analytic_required
|
|
#: model:ir.model.fields.selection,name:account_analytic_required.selection__account_account__analytic_policy__posted
|
|
msgid "Posted moves"
|
|
msgstr "Buchungen"
|
|
|
|
#. module: account_analytic_required
|
|
#: model:ir.model.fields,help:account_analytic_required.field_account_account__analytic_policy
|
|
msgid ""
|
|
"Sets the policy for analytic accounts.\n"
|
|
"If you select:\n"
|
|
"- Empty: 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."
|
|
msgstr ""
|
|
|
|
#~ msgid "Optional"
|
|
#~ msgstr "Wahlweise"
|
|
|
|
#~ 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 ""
|
|
#~ "Legen Sie die Richtlinie für analytische Konten fest: \n"
|
|
#~ "Wenn Sie \"Optional\" auswählen, kann der Buchhalter ein analytisches "
|
|
#~ "Konto in einer Kontobewegungslinie mit diesem Kontotyp anlegen. Wenn Sie "
|
|
#~ "\"Immer\" auswählen, erhält der Buchhalter eine Fehlermeldung, wenn kein "
|
|
#~ "analytisches Konto vorhanden ist. Wenn Sie \"Posted moves\" auswählen, "
|
|
#~ "erhält der Buchhalter eine Fehlermeldung, wenn bei der Buchung kein "
|
|
#~ "analytisches Konto definiert wurde. Wenn Sie \"Nie\" auswählen, erhält "
|
|
#~ "der Buchhalter eine Fehlermeldung, wenn ein analytisches Konto vorhanden "
|
|
#~ "ist."
|