cookienotice addon ES translation added THX Senex Petrovic
[friendica-addons.git/.git] / cookienotice / lang / es / strings.php
diff --git a/cookienotice/lang/es/strings.php b/cookienotice/lang/es/strings.php
new file mode 100644 (file)
index 0000000..4491b67
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+
+if(! function_exists("string_plural_select_es")) {
+function string_plural_select_es($n){
+       $n = intval($n);
+       return intval($n != 1);
+}}
+;
+$a->strings["OK"] = "OK";
+$a->strings["Cookie Usage Notice"] = "Aviso de uso de cookies";
+$a->strings["OK Button Text"] = "Texto del botón OK";
+$a->strings["Save Settings"] = "Grabar Ajustes";