Parent Directory
|
Revision Log
MDL-19182 split auth.php lang file into multiple files separate for each plugin Commented out auth.php strings instead of deleting them, for compatibility
<?php // NNTP plugin $string['auth_nntpchangepasswordurl_key'] = 'URL pour changement de mot de passe'; $string['auth_nntpdescription'] = 'Cette méthode utilise un serveur NNTP pour vérifier qu\'un nom d\'utilisateur et son mot de passe sont valides.'; $string['auth_nntphost_key'] = 'Serveur'; $string['auth_nntphost'] = 'L\'adresse du serveur NNTP. Utiliser l\'adresse IP et non le nom de la machine.'; $string['auth_nntpnotinstalled'] = 'Impossible d\'utiliser l\'authentification NNTP. Le module PHP IMAP n\'est pas installé.'; $string['auth_nntpport_key'] = 'Port'; $string['auth_nntpport'] = 'Numéro de port du serveur NNTP. Il s\'agit généralement de 119.'; $string['auth_nntptitle'] = 'Serveur NNTP';
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |