diff --git a/showmore/lang/es/messages.po b/showmore/lang/es/messages.po index 56744631..d7f09108 100644 --- a/showmore/lang/es/messages.po +++ b/showmore/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:32+0000\n" -"Last-Translator: Albert\n" +"POT-Creation-Date: 2021-02-01 18:15+0100\n" +"PO-Revision-Date: 2021-04-06 02:08+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,26 +20,22 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: showmore.php:38 +#: showmore.php:35 showmore.php:39 msgid "\"Show more\" Settings" msgstr "Ajustes de \"Mostrar más\"" -#: showmore.php:41 +#: showmore.php:44 msgid "Enable Show More" msgstr "Habilitar Mostrar Más" -#: showmore.php:44 +#: showmore.php:47 msgid "Cutting posts after how much characters" msgstr "Cortar entradas después de tantos carácteres" -#: showmore.php:48 -msgid "Submit" -msgstr "Enviar" +#: showmore.php:51 +msgid "Save Settings" +msgstr "Guardar ajustes" -#: showmore.php:65 -msgid "Show More Settings saved." -msgstr "Ajustes de Mostrar Más guardados." - -#: showmore.php:119 +#: showmore.php:129 msgid "show more" msgstr "mostrar más" diff --git a/showmore/lang/es/strings.php b/showmore/lang/es/strings.php index ee001824..3156fb20 100644 --- a/showmore/lang/es/strings.php +++ b/showmore/lang/es/strings.php @@ -9,6 +9,5 @@ function string_plural_select_es($n){ $a->strings["\"Show more\" Settings"] = "Ajustes de \"Mostrar más\""; $a->strings["Enable Show More"] = "Habilitar Mostrar Más"; $a->strings["Cutting posts after how much characters"] = "Cortar entradas después de tantos carácteres"; -$a->strings["Submit"] = "Enviar"; -$a->strings["Show More Settings saved."] = "Ajustes de Mostrar Más guardados."; +$a->strings["Save Settings"] = "Guardar ajustes"; $a->strings["show more"] = "mostrar más";