<?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" => "Image Magick",
"Image Magick viewer supports PDF and various images formats preview. Requires external library to be installed on the server." => "Image Magick viewer supports PDF and various images formats preview. Requires external library to be installed on the server.",
"Convert Path" => "Convert Path",
"Full path on the server to the 'convert' binary" => "Full path on the server to the 'convert' binary",
"Thumbs Options" => "Thumbs Options",
"Imagick Options used for generating the thumbnails" => "Imagick Options used for generating the thumbnails",
"Images Options" => "Images Options",
"Imagick Options used for generation the high scale images" => "Imagick Options used for generation the high scale images",
"Shared Options" => "Shared Options",
"You can add any Image Magick options you want here, applied to both thumbs and big images" => "You can add any Image Magick options you want here, applied to both thumbs and big images",
"Environment Path" => "Environment Path",
"Additional path to put in the environment PATH variable before calling the command. Can be necessary for Ghostscript on Mac for example." => "Additional path to put in the environment PATH variable before calling the command. Can be necessary for Ghostscript on Mac for example.",
"Pregeneration Threshold" => "Pregeneration Threshold",
"Threshold (in MegaByte) under which the pages are all generated when opening the document, and over which pages are generated on-demand only" => "Threshold (in MegaByte) under which the pages are all generated when opening the document, and over which pages are generated on-demand only",
"Unoconv Path" => "Unoconv Path",
"Full path on the server to the 'unoconv' binary (see docs)" => "Full path on the server to the 'unoconv' binary (see docs)",
);