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

Last change on this file since 26041 was 26041, checked in by mistic100, 10 years ago

update for 2.6

File size: 1.8 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$lang['Button color'] = 'Couleur du bouton';
7
8$lang['Comments action'] = 'Action pour les commentaires';
9$lang['Moderate'] = 'Modérer';
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$lang['Activate on'] = 'Activer sur';
18$lang['Picture comments'] = 'Commentaires photo';
19$lang['Album comments'] = 'Commentaire album';
20$lang['Register form'] = 'Formulaire d\'enregistrement';
21$lang['Contact form'] = 'Formulaire de contact';
22$lang['Guestbook'] = 'Livre d\'or';
23
24$lang['Perturbation'] = 'Perturbation';
25$lang['range:'] = 'plage:';
26$lang['random'] = 'aléatoire';
27$lang['Background color'] = 'Couleur de fond';
28$lang['Text color'] = 'Couleur du texte';
29$lang['Lines density'] = 'Nombre de lignes';
30$lang['Lines color'] = 'Couleur des lignes';
31$lang['Noise level'] = 'Quantité de bruit';
32$lang['Noise color'] = 'Couleur du bruit';
33$lang['Font'] = 'Police';
34$lang['Preview'] = 'Prévisualisation';
35$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';
36$lang['We detected that EasyCaptcha plugin is available on your gallery. Both plugins can be used at the same time, but you should not under any circumstances activate both of them on the same page.'] = 'Nous avons détecté que EasyCaptcha est activé sur votre galerie. Les deux plugins peuvent fonctionner en même temps, mais sous aucun prétexte ils ne doivent être activés sur les mêmes pages.';
37
38?>
Note: See TracBrowser for help on using the repository browser.