<?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" => "Visualizador de Imagens",
"Image viewer, used for previewing images and browsing them in a diaporam. Generates a thumbnail version of the images." => "Visualizador de imagens, usado para pré-visualizar imagens e navegar nas mesmas de forma simples. Gera uma miniatura por cada versão da imagem.",
"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." => "Quando ligado ao servidor remoto, a extracção da informação de Metadata pode criar uma acção de listagem muito grande, visto que tem que primeiro copiar cada ficheiro para o servidor local. Os plugins que usem wrappers definidos e cujo os ficheiros sejam maiores do que o tamanho de Threshold, o tipo de imagem e dimensão serão ignorados.",
"Size Threshold" => "Tamanho Threshold",
"Threshold" => "Threshold",
"Thumbnails" => "Miniaturas",
"Generate thumbnails or not" => "Gerar ou não miniaturas",
"Quality" => "Qualidade",
"Thumbs quality" => "Qualidade das miniaturas",
"Exif Rotation" => "Exif Rotation",
"Rotate image using exif rotation" => "Rotate image using exif rotation",
"Low-res Sizes" => "Low-res Sizes",
"Threshold for low-res versions of images" => "Threshold for low-res versions of images",
);
