<?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(
"Samba" => "Samba",
"Browse a Samba Server" => "Navegar por un servidor Samba",
"Host" => "Host",
"Uri" => "URI",
"Path to the root folder on the server" => "Ruta al directorio raíz del servidor",
"File Creation Mask" => "Máscara de Archivo",
"Optionnaly apply a chmod operation. Value must be numeric, like 0777, 0644, etc." => "Aplicar opcionalmente una operación chmod. El valor debe ser numérico (p.e. 0777 0644, etc).",
"Server IP or name, do not use add slashes or backward slashes" => "IP del servidor o nombre, no usar signos de suma ni barras invertidas",
"Path to the share and complementary URI if necessary" => "Ruta al intercambio y URI complementaria si es necesario",
"Domain" => "Dominio",
"Default domain to use with session credentials. The domain name ends with '/' or '\' depend on your system. Example: MyDomain\ or YourDomain/. Default is /" => "Dominio predeterminado para usar con los credenciales de la sesión. El nombre del dominio termina con '/' o con '\' dependiendo del sistema.",
"Smbclient" => "Smbclient",
"Path to smbclient executable, considered to be in the path by default." => "Ruta al ejecutable smbclient, se considera que esta en la ruta por defecto.",
"Enable Zip" => "Activar Zip",
"Enable zip creation for repositories using Samba access. Make sure that you are using a very fast network, otherwise it will be very long!" => "Activar creación de zip para el repositorio usando acceso Samba. Asegurate de estar usando una conexión muy rápida, ¡puede tardar mucho si no es así!",
"Path Tmp" => "Ruta Temporal",
"OS Path Temporary if not the default one" => "Ruta temporal del OS si no es la ruta predeterminada",
);
