friendica-addons/wppost/lang/es/strings.php
Adam Magness 96c41e5623 Update strings
update strings to contain addon
2018-01-20 11:01:59 -05:00

21 lines
1.2 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
return ($n != 1);;
}}
;
$a->strings["Post to Wordpress"] = "Publicar en Wordpress";
$a->strings["Wordpress Export"] = "Exportar a Wordpress";
$a->strings["Enable WordPress Post Addon"] = "Habilitar Addon de publicación de WordPress";
$a->strings["WordPress username"] = "Nombre de usuario de WordPress";
$a->strings["WordPress password"] = "Contraseña de WordPress";
$a->strings["WordPress API URL"] = "URL de API de WordPress";
$a->strings["Post to WordPress by default"] = "Publicar en WordPress por defecto";
$a->strings["Provide a backlink to the Friendica post"] = "Proveer un enlace inverso a la entrada de Friendica";
$a->strings["Text for the backlink, e.g. Read the original post and comment stream on Friendica."] = "Texto para el enlace inverso, e.g. Lea la entrada original y comente en Friendica.";
$a->strings["Don't post messages that are too short"] = "No escriba mensajes demasiado cortos";
$a->strings["Save Settings"] = "Guardar configuración";
$a->strings["Read the orig­i­nal post and com­ment stream on Friendica"] = "Leer la publicación original y comente en Friendica";
$a->strings["Post from Friendica"] = "Publicar desde Friendica";