From c07f1b4f6fd9f0a0e83fabcc01d08f9608066ed0 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 2 Apr 2021 08:38:43 +0200 Subject: [PATCH] gnot addon ES translation updated THX Senex Petrovic --- gnot/lang/es/messages.po | 33 +++++++++++++++------------------ gnot/lang/es/strings.php | 5 ++--- 2 files changed, 17 insertions(+), 21 deletions(-) diff --git a/gnot/lang/es/messages.po b/gnot/lang/es/messages.po index 6e4b8569..7abd2464 100644 --- a/gnot/lang/es/messages.po +++ b/gnot/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-16 16:38+0000\n" -"Last-Translator: Albert\n" +"POT-Creation-Date: 2021-02-01 18:15+0100\n" +"PO-Revision-Date: 2021-04-01 09:56+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,29 +20,25 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnot.php:48 -msgid "Gnot settings updated." -msgstr "Ajustes de Gnot actualizados." - -#: gnot.php:79 +#: gnot.php:71 msgid "Gnot Settings" msgstr "Ajustes de Gnot" -#: gnot.php:81 +#: gnot.php:72 +msgid "Save Settings" +msgstr "Guardar Ajustes" + +#: gnot.php:73 +msgid "Enable this addon?" +msgstr "¿Habilitar este plugin/addon?" + +#: gnot.php:75 msgid "" "Allows threading of email comment notifications on Gmail and anonymising the" " subject line." msgstr "Permite limpiar las notificaciones de comentario de email en Gmail y anonimizar la línea del tema." -#: gnot.php:82 -msgid "Enable this addon?" -msgstr "¿Habilitar este addon?" - -#: gnot.php:88 -msgid "Submit" -msgstr "Enviar" - -#: gnot.php:97 +#: gnot.php:84 #, php-format msgid "[Friendica:Notify] Comment to conversation #%d" msgstr "[Friendica:Notify] Comentar en conversación #%d" diff --git a/gnot/lang/es/strings.php b/gnot/lang/es/strings.php index ac77d10e..ae9998bd 100644 --- a/gnot/lang/es/strings.php +++ b/gnot/lang/es/strings.php @@ -6,9 +6,8 @@ function string_plural_select_es($n){ return intval($n != 1); }} ; -$a->strings["Gnot settings updated."] = "Ajustes de Gnot actualizados."; $a->strings["Gnot Settings"] = "Ajustes de Gnot"; +$a->strings["Save Settings"] = "Guardar Ajustes"; +$a->strings["Enable this addon?"] = "¿Habilitar este plugin/addon?"; $a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permite limpiar las notificaciones de comentario de email en Gmail y anonimizar la línea del tema."; -$a->strings["Enable this addon?"] = "¿Habilitar este addon?"; -$a->strings["Submit"] = "Enviar"; $a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] Comentar en conversación #%d";