diff --git a/dwpost/lang/es/messages.po b/dwpost/lang/es/messages.po index 18036677..44c1c0f8 100644 --- a/dwpost/lang/es/messages.po +++ b/dwpost/lang/es/messages.po @@ -4,14 +4,15 @@ # # # Translators: -# Alberto Díaz Tormo , 2016 +# Albert, 2016 +# Senex Petrovic , 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 \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 \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" diff --git a/dwpost/lang/es/strings.php b/dwpost/lang/es/strings.php index c8c0399c..83a9c415 100644 --- a/dwpost/lang/es/strings.php +++ b/dwpost/lang/es/strings.php @@ -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";