]> git.mxchange.org Git - friendica-addons.git/blob - statusnet/lang/it/strings.php
Merge pull request #539 from MrPetovan/bug/4555-remove-active-users-feature
[friendica-addons.git] / statusnet / 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 GNU Social"] = "Invia a GNU Social";
9 $a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "Contatta l'amministratore del sito.<br/>L'URL delle API fornito non è valido.";
10 $a->strings["We could not contact the GNU Social API with the Path you entered."] = "Non possiamo conttattare le API di GNU Social con il percorso che hai inserito.";
11 $a->strings["GNU Social settings updated."] = "Impostazioni di GNU Social aggiornate.";
12 $a->strings["GNU Social Import/Export/Mirror"] = "Esporta/Importa/Clona GNU Social";
13 $a->strings["Globally Available GNU Social OAuthKeys"] = "OAuthKeys globali di GNU Social";
14 $a->strings["There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below)."] = "Esistono coppie di chiavi OAuth precofigurate per alcuni server GNU Social. Se usi uno di questi server, per favore scegli queste credenziali. Altrimenti sei libero di collegarti a un'altra installazione di GNU Social (vedi sotto).";
15 $a->strings["Save Settings"] = "Salva Impostazioni";
16 $a->strings["Provide your own OAuth Credentials"] = "Fornisci le tue credenziali OAuth";
17 $a->strings["No consumer key pair for GNU Social found. Register your Friendica Account as an desktop client on your GNU Social account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited GNU Social installation."] = "Nessuna coppia di chiavi consumer trovate per GNU Social. Registra il tuo account Friendica come un client desktop nel tuo account GNU Social, copia la coppia di chiavi consumer qui e inserisci l'url base delle API.<br/>Prima di registrare la tua coppia di chiavi OAuth, chiedi all'amministratore se esiste già una coppia di chiavi per questo sito Friendica presso la tua installazione GNU Social preferita.";
18 $a->strings["OAuth Consumer Key"] = "OAuth Consumer Key";
19 $a->strings["OAuth Consumer Secret"] = "OAuth Consumer Secret";
20 $a->strings["Base API Path (remember the trailing /)"] = "Indirizzo di base per le API (ricorda la / alla fine)";
21 $a->strings["To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to GNU Social."] = "Per collegare il tuo account GNU Social, clicca sul bottone per ottenere un codice di sicurezza da GNU Social, che dovrai copiare nel box sottostante e poi inviare la form. Solo i tuoi messaggi <strong>pubblici</strong> saranno inviati a GNU Social.";
22 $a->strings["Log in with GNU Social"] = "Accedi con GNU Social";
23 $a->strings["Copy the security code from GNU Social here"] = "Copia il codice di sicurezza da GNU Social qui";
24 $a->strings["Cancel Connection Process"] = "Annulla il processo di connessione";
25 $a->strings["Current GNU Social API is"] = "Le API GNU Social correnti sono";
26 $a->strings["Cancel GNU Social Connection"] = "Annulla la connessione a GNU Social";
27 $a->strings["Currently connected to: "] = "Al momento connesso con:";
28 $a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated GNU Social 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 GNU Social associato. Puoi scegliere di farlo sempre (qui) o ogni volta che invii, nelle impostazioni di privacy del messaggio.";
29 $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 GNU Social 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 GNU Social porterà i visitatori a una pagina bianca con una nota che li informa che l'accesso al tuo profilo è stato limitato.";
30 $a->strings["Allow posting to GNU Social"] = "Permetti l'invio a GNU Social";
31 $a->strings["Send public postings to GNU Social by default"] = "Invia sempre i messaggi pubblici a GNU Social";
32 $a->strings["Mirror all posts from GNU Social that are no replies or repeated messages"] = "Clona tutti i messaggi da GNU Social che non sono risposte o messaggi ripetuti";
33 $a->strings["Import the remote timeline"] = "Importa la timeline remota";
34 $a->strings["Disabled"] = "Disabilitato";
35 $a->strings["Full Timeline"] = "Timeline completa";
36 $a->strings["Only Mentions"] = "Solo menzioni";
37 $a->strings["Clear OAuth configuration"] = "Rimuovi la configurazione OAuth";
38 $a->strings["Site name"] = "Nome del sito";
39 $a->strings["Consumer Secret"] = "Consumer Secret";
40 $a->strings["Consumer Key"] = "Consumer Key";