<?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(
"CAS FrontEnd" => "CAS FrontEnd",
"Authentication by CAS" => "Authenticación por CAS",
"Order" => "Orden",
"Order this plugin with other auth frontends" => "Ordena este plugin con otros plugins de autenticación",
"Create User" => "Crear Usuario",
"Automatically create user if it does not already exists" => "Crea automáticamente el usuario si no existe",
"General" =>"General" ,
"Protocol Type" =>"Tipo de Protocolo",
"Enable/disable automatically based on the protocol used" => "Activa/Desactiva automáticamente en base al protocolo usado",
"Sessions Only" => "Sólo Sesiones",
"CAS server address" => "Dirección del servidor CAS",
"CAS Server" => "Servidor CAS",
"CAS Port" => "Puerto CAS" ,
"Port where CAS server is running on. Default: 443" => "Puerto en el que está funcionando el servidor CAS. Por defecto: 443.",
"CAS URI" => "CAS URI" ,
"URI for CAS service (without / at the end). Default:" => "URI del servicio CAS (sin / al final). Por defecto:",
"Logout URL" => "URL de Salida",
"Redirect to the given URL on loggin out" => "Redireccionar a la URL dada al salir",
"Modify login page" => "Modificar página de identificación" ,
"Login page will be modified to give user a link to authenticate via CAS manually. Otherwise Pydio will redirect automatically to CAS login page." => "La página de identificación será modificada para proporcionar al usuario un link para autenticarse vía CAS manualmente. En caso contrario Pydio redireccionará directamente a la página de identificación CAS.",
"Certificate path" => "Ruta del Certificado" ,
"Path to the ca chain that issued the cas server certificate" => "Ruta al CA chain que proporcionó certificado del servidor CAS",
"Debug mode" => "Modo Debug" ,
"Debug file" => "Archivo Debug" ,
"Set phpCAS in debug mode" => "Configurar phpCAS en modo debug" ,
"Log to file. If null, use yyyy-mm-dd.txt" => "Archivo de registro. Si no se especifica, usa yyyy-mm-dd.txt",
"String for CAS auth" => "Frase para aut. por CAS",
"This message will be appeared in login page. Ex: Use CAS credential" => "Este mensaje aparece en la pantalla de indentificación. P.E.: Usa credencial CAS",
"String for Pydio auth" => "Frase para aut. Pydio",
"This message will be appeared in login page. Ex: Use Pydio credential" => "Este mensaje aparece en la pantalla de indentificación. P.E.: Usa credencial Pydio",
"String for button click here" => "Frase para botón pulsa aquí",
"Additional roles for user logged in by CAS" => "Roles adicionales para usuario identificado por CAS",
"phpCAS mode" => "Modo phpCAS" ,
"In mode proxy, phpCAS works as a CAS Proxy who provides Proxy ticket for others services such as SMB, IMAP" => "En modo proxy, php CAS trabaja como un proxy CAS que proporciona Proxy Ticket a otros servicios como SBM o IMAP.",
"Client" => "Cliente" ,
"Proxy" => "Proxy" ,
"Proxied Service" => "Servicio por Proxy" ,
"Proxied service who uses Proxy Ticket provided by this CAS Proxy.Ex smb://pydio.com" => "Servicio por proxy que usa el Proxy Ticket proporcionado por CAS Proxy. Por ejemplo smb://pydio.com",
"PTG store mode" => "Almacenamiento PTG" ,
"Config for Proxy Granting Ticket Storage. If is file option, location for storate is session_save_path()" => "Configuración almacenamiento Proxy Granting Ticket. Si es una opción de archivo, se usa session_save_path()",
"mySQL Tables" => "Tablas MySQL",
"Install SQL Table (support only mysql)" => "Instala Tabla SQL (sólo soporta mysql)",
"Set Fixed Callback Url" => "Configura URL fija de Callback",
"CAS will call this url to pass pgtID and pgtIOU. It's very useful when you deploy Pydio in several nodes" => "CAS llama a esta URL para pasar pgtID y pgtIOU. Es útil cuando configurar Pydio en varios nodos.",
);
