<?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 viewer" => "Aperçu d'images",
"Image viewer, used for previewing images and browsing them in a diaporam. Generates a thumbnail version of the images." => "Aperçu d'image, utilisé pour faire un aperçu et pour naviguer dans un diaporama. Génère une miniature des images.",
"Remote Wrappers" => "Encapsuleurs (wrappers) distants",
"When connected to a remote server, metadata extraction can make the listing action very long, as it must first copy each file locally. For plugins using the defined wrappers and files whose size is greater than this threshold, the image type and dimension will be skipped." => "Lors de la connexion à un serveur distant, l'extraction des meta-données peut rendre l'action de lister très lente, car elle requiert de copier locallement chaque fichier. Pour les plugins utilisant les encapsuleurs (wrappers) et les fichiers dont la taille est supérieure à celle définie, le type d'image et ses dimensions seront ignorés.",
"Size Threshold" => "Seuil de taille",
"Threshold" => "Seuil",
"Thumbnails" => "Miniatures",
"Generate thumbnails or not" => "Génération des miniatures ou pas",
"Quality" => "Qualité",
"Thumbs quality" => "Qualité des miniatures.",
"Exif Rotation" => "Rotation Exif",
"Rotate image using exif rotation" => "Faire pivoter l'image en utilisation la rotation exif",
"Low-res Sizes" => "Tailles low-res",
"Threshold for low-res versions of images" => "Seuil pour la version low-res des images",
);
