<?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(
"Image Magick" => "ImageMagick-Betrachter",
"Image Magick viewer supports PDF and various images formats preview. Requires external library to be installed on the server." => "Der ImageMagick-Betrachter unterstützt verschiedene Bildformate sowie eine Vorschau von PDF-Dokumenten. Die ImageMagick-Bibliothek muss auv dem Server installiert sein.",
"Convert Path" => "Convert-Pfad",
"Full path on the server to the 'convert' binary" => "Vollständiger Pfad zur ausführbaren Datei 'convert' von ImageMagick.",
"Thumbs Options" => "Imagick-Parameter für die Vorschau",
"Imagick Options used for generating the thumbnails" => "Imagick-Parameter, die beim generieren der Vorschau verwendet werden",
"Images Options" => "Imagick-Parameter  für den Betrachter",
"Imagick Options used for generation the high scale images" => "Imagick-Parameter, die beim Betrachten der großen Bilder verwendet werden",
"Shared Options" => "Allgemein verwendete Imagick-Parameter",
"You can add any Image Magick options you want here, applied to both thumbs and big images" => "Imagick-Parameter, die in jedem Fall verwendet werden.",
"Environment Path" => "Pfad für Umgebungsvariablen",
"Additional path to put in the environment PATH variable before calling the command. Can be necessary for Ghostscript on Mac for example." => "Zusätzlicher Pfad der, vor dem Ausführen von Befehlen, in die Umgebungsvariablen aufgenommen wird. Dies kann zum Beispiel für Ghostscript unter Mac notwendig sein.",
"Pregeneration Threshold" => "Vorschau beim öffnen generieren bis",
"Threshold (in MegaByte) under which the pages are all generated when opening the document, and over which pages are generated on-demand only" => "Größe (in Megabyte) bis zu der Vorschaubilder für alle Seiten direkt beim Öffnen generiert werden. Sind die Dateien größer werden die Vorschaubilder nur bei Bedarf generiert.",
"Unoconv Path" => "Unoconv-Pfad",
"Full path on the server to the 'unoconv' binary (see docs)" => "Vollständiger Pfad zur ausführbaren Datei 'unoconv' (siehe Dokumentation)",
);