]> git.mxchange.org Git - friendica-addons.git/blobdiff - smileybutton/lang/es/strings.php
ES translation work THX Albert
[friendica-addons.git] / smileybutton / lang / es / strings.php
diff --git a/smileybutton/lang/es/strings.php b/smileybutton/lang/es/strings.php
new file mode 100644 (file)
index 0000000..96a6cc1
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+
+if(! function_exists("string_plural_select_es")) {
+function string_plural_select_es($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Smileybutton settings"] = "Ajustes de Smileybutton";
+$a->strings["You can hide the button and show the smilies directly."] = "Puede ocultar el botón y mostrar los emoticonos directamente.";
+$a->strings["Hide the button"] = "Ocultar el botón";
+$a->strings["Save Settings"] = "Guardar Ajustes";