<?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" => "Visor de Imágenes",
"Image viewer, used for previewing images and browsing them in a diaporam. Generates a thumbnail version of the images." => "Visor de imágenes, usado para visualizar imágenes y navegar por ellas en diaporama. Genera miniaturas de las imágenes.",
"Remote Wrappers" => "Wrappers Remotos",
"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." => "Cuando se conecta al servidor remoto, la extracción de datos puede tardar mucho ya que se copian los archivos localmente. Serán exluidos los archivos en los wrappers definidos, más grandes que el límite, con formato de imágen y dimensiones dadas.",
"Size Threshold" => "Límite de Tamaño",
"Threshold" => "Límite",
"Thumbnails" => "Miniaturas",
"Generate thumbnails or not" => "Genera miniaturas o no",
"Quality" => "Calidad",
"Thumbs quality" => "Calidad de las miniaturas",
"Exif Rotation" => "Rotación Exif",
"Rotate image using exif rotation" => "Rotar imágen usando rotación Exif",
"Low-res Sizes" => "Tamaño Baja Resolución",
"Threshold for low-res versions of images" => "Límite para versiones en baja resolución",
);
