<?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." => "La visionneuse Image Magick supporte les PDF et la prévisualisation de différents formats d'images. Requiert l'installation, sur le serveur, d'une librairie externe.",
"Convert Path" => "Chemin de conversion",
"Full path on the server to the 'convert' binary" => "Chemin complet, sur le serveur, d'accès au programme 'convert'",
"Thumbs Quality" => "Qualité des miniatures",
"Quality used for generating the thumbnails" => "Qualité pour le rendu des miniatures",
"Viewer Quality" => "Qualité d'affichage",
"Quality used for generation the high scale images" => "Qualité pour le rendu des images en grande taille.",
"Thumbs Options" => "Options des miniatures",
"Imagick Options used for generating the thumbnails" => "Options Imagick utilisées pour la génération des miniatures",
"Images Options" => "Options des images",
"Imagick Options used for generation the high scale images" => "Options Imagick utilisée pour la génération des images en grande taille",
"Shared Options" => "Options partagées",
"You can add any Image Magick options you want here, applied to both thumbs and big images" => "Vous pouvez ajouter les options Image Magick de votre choix ici, elles seront appliquées tant aux miniatures qu'aux images en grande taille",
"Environment Path" => "Chemin d'environment",
"Additional path to put in the environment PATH variable before calling the command. Can be necessary for Ghostscript on Mac for example." => "Chemin additionnel à ajouter à la variable d'environnement PATH variable avant d'appeler la commande. Peut-être nécessaire, par exemple, pour Ghostscript sur Mac.",
"Pregeneration Threshold" => "Seuil de pré-génération",
"Threshold (in MegaByte) under which the pages are all generated when opening the document, and over which pages are generated on-demand only" => "Seuil (en Mo) en dessous duquel les pages seront toutes générées à l'ouverture du document, et au dessus duquel, chaque page sera générée uniquement à la demande",
"Unoconv Path" => "Chmin d'unoconv",
"Full path on the server to the 'unoconv' binary (see docs)" => "Chemin complet, sur le serveur, d'accès au programme 'unoconv' (voir le manuel)",
);