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

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

add 'guest_only' option

File size: 2.0 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$lang['Comments action'] = 'Action pour les commentaires';
8$lang['Moderate'] = 'Modérer';
9$lang['Captcha type'] = 'Type de captcha';
10$lang['Random string'] = 'Code aléatoire';
11$lang['Simple equation'] = 'Equation simple';
12$lang['Case sensitive'] = 'Sensibilité à la case';
13$lang['Code lenght'] = 'Longueur du code';
14$lang['good value:'] = 'conseillé:';
15$lang['Captcha theme'] = 'Thème du captcha';
16$lang['Activate on'] = 'Activer sur';
17$lang['Picture comments'] = 'Commentaires photo';
18$lang['Album comments'] = 'Commentaire album';
19$lang['Register form'] = 'Formulaire d\'enregistrement';
20$lang['Contact form'] = 'Formulaire de contact';
21$lang['Guestbook'] = 'Livre d\'or';
22$lang['Perturbation'] = 'Perturbation';
23$lang['range:'] = 'plage:';
24$lang['random'] = 'aléatoire';
25$lang['Background color'] = 'Couleur de fond';
26$lang['Text color'] = 'Couleur du texte';
27$lang['Lines density'] = 'Nombre de lignes';
28$lang['Lines color'] = 'Couleur des lignes';
29$lang['Noise level'] = 'Quantité de bruit';
30$lang['Noise color'] = 'Couleur du bruit';
31$lang['Font'] = 'Police';
32$lang['Preview'] = 'Prévisualisation';
33$lang['Background'] = 'Fond';
34$lang['Background image'] = 'Image de fond';
35$lang['Color'] = 'Couleur';
36$lang['Image'] = 'Image';
37$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';
38$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.';
39$lang['Only for unauthenticated users'] = 'Seulement pour les utilisateurs non connectés';
Note: See TracBrowser for help on using the repository browser.