diff --git a/notimeline/lang/es/messages.po b/notimeline/lang/es/messages.po index bd69aa60..86e56139 100644 --- a/notimeline/lang/es/messages.po +++ b/notimeline/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:07+0000\n" -"Last-Translator: Albert\n" +"POT-Creation-Date: 2021-02-01 18:15+0100\n" +"PO-Revision-Date: 2021-04-06 01:47+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" -#: notimeline.php:32 -msgid "No Timeline settings updated." -msgstr "Ningún ajuste de Línea de Tiempo actualizado" - -#: notimeline.php:56 +#: notimeline.php:48 msgid "No Timeline Settings" msgstr "No hay ajustes de Línea de Tiempo" -#: notimeline.php:58 +#: notimeline.php:50 msgid "Disable Archive selector on profile wall" msgstr "Deshabilitar el selector Archivo en el muro de perfil" -#: notimeline.php:64 -msgid "Submit" -msgstr "Enviar" +#: notimeline.php:56 +msgid "Save Settings" +msgstr "Grabar ajustes" diff --git a/notimeline/lang/es/strings.php b/notimeline/lang/es/strings.php index c51e1431..5e082a4c 100644 --- a/notimeline/lang/es/strings.php +++ b/notimeline/lang/es/strings.php @@ -6,7 +6,6 @@ function string_plural_select_es($n){ return intval($n != 1); }} ; -$a->strings["No Timeline settings updated."] = "Ningún ajuste de Línea de Tiempo actualizado"; $a->strings["No Timeline Settings"] = "No hay ajustes de Línea de Tiempo"; $a->strings["Disable Archive selector on profile wall"] = "Deshabilitar el selector Archivo en el muro de perfil"; -$a->strings["Submit"] = "Enviar"; +$a->strings["Save Settings"] = "Grabar ajustes";