--- /dev/null
+# ADDON forumlist
+# Copyright (C)
+# This file is distributed under the same license as the Friendica forumlist addon package.
+#
+#
+# Translators:
+# Alberto Díaz Tormo <albertodiaztormo@gmail.com>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-02-27 05:01-0500\n"
+"PO-Revision-Date: 2016-10-23 11:41+0000\n"
+"Last-Translator: Alberto Díaz Tormo <albertodiaztormo@gmail.com>\n"
+"Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: forumlist.php:64
+msgid "Forums"
+msgstr "Foros"
+
+#: forumlist.php:67
+msgid "show/hide"
+msgstr "mostrar/ocultar"
+
+#: forumlist.php:81
+msgid "No forum subscriptions"
+msgstr "Sin subscripciones de foro"
+
+#: forumlist.php:98
+msgid "Forums:"
+msgstr "Foros:"
+
+#: forumlist.php:134
+msgid "Forumlist settings updated."
+msgstr "Ajustes de la lista de foros actualizados."
+
+#: forumlist.php:162
+msgid "Forumlist Settings"
+msgstr "Ajustes de la lista de foros"
+
+#: forumlist.php:164
+msgid "Randomise forum list"
+msgstr "Aleatorizar la lista de foros"
+
+#: forumlist.php:167
+msgid "Show forums on profile page"
+msgstr "Mostrar foros en la página de perfil"
+
+#: forumlist.php:170
+msgid "Show forums on network page"
+msgstr "Mostrar foros en la página de red"
+
+#: forumlist.php:178
+msgid "Submit"
+msgstr "Enviar"
-<?php\r
-\r
-$a->strings["Forums"] = "Foros";\r
-$a->strings["show/hide"] = "mostrar/ocultar";\r
-$a->strings["No forum subscriptions"] = "Foro sin suscrpciones";\r
-$a->strings["Forums:"] = "Foros:";\r
-$a->strings["Forumlist settings updated."] = "Ajustes de lista de foros actualizados.";\r
-$a->strings["Forumlist Settings"] = "Ajustes de lista de foros";\r
-$a->strings["Randomise forum list"] = "";\r
-$a->strings["Show forums on profile page"] = "";\r
-$a->strings["Show forums on network page"] = "";\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["Forums"] = "Foros";
+$a->strings["show/hide"] = "mostrar/ocultar";
+$a->strings["No forum subscriptions"] = "Sin subscripciones de foro";
+$a->strings["Forums:"] = "Foros:";
+$a->strings["Forumlist settings updated."] = "Ajustes de la lista de foros actualizados.";
+$a->strings["Forumlist Settings"] = "Ajustes de la lista de foros";
+$a->strings["Randomise forum list"] = "Aleatorizar la lista de foros";
+$a->strings["Show forums on profile page"] = "Mostrar foros en la página de perfil";
+$a->strings["Show forums on network page"] = "Mostrar foros en la página de red";
+$a->strings["Submit"] = "Enviar";