<?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(
"FS Mount" => "Montar FS",
"Mount a remote location on the file system before accessing the repository" => "Monta una dirección remota en el sistema de archivos antes de acceder al workspace",
"User quota" => "Cuota de Usuario",
"Maintain the size of a given directory for each user" => "Mantiene el tamaño determinado del directorio para cada usuario",
"Usage scope" => "Ámbito de Uso",
"Define if usage must be computed for this repository only, or cumulated on all the repositories of the user" => "Define si el uso debe ser calculado para este repositorio únicamente o debe ser acumulado para todos los repositorios del usuario",
"Repository" => "Repositorio",
"Cumulate repositories" => "Repositorios acumulados",
"User Quota" => "Cuota de Usuario",
"Authorized quota. Use php.ini like values (20M, 2G), etc." => "Cuota autorizada. Usa valores como en php.ini (20M, 2G,...)",
"Cache value" => "Almacena valor",
"Store computed quota value in the user preferences, to avoid triggering computation each time it is requested. This may introduce some lag if the repository is shared by many users." => "Almacena el valor de la cuota en las preferencias del usuario para evitar el calculo cada vez. Esto puede introducir retardos en la respues de repositorios compartidos por muchos usuarios.",
"Soft Limit (%)" => "Limite Flexible (%)",
"Custom Field (Deprecated)" => "Campo personalizado (Obsoleto)",
"If you want to define quotas for each user, define a custom field in the CUSTOM_DATA parameter of the conf plugin, and declare this field name here." => "Si quieres definir las cuotas para cada usuario, define un campo personalizado en CUSTOM_DATA de la configuración del plugin y declara el nombre del campo aquí.",
);
