c41dc5474243382e92a8f76a58518414ae8b9326
[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["Twitter settings updated."] = "Impostazioni di Twitter aggiornate.";
10 $a->strings["Twitter Posting Settings"] = "Impostazioni di invio a Twitter";
11 $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.";
12 $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 addon 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.";
13 $a->strings["Log in with Twitter"] = "Accedi con Twitter";
14 $a->strings["Copy the PIN from Twitter here"] = "Copia il PIN da Twitter qui";
15 $a->strings["Submit"] = "Invia";
16 $a->strings["Currently connected to: "] = "Al momento connesso con:";
17 $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.";
18 $a->strings["<strong>Note</strong>: Due 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 incluse 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.";
19 $a->strings["Allow posting to Twitter"] = "Permetti l'invio a Twitter";
20 $a->strings["Send public postings to Twitter by default"] = "Invia sempre i messaggi pubblici a Twitter";
21 $a->strings["Mirror all posts from twitter that are no replies or retweets"] = "Clona tutti i messaggi da Twitter che non sono risposte or retweet";
22 $a->strings["Shortening method that optimizes the tweet"] = "Metodo di accorciatura che ottimizza i tweet";
23 $a->strings["Send linked #-tags and @-names to Twitter"] = "Invia i link dei #tag e dei @nomi a Twitter";
24 $a->strings["Clear OAuth configuration"] = "Rimuovi la configurazione OAuth";
25 $a->strings["Settings updated."] = "Impostazioni aggiornate.";
26 $a->strings["Consumer key"] = "Consumer key";
27 $a->strings["Consumer secret"] = "Consumer secret";
28 $a->strings["Name of the Twitter Application"] = "Nome dell'applicazione Twitter";
29 $a->strings["set this to avoid mirroring postings from ~friendica back to ~friendica"] = "imposta questo per evitare di clonare i messaggi da Friendica nuovamente in Friendica";