]> git.mxchange.org Git - friendica-addons.git/blob - appnet/lang/it/strings.php
Additional work for PR 3778
[friendica-addons.git] / appnet / 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["Permission denied."] = "Permesso negato.";
9 $a->strings["You are now authenticated to app.net. "] = "Sei autenticato su app.net";
10 $a->strings["<p>Error fetching token. Please try again.</p>"] = "<p>Errore recuperando il token. Prova di nuovo</p>";
11 $a->strings["return to the connector page"] = "ritorna alla pagina del connettore";
12 $a->strings["Post to app.net"] = "Invia ad app.net";
13 $a->strings["App.net Export"] = "Esporta App.net";
14 $a->strings["Currently connected to: "] = "Al momento connesso con:";
15 $a->strings["Enable App.net Post Plugin"] = "Abilita il plugin di invio ad App.net";
16 $a->strings["Post to App.net by default"] = "Invia sempre ad App.net";
17 $a->strings["Import the remote timeline"] = "Importa la timeline remota";
18 $a->strings["<p>Error fetching user profile. Please clear the configuration and try again.</p>"] = "<p>Errore recuperando il profilo utente. Svuota la configurazione e prova di nuovo.</p>";
19 $a->strings["<p>You have two ways to connect to App.net.</p>"] = "<p>Puoi collegarti ad App.net in due modi.</p>";
20 $a->strings["<p>First way: Register an application at <a href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a> and enter Client ID and Client Secret. "] = "<p>Registrare un'applicazione su <a href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a> e inserire Client ID e Client Secret.";
21 $a->strings["Use '%s' as Redirect URI<p>"] = "Usa '%s' come Redirect URI</p>";
22 $a->strings["Client ID"] = "Client ID";
23 $a->strings["Client Secret"] = "Client Secret";
24 $a->strings["<p>Second way: fetch a token at <a href=\"http://dev-lite.jonathonduerig.com/\">http://dev-lite.jonathonduerig.com/</a>. "] = "<p>Oppure puoi recuperare un token su <a href=\"http://dev-lite.jonathonduerig.com/\">http://dev-lite.jonathonduerig.com/</a>.";
25 $a->strings["Set these scopes: 'Basic', 'Stream', 'Write Post', 'Public Messages', 'Messages'.</p>"] = "Imposta gli ambiti 'Basic', 'Stream', 'Scrivi Post', 'Messaggi Pubblici', 'Messaggi'.</p>";
26 $a->strings["Token"] = "Token";
27 $a->strings["Sign in using App.net"] = "Autenticati con App.net";
28 $a->strings["Clear OAuth configuration"] = "Pulisci configurazione OAuth";
29 $a->strings["Save Settings"] = "Salva Impostazioni";