Blame view
sources/apps/user_openid/l10n/it.php
747 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<?php $TRANSLATIONS = array( "OpenID Changed" => "OpenID cambiato", "Invalid request" => "Richiesta non valida", "This is an OpenID server endpoint. For more information, see " => "Questo è un server OpenID. Per ulteriori informazioni, vedi ", "Identity: <b>" => "Identità: <b>", "Realm: <b>" => "Dominio: <b>", "User: <b>" => "Utente: <b>", "Login" => "Accesso", "Error: <b>No user Selected" => "Errore: <b>nessun utente selezionato", "OpenID" => "OpenID", "you can authenticate to other sites with this address" => "puoi autenticarti ad altri siti con questo indirizzo", "Authorized OpenID provider" => "Fornitore OpenID autorizzato", "Your address at Wordpress, Identi.ca, …" => "Il tuo indirizzo su Wordpress, Identi.ca, …" ); |