<?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(
"Update Engine" => "Versionsaktualisierung",
"Automatic update of Pydio. Since version 3.3.3" => "Automatische Aktualisierung von Pydio (ab Version 3.3.3)",
"Update Site" => "Update-URL",
"Where to update" => "Die Update-URL mit /pub/ wird für die Community-Version verwendet und /auth/ für die Enterprise-Version. Stellen Sie sicher, dass die Authentifizierungs-Informationen aus Ihrem Pydio.com-Zugang hinterlegt sind.",
"Preserve Files" => "Dateien beibehalten",
"Files declared here (enter pathes from the root of Ajxp installation, comma-separated) will be backed up and restored before and after upgrade." => "Kommagetrennte Liste mit Dateien, die vor der Aktualisierung gesichert und danach wieder zurück kopiert werden. (Pfad beginnend beim Haupt-Ordner der Pydio-Installation)",
"Enable Import From v3.2.4" => "Import von v3.2.4 aktivieren",
"Enable the migration action, available in the Settings repository" => "Migrations-Aktion im Arbeitsbereich 'Einstellungen' ändern",
"Update Channel" => "Aktualisierungs-Kanal",
"Check stable or dev channel" => "Aktualisierungs-Kanal festlegen. Der Standardwert ist 'stable', 'development' ist für Entwicklungsstände. Enterprise ist nur für ein Upgrade von der Community-Version auf Enterprise vorgesehen und muss anschließend wieder auf 'stable' geändert werden.",
"Proxy Host" => "Proxy-Host",
"Use a predefined proxy to establish connexion" => "Einen Proxy-Server verwenden, um die Verbindung aufzubauen",
"Proxy User" => "Proxy-Benutzer",
"Predefined proxy user name" => "Proxy-Benutzer festlegen",
"Proxy Pass" => "Proxy-Passwort",
"Predefined proxy password" => "Proxy-Passwort festlegen",
"Proxy configuration" => "Proxy-Einstellungen",
"Stable" => "Stabil",
"Development" => "Entwicklung",
"Testing (blank)" => "Test (leer)",
"Updater Configuration" => "Aktualisierungs-Konfiguration",
"Install Enterprise Distribution" => "Enterprise-Version installieren",
"Authenticated Update Site" => "Seite für authentifizierte Aktualisierung",
"Update Site User" => "Benutzer für Aktualisierungs-Seite",
"Required if the update site is requiring credentials." => "Verwenden Sie den API-Schlüssel Ihres Pydio.com-Benutzerkontos.",
"Update Site Password" => "Passwort für Aktualisierungs-Seite",
);