<?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(
"RADIUS Authentication" => "Autenticación RADIUS",
"Authenticate user by directly connecting to an RADIUS server" => "Autenticar usuarios conectando directamente a un servidor RADIUS",
"Server" => "Servidor",
"IP or DNS name of the RADIUS server" => "IP o DNS del servidor RADIUS",
"Port" => "Puerto",
"Port of the RADIUS server" => "Puerto del servidor RADIUS",
"Shared secret" => "Secreto Compartido",
"Shared secret of the RADIUS server" => "Secreto compartido del servidor RADIUS",
"Auth type" => "Tipo de Autenticación",
"Auth type to use for RADIUS server" => "Tipo de autenticación para usar con el servidor RADIUS",
"Test user" => "Usuario de prueba",
"User for connection testing" => "Usuario para probar la conexión",
"Test password" => "Contraseña de prueba",
"Password for connection testing" => "Contraseña para probar la conexión",
"Test Connection" => "Prueba la Conexión",
"Try to connect to RADIUS server" => "Prueba a conectar al servidor RADIUS",
);
