Update IT strings
[friendica-addons.git] / twitter / 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["Post to Twitter"] = "Invia a Twitter";
9 $a->strings["You submitted an empty PIN, please Sign In with Twitter again to get a new one."] = "Hai inserito un PIN vuoto, autenticati con Twitter nuovamente per averne uno nuovo.";
10 $a->strings["Twitter settings updated."] = "Impostazioni di Twitter aggiornate.";
11 $a->strings["Twitter Import/Export/Mirror"] = "Importa/Esporta/Clona Twitter";
12 $a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Nessuna coppia di chiavi per Twitter trovata. Contatta l'amministratore del sito.";
13 $a->strings["At this Friendica instance the Twitter addon was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "Il componente aggiuntivo Twitter è abilitato ma non hai ancora collegato i tuoi account Friendica e Twitter. Per farlo, clicca il bottone qui sotto per ricevere un PIN da Twitter che dovrai copiare nel campo qui sotto. Solo i tuoi post <strong>pubblici</strong> saranno inviati a Twitter.";
14 $a->strings["Log in with Twitter"] = "Accedi con Twitter";
15 $a->strings["Copy the PIN from Twitter here"] = "Copia il PIN da Twitter qui";
16 $a->strings["Save Settings"] = "Salva Impostazioni";
17 $a->strings["Currently connected to: "] = "Al momento connesso con:";
18 $a->strings["Disconnect"] = "Disconnetti";
19 $a->strings["Allow posting to Twitter"] = "Permetti l'invio a Twitter";
20 $a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Se abilitato tutti i tuoi messaggi <strong>pubblici</strong> possono essere inviati all'account Twitter associato. Puoi scegliere di farlo sempre (qui) o ogni volta che invii, nelle impostazioni di privacy del messaggio.";
21 $a->strings["<strong>Note</strong>: Due to your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "<strong>Nota</strong>: A causa delle tue impostazioni di privacy(<em>Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?</em>) il link potenzialmente incluso nei messaggi pubblici inviati a Twitter porterà i visitatori a una pagina bianca con una nota che li informa che l'accesso al tuo profilo è stato limitato.";
22 $a->strings["Send public postings to Twitter by default"] = "Invia sempre i messaggi pubblici a Twitter";
23 $a->strings["Mirror all posts from twitter that are no replies"] = "Clona tutti i messaggi da Twitter che non sono risposte";
24 $a->strings["Import the remote timeline"] = "Importa la timeline remota";
25 $a->strings["Automatically create contacts"] = "Crea automaticamente i contatti";
26 $a->strings["Twitter post failed. Queued for retry."] = "Invio a Twitter fallito. In coda per riprovare.";
27 $a->strings["Settings updated."] = "Impostazioni aggiornate.";
28 $a->strings["Consumer key"] = "Consumer key";
29 $a->strings["Consumer secret"] = "Consumer secret";