source: extensions/captcha/language/fr_FR/plugin.lang.php @ 8030

Last change on this file since 8030 was 8030, checked in by patdenice, 13 years ago

Add captcha plugin.

File size: 377 bytes
Line 
1<?php
2
3$lang['Captcha Configuration'] = 'Configuration du Captcha';
4$lang['Public Key:'] = 'Clef publique:';
5$lang['Private Key:'] = 'Cléf privée:';
6$lang['Signup for personal usage keys'] = 'Enregistrer ses clefs personelles';
7
8$lang['Invalid Captcha'] = 'Captcha non valide';
9$lang['You need to define Captcha keys'] = 'Vous avez besoins de définir vos clefs Captcha';
10
11?>
Note: See TracBrowser for help on using the repository browser.