Parent Directory
|
Revision Log
Aggiornamento traduzione di Andrea Bicciolo
<?PHP // $Id: auth_fc.php,v 1.1 2009/06/11 16:35:18 andreabix Exp $
// auth.php - created with Moodle 2.0 dev (Build: 20090603) (2009060200)
$string['auth_fcchangepasswordurl'] = 'URL per cambiare password';
$string['auth_fcconnfail'] = 'Connessione fallita con Numero errore: $a[0] e Stringa di Errore: $a[1]';
$string['auth_fccreators'] = 'Elenca i gruppi dei membri abilitati alla creazione di nuovi corsi. Separa gruppi multipli con \';\'. I nomi devo essere scritti esattamente come sul server FirstClass. Il sistema รจ sensibile alla capitalizzazione.';
$string['auth_fccreators_key'] = 'Creatori';
$string['auth_fcdescription'] = 'Questo metodo utilizza un server FirstClass per controllare se il nome utente e la password forniti sono validi.';
$string['auth_fcfppport'] = 'Porta server (normalmente 3333)';
$string['auth_fcfppport_key'] = 'Porta';
$string['auth_fchost'] = 'Indirizzo del server FirstClass. Utilizza numero IP o un nome registrato sul DNS.';
$string['auth_fchost_key'] = 'Host';
$string['auth_fcpasswd'] = 'Password per suddetto account';
$string['auth_fcpasswd_key'] = 'Password';
$string['auth_fctitle'] = 'Server FirstClass';
$string['auth_fcuserid'] = 'Nome utente di FirstClass con privilegi di \'Subadministrator\'.';
$string['auth_fcuserid_key'] = 'ID utente';
?>
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |