diff --git a/gnot/lang/it/messages.po b/gnot/lang/it/messages.po index 4c200ede..4245469e 100644 --- a/gnot/lang/it/messages.po +++ b/gnot/lang/it/messages.po @@ -5,13 +5,14 @@ # # Translators: # fabrixxm , 2014-2015,2018 +# Sylke Vicious , 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: 2018-03-19 13:22+0000\n" -"Last-Translator: fabrixxm \n" +"POT-Creation-Date: 2021-02-01 18:15+0100\n" +"PO-Revision-Date: 2021-02-16 12:47+0000\n" +"Last-Translator: Sylke Vicious \n" "Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,29 +20,25 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gnot.php:48 -msgid "Gnot settings updated." -msgstr "Impostazioni di \"Gnot\" aggiornate." - -#: gnot.php:79 +#: gnot.php:71 msgid "Gnot Settings" msgstr "Impostazioni Gnot" -#: gnot.php:81 +#: gnot.php:72 +msgid "Save Settings" +msgstr "Salva Impostazioni" + +#: gnot.php:73 +msgid "Enable this addon?" +msgstr "Abilita questo componente aggiuntivo?" + +#: gnot.php:75 msgid "" "Allows threading of email comment notifications on Gmail and anonymising the" " subject line." msgstr "Permetti di raggruppare le notifiche dei commenti in thread su Gmail e anonimizza l'oggetto" -#: gnot.php:82 -msgid "Enable this addon?" -msgstr "Abilita questo componente aggiuntivo?" - -#: gnot.php:88 -msgid "Submit" -msgstr "Invia" - -#: gnot.php:97 +#: gnot.php:84 #, php-format msgid "[Friendica:Notify] Comment to conversation #%d" msgstr "[Friendica:Notifica] Commento alla conversazione n° %d" diff --git a/gnot/lang/it/strings.php b/gnot/lang/it/strings.php index ffc791a5..8c8fd64d 100644 --- a/gnot/lang/it/strings.php +++ b/gnot/lang/it/strings.php @@ -6,9 +6,8 @@ function string_plural_select_it($n){ return intval($n != 1); }} ; -$a->strings["Gnot settings updated."] = "Impostazioni di \"Gnot\" aggiornate."; $a->strings["Gnot Settings"] = "Impostazioni Gnot"; -$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permetti di raggruppare le notifiche dei commenti in thread su Gmail e anonimizza l'oggetto"; +$a->strings["Save Settings"] = "Salva Impostazioni"; $a->strings["Enable this addon?"] = "Abilita questo componente aggiuntivo?"; -$a->strings["Submit"] = "Invia"; +$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permetti di raggruppare le notifiche dei commenti in thread su Gmail e anonimizza l'oggetto"; $a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notifica] Commento alla conversazione n° %d";