<?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." => "El visor Image Magick soporta PDF y varios formatos de imágen. Necesita que estén instaladas las librerias en el servidor.",
"Convert Path" => "Ruta a Convert",
"Full path on the server to the 'convert' binary" => "Ruta completa en el servidor al comando 'convert",
"Thumbs Options" => "Opciones de Miniaturas",
"Imagick Options used for generating the thumbnails" => "Opciones de Imagick usadas para generar las miniaturas",
"Images Options" => "Opciones de Imágen",
"Imagick Options used for generation the high scale images" => "Opciones de Imagick usadas para generar imágenes grandes",
"Shared Options" => "Opciones Compartidas",
"You can add any Image Magick options you want here, applied to both thumbs and big images" => "Puedes añadir cualquier opción de Imagick aquí, se aplicarán a miniaturas e imágenes grandes.",
"Environment Path" => "Rutas en PATH",
"Additional path to put in the environment PATH variable before calling the command. Can be necessary for Ghostscript on Mac for example." => "Ruta adicional para añadir en la variable de entorno PATH antes de llamar al comando. Puede ser necesario para usar Ghostcript en Mac.",
"Pregeneration Threshold" => "Límite de Pregeneración",
"Threshold (in MegaByte) under which the pages are all generated when opening the document, and over which pages are generated on-demand only" => "Límite (en MB) por el que por debajo se generan las páginas cuando se abre el documento, por encima de este límite las páginas solo se generan bajo demanda",
"Unoconv Path" => "Ruta a Unoconv",
"Full path on the server to the 'unoconv' binary (see docs)" => "Ruta completa en el servidor al comando 'unoconv' (ver documentación)",
);
