You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

168 lines
5.9 KiB

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_external_dbsource
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
# Rudolf Schnapka <rs@techno-flex.de>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-19 17:59+0000\n"
"PO-Revision-Date: 2017-04-19 17:59+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2017\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"
#. module: base_external_dbsource
#: model:ir.model.fields,help:base_external_dbsource.field_base_external_dbsource_conn_string
msgid ""
"\n"
" Sample connection 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"
" "
msgstr ""
"\n"
"Beispiel-Verbindungszeilen:\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"
#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_conn_string
msgid "Connection string"
msgstr "Verbindungstext"
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/models/base_external_dbsource.py:155
#, python-format
msgid ""
"Connection test failed: Here is what we got "
"instead:\n"
" %s"
msgstr ""
"Verbindungstest gescheitert. Hier das statt dessen erhaltene:\n"
"%s"
#. module: base_external_dbsource
#: code:addons/base_external_dbsource/models/base_external_dbsource.py:165
#, python-format
msgid ""
"Connection test succeeded: Everything seems "
"properly set up!"
msgstr "Verbindungstest erfolgreich: Alles schein in Ordnung zu sein."
#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_connector
msgid "Connector"
msgstr "Connektor"
#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_create_uid
msgid "Created by"
msgstr "Erstellt von"
#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_create_date
msgid "Created on"
msgstr "Erstellt am:"
#. module: base_external_dbsource
#: model:ir.ui.menu,name:base_external_dbsource.menu_dbsource
msgid "Database Sources"
msgstr ""
#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_name
msgid "Datasource name"
msgstr ""
#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_display_name
msgid "Display Name"
msgstr "Anzeigename"
#. module: base_external_dbsource
#: model:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form
msgid "External DB Source"
msgstr ""
#. module: base_external_dbsource
#: model:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_tree
msgid "External DB Sources"
msgstr ""
#. module: base_external_dbsource
#: 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 ""
#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_id
msgid "ID"
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."
msgstr ""
"Wenn ein Connector in der Liste fehlt, prüfen Sie bitte im Server-Log, ob "
"die erforderlichen Komponenten gefunden wurden."
#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource___last_update
msgid "Last Modified on"
msgstr "Zuletzt geändert am"
#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_write_uid
msgid "Last Updated by"
msgstr "Zuletzt aktualisiert von"
#. module: base_external_dbsource
#: model:ir.model.fields,field_description:base_external_dbsource.field_base_external_dbsource_write_date
msgid "Last Updated on"
msgstr "Zuletzt aktualisiert am"
#. 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.ui.view,arch_db:base_external_dbsource.view_dbsource_form
msgid "Please check the tooltip for connection string examples"
msgstr ""
#. module: base_external_dbsource
#: selection:base.external.dbsource,connector:0
msgid "PostgreSQL"
msgstr "PostgreSQL"
#. module: base_external_dbsource
#: model:ir.ui.view,arch_db:base_external_dbsource.view_dbsource_form
msgid "Test Connection"
msgstr "Verbindungstest"