<?php
/*
* Copyright 2007-2017 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
* This file is part of Pydio.
*
* Pydio is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Pydio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with Pydio.  If not, see <http://www.gnu.org/licenses/>.
*
* The latest code can be found at <https://pydio.com>.
*/
$mess=array(
"Custom DB Auth Backend" => "Benutzerdefinierte Datenbank",
"Authenticate users agains your custom DB and table definition." => "Über eine Benutzerdefinierte Datenbank authentifizieren.",
"Custom Table Name" => "Name der Tabelle",
"Name of the custom SQL table" => "Name der benutzerdefinierten Tabelle mit Benutzerdaten",
"Table User Field" => "Spalte mit Benutzernamen",
"Name of the field to be used as users identifier" => "Name der Spalte, die den Benutzernamen enthält",
"Table Password Field" => "Spalte mit Passwort",
"Name of the field containing the password" => "Name der Palte, die das Passwort enthält",
"Table Password Hashing" => "Hashing des Passworts",
"How the password is minimaly hashed in the table" => "Welche Methode wurde minimal verwendet, um den Passwort-Hash zu generieren",
"Test User" => "Testbenutzer",
"Use an existing user ID and click on Test Connexion to verify it is correctly found" => "Ein im bestehenden System existierender Benutzer, der für den Test der Verbindung verwendet wird",
"Test Connexion" => "Verbindung testen",
"Test the SQL connexion" => "SQL-Verbindung testen",
"Connexion" => "Verbindung",
"The Database Connexion" => "Die Datenbankverbindung",
);
