<?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(
"Allowed Extensions" => "Extensiones Permitidas",
"Extensions List" => "Lista de Extensiones",
"Filter the files that are allowed to be uploaded, by extensions. Use a comma-separated list." => "Filtrar los archivos permitidos para subir por extension. Usar lista separada con comas.",
"Ext. Label" => "Etiqueta",
"User readable label for the list of allowed extensions (images, all files, etc)." => "Etiqueta para la lista de extensiones permitidas (imágenes, todos, etc).",
"Limitations" => "Limitaciones",
"Files Number" => "Número de Archivos",
"Maximum number of files for each upload. Leave to 0 for no limit." => "Número máximo de archivos para cada subida. Déjalo en 0 para archivos ilimitados.",
"File Size" => "Tamaño de Archivo",
"Maximum size per file allowed to upload. By default, this is fixed by php config 'upload_max_filesize'. Use this one only if you want to set it smaller than the php config. If you want to increase the php value, please check the PHP documentation for how to set a php config. Use either the php config syntax with letters for size (e.g. '2M' for 2MegaBytes , '1G' for one gigabyte, etc.) or an integer value like 2097152 for 2 megabytes." => "Tamaño de archivo máximo para la subida. Por defecto, esto esta fijado en la configuración PHP 'upload_max_filesize'. Usar sólo si quieres que sea menor a esta configuración. Si quieres incrementar este valor consulta la documentación de PHP para configurarlo. Se puede usar tanto la sintaxis de PHP (p.e. '2M' para 2 MegaBytes, '1G' para un GigaByte, etc) o un valor entero como 2097152 para 2 MegaBytes.",
"Cumul. Size" => "Tamaño Acumulado",
"Maximum total size (all files size cumulated) by upload. Leave to 0 if you do not want any limit. See the previous variable for syntax ('2M' or 2097152 )" => "Tamaño total máximo (acumulado de todos los archivos). Déjalo en 0 para tamaño ilimitado.",
"Uploaders Options" => "Opciones de Uploaders",
"Options shared by all uploaders plugins" => "Opciones compartidas por todos los plugins de subida",
);
