Parent Directory
|
Revision Log
Aggiornamento traduzione di Andrea Bicciolo
<?PHP // $Id: auth_nntp.php,v 1.1 2009/06/11 16:35:18 andreabix Exp $
// auth_nntp.php - created with Moodle 2.0 dev (Build: 20090603) (2009060200)
$string['auth_nntpchangepasswordurl_key'] = 'URL per cambiare password';
$string['auth_nntpdescription'] = 'Questo metodo utilizza un server NNTP per controllare se il nome utente e la password dati sono validi.';
$string['auth_nntphost'] = 'Indirizzo del server NNTP. Usa l\'indirizzo IP, non il nome DNS.';
$string['auth_nntphost_key'] = 'Host';
$string['auth_nntpnotinstalled'] = 'L\'autenticazione NNTP non può essere usata. Il modulo PHP IMAP non è installato.';
$string['auth_nntpport'] = 'Porta server (119 è la più comune)';
$string['auth_nntpport_key'] = 'Porta';
$string['auth_nntptitle'] = 'Server NNTP';
?>
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |