Project

General

Profile

1
<?php
2

    
3
// $Id: FR.php 915 2009-01-21 19:27:01Z Ruebenwurzel $
4

    
5
/*
6

    
7
 Website Baker Project <http://www.websitebaker.org/>
8
 Copyright (C) 2004-2009, Ryan Djurovich
9

    
10
 Website Baker is free software; you can redistribute it and/or modify
11
 it under the terms of the GNU General Public License as published by
12
 the Free Software Foundation; either version 2 of the License, or
13
 (at your option) any later version.
14

    
15
 Website Baker is distributed in the hope that it will be useful,
16
 but WITHOUT ANY WARRANTY; without even the implied warranty of
17
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
 GNU General Public License for more details.
19

    
20
 You should have received a copy of the GNU General Public License
21
 along with Website Baker; if not, write to the Free Software
22
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23

    
24
 -----------------------------------------------------------------------------------------
25
  FRENCH LANGUAGE FILE FOR THE CAPTCHA-CONTROL ADMIN TOOL
26
 -----------------------------------------------------------------------------------------
27
*/
28

    
29
// Headings and text outputs
30
$MOD_CAPTCHA_CONTROL['HEADING']           = 'Captcha et contr&ocirc;le ASP';
31
$MOD_CAPTCHA_CONTROL['HOWTO']             = 'Ici vous pouvez contr&ocirc;ler le comportement du "CAPTCHA" et du ASP ("Advanced Spam Protection" ou Protection avanc&eacute;e contre le spam). Pour faire fonctionner ASP avec un module, ce module doit &ecirc;tre adapt&eacute; pour utiliser ASP.';
32

    
33
// Text and captions of form elements
34
$MOD_CAPTCHA_CONTROL['CAPTCHA_CONF']      = 'Configuration CAPTCHA';
35
$MOD_CAPTCHA_CONTROL['CAPTCHA_TYPE']      = 'Type de CAPTCHA';
36
$MOD_CAPTCHA_CONTROL['CAPTCHA_EXP']       = 'Les param&egrave;tres CAPTCHA pour les modules sont situ&eacute;s dans les param&egrave;tres respectifs de chaque module';
37
$MOD_CAPTCHA_CONTROL['USE_SIGNUP_CAPTCHA']= 'Activer CAPTCHA pour le signup';
38
$MOD_CAPTCHA_CONTROL['ENABLED']           = 'Activ&eacute;';
39
$MOD_CAPTCHA_CONTROL['DISABLED']          = 'D&eacute;sactiv&eacute;';
40
$MOD_CAPTCHA_CONTROL['ASP_CONF']          = 'Configuration de la protection avanc&eacute;e contre le spam';
41
$MOD_CAPTCHA_CONTROL['ASP_TEXT']          = 'Activer ASP (si disponible)';
42
$MOD_CAPTCHA_CONTROL['ASP_EXP']           = "ASP essaie de d&eacute;terminer si un post provient d'un humain ou d'un spam-bot.";
43
$MOD_CAPTCHA_CONTROL['CALC_TEXT']         = 'Calcul en texte';
44
$MOD_CAPTCHA_CONTROL['CALC_IMAGE']        = 'Calcul en image';
45
$MOD_CAPTCHA_CONTROL['CALC_TTF_IMAGE']    = 'Calcul en image en variant les polices et le fond'; 
46
$MOD_CAPTCHA_CONTROL['TTF_IMAGE']         = 'Image en variant les polices et le fond';
47
$MOD_CAPTCHA_CONTROL['OLD_IMAGE']         = 'Ancien style (non recommand&eacute;)';
48
$MOD_CAPTCHA_CONTROL['TEXT']              = 'Text-CAPTCHA';
49
$MOD_CAPTCHA_CONTROL['CAPTCHA_ENTER_TEXT']= 'Questions et r&eacute;ponses';
50
$MOD_CAPTCHA_CONTROL['CAPTCHA_TEXT_DESC'] = 'Effacez ceci en entier pour ajouter vos propres entr&eacute;es'."\n".'ou vos changements ne seront pas enregistr&eacute;s!'."\n".'### exemple ###'."\n".'Entrez ici vos questions et vos r&eacute;ponses.'."\n".'Fonctionnement:'."\n".'?quel est le <b>pr&eacute;nom</b> de <b>Claudia</b> Schiffer ?'."\n".'!Claudia'."\n".'?Question 2'."\n".'!R&eacute;ponse 2'."\n".''."\n"."Si la langue n'est pas importante."."\n".' ... '."\n".'Ou si la langue est importante, faites:'."\n"."?EN:What's <b>Claudia</b> Schiffer's <b>first name</b>?"."\n".'!Claudia'."\n".'?EN:Question 2'."\n".'!R&eacute;ponse 2'."\n".'?FR:quel est le <b>pr&eacute;nom</b> de <b>Claudia</b> Schiffer ?'."\n".'!Claudia'."\n".' ... '."\n".'### exemple ###'."\n".'';
51

    
52
$MOD_CAPTCHA['VERIFICATION']           = 'V&eacute;rification';
53
$MOD_CAPTCHA['ADDITION']               = 'plus ';
54
$MOD_CAPTCHA['SUBTRAKTION']            = 'moins';
55
$MOD_CAPTCHA['MULTIPLIKATION']         = 'multipli&eacute; par';
56
$MOD_CAPTCHA['VERIFICATION_INFO_RES']  = 'Indiquer le r&eacute;sultat';
57
$MOD_CAPTCHA['VERIFICATION_INFO_TEXT'] = 'Indiquer le texte';
58
$MOD_CAPTCHA['VERIFICATION_INFO_QUEST'] = 'R&eacute;ponse de la question';
59
$MOD_CAPTCHA['INCORRECT_VERIFICATION'] = 'V&eacute;rification &eacute;chou&eacute;e';
60

    
61
?>
(3-3/7)