]> git.mxchange.org Git - friendica-addons.git/blobdiff - buglink/lang/es/strings.php
ES update to the translations THX Athalbert
[friendica-addons.git] / buglink / lang / es / strings.php
index fe63248860aac519fcce774cb53077430c6cfb29..27e45c1b91f3b26606b41c757a9008de4b6a2477 100644 (file)
@@ -1,3 +1,8 @@
-<?php\r
-\r
-$a->strings["Report Bug"] = "Informe de errores";\r
+<?php
+
+if(! function_exists("string_plural_select_es")) {
+function string_plural_select_es($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Report Bug"] = "Reportar error";