10a90fb7bSmanu<?php 2d787956cSbruno 30a90fb7bSmanu/** 4d787956cSbruno * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 50a90fb7bSmanu * 6*4a72120eSLORTET * @author LORTET <v@lortet.fr> 70a90fb7bSmanu * @author Emmanuel Dupin <seedfloyd@gmail.com> 8d787956cSbruno * @author bruno <bruno@ninesys.fr> 9bd051478SFabrice Dejaigher * @author Fabrice Dejaigher <fabrice@chtiland.com> 102e22571cSPietroni * @author Pietroni <pietroni@informatique.univ-paris-diderot.fr> 1141c32ed7SSchplurtz le Déboulonné * @author Schplurtz le Déboulonné <Schplurtz@laposte.net> 120a90fb7bSmanu */ 13d787956cSbruno$lang['mode'] = 'Quel type de CAPTCHA utiliser ?'; 14d787956cSbruno$lang['mode_o_js'] = 'Texte (prérempli avec JavaScript)'; 15d787956cSbruno$lang['mode_o_text'] = 'Texte (remplissage manuel)'; 16d787956cSbruno$lang['mode_o_math'] = 'Problème mathématique'; 17d787956cSbruno$lang['mode_o_question'] = 'Question fixe'; 18bd051478SFabrice Dejaigher$lang['mode_o_image'] = 'Image (mauvaise accessibilité)'; 19d787956cSbruno$lang['mode_o_audio'] = 'Image + Audio (meilleure accessibilité)'; 2041c32ed7SSchplurtz le Déboulonné$lang['mode_o_svg'] = 'SVG (lisible, mauvaise accessibilité)'; 2141c32ed7SSchplurtz le Déboulonné$lang['mode_o_svgaudio'] = 'SVG + Audio (lisible, meilleure accessibilité)'; 22bd051478SFabrice Dejaigher$lang['mode_o_figlet'] = 'ASCII Art (mauvaise accessibilité)'; 23d787956cSbruno$lang['forusers'] = 'Utiliser également le CAPTCHA pour les utilisateurs connectés ?'; 24bd051478SFabrice Dejaigher$lang['lettercount'] = 'Nombre de lettres à utiliser (3 à 16). Pensez à augmenter la taille de l\'image ci-dessous en adéquation avec le nombre de lettres afin que celles-ci soient correctement affichées.'; 25bd051478SFabrice Dejaigher$lang['width'] = 'Largeur de l\'image du CAPTCHA (en pixels)'; 26bd051478SFabrice Dejaigher$lang['height'] = 'Hauteur de l\'image du CAPTCHA (en pixels)'; 27bd051478SFabrice Dejaigher$lang['question'] = 'Question pour le mode \'question fixe\''; 28bd051478SFabrice Dejaigher$lang['answer'] = 'Réponse pour le mode \'question fixe\''; 29*4a72120eSLORTET$lang['loginprotect'] = 'Exiger un CAPTCHA pour se connecter ?'; 30*4a72120eSLORTET$lang['loginprotect_o_0'] = 'Jamais'; 31*4a72120eSLORTET$lang['loginprotect_o_1'] = 'Toujours'; 32*4a72120eSLORTET$lang['loginprotect_o_2'] = 'Après 3 tentatives infructueuses'; 33