--- /dev/null
+# ADDON dwpost
+# Copyright (C)
+# This file is distributed under the same license as the Friendica dwpost 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:33+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"
+
+#: dwpost.php:39
+msgid "Post to Dreamwidth"
+msgstr "Publicar en Dreamwidth"
+
+#: dwpost.php:70
+msgid "Dreamwidth Post Settings"
+msgstr "Ajustes de publicación de Dreamwidth"
+
+#: dwpost.php:72
+msgid "Enable dreamwidth Post Plugin"
+msgstr "Activar el plugin de publicación dreamwidth"
+
+#: dwpost.php:77
+msgid "dreamwidth username"
+msgstr "Nombre de usuario de dreamwidth"
+
+#: dwpost.php:82
+msgid "dreamwidth password"
+msgstr "Contraseña de dreamwidth"
+
+#: dwpost.php:87
+msgid "Post to dreamwidth by default"
+msgstr "Publicar en dreamwidth por defecto"
+
+#: dwpost.php:93
+msgid "Submit"
+msgstr "Enviar"
-<?php\r
-\r
-$a->strings["Post to Dreamwidth"] = "Publicar en Dreamwidth";\r
-$a->strings["Dreamwidth Post Settings"] = "Configuración de las publicaciones en Dreamwidth";\r
-$a->strings["Enable dreamwidth Post Plugin"] = "Activar el módulo de publicación en Dreamwidth";\r
-$a->strings["dreamwidth username"] = "Nombre de usuario de Dreamwidth";\r
-$a->strings["dreamwidth password"] = "Contraseña de Dreamwidth";\r
-$a->strings["Post to dreamwidth by default"] = "Publicar en Dreamwidth por defecto";\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["Post to Dreamwidth"] = "Publicar en Dreamwidth";
+$a->strings["Dreamwidth Post Settings"] = "Ajustes de publicación de Dreamwidth";
+$a->strings["Enable dreamwidth Post Plugin"] = "Activar el plugin de publicación dreamwidth";
+$a->strings["dreamwidth username"] = "Nombre de usuario de dreamwidth";
+$a->strings["dreamwidth password"] = "Contraseña de dreamwidth";
+$a->strings["Post to dreamwidth by default"] = "Publicar en dreamwidth por defecto";
+$a->strings["Submit"] = "Enviar";