From 8e101a470d55c3bd758d26f68d62ec9f74fbd793 Mon Sep 17 00:00:00 2001
From: Tobias Diekershoff <tobias.diekershoff@gmx.net>
Date: Tue, 20 Apr 2021 10:58:20 +0200
Subject: [PATCH] IT translation update jrynn addon THX Sylke Vicious

---
 krynn/lang/it/messages.po | 21 +++++++++++++--------
 krynn/lang/it/strings.php |  3 ++-
 2 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/krynn/lang/it/messages.po b/krynn/lang/it/messages.po
index 37eacb54..c1bb0949 100644
--- a/krynn/lang/it/messages.po
+++ b/krynn/lang/it/messages.po
@@ -5,13 +5,14 @@
 # 
 # Translators:
 # fabrixxm <fabrix.xm@gmail.com>, 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-04-19 11:11+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,14 +20,18 @@ msgstr ""
 "Language: it\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: krynn.php:150
+#: krynn.php:132 krynn.php:136
+msgid "Krynn"
+msgstr "Krynn"
+
+#: krynn.php:141
 msgid "Krynn Settings"
 msgstr "Impostazioni Krynn"
 
-#: krynn.php:152
+#: krynn.php:143
 msgid "Enable Krynn Addon"
 msgstr "Abilita componente aggiuntivo Krynn"
 
-#: krynn.php:158
-msgid "Submit"
-msgstr "Invia"
+#: krynn.php:148
+msgid "Save Settings"
+msgstr "Salva Impostazioni"
diff --git a/krynn/lang/it/strings.php b/krynn/lang/it/strings.php
index 7378a55e..cd9ea114 100644
--- a/krynn/lang/it/strings.php
+++ b/krynn/lang/it/strings.php
@@ -6,6 +6,7 @@ function string_plural_select_it($n){
 	return intval($n != 1);
 }}
 ;
+$a->strings["Krynn"] = "Krynn";
 $a->strings["Krynn Settings"] = "Impostazioni Krynn";
 $a->strings["Enable Krynn Addon"] = "Abilita componente aggiuntivo Krynn";
-$a->strings["Submit"] = "Invia";
+$a->strings["Save Settings"] = "Salva Impostazioni";
-- 
2.39.5