forked from friendica/friendica-addons
33 lines
2.3 KiB
PHP
33 lines
2.3 KiB
PHP
<?php
|
|
|
|
$a->strings["Settings updated."] = "Impostazioni aggiornate.";
|
|
$a->strings["Permission denied."] = "Permesso negato.";
|
|
$a->strings["Facebook Post disabled"] = "";
|
|
$a->strings["Facebook API key is missing."] = "Chiave API Facebook mancante.";
|
|
$a->strings["Facebook Post"] = "";
|
|
$a->strings["Install Facebook Post connector for this account."] = "";
|
|
$a->strings["Remove Facebook Post connector"] = "";
|
|
$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "Ri-autentica [Questo è necessario ogni volta che cambia la password di Facebook.]";
|
|
$a->strings["Post to Facebook by default"] = "Invia sempre a Facebook";
|
|
$a->strings["Suppress \"View on friendica\""] = "";
|
|
$a->strings["Mirror wall posts from facebook to friendica."] = "";
|
|
$a->strings["Post to page/group:"] = "";
|
|
$a->strings["None"] = "Nessuna";
|
|
$a->strings["Submit"] = "Invia";
|
|
$a->strings["Facebook"] = "Facebook";
|
|
$a->strings["Facebook Post Settings"] = "";
|
|
$a->strings["Facebook API Key"] = "Facebook API Key";
|
|
$a->strings["Error: it appears that you have specified the App-ID and -Secret in your .htconfig.php file. As long as they are specified there, they cannot be set using this form.<br><br>"] = "Error: it appears that you have specified the App-ID and -Secret in your .htconfig.php file. As long as they are specified there, they cannot be set using this form.<br><br>";
|
|
$a->strings["App-ID / API-Key"] = "App-ID / API-Key";
|
|
$a->strings["Application secret"] = "Application secret";
|
|
$a->strings["Save"] = "Salva";
|
|
$a->strings["The new values have been saved."] = "I nuovi valori sono stati salvati.";
|
|
$a->strings["Post to Facebook"] = "Invia a Facebook";
|
|
$a->strings["%s:"] = "";
|
|
$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "Invio su Facebook annullato per un conflitto nei permessi di accesso.";
|
|
$a->strings["View on Friendica"] = "Vedi su Friendica";
|
|
$a->strings["Facebook post failed. Queued for retry."] = "Invio a Facebook fallito. In attesa di riprovare.";
|
|
$a->strings["Administrator"] = "Amministratore";
|
|
$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "La tua connessione con Facebook è diventata invalida. Per favore ri-autenticati.";
|
|
$a->strings["Facebook connection became invalid"] = "La connessione Facebook è diventata invalida.";
|