# Translation of Odoo Server. # This file contains the translation of the following modules: # * base_external_dbsource # # Translators: # Ahmet Altinisik , 2016 # Ahmet Altinisik , 2016 # Antonio Trueba, 2016 # Armando Vulcano Junior , 2015 # danimaribeiro , 2016 # FIRST AUTHOR , 2013 # Hotellook, 2014 # Jarmo Kortetjärvi , 2016 # Matjaž Mozetič , 2015-2016 # Rudolf Schnapka , 2015-2017 # SaFi J. , 2015 # Thomas A. Jaeger, 2015 msgid "" msgstr "" "Project-Id-Version: server-tools (8.0)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-03-07 03:47+0000\n" "PO-Revision-Date: 2017-03-10 13:16+0000\n" "Last-Translator: Rudolf Schnapka \n" "Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-8-0/" "language/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 #: help:base.external.dbsource,conn_string:0 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\n" #. module: base_external_dbsource #: field:base.external.dbsource,conn_string:0 msgid "Connection string" msgstr "Verbindungs-Textzeile" #. module: base_external_dbsource #: code:addons/base_external_dbsource/base_external_dbsource.py:165 #, python-format msgid "Connection test failed!" msgstr "Verbindungstest fehlgeschlagen." #. module: base_external_dbsource #: code:addons/base_external_dbsource/base_external_dbsource.py:176 #, python-format msgid "Connection test succeeded!" msgstr "Verbindungstest erfolgreich!" #. module: base_external_dbsource #: field:base.external.dbsource,connector:0 msgid "Connector" msgstr "Connector" #. module: base_external_dbsource #: field:base.external.dbsource,create_uid:0 msgid "Created by" msgstr "Erstellt von" #. module: base_external_dbsource #: field:base.external.dbsource,create_date:0 msgid "Created on" msgstr "Erstellt am:" #. module: base_external_dbsource #: model:ir.ui.menu,name:base_external_dbsource.menu_dbsource msgid "Database Sources" msgstr "Datenbankquellen" #. module: base_external_dbsource #: field:base.external.dbsource,name:0 msgid "Datasource name" msgstr "Datequellenbezeichnung" #. module: base_external_dbsource #: field:base.external.dbsource,display_name:0 msgid "Display Name" msgstr "Anzeigename" #. module: base_external_dbsource #: code:addons/base_external_dbsource/base_external_dbsource.py:177 #, python-format msgid "Everything seems properly set up!" msgstr "Alles scheint richtig eingerichtet zu sein." #. module: base_external_dbsource #: view:base.external.dbsource:base_external_dbsource.view_dbsource_form msgid "External DB Source" msgstr "Externe DB-Quelle" #. module: base_external_dbsource #: view:base.external.dbsource:base_external_dbsource.view_dbsource_tree msgid "External DB Sources" msgstr "Externe DB-Quellen" #. 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 "Externe Datenbankquellen" #. module: base_external_dbsource #: code:addons/base_external_dbsource/base_external_dbsource.py:166 #, python-format msgid "" "Here is what we got instead:\n" " %s" msgstr "" "Hier ist was wir stattdessen erhalten haben:\n" "%s" #. module: base_external_dbsource #: field:base.external.dbsource,id:0 msgid "ID" msgstr "ID" #. module: base_external_dbsource #: help:base.external.dbsource,connector:0 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 #: field:base.external.dbsource,__last_update:0 msgid "Last Modified on" msgstr "Zuletzt geändert am" #. module: base_external_dbsource #: field:base.external.dbsource,write_uid:0 msgid "Last Updated by" msgstr "Zuletzt aktualisiert von" #. module: base_external_dbsource #: field:base.external.dbsource,write_date:0 msgid "Last Updated on" msgstr "Zuletzt aktualisiert am" #. module: base_external_dbsource #: field:base.external.dbsource,password:0 msgid "Password" msgstr "Passwort" #. module: base_external_dbsource #: selection:base.external.dbsource,connector:0 msgid "PostgreSQL" msgstr "PostgreSQL" #. module: base_external_dbsource #: view:base.external.dbsource:base_external_dbsource.view_dbsource_form msgid "Test Connection" msgstr "Verbindungstest"