From 471361430df178b2c917ca0755d0a25af03f9fd5 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 6 Apr 2021 06:49:09 +0200 Subject: [PATCH] ES translation of the startpage addon updated THX Senex Petrovic --- startpage/lang/es/messages.po | 23 ++++++++++++----------- startpage/lang/es/strings.php | 4 ++-- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/startpage/lang/es/messages.po b/startpage/lang/es/messages.po index a2e75db5..df56d227 100644 --- a/startpage/lang/es/messages.po +++ b/startpage/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:39+0000\n" -"Last-Translator: Albert\n" +"POT-Creation-Date: 2021-02-01 18:15+0100\n" +"PO-Revision-Date: 2021-04-06 02:09+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,18 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: startpage.php:83 -msgid "Startpage Settings" -msgstr "Ajustes de Startpage" +#: startpage.php:74 startpage.php:78 +msgid "Startpage" +msgstr "Página de Inicio" -#: startpage.php:85 +#: startpage.php:81 msgid "Home page to load after login - leave blank for profile wall" msgstr "Página principal a cargar tras el acceso - dejar en blanco para el muro de perfil" -#: startpage.php:88 +#: startpage.php:84 msgid "Examples: "network" or "notifications/system"" msgstr "Ejemplos: "network" o "notifications/system"" -#: startpage.php:92 -msgid "Submit" -msgstr "Enviar" +#: startpage.php:88 +msgid "Save Settings" +msgstr "Guardar ajustes" diff --git a/startpage/lang/es/strings.php b/startpage/lang/es/strings.php index 24485e72..2c0db20d 100644 --- a/startpage/lang/es/strings.php +++ b/startpage/lang/es/strings.php @@ -6,7 +6,7 @@ function string_plural_select_es($n){ return intval($n != 1); }} ; -$a->strings["Startpage Settings"] = "Ajustes de Startpage"; +$a->strings["Startpage"] = "Página de Inicio"; $a->strings["Home page to load after login - leave blank for profile wall"] = "Página principal a cargar tras el acceso - dejar en blanco para el muro de perfil"; $a->strings["Examples: "network" or "notifications/system""] = "Ejemplos: "network" o "notifications/system""; -$a->strings["Submit"] = "Enviar"; +$a->strings["Save Settings"] = "Guardar ajustes";