IT translation update gnot addon THX Sylke Vicious
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 28 Mar 2021 16:18:44 +0000 (18:18 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 28 Mar 2021 16:18:44 +0000 (18:18 +0200)
gnot/lang/it/messages.po
gnot/lang/it/strings.php

index 4c200ed..4245469 100644 (file)
@@ -5,13 +5,14 @@
 # 
 # Translators:
 # fabrixxm <fabrix.xm@gmail.com>, 2014-2015,2018
+# Sylke Vicious <silkevicious@gmail.com>, 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 <fabrix.xm@gmail.com>\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 <silkevicious@gmail.com>\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
-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:72
+msgid "Save Settings"
+msgstr "Salva Impostazioni"
 
-#: gnot.php:82
+#: gnot.php:73
 msgid "Enable this addon?"
 msgstr "Abilita questo componente aggiuntivo?"
 
-#: gnot.php:88
-msgid "Submit"
-msgstr "Invia"
+#: 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:97
+#: gnot.php:84
 #, php-format
 msgid "[Friendica:Notify] Comment to conversation #%d"
 msgstr "[Friendica:Notifica] Commento alla conversazione n° %d"
index ffc791a..8c8fd64 100644 (file)
@@ -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";