1*0a90fb7bSmanu<?php 2*0a90fb7bSmanu/** 3*0a90fb7bSmanu * French language file 4*0a90fb7bSmanu * 5*0a90fb7bSmanu * @author Emmanuel Dupin <seedfloyd@gmail.com> 6*0a90fb7bSmanu */ 7*0a90fb7bSmanu 8*0a90fb7bSmanu$lang['mode'] = "Quel type de CAPTCHA utiliser ?"; 9*0a90fb7bSmanu$lang['mode_o_js'] = "Texte (prérempli avec JavaScript)"; 10*0a90fb7bSmanu$lang['mode_o_text'] = "Texte (remplissage manuel)"; 11*0a90fb7bSmanu$lang['mode_o_image'] = "Image (peu accessible)"; 12*0a90fb7bSmanu$lang['mode_o_audio'] = "Image + Audio (meilleure accessibilité)"; 13*0a90fb7bSmanu 14*0a90fb7bSmanu$lang['regprotect'] = "Protégér également le formulaire d'inscription ?"; 15*0a90fb7bSmanu$lang['forusers'] = "Utiliser également le CAPTCHA pour les utilisateurs connectés ?"; 16*0a90fb7bSmanu$lang['width'] = "Largeur du CAPTCHA image (en pixels)"; 17*0a90fb7bSmanu$lang['height'] = "Hauteur du CAPTCHA image (en pixels)"; 18*0a90fb7bSmanu 19