diff --git a/jappixmini/lang/it/messages.po b/jappixmini/lang/it/messages.po index 620e1db8..ee6be912 100644 --- a/jappixmini/lang/it/messages.po +++ b/jappixmini/lang/it/messages.po @@ -5,13 +5,14 @@ # # Translators: # fabrixxm , 2014-2015 +# 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: 2017-09-20 06:08+0000\n" -"Last-Translator: fabrixxm \n" +"POT-Creation-Date: 2021-02-01 18:15+0100\n" +"PO-Revision-Date: 2021-02-16 12:56+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,59 +20,59 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: jappixmini.php:266 -msgid "Jappix Mini addon settings" -msgstr "Impostazioni plugin Jappix Mini" +#: jappixmini.php:318 jappixmini.php:322 +msgid "Jappix Mini" +msgstr "Jappix Mini" -#: jappixmini.php:268 +#: jappixmini.php:325 msgid "Activate addon" msgstr "Abilita plugin" -#: jappixmini.php:271 +#: jappixmini.php:328 msgid "" "Do not insert the Jappixmini Chat-Widget into the webinterface" msgstr "Non inserire Jappixmini nell'intrerfaccia web" -#: jappixmini.php:274 +#: jappixmini.php:331 msgid "Jabber username" msgstr "Nome utente Jabber" -#: jappixmini.php:277 +#: jappixmini.php:334 msgid "Jabber server" msgstr "Server Jabber" -#: jappixmini.php:281 +#: jappixmini.php:339 msgid "Jabber BOSH host" msgstr "Server BOSH Jabber" -#: jappixmini.php:285 +#: jappixmini.php:344 msgid "Jabber password" msgstr "Password Jabber" -#: jappixmini.php:290 +#: jappixmini.php:349 msgid "Encrypt Jabber password with Friendica password (recommended)" msgstr "Cripta la password Jabber con la password di Friendica (consigliato)" -#: jappixmini.php:293 +#: jappixmini.php:352 msgid "Friendica password" msgstr "Password Friendica" -#: jappixmini.php:296 +#: jappixmini.php:355 msgid "Approve subscription requests from Friendica contacts automatically" msgstr "Approva le richieste di collegamento dai tuoi contatti Friendica automaticamente" -#: jappixmini.php:299 +#: jappixmini.php:358 msgid "Subscribe to Friendica contacts automatically" msgstr "Sottoscrivi automaticamente i contatti Friendica" -#: jappixmini.php:302 +#: jappixmini.php:361 msgid "Purge internal list of jabber addresses of contacts" msgstr "Pulisci la lista interna degli indirizzi Jabber dei contatti" -#: jappixmini.php:307 -msgid "Submit" -msgstr "Invia" +#: jappixmini.php:368 +msgid "Save Settings" +msgstr "Salva Impostazioni" -#: jappixmini.php:308 +#: jappixmini.php:369 msgid "Add contact" msgstr "Aggiungi contatto" diff --git a/jappixmini/lang/it/strings.php b/jappixmini/lang/it/strings.php index f172f79d..b273ae53 100644 --- a/jappixmini/lang/it/strings.php +++ b/jappixmini/lang/it/strings.php @@ -6,7 +6,7 @@ function string_plural_select_it($n){ return intval($n != 1); }} ; -$a->strings["Jappix Mini addon settings"] = "Impostazioni plugin Jappix Mini"; +$a->strings["Jappix Mini"] = "Jappix Mini"; $a->strings["Activate addon"] = "Abilita plugin"; $a->strings["Do not insert the Jappixmini Chat-Widget into the webinterface"] = "Non inserire Jappixmini nell'intrerfaccia web"; $a->strings["Jabber username"] = "Nome utente Jabber"; @@ -18,5 +18,5 @@ $a->strings["Friendica password"] = "Password Friendica"; $a->strings["Approve subscription requests from Friendica contacts automatically"] = "Approva le richieste di collegamento dai tuoi contatti Friendica automaticamente"; $a->strings["Subscribe to Friendica contacts automatically"] = "Sottoscrivi automaticamente i contatti Friendica"; $a->strings["Purge internal list of jabber addresses of contacts"] = "Pulisci la lista interna degli indirizzi Jabber dei contatti"; -$a->strings["Submit"] = "Invia"; +$a->strings["Save Settings"] = "Salva Impostazioni"; $a->strings["Add contact"] = "Aggiungi contatto";