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

30 lines
3.5 KiB
PHP

<?php
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
return ($n != 1);;
}}
;
$a->strings["Post to Twitter"] = "Entrada para Twitter";
$a->strings["Twitter settings updated."] = "Ajustes de Twitter actualizados.";
$a->strings["Twitter Posting Settings"] = "Ajustes de publicación de Twitter";
$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "No hay par de claves para encuentro de Twitter.";
$a->strings["At this Friendica instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "En esta petición de Friendica el plugin de Twitter estaba activo pero usted no ha conectado aún su cuenta con la cuenta de Twitter. Para hacerlo click en el botón de abajo para obtener un PIN desde Twitter que tiene que copiar en la caja de texto de abajo y enviar el formulario. Sólo sus entradas <strong>públicas</strong> serán posteadas en Twitter";
$a->strings["Log in with Twitter"] = "Iniciar sesión con Twitter";
$a->strings["Copy the PIN from Twitter here"] = "Copie el PIN de Twitter aquí";
$a->strings["Submit"] = "Enviar";
$a->strings["Currently connected to: "] = "Moneda conectada a:";
$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Si habilita todas sus publicaciones <strong>públicas</strong> pueden ser publicadas en la cuenta de Twitter asociada. Puede elegir hacer eso por defecto (aquí) o por cada publicación por separado en las opciones de entrada cuando escriba 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 Twitter 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 sus detalles de perfil de espectadores desconocidos?</em>) el enlace potencialmente incluido en publicaciones públicas relevado a Twitter llevará 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 Twitter"] = "Permitir publicar en Twitter";
$a->strings["Send public postings to Twitter by default"] = "Enviar publicaciones públicas a Twitter por defecto";
$a->strings["Mirror all posts from twitter that are no replies or retweets"] = "Reflejar todas las publicaciones de Twitter que no son respuestas o retweets.";
$a->strings["Shortening method that optimizes the tweet"] = "Método de corte the optimiza el tweet";
$a->strings["Send linked #-tags and @-names to Twitter"] = "Enviar #-etiquetas enlazadas y @-nombres a Twitter";
$a->strings["Clear OAuth configuration"] = "Borrar configuración OAuth";
$a->strings["Settings updated."] = "Ajustes actualizados";
$a->strings["Consumer key"] = "Clave de consumidor";
$a->strings["Consumer secret"] = "Secreto de consumidor";
$a->strings["Name of the Twitter Application"] = "Nombre de la aplicación de Twitter";
$a->strings["set this to avoid mirroring postings from ~friendica back to ~friendica"] = "Fijar esto para evitar el reflejo de publicaciones de ~friendica de vuelta a ~friendica";