From 2e64545f5222507be1d13f180a1993c264955113 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 6 Apr 2021 06:53:43 +0200 Subject: [PATCH] ES translation of the randplace addon updated THX Senex Petrovic --- randplace/lang/es/messages.po | 19 ++++++++++--------- randplace/lang/es/strings.php | 4 ++-- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/randplace/lang/es/messages.po b/randplace/lang/es/messages.po index 7f0a1047..c194acac 100644 --- a/randplace/lang/es/messages.po +++ b/randplace/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 22:23+0000\n" -"Last-Translator: Albert\n" +"POT-Creation-Date: 2021-02-01 18:15+0100\n" +"PO-Revision-Date: 2021-04-06 02: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" @@ -19,14 +20,14 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: randplace.php:169 +#: randplace.php:166 msgid "Randplace Settings" msgstr "Ajustes de Randplace" -#: randplace.php:171 +#: randplace.php:168 msgid "Enable Randplace Addon" -msgstr "Habilitar el Addon de Randplace" +msgstr "Habilitar el complemento Randplace" -#: randplace.php:177 -msgid "Submit" -msgstr "Enviar" +#: randplace.php:174 +msgid "Save Settings" +msgstr "Guardar ajustes" diff --git a/randplace/lang/es/strings.php b/randplace/lang/es/strings.php index bca4bca5..6fc36a81 100644 --- a/randplace/lang/es/strings.php +++ b/randplace/lang/es/strings.php @@ -7,5 +7,5 @@ function string_plural_select_es($n){ }} ; $a->strings["Randplace Settings"] = "Ajustes de Randplace"; -$a->strings["Enable Randplace Addon"] = "Habilitar el Addon de Randplace"; -$a->strings["Submit"] = "Enviar"; +$a->strings["Enable Randplace Addon"] = "Habilitar el complemento Randplace"; +$a->strings["Save Settings"] = "Guardar ajustes";