]> git.mxchange.org Git - friendica-addons.git/commitdiff
ES dwpost
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 10 Nov 2016 09:44:25 +0000 (10:44 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 10 Nov 2016 09:44:25 +0000 (10:44 +0100)
dwpost/lang/es/messages.po [new file with mode: 0644]
dwpost/lang/es/strings.php

diff --git a/dwpost/lang/es/messages.po b/dwpost/lang/es/messages.po
new file mode 100644 (file)
index 0000000..10368bb
--- /dev/null
@@ -0,0 +1,48 @@
+# 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"
index 11e6ff59a3d8cdb6c675d31b8c72f0337c3ac41e..646b945bd8211135882082129bb572840194484d 100644 (file)
@@ -1,9 +1,14 @@
-<?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";