From 57531318a66b5daea5d59adc80f62851b657667a Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 2 Apr 2021 08:40:59 +0200 Subject: [PATCH] grou_text addon ES translation updated THX Senex Petrovic --- group_text/lang/es/messages.po | 21 +++++++++------------ group_text/lang/es/strings.php | 3 +-- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/group_text/lang/es/messages.po b/group_text/lang/es/messages.po index 87bdbe65..5d6d4107 100644 --- a/group_text/lang/es/messages.po +++ b/group_text/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:53+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,18 +20,14 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: group_text.php:46 -msgid "Group Text settings updated." -msgstr "Ajustes de Grupo de Texto actualizados" - -#: group_text.php:76 +#: group_text.php:62 msgid "Group Text" msgstr "Grupo de Texto" -#: group_text.php:78 +#: group_text.php:64 msgid "Use a text only (non-image) group selector in the \"group edit\" menu" msgstr "Utilice sólo el selector de grupo de texto (no imagen) en el menú \"edición de grupo\"" -#: group_text.php:84 -msgid "Submit" -msgstr "Enviar" +#: group_text.php:70 +msgid "Save Settings" +msgstr "Guardar Ajustes" diff --git a/group_text/lang/es/strings.php b/group_text/lang/es/strings.php index d48bc7ff..443b0647 100644 --- a/group_text/lang/es/strings.php +++ b/group_text/lang/es/strings.php @@ -6,7 +6,6 @@ function string_plural_select_es($n){ return intval($n != 1); }} ; -$a->strings["Group Text settings updated."] = "Ajustes de Grupo de Texto actualizados"; $a->strings["Group Text"] = "Grupo de Texto"; $a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Utilice sólo el selector de grupo de texto (no imagen) en el menú \"edición de grupo\""; -$a->strings["Submit"] = "Enviar"; +$a->strings["Save Settings"] = "Guardar Ajustes";