<?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(
"Generic Auth Features" => "Standard-Authentifizierung",
"Enable Users" => "Benutzer aktivieren",
"Guest Browsing" => "Gäste erlauben",
"Password length" => "Minimale Passwortlänge",
"Store Credentials in Session" => "Einstellungen in der Sitzung speichern",
"Authentication" => "Authentifizierung",
"Options applied to all auth drivers" => "Einstellungen für alle Authentifizierung-Treiber",
"Activate the users management system to protect your Pydio installation." => "Benutzerverwaltung aktivieren um die Pydio-Installation zu schützen.",
"Case Sensitive" => "Groß- / Kleinschreibung beachten",
"Whether the users identifiers should be case sensitive or not" => "Bei der BenutzerId Groß- / Kleinschreibung beachten. WARNING, sql-based drivers will disable this by default, even if you check this.",
"Enable the 'guest' user, who does not need to log in." => "Aktiviert den 'Gast' Benutzer ohne Login.",
"Minimum number of characters required for passwords in the application" => "Minimale Passwortlänge",
"Set the users credentials in the session after a successful login, this can be necessary when bridging specific auth and access plugins." => "Anmeldedaten nach erfolgreichem Login in der Sitzung merken. (möglicherweise beim Bridging von Auth-Erweiterungen nötig)",
"Login Form" => "Formular-Authentifizierung",
"Secure Login Form" => "Sicheres Anmelde-Formular",
"Raise the security of the login form by disabling autocompletion and remember me feature" => "Erhöht die Sicherheit des Anmelde-Formulars indem AutoComplete und automatische Anmeldung deaktiviert werden.",
"Enable Forgot Password" => "Passwort vergessen Funktion erlauben",
"Add a Forgot Password link at the bottom of the login form" => "Passwort vergessen Link unterhalb des Login Formulars anzeigen",
"Forgot Password Action" => "Passwort vergessen Aktion",
"Action to trigger when clicking on Forgot Password" => "Aktion, die beim Klick auf Passwort vergessen ausgeführt wird",
"Main Instance" => "Hauptinstanz",
"Instance Type" => "Authentifizierungs-Erweiterung",
"Choose the configuration plugin" => "Erweiterung auswählen",
"Secondary Instance (optional)" => "Zweite Instanz (optional)",
"Mode" => "Modus",
"Master/slave will assume that the master is read-only, and the slave is a local alternative to allow sharing features. User Choice will allow the user to manually choose its authentication method at startup." => "Bei Master/slave wird auf den Master nur lesend zugegriffen, während der Slave alternativ für Freigaben verwendet wird. Benutzerdefiniert ermöglicht eine manuelle Auswahl der Authentifizierungsart beim Start.",
"Separator" => "Trennzeichen",
"This is necessary to discriminate users data loaded from various sources. Warning, use foldername compliant characters. For example :: does not work!" => "Nötig um die Benutzerdaten aus verschiedenen Quellen zu trennen. Achtung, bitte Zeichen verwenden, die auch in Ordnernamen erlaubt sind.",
"Master Authentifiaction Label" => "Titel für Master-Authentifizierung",
"Will be shown to the user at login" => "Wird bei der Anmeldung angezeigt",
"Slave Authentifiaction Label" => "Titel für Slave-Authentifizierung",
"Users Listing" => "Angezeigte Benutzer",
"In Master_Slave mode, use this option to limit the users listing in the administration to one driver only (leave empty if you want to see all users)" => "Im Master/Slave-Modus kann eingegrenzt werden, welche Benutzer in der Administration angezeigt werden. Feld leer lassen, um alle anzuzeigen.",
"Master/Slave" => "Master/Slave",
"User Choice" => "Benutzerdefiniert",
"Cache master users" => "Master Benutzer auf Slave zwischenspeichern",
"Create a local copy (at login time) of master users inside slave base" => "Auf dem Slave-System beim Anmelden eine lokale Kopie der Master-Benutzer erstellen",
"Master Only" => "Master-Benutzer",
"Slave Only" => "Slave-Benutzer",
"Both" => "Beide",
"Disable Brute Force Check (Captcha)" => "Brute-Force-Prüfung deaktivieren (Captcha)",
"Disable the check of failed login attempts, will disable the Captcha display" => "Deaktiviert die Captcha-Prüfung nach fehlgeschlagenen Anmeldeversuchen",
"Multiple Instances Mode" => "Modus für mehrere Instanzen",
"Secondary Instance Driver" => "Treiber der zweiten Instanz",
);
