Parent Directory
|
Revision Log
Aggiornamento traduzione di Andrea Bicciolo
<?PHP // $Id: auth_radius.php,v 1.1 2009/06/11 16:35:19 andreabix Exp $
// auth_radius.php - created with Moodle 2.0 dev (Build: 20090603) (2009060200)
$string['auth_radiuschangepasswordurl_key'] = 'URL per cambiare password';
$string['auth_radiusdescription'] = 'Questo metodo utilizza un server <a href=\"http://en.wikipedia.org/wiki/RADIUS\" target=\"_blank\">RADIUS</a> per controllare se il nome utente e la password fornite sono valide.';
$string['auth_radiushost'] = 'Indirizzo del server RADIUS';
$string['auth_radiushost_key'] = 'Host';
$string['auth_radiusnasport'] = 'Porta utilizzata per connettersi';
$string['auth_radiusnasport_key'] = 'Porta';
$string['auth_radiussecret'] = 'Segreto condiviso';
$string['auth_radiussecret_key'] = 'Segreto';
$string['auth_radiustitle'] = 'Server RADIUS';
$string['auth_radiustype'] = 'Scegliete uno schema di autenticazione da usare con il server RADIUS';
$string['auth_radiustype_key'] = 'Autenticazione';
$string['auth_radiustypechapmd5'] = 'CHAP MD5';
$string['auth_radiustypemschapv1'] = 'Microsoft CHAP version 1';
$string['auth_radiustypemschapv2'] = 'Microsoft CHAP version 2';
$string['auth_radiustypepap'] = 'PAP';
?>
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |