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

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

Check if reCaptcha API is responding before activate.

File size: 485 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$lang['Piwigo can\'t connect to reCaptcha server'] = 'Piwigo ne peut pas se connecter au serveur de reCaptcha';
11
12?>
Note: See TracBrowser for help on using the repository browser.