<?php
/*
* Copyright 2007-2017 Charles du Jeu <contact (at) cdujeu.me>
* 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(
"Message Queuing" => "Cola de Mensajes",
"MQ Abstraction for dynamic dispatching" => "Abstracción MQ para envío dinámico",
"Inner Messaging" => "Mensajes Internos",
"MQ Instance" => "Instancia MQ",
"Choose the plugin" => "Elige un plugin",
"Post the notification in a temporary queue. You must set up the scheduler accordingly to make sure the queue is then consumed on a regularly basis." => "Envía la notificación a una cola temporal. Tienes que configurar el planificador para asegurarte que la cola se procese regularmente.",
"Queue notifications" => "Encola notificaciones",
"WebSocket Server" => "Servidor WebSocket",
"WebSocket server is running" => "El servidor WebSocket está funcionando",
"WebSocket" => "WebSocket",
"WebSocket client connect address" => "Dirección de conexión del cliente WebSocket",
"WS Client Address" => "Dirección del Cliente WS",
"WebSocket client connect port" => "Puerto de conexión del cliente WebSocket",
"WS Client Port" => "Puerto del Cliente WS",
"WebSocket client secure connection" => "Conexión segura del cliente WebSocket",
"WS Client SSL" => "SSL del Cliente WS",
"WebSocket server bind address" => "Dirección de enlace del servidor WebSocket",
"WS Server Host" => "Host del Servidor WS",
"WebSocket server bind port" => "Puerto de enlace del servidor WebSocket",
"WS Server Port" => "Puerto del Servidor WS",
"WebSocket handler path" => "Ruta de WebSocket",
"WS Path" => "Ruta de WS",
"WebSocket admin key" => "Clave de administración de WebSocket",
"WS Key" => "Clave WS",
"WebSocket Server Status" => "Estado del Servidor WebSocket",
"Try to detect if the server is running correctly" => "Intenta detectar si el servidor está funcionando correctamente",
"Run WebSocket Server" => "Ejecutar Servidor WebSocket",
"Switch the WS server ON" => "Activa el servidor WS",
"Stop WebSocket Server" => "Parar el Servidor WebSocket",
"Switch the WS server OFF" => "Desactivar el servidor WS",
"Alternative poller frequency" => "Frecuencia alternativa de sondeo",
"If WebSocket server is not running, a polling mechanism will replace it. Fix the frequency of refresh, in seconds." => "Si el servidor WebSocket no esta funcionando, se reemplaza con un mecanismo de sondeo. Arregla la frecuencia de actualización, en segundos.",
);
