mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-24 01:01:59 +02:00
79 lines
2.6 KiB
Text
79 lines
2.6 KiB
Text
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * account_analytic_parent
|
|
#
|
|
# Translators:
|
|
# OCA Transbot <transbot@odoo-community.org>, 2017
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 10.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2017-06-30 02:40+0000\n"
|
|
"PO-Revision-Date: 2018-10-10 10:24+0000\n"
|
|
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\n"
|
|
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
|
|
"Language: de\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 3.1.1\n"
|
|
|
|
#. module: account_analytic_parent
|
|
#. odoo-python
|
|
#: code:addons/account_analytic_parent/models/account_analytic_account.py:0
|
|
#, python-format
|
|
msgid "%(name)s - %(partner)s"
|
|
msgstr ""
|
|
|
|
#. module: account_analytic_parent
|
|
#. odoo-python
|
|
#: code:addons/account_analytic_parent/models/account_analytic_account.py:0
|
|
#, python-format
|
|
msgid "%(parent)s / %(own)s"
|
|
msgstr ""
|
|
|
|
#. module: account_analytic_parent
|
|
#: model:ir.model,name:account_analytic_parent.model_account_analytic_account
|
|
msgid "Analytic Account"
|
|
msgstr "Kostenstelle"
|
|
|
|
#. module: account_analytic_parent
|
|
#: model:ir.model.fields,field_description:account_analytic_parent.field_account_analytic_account__child_ids
|
|
msgid "Child Accounts"
|
|
msgstr "Unterkonten"
|
|
|
|
#. module: account_analytic_parent
|
|
#: model:ir.model.fields,field_description:account_analytic_parent.field_account_analytic_account__complete_name
|
|
msgid "Complete Name"
|
|
msgstr ""
|
|
|
|
#. module: account_analytic_parent
|
|
#: model_terms:ir.ui.view,arch_db:account_analytic_parent.view_account_analytic_account_list
|
|
msgid "Name"
|
|
msgstr ""
|
|
|
|
#. module: account_analytic_parent
|
|
#: model:ir.model.fields,field_description:account_analytic_parent.field_account_analytic_account__parent_id
|
|
#: model_terms:ir.ui.view,arch_db:account_analytic_parent.view_account_analytic_account_form
|
|
msgid "Parent Analytic Account"
|
|
msgstr "Übergeordnete Kostenstelle"
|
|
|
|
#. module: account_analytic_parent
|
|
#: model:ir.model.fields,field_description:account_analytic_parent.field_account_analytic_account__parent_path
|
|
msgid "Parent Path"
|
|
msgstr ""
|
|
|
|
#. module: account_analytic_parent
|
|
#. odoo-python
|
|
#: code:addons/account_analytic_parent/models/account_analytic_account.py:0
|
|
#, python-format
|
|
msgid "Please activate first parent account %s"
|
|
msgstr ""
|
|
|
|
#. module: account_analytic_parent
|
|
#. odoo-python
|
|
#: code:addons/account_analytic_parent/models/account_analytic_account.py:0
|
|
#, python-format
|
|
msgid "You can not create recursive analytic accounts."
|
|
msgstr "Sie dürfen Kostenstellen nicht rekursiv anlegen."
|