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

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

Display corrected in IE8.
Add theme interface select in admin pannel.

File size: 373 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.