]> git.mxchange.org Git - friendica-addons.git/commitdiff
dwpost addon ES translation updated THX Senex Petrovic
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 2 Apr 2021 06:33:39 +0000 (08:33 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 2 Apr 2021 06:33:39 +0000 (08:33 +0200)
dwpost/lang/es/messages.po
dwpost/lang/es/strings.php

index 18036677aae0748976fd84f26b18bf7ef85da5b2..44c1c0f8433e214a0260d80f78da8bf44091abfc 100644 (file)
@@ -4,14 +4,15 @@
 # 
 # 
 # Translators:
-# Alberto Díaz Tormo <albertodiaztormo@gmail.com>, 2016
+# Albert, 2016
+# Senex Petrovic <javierruizo@hotmail.com>, 2021
 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"
+"POT-Creation-Date: 2021-02-01 18:15+0100\n"
+"PO-Revision-Date: 2021-04-01 09:54+0000\n"
+"Last-Translator: Senex Petrovic <javierruizo@hotmail.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"
@@ -19,30 +20,30 @@ msgstr ""
 "Language: es\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: dwpost.php:39
+#: dwpost.php:41
 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 dwpost.php:76
+msgid "Dreamwidth Export"
+msgstr "Dreamwidth Exportar"
 
-#: dwpost.php:72
+#: dwpost.php:80
 msgid "Enable dreamwidth Post Addon"
-msgstr "Activar el addon de publicación dreamwidth"
+msgstr "Activar el módulo de publicación en Dreamwidth"
 
-#: dwpost.php:77
+#: dwpost.php:85
 msgid "dreamwidth username"
 msgstr "Nombre de usuario de dreamwidth"
 
-#: dwpost.php:82
+#: dwpost.php:90
 msgid "dreamwidth password"
 msgstr "Contraseña de dreamwidth"
 
-#: dwpost.php:87
+#: dwpost.php:95
 msgid "Post to dreamwidth by default"
 msgstr "Publicar en dreamwidth por defecto"
 
-#: dwpost.php:93
-msgid "Submit"
-msgstr "Enviar"
+#: dwpost.php:100
+msgid "Save Settings"
+msgstr "Guardar ajustes"
index c8c0399cf0e4b3144d7317b7695ce6178690fd9c..83a9c415af41c309a16dc8ab05ffb23214164bdf 100644 (file)
@@ -7,9 +7,9 @@ function string_plural_select_es($n){
 }}
 ;
 $a->strings["Post to Dreamwidth"] = "Publicar en Dreamwidth";
-$a->strings["Dreamwidth Post Settings"] = "Ajustes de publicación de Dreamwidth";
-$a->strings["Enable dreamwidth Post Addon"] = "Activar el addon de publicación dreamwidth";
+$a->strings["Dreamwidth Export"] = "Dreamwidth Exportar";
+$a->strings["Enable dreamwidth Post Addon"] = "Activar el módulo de publicación en 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";
+$a->strings["Save Settings"] = "Guardar ajustes";