source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/captcha/lang/fr/settings.php@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 736 bytes
Line 
1<?php
2/**
3 * French language file
4 *
5 * @author Emmanuel Dupin <[email protected]>
6 */
7
8$lang['mode'] = "Quel type de CAPTCHA utiliser ?";
9$lang['mode_o_js'] = "Texte (prérempli avec JavaScript)";
10$lang['mode_o_text'] = "Texte (remplissage manuel)";
11$lang['mode_o_image'] = "Image (peu accessible)";
12$lang['mode_o_audio'] = "Image + Audio (meilleure accessibilité)";
13$lang['mode_o_figlet'] = "ASCII Art (peu accessible)";
14
15$lang['regprotect'] = "Protéger également le formulaire d'inscription ?";
16$lang['forusers'] = "Utiliser également le CAPTCHA pour les utilisateurs connectés ?";
17$lang['width'] = "Largeur du CAPTCHA image (en pixels)";
18$lang['height'] = "Hauteur du CAPTCHA image (en pixels)";
19
Note: See TracBrowser for help on using the repository browser.