friendica-addons/statusnet/lang/es/strings.php

41 lines
5.4 KiB
PHP

<?php
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
return ($n != 1);;
}}
;
$a->strings["Post to GNU Social"] = "Publicar en GNU Social";
$a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "Por favor contacte con el administrador de su página.<br />La URL de API provista no es válida.";
$a->strings["We could not contact the GNU Social API with the Path you entered."] = "No pudimos contactar con la API de GNU Social con el Camino que introdujo.";
$a->strings["GNU Social settings updated."] = "Ajustes de GNU Social actualizados.";
$a->strings["GNU Social Import/Export/Mirror"] = "Importar/Exportar/Reflejar GNU Social";
$a->strings["Globally Available GNU Social OAuthKeys"] = "Disponible globalmente GNU Social OAuthKeys";
$a->strings["There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below)."] = "Hay pares de clave preconfigurados OAuth para algunos servidores disponibles de GNU Social. Si está utilizando uno de ellos, por favor utilice estas credenciales. Si no se siente libre de conectar a alguna otra instancia de GNU Social (vea abajo).";
$a->strings["Save Settings"] = "Guardar Ajustes";
$a->strings["Provide your own OAuth Credentials"] = "Proveer sus propias credenciales de OAuth";
$a->strings["No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation."] = "No se encontró el par de claves de consumidor para GNU Social. Registre su cuenta de Friendica como un cliente de escritorio en su cuenta de GNU, copie el par de claves aquí e introduzca el origen de la API.<br />Antes de qeu registre su propio par de claves de OAuth pregunte al administrador si ya hay un par de claves para esta instalación de Friendica en su instalación de GNU Social favorita.";
$a->strings["OAuth Consumer Key"] = "Clave de Consumidor de OAuth";
$a->strings["OAuth Consumer Secret"] = "Secreto de Consumidor de OAuth";
$a->strings["Base API Path (remember the trailing /)"] = "Camino Base de API (Recordar la cola /)";
$a->strings["To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to GNU Social."] = "Para conectarse a su cuenta GNU Social click en el botón de abajo para obtener un código de seguridad de GNU Social que puede copiar en la caja de abajo y enviar el formulario. Sólo sus entradas <strong>públicas</strong> se publicarán en GNU Social.";
$a->strings["Log in with GNU Social"] = "Acceder a GNU Social";
$a->strings["Copy the security code from GNU Social here"] = "Copiar el código de seguridad de GNU Social aquí";
$a->strings["Cancel Connection Process"] = "Cancelar el Proceso de Conexión";
$a->strings["Current GNU Social API is"] = "API de GNU Social actual";
$a->strings["Cancel GNU Social Connection"] = "Cancelar la conexión a GNU Social";
$a->strings["Currently connected to: "] = "Actualmente conectado a:";
$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Si está habilitado, todas sus publicaciones <strong>públicas</strong> pueden publicarse en la cuenta asociada de GNU Social. Puede elegir hacer eso por defecto (aquí) o por cada publicación por separado en las opciones de publicación mientras escribe la entrada.";
$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong>Nota</strong>: Debido a sus ajustes de privacidad (<em>?Ocultar los detalles de su perfil a espectadores desconocidos?</em>) el enlace potencialmente incluído en publicaciones públicas transmitidas a GNU Social llevarán al visitante a una página en blanco informándole de que el acceso a su perfil ha sido restringido.";
$a->strings["Allow posting to GNU Social"] = "Permitir publicar en GNU Social";
$a->strings["Send public postings to GNU Social by default"] = "Enviar las publicaciones públicas a GNU Social por defecto";
$a->strings["Mirror all posts from GNU Social that are no replies or repeated messages"] = "Reflejar todas las entradas de GNU Social que no son respuestas o mensajes repetidos";
$a->strings["Import the remote timeline"] = "Importar la línea de tiempo remota";
$a->strings["Disabled"] = "Deshabilitado";
$a->strings["Full Timeline"] = "Línea de Tiempo completa";
$a->strings["Only Mentions"] = "Sólo Menciones";
$a->strings["Clear OAuth configuration"] = "Limpiar la configuración de OAuth";
$a->strings["Site name"] = "Nombre de la página";
$a->strings["Consumer Secret"] = "Secreto de Consumidor";
$a->strings["Consumer Key"] = "Clave de Consumidor";