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 // IMAP plugin $string['auth_imapchangepasswordurl_key'] = 'URL de changement de mot de passe'; $string['auth_imapdescription'] = 'Cette méthode utilise un serveur IMAP pour vérifier qu\'un nom d\'utilisateur et son mot de passe sont valides.'; $string['auth_imaphost_key'] = 'Serveur'; $string['auth_imaphost'] = 'Adresse du serveur IMAP. Utiliser l\'adresse IP et non le nom de la machine. '; $string['auth_imapnotinstalled'] = 'Impossible d\'utiliser l\'authentification IMAP. Le module PHP IMAP n\'est pas installé.'; $string['auth_imapport_key'] = 'Port'; $string['auth_imapport'] = 'Numéro de port du serveur IMAP. Il s\'agit généralement de 143 ou 993.'; $string['auth_imaptitle'] = 'Serveur IMAP'; $string['auth_imaptype_key'] = 'Type'; $string['auth_imaptype'] = 'Type de serveur IMAP. Les serveurs IMAP peuvent avoir différentes méthodes d\'authentification et de négociation.';
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |