<?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(
"Text logger" => "Textdatei",
"Stores the logs as readable tab delimited text." => "Speichert die Protokolle als Textdatei auf der Festplatte ab.",
"The path to where the logs are kept." => "Ordner, in dem die Protokolle gespeichert werden sollen.",
"The name of the log file" => "Legt fest, wie der Name jeder Protokoll-Datei aufgebaut wird.",
"Files Permissions" => "Dateirechte",
"Log Folder" => "Ordner für Protokolle",
"Files Name Pattern" => "Namensmuster für Dateinamen",
"Doctrine Cache driver" => "Doctrine-Cache-Treiber",
"Use doctrine as main caching driver." => "Doctrine als Cache verwenden.",
"Cache Driver" => "Cache-Treiber",
"Cache driver" => "Cache-Treiber",
"Hostname" => "Hostname",
"The hostname to access Memcache server" => "Der Hostname zum Zugriff auf den Memcache-Server",
"Port" => "Port",
"The port to access Memcache server" => "Der Port zum Zugriff auf den Memcache-Server",
"The hostname to access Memcached server" => "Der Hostname zum Zugriff auf den Memcached-Server",
"The port to access Memcached server" => "Der Port zum Zugriff auf den Memcached-Server",
"The hostname to access Redis server" => "Der Hostname zum Zugriff auf den Redis-Server",
"The port to access Redis server" => "Der Port zum Zugriff auf den Redis-Server",
"Cache Prefix" => "Cache-Prefix",
"" => "",
);