]> git.mxchange.org Git - friendica-addons.git/blobdiff - pumpio/lang/es/strings.php
ES translation work THX Albert
[friendica-addons.git] / pumpio / lang / es / strings.php
diff --git a/pumpio/lang/es/strings.php b/pumpio/lang/es/strings.php
new file mode 100644 (file)
index 0000000..8f0a8bf
--- /dev/null
@@ -0,0 +1,27 @@
+<?php
+
+if(! function_exists("string_plural_select_es")) {
+function string_plural_select_es($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Permission denied."] = "Permiso denegado.";
+$a->strings["Unable to register the client at the pump.io server '%s'."] = "Imposible registrar el cliente en el servidor '%s' de pump.io.";
+$a->strings["You are now authenticated to pumpio."] = "Ahora está autenticado en Pump.io.";
+$a->strings["return to the connector page"] = "volver a la página del conector";
+$a->strings["Post to pumpio"] = "Publicar en Pump.io";
+$a->strings["Pump.io Import/Export/Mirror"] = "Importar/Exportar/Reflejar Pump.io";
+$a->strings["pump.io username (without the servername)"] = "Nombre de usuario de Pump.io (sin el nombre de servidor)";
+$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "Nombre de servidor de Pump.io (sin \"http://\" o \"https://\" )";
+$a->strings["Authenticate your pump.io connection"] = "Autenticar su conexión de Pump.io";
+$a->strings["Import the remote timeline"] = "Importar la línea de tiempo remota";
+$a->strings["Enable pump.io Post Plugin"] = "Habilitar Plugin de publicación de Pump.io";
+$a->strings["Post to pump.io by default"] = "Publicar en Pump.io por defecto";
+$a->strings["Should posts be public?"] = "¿Deberían de ser públicas las entradas?";
+$a->strings["Mirror all public posts"] = "Reflejar todas las entradas públicas";
+$a->strings["Check to delete this preset"] = "Chequear para eliminar este preajuste";
+$a->strings["Save Settings"] = "Guardar Ajustes";
+$a->strings["Pump.io post failed. Queued for retry."] = "Falló la publicación de Pump.io. En cola para reintentar.";
+$a->strings["Pump.io like failed. Queued for retry."] = "Falló el Like de Pump.io. En cola para reintentar.";
+$a->strings["status"] = "estado";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s le gustan los %3\$s de %2\$s";