117 lines
4.0 KiB
Plaintext
117 lines
4.0 KiB
Plaintext
|
# Translation of Odoo Server.
|
||
|
# This file contains the translation of the following modules:
|
||
|
# * google_account
|
||
|
#
|
||
|
# Translators:
|
||
|
# Henry Mineehen <info@mineehen.de>, 2017
|
||
|
# Thomas Neu <t.neu@runbox.com>, 2017
|
||
|
# Tina Rittmüller <tr@ife.de>, 2017
|
||
|
# Jens Metschkoll <jmetschkoll@snej-production.de>, 2017
|
||
|
# darenkster <inactive+darenkster@transifex.com>, 2017
|
||
|
# Mathias Neef <mn@copado.de>, 2017
|
||
|
# Niki Waibel <niki.waibel@gmail.com>, 2017
|
||
|
# Fabian Liesch <fabian.liesch@gmail.com>, 2017
|
||
|
# AppleMentalist <felix.schnatbaum@gmail.com>, 2017
|
||
|
msgid ""
|
||
|
msgstr ""
|
||
|
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||
|
"Report-Msgid-Bugs-To: \n"
|
||
|
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||
|
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||
|
"Last-Translator: AppleMentalist <felix.schnatbaum@gmail.com>, 2017\n"
|
||
|
"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n"
|
||
|
"MIME-Version: 1.0\n"
|
||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||
|
"Content-Transfer-Encoding: \n"
|
||
|
"Language: de\n"
|
||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||
|
|
||
|
#. module: google_account
|
||
|
#: model:ir.model.fields,field_description:google_account.field_google_service_create_uid
|
||
|
msgid "Created by"
|
||
|
msgstr "Erstellt von"
|
||
|
|
||
|
#. module: google_account
|
||
|
#: model:ir.model.fields,field_description:google_account.field_google_service_create_date
|
||
|
msgid "Created on"
|
||
|
msgstr "Erstellt am"
|
||
|
|
||
|
#. module: google_account
|
||
|
#: model:ir.model.fields,field_description:google_account.field_google_service_display_name
|
||
|
msgid "Display Name"
|
||
|
msgstr "Anzeigename"
|
||
|
|
||
|
#. module: google_account
|
||
|
#: model:ir.model.fields,field_description:google_account.field_google_service_id
|
||
|
msgid "ID"
|
||
|
msgstr "ID"
|
||
|
|
||
|
#. module: google_account
|
||
|
#: model:ir.model.fields,field_description:google_account.field_google_service___last_update
|
||
|
msgid "Last Modified on"
|
||
|
msgstr "Zuletzt geändert am"
|
||
|
|
||
|
#. module: google_account
|
||
|
#: model:ir.model.fields,field_description:google_account.field_google_service_write_uid
|
||
|
msgid "Last Updated by"
|
||
|
msgstr "Zuletzt aktualisiert durch"
|
||
|
|
||
|
#. module: google_account
|
||
|
#: model:ir.model.fields,field_description:google_account.field_google_service_write_date
|
||
|
msgid "Last Updated on"
|
||
|
msgstr "Zuletzt aktualisiert am"
|
||
|
|
||
|
#. module: google_account
|
||
|
#: code:addons/google_account/models/google_service.py:171
|
||
|
#, python-format
|
||
|
msgid "Method not supported [%s] not in [GET, POST, PUT, PATCH or DELETE]!"
|
||
|
msgstr ""
|
||
|
"Methode nicht unterstützt [%s] nicht in [GET, POST, PUT, PATCH or DELETE]!"
|
||
|
|
||
|
#. module: google_account
|
||
|
#: code:addons/google_account/models/google_service.py:119
|
||
|
#, python-format
|
||
|
msgid ""
|
||
|
"Something went wrong during your token generation. Maybe your Authorization "
|
||
|
"Code is invalid"
|
||
|
msgstr ""
|
||
|
"Während der Generierung des Tokens ist ein Fehler aufgetreten. Eventuell ist"
|
||
|
" Ihr Autorisierungscode ungültig."
|
||
|
|
||
|
#. module: google_account
|
||
|
#: code:addons/google_account/models/google_service.py:55
|
||
|
#, python-format
|
||
|
msgid ""
|
||
|
"Something went wrong during your token generation. Maybe your Authorization "
|
||
|
"Code is invalid or already expired"
|
||
|
msgstr ""
|
||
|
"Während der Generierung des Tokens ist ein Fehler aufgetreten. Eventuell ist"
|
||
|
" Ihr Autorisierungscode ungültig oder bereits abgelaufen."
|
||
|
|
||
|
#. module: google_account
|
||
|
#: code:addons/google_account/models/google_service.py:149
|
||
|
#, python-format
|
||
|
msgid ""
|
||
|
"Something went wrong during your token generation. Maybe your Authorization "
|
||
|
"Code is invalid or already expired [%s]"
|
||
|
msgstr ""
|
||
|
"Während der Generierung des Tokens ist ein Fehler aufgetreten. Eventuell ist"
|
||
|
" Ihr Autorisierungscode ungültig oder bereits abgelaufen [%s]"
|
||
|
|
||
|
#. module: google_account
|
||
|
#: code:addons/google_account/models/google_service.py:192
|
||
|
#, python-format
|
||
|
msgid "Something went wrong with your request to google"
|
||
|
msgstr "Etwas ging schief mit Ihrer Anfrage an Google"
|
||
|
|
||
|
#. module: google_account
|
||
|
#: code:addons/google_account/models/google_service.py:130
|
||
|
#, python-format
|
||
|
msgid "The account for the Google service '%s' is not configured"
|
||
|
msgstr "Das Konto für den Google-Dienst '%s' ist nicht konfiguriert."
|
||
|
|
||
|
#. module: google_account
|
||
|
#: model:ir.model,name:google_account.model_google_service
|
||
|
msgid "google.service"
|
||
|
msgstr "google.service"
|