gnot addon ES translation updated THX Senex Petrovic

This commit is contained in:
Tobias Diekershoff 2021-04-02 08:38:43 +02:00
parent da66d70e54
commit c07f1b4f6f
2 changed files with 17 additions and 21 deletions

View File

@ -5,13 +5,14 @@
# #
# Translators: # Translators:
# Albert, 2016 # Albert, 2016
# Senex Petrovic <javierruizo@hotmail.com>, 2021
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: friendica\n" "Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n" "POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2016-11-16 16:38+0000\n" "PO-Revision-Date: 2021-04-01 09:56+0000\n"
"Last-Translator: Albert\n" "Last-Translator: Senex Petrovic <javierruizo@hotmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n" "Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -19,29 +20,25 @@ msgstr ""
"Language: es\n" "Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: gnot.php:48 #: gnot.php:71
msgid "Gnot settings updated."
msgstr "Ajustes de Gnot actualizados."
#: gnot.php:79
msgid "Gnot Settings" msgid "Gnot Settings"
msgstr "Ajustes de Gnot" msgstr "Ajustes de Gnot"
#: gnot.php:81 #: gnot.php:72
msgid "Save Settings"
msgstr "Guardar Ajustes"
#: gnot.php:73
msgid "Enable this addon?"
msgstr "¿Habilitar este plugin/addon?"
#: gnot.php:75
msgid "" msgid ""
"Allows threading of email comment notifications on Gmail and anonymising the" "Allows threading of email comment notifications on Gmail and anonymising the"
" subject line." " subject line."
msgstr "Permite limpiar las notificaciones de comentario de email en Gmail y anonimizar la línea del tema." msgstr "Permite limpiar las notificaciones de comentario de email en Gmail y anonimizar la línea del tema."
#: gnot.php:82 #: gnot.php:84
msgid "Enable this addon?"
msgstr "¿Habilitar este addon?"
#: gnot.php:88
msgid "Submit"
msgstr "Enviar"
#: gnot.php:97
#, php-format #, php-format
msgid "[Friendica:Notify] Comment to conversation #%d" msgid "[Friendica:Notify] Comment to conversation #%d"
msgstr "[Friendica:Notify] Comentar en conversación #%d" msgstr "[Friendica:Notify] Comentar en conversación #%d"

View File

@ -6,9 +6,8 @@ function string_plural_select_es($n){
return intval($n != 1); return intval($n != 1);
}} }}
; ;
$a->strings["Gnot settings updated."] = "Ajustes de Gnot actualizados.";
$a->strings["Gnot Settings"] = "Ajustes de Gnot"; $a->strings["Gnot Settings"] = "Ajustes de Gnot";
$a->strings["Save Settings"] = "Guardar Ajustes";
$a->strings["Enable this addon?"] = "¿Habilitar este plugin/addon?";
$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permite limpiar las notificaciones de comentario de email en Gmail y anonimizar la línea del tema."; $a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permite limpiar las notificaciones de comentario de email en Gmail y anonimizar la línea del tema.";
$a->strings["Enable this addon?"] = "¿Habilitar este addon?";
$a->strings["Submit"] = "Enviar";
$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] Comentar en conversación #%d"; $a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] Comentar en conversación #%d";