Merge branch '3.6-release'
[friendica-addons.git] / gpluspost / lang / es / strings.php
diff --git a/gpluspost/lang/es/strings.php b/gpluspost/lang/es/strings.php
deleted file mode 100644 (file)
index a9bbedf..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-
-if(! function_exists("string_plural_select_es")) {
-function string_plural_select_es($n){
-       return ($n != 1);;
-}}
-;
-$a->strings["Post to Google+"] = "Publicar en Google+";
-$a->strings["Enable Google+ Post Plugin"] = "Habilitar el plugin de publicación de Google+";
-$a->strings["Google+ username"] = "Nombre de usuario de Google+";
-$a->strings["Google+ password"] = "Contraseña de Google+";
-$a->strings["Google+ page number"] = "Número de página de Google+";
-$a->strings["Post to Google+ by default"] = "Publicar en Google+ por defecto";
-$a->strings["Do not prevent posting loops"] = "No impedir los bucles de publicación";
-$a->strings["Skip messages without links"] = "Saltar los mensajes sin enlaces";
-$a->strings["Mirror all public posts"] = "Reflejar todas las entradas públicas";
-$a->strings["Mirror Google Account ID"] = "Reflecar la ID de Cuenta de Google";
-$a->strings["Save Settings"] = "Guardar ajustes";
-$a->strings["Google+ post failed. Queued for retry."] = "La publicación en Google+ falló. En cola para reintentarlo.";