From 2428e8551987bdec43e69c3e6b5d04b62b09f873 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 2 Apr 2021 08:50:42 +0200 Subject: [PATCH] ljpost addon ES translation updated THX Senex Petrovic --- ljpost/lang/es/messages.po | 25 +++++++++++++------------ ljpost/lang/es/strings.php | 4 ++-- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/ljpost/lang/es/messages.po b/ljpost/lang/es/messages.po index f94e20bb..309a22e1 100644 --- a/ljpost/lang/es/messages.po +++ b/ljpost/lang/es/messages.po @@ -5,13 +5,14 @@ # # Translators: # 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-11-17 20:17+0000\n" -"Last-Translator: Albert\n" +"POT-Creation-Date: 2021-02-01 18:15+0100\n" +"PO-Revision-Date: 2021-04-01 10:05+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" @@ -23,26 +24,26 @@ msgstr "" msgid "Post to LiveJournal" msgstr "Publicar en LiveJournal" -#: ljpost.php:70 +#: ljpost.php:73 msgid "LiveJournal Post Settings" msgstr "Ajustes de publicación de LiveJournal" -#: ljpost.php:72 +#: ljpost.php:75 msgid "Enable LiveJournal Post Addon" -msgstr "Habilitar Addon de publicción de LiveJournal" +msgstr "Habilitar el Plugin de LiveJournal" -#: ljpost.php:77 +#: ljpost.php:80 msgid "LiveJournal username" msgstr "Nombre de usuario de LiveJournal" -#: ljpost.php:82 +#: ljpost.php:85 msgid "LiveJournal password" msgstr "Contraseña de LiveJournal" -#: ljpost.php:87 +#: ljpost.php:90 msgid "Post to LiveJournal by default" msgstr "Publicar en LiveJournal por defecto" -#: ljpost.php:93 -msgid "Submit" -msgstr "Enviar" +#: ljpost.php:96 +msgid "Save Settings" +msgstr "Guardar ajustes" diff --git a/ljpost/lang/es/strings.php b/ljpost/lang/es/strings.php index 225dfd10..6b10fb64 100644 --- a/ljpost/lang/es/strings.php +++ b/ljpost/lang/es/strings.php @@ -8,8 +8,8 @@ function string_plural_select_es($n){ ; $a->strings["Post to LiveJournal"] = "Publicar en LiveJournal"; $a->strings["LiveJournal Post Settings"] = "Ajustes de publicación de LiveJournal"; -$a->strings["Enable LiveJournal Post Addon"] = "Habilitar Addon de publicción de LiveJournal"; +$a->strings["Enable LiveJournal Post Addon"] = "Habilitar el Plugin de LiveJournal"; $a->strings["LiveJournal username"] = "Nombre de usuario de LiveJournal"; $a->strings["LiveJournal password"] = "Contraseña de LiveJournal"; $a->strings["Post to LiveJournal by default"] = "Publicar en LiveJournal por defecto"; -$a->strings["Submit"] = "Enviar"; +$a->strings["Save Settings"] = "Guardar ajustes";