source: extensions/CryptograPHP/language/fr_FR/plugin.lang.php @ 14527

Last change on this file since 14527 was 14527, checked in by mistic100, 12 years ago

update for 2.4
deactivated for smartpocket, now compatible with simple and stripped on ContactForm
live update of preview on admin page

File size: 1.2 KB
Line 
1<?php
2
3$lang['Invalid Captcha'] = 'Captcha non valide';
4$lang['Enter code'] = 'Recopiez le code';
5$lang['Solve equation'] = 'Resolvez l\'équation';
6
7$lang['Comments action'] = 'Action pour les commentaires';
8$lang['Moderate'] = 'Modérer';
9$lang['No captcha'] = 'Pas de captcha';
10$lang['Captcha type'] = 'Type de captcha';
11$lang['Random string'] = 'Code aléatoire';
12$lang['Simple equation'] = 'Equation simple';
13$lang['Case sensitive'] = 'Sensibilité à la case';
14$lang['Code lenght'] = 'Longueur du code';
15$lang['good value:'] = 'conseillé:';
16$lang['Captcha theme'] = 'Thème du captcha';
17
18$lang['Perturbation'] = 'Perturbation';
19$lang['range:'] = 'plage:';
20$lang['random'] = 'aléatoire';
21$lang['Background color'] = 'Couleur de fond';
22$lang['Text color'] = 'Couleur du texte';
23$lang['Lines density'] = 'Nombre de lignes';
24$lang['Lines color'] = 'Couleur des lignes';
25$lang['Noise level'] = 'Quantité de bruit';
26$lang['Noise color'] = 'Couleur du bruit';
27$lang['Font'] = 'Police';
28$lang['Preview'] = 'Prévisualisation';
29$lang['Tip: type "random" on a color field to have a random color'] = 'Astuce: inscrivez "random" dans un champs de couleur pour avoir une couleur aléatoire';
30
31?>
Note: See TracBrowser for help on using the repository browser.