OCA Transbot updated translations from Transifex

This commit is contained in:
OCA Transbot
2017-01-21 01:29:53 -05:00
committed by Adrià Gil Sorribes
parent 98de793eb5
commit 75334936ea
56 changed files with 5091 additions and 893 deletions

View File

@@ -4,14 +4,14 @@
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Ermin Trevisan <trevi@twanda.com>, 2016
# Rudolf Schnapka <rs@techno-flex.de>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-09-10 02:52+0000\n"
"PO-Revision-Date: 2016-09-10 02:52+0000\n"
"Last-Translator: Ermin Trevisan <trevi@twanda.com>, 2016\n"
"POT-Creation-Date: 2017-05-10 00:47+0000\n"
"PO-Revision-Date: 2017-05-10 00:47+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2017\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -32,8 +32,51 @@ msgid ""
" - PostgreSQL:\n"
" dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n"
" - SQLite: sqlite:///test.db\n"
" - Elasticsearch: https://user:%s@localhost:9200\n"
" "
msgstr ""
"\n"
" Beispielverbindungs-Strings:\n"
" - Microsoft SQL Server:\n"
" mssql+pymssql://username:%s@server:port/dbname?charset=utf8\n"
" - MySQL: mysql://user:%s@server:port/dbname\n"
" - ODBC: DRIVER={FreeTDS};SERVER=server.address;Database=mydb;UID=sa\n"
" - ORACLE: username/%s@//server.address:port/instance\n"
" - PostgreSQL:\n"
" dbname='template1' user='dbuser' host='localhost' port='5432' password=%s\n"
" - SQLite: sqlite:///test.db\n"
" - Elasticsearch: https://user:%s@localhost:9200\n"
" "
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/models/base_external_dbsource.py:348
#, python-format
msgid ""
"\"%s\" method not found, check that all assets are installed for the %s "
"connector type."
msgstr ""
"\"%s\" Verfahren nicht gefunden, prüfen Sie das Vorhandensein aller "
"Voraussetzungen für Verbindungsart %s."
#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_ca_certs
msgid "Ca certs"
msgstr "CA Zerts"
#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_client_cert
msgid "Client cert"
msgstr "Client-Zert"
#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_client_key
msgid "Client key"
msgstr "Client-Schlüssel"
#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_conn_string_full
msgid "Conn string full"
msgstr ""
#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_conn_string
@@ -41,19 +84,20 @@ msgid "Connection string"
msgstr ""
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/models/base_external_dbsource.py:169
#: code:addons/base_external_dbsource/models/base_external_dbsource.py:189
#, python-format
msgid ""
"Connection test failed: Here is what we got instead:\n"
" %s"
"Connection test failed:\n"
"Here is what we got instead:\n"
"%s"
msgstr ""
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/models/base_external_dbsource.py:179
#: code:addons/base_external_dbsource/models/base_external_dbsource.py:193
#, python-format
msgid ""
"Connection test succeeded: Everything seems "
"properly set up!"
"Connection test succeeded:\n"
"Everything seems properly set up!"
msgstr ""
#. module: base_external_dbsource
@@ -100,6 +144,11 @@ msgstr ""
#: model:ir.actions.act_window,name:base_external_dbsource.action_dbsource
#: model:ir.model,name:base_external_dbsource.model_base_external_dbsource
msgid "External Database Sources"
msgstr "Externe Datenbankquellen"
#. module: base_external_dbsource
#: selection:base.external.dbsource,connector:0
msgid "Firebird"
msgstr ""
#. module: base_external_dbsource
@@ -110,10 +159,8 @@ msgstr "ID"
#. module: base_external_dbsource
#: model:ir.model.fields,help:base_external_dbsource.field_base_external_dbsource_connector
msgid ""
"If a connector is missing from the "
"list, check the server log to confirm "
"that the required components were "
"detected."
"If a connector is missing from the list, check the server log to confirm "
"that the required components were detected."
msgstr ""
#. module: base_external_dbsource
@@ -131,9 +178,29 @@ msgstr "Zuletzt aktualisiert von"
msgid "Last Updated on"
msgstr "Zuletzt aktualisiert am"
#. module: base_external_dbsource
#: selection:base.external.dbsource,connector:0
msgid "Microsoft SQL Server"
msgstr ""
#. module: base_external_dbsource
#: selection:base.external.dbsource,connector:0
msgid "MySQL"
msgstr ""
#. module: base_external_dbsource
#: selection:base.external.dbsource,connector:0
msgid "ODBC"
msgstr ""
#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_password
msgid "Password"
msgstr "Passwort"
#. module: base_external_dbsource
#: model:ir.model.fields,help:base_external_dbsource.field_base_external_dbsource_ca_certs
msgid "Path to CA Certs file on server."
msgstr ""
#. module: base_external_dbsource
@@ -146,7 +213,18 @@ msgstr ""
msgid "PostgreSQL"
msgstr ""
#. module: base_external_dbsource
#: selection:base.external.dbsource,connector:0
msgid "SQLite"
msgstr ""
#. module: base_external_dbsource
#: model:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form
msgid "Test Connection"
msgstr ""
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/models/base_external_dbsource.py:160
#, python-format
msgid "query is a required argument"
msgstr ""