source: extensions/captcha/language/nl_NL/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: 508 bytes
Line 
1<?php
2
3$lang['Captcha Configuration'] = 'Captcha instellingen';
4$lang['Public Key'] = 'Algemene (public) sleutel';
5$lang['Private Key'] = 'Privé (private) sleutel';
6$lang['Signup for personal usage keys'] = 'Vraag uw sleutel(s) aan bij Google via deze link';
7
8$lang['Invalid Captcha'] = 'Ongeldige Captcha';
9$lang['You need to define Captcha keys'] = 'U dient eerst Captcha sleutels aan te maken';
10/*TODO*/$lang['Piwigo can\'t connect to reCaptcha server'] = 'Piwigo can\'t connect to reCaptcha server';
11
12?>
Note: See TracBrowser for help on using the repository browser.