<?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(
"Mailbox (Imap or POP)" => "Mailbox (Imap oder POP)",
"This plugin will browse the content of a mailbox (imap or pop) and allow to grab emails attachments and copy them to another repository. Requires the PHP IMAP extension." => "Diese Erweiterung durchsucht den Inhalt einer Mailbox (Imap oder POP) und ermöglicht es Dateianhänge in ein anderes Repository zu kopieren. Dieses Plugin benötigt die PHP Imap-Erweiterung.",
"Mail Server" => "Mail-Server",
"Host" => "Host",
"Server host" => "Mail-Server-Host",
"Port" => "Port",
"Server port" => "Mail-Server-Port",
"Ssl" => "Ssl",
"Secure?" => "Sichere Verbindung verwenden?",
"Type" => "Typ",
"Imap or Pop Server?" => "Imap- oder POP-Server?",
"Mailbox Definition" => "Mailbox",
"User" => "Benutzer",
"User account" => "Benutzerkonto",
"Password" => "Passwort",
"User Password" => "Passwort des Benutzers",
"Default Mailbox" => "Standard Mailbox",
"Mailbox to connect by default" => "Mailbox-Verbindung die standardmäßig verbunden wird",
"Repository Options" => "Arbeitsumgebungs-Einstellungen",
"Default Rights" => "Standard-Rechte",
"This right pattern (empty, r, or rw) will be applied at user creation for this repository." => "Rechte-Pattern, welches beim Erstellen von Benutzern für diese Arbeitsumgebung angewendet wird. (leer, r oder rw)",
"Pagination Threshold" => "Schwellwert für Seitenwechsel",
"When a folder will contain more items than this number, display will switch to pagination mode, for better performances." => "Wenn es mehr als die konfigurierte Anzahl an Seiten gibt, wird der Seitenwechsel aktiviert.",
"#Items per page" => "Einträge pro Seite",
"Once in pagination mode, number of items to display per page." => "Anzahl der Einträge pro Seite, wenn Seitenwechsel aktiv ist.",
);
