]> git.mxchange.org Git - friendica-addons.git/blobdiff - superblock/lang/es/strings.php
Merge pull request #1096 from annando/post-type
[friendica-addons.git] / superblock / lang / es / strings.php
index cb80c96e80b86a05752c4ed8528c44cb980c5dc4..b211bfc6e3209248396694ae54103bd430191ee8 100644 (file)
@@ -2,12 +2,11 @@
 
 if(! function_exists("string_plural_select_es")) {
 function string_plural_select_es($n){
-       return ($n != 1);;
+       $n = intval($n);
+       return intval($n != 1);
 }}
 ;
-$a->strings["\"Superblock\""] = "";
+$a->strings["Superblock"] = "SoperbloquĆ©o";
 $a->strings["Comma separated profile URLS to block"] = "Perfil de URLS a bloque separado por comas";
 $a->strings["Save Settings"] = "Guardar configuraciĆ³n";
-$a->strings["SUPERBLOCK Settings saved."] = "";
 $a->strings["Block Completely"] = "Bloquear completamente";
-$a->strings["superblock settings updated"] = "";