]> git.mxchange.org Git - friendica-addons.git/blobdiff - randplace/lang/es/strings.php
More bots, more false positives
[friendica-addons.git] / randplace / lang / es / strings.php
index 46139f5cd8dec8b91d72f88d513d6995a512dc53..b196c6b89e39631fdab35a551336ebc2b1e82d86 100644 (file)
@@ -1,5 +1,10 @@
-<?php\r
-\r
-$a->strings["Randplace Settings"] = "Configuración de Randplace";\r
-$a->strings["Enable Randplace Plugin"] = "Activar el módulo de lugar aleatorio Randplace";\r
-$a->strings["Submit"] = "Envíar";\r
+<?php
+
+if(! function_exists("string_plural_select_es")) {
+function string_plural_select_es($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Randplace Settings"] = "Ajustes de Randplace";
+$a->strings["Enable Randplace Addon"] = "Habilitar el Addon de Randplace";
+$a->strings["Submit"] = "Enviar";