]> git.mxchange.org Git - friendica-addons.git/blob - gnot/lang/it/strings.php
Update IT strings
[friendica-addons.git] / gnot / lang / it / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_it")) {
4 function string_plural_select_it($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Gnot settings updated."] = "Impostazioni di \"Gnot\" aggiornate.";
9 $a->strings["Gnot Settings"] = "Impostazioni Gnot";
10 $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";
11 $a->strings["Enable this addon?"] = "Abilita questo componente aggiuntivo?";
12 $a->strings["Submit"] = "Invia";
13 $a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notifica] Commento alla conversazione n° %d";