<?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(
"Allowed Extensions" => "Erlaubte Erweiterungen",
"Extensions List" => "Erweiterungen",
"Filter the files that are allowed to be uploaded, by extensions. Use a comma-separated list." => "Kommagetrennte Liste mit Datei-Erweiterungen, die beim Hochladen erlaubt sind.",
"Ext. Label" => "Name",
"User readable label for the list of allowed extensions (images, all files, etc)." => "Jede oben stehende Erweiterung muss hier mit einem Namen betitelt werden.",
"Limitations" => "Limitierungen",
"Files Number" => "Dateien pro Upload",
"Maximum number of files for each upload. Leave to 0 for no limit." => "Maximale Anzahl an Dateien pro Upload. Wert 0 eintragen für keine Beschränkung.",
"File Size" => "Dateigröße",
"Maximum size per file allowed to upload. By default, this is fixed by php config 'upload_max_filesize'. Use this one only if you want to set it smaller than the php config. If you want to increase the php value, please check the PHP documentation for how to set a php config. Use either the php config syntax with letters for size (e.g. '2M' for 2MegaBytes , '1G' for one gigabyte, etc.) or an integer value like 2097152 for 2 megabytes." => "Maximale Dateigröße beim Upload. Standardmässig der Wert 'upload_max_filesize' aus der PHP-Konfiguration. (z.B. '2M' oder 2097152 für 2 Megabyte, '1G' für ein Gigabyte, etc.)",
"Cumul. Size" => "Gesamtgröße",
"Maximum total size (all files size cumulated) by upload. Leave to 0 if you do not want any limit. See the previous variable for syntax ('2M' or 2097152 )" => "Maximale Gesamtgröße (alle Dateien zusammen) pro Upload (z.B. '2M' or 2097152 ). Wert 0 eintragen für keine Beschränkung.",
"Uploaders Options" => "Uploader-Einstellungen",
"Options shared by all uploaders plugins" => "Einstellungen die für alle Uploader-Erweiterungen gelten",
);