[moodle] / lang / fr_utf8 / auth_imap.php Repository:

View of /lang/fr_utf8/auth_imap.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (download) (annotate)
Fri Jun 26 03:19:48 2009 WST (4 months, 4 weeks ago) by martignoni
Branch: MAIN
CVS Tags: HEAD
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