<?php
$mess = array(
    "Open Cloud API" => "Especificación Open Cloud",
    "Open Cloud API Implementation" => "Impementación API de Open Cloud",
    "Enable Federated Sharing" => "Activar Federated Sharing",
    "Allow users to send / receive shares from other Pydio instances or from other Federated-Sharing-compatible systems" => "Permitir a los usuarios enviar/recibir intercambios desde otras instancias de Pydio o desde otro systema compatible con Federated Sharing",
    "Trusted Servers" => "Servidores de Confianza",
    "Server ID" => "ID del Servidor",
    "Label" => "Etiqueta",
    "Unique ID (use alphanumeric characters) identifying server" => "ID único del servidor (use carácteres alfanuméricos)",
    "User-friendly label to display the servers list" => "Etiqueta para mostrar en la lista de servidores",
    "Server URL" => "URL del Servidor",
    "Server URL including http/https protocol" => "URL del Servidor incluyendo el protocolo http/https",
    "User name used to connect to remote server. Must be created on the remote server first" => "Nombre de usuario usado para conectar al servidor remoto. Debe crearse en el servidor remoto primero.",
    "Password used to connect to remote server." => "Contraseña usada para conectar al servidor remoto."
);
