From 479533bf407309593903007b356fc5e2d5a49811 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 6 Apr 2021 06:34:00 +0200 Subject: [PATCH] ES translation of the wppost addon updated THX Senex Petrovic --- wppost/lang/es/messages.po | 31 ++++++++++++++++--------------- wppost/lang/es/strings.php | 2 +- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/wppost/lang/es/messages.po b/wppost/lang/es/messages.po index 0c555a7f..067ca792 100644 --- a/wppost/lang/es/messages.po +++ b/wppost/lang/es/messages.po @@ -5,13 +5,14 @@ # # Translators: # Albert, 2016-2017 +# Senex Petrovic , 2021 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-01-24 21:06+0100\n" -"PO-Revision-Date: 2017-02-25 22:42+0000\n" -"Last-Translator: Albert\n" +"POT-Creation-Date: 2021-02-01 18:16+0100\n" +"PO-Revision-Date: 2021-04-06 02:38+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,7 +20,7 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: wppost.php:42 +#: wppost.php:39 msgid "Post to Wordpress" msgstr "Publicar en Wordpress" @@ -29,46 +30,46 @@ msgstr "Exportar a Wordpress" #: wppost.php:87 msgid "Enable WordPress Post Addon" -msgstr "Habilitar Addon de publicación de WordPress" +msgstr "Habilitar el complemento de publicación de WordPress" -#: wppost.php:92 +#: wppost.php:93 msgid "WordPress username" msgstr "Nombre de usuario de WordPress" -#: wppost.php:97 +#: wppost.php:98 msgid "WordPress password" msgstr "Contraseña de WordPress" -#: wppost.php:102 +#: wppost.php:103 msgid "WordPress API URL" msgstr "URL de API de WordPress" -#: wppost.php:107 +#: wppost.php:108 msgid "Post to WordPress by default" msgstr "Publicar en WordPress por defecto" -#: wppost.php:112 +#: wppost.php:114 msgid "Provide a backlink to the Friendica post" msgstr "Proveer un enlace inverso a la entrada de Friendica" -#: wppost.php:116 +#: wppost.php:119 msgid "" "Text for the backlink, e.g. Read the original post and comment stream on " "Friendica." msgstr "Texto para el enlace inverso, e.g. Lea la entrada original y comente en Friendica." -#: wppost.php:121 +#: wppost.php:124 msgid "Don't post messages that are too short" msgstr "No escriba mensajes demasiado cortos" -#: wppost.php:127 +#: wppost.php:131 msgid "Save Settings" msgstr "Guardar configuración" -#: wppost.php:206 +#: wppost.php:231 msgid "Read the orig­i­nal post and com­ment stream on Friendica" msgstr "Leer la publicación original y comente en Friendica" -#: wppost.php:269 +#: wppost.php:289 msgid "Post from Friendica" msgstr "Publicar desde Friendica" diff --git a/wppost/lang/es/strings.php b/wppost/lang/es/strings.php index 499e422e..dc04fd3d 100644 --- a/wppost/lang/es/strings.php +++ b/wppost/lang/es/strings.php @@ -8,7 +8,7 @@ function string_plural_select_es($n){ ; $a->strings["Post to Wordpress"] = "Publicar en Wordpress"; $a->strings["Wordpress Export"] = "Exportar a Wordpress"; -$a->strings["Enable WordPress Post Addon"] = "Habilitar Addon de publicación de WordPress"; +$a->strings["Enable WordPress Post Addon"] = "Habilitar el complemento de publicación de WordPress"; $a->strings["WordPress username"] = "Nombre de usuario de WordPress"; $a->strings["WordPress password"] = "Contraseña de WordPress"; $a->strings["WordPress API URL"] = "URL de API de WordPress";