source: extensions/captcha/language/de_DE/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: 499 bytes
Line 
1<?php
2
3$lang['Captcha Configuration'] = 'Captcha Konfiguration';
4$lang['Public Key'] = 'Öffentlicher Key';
5$lang['Private Key'] = 'Privater Key';
6$lang['Signup for personal usage keys'] = 'Registrieren Sie sich um Ihre persönliche Keys zu erhalten';
7
8$lang['Invalid Captcha'] = 'Captcha ist ungültig';
9$lang['You need to define Captcha keys'] = 'Sie müssen die Captcha Keys bestimmen';
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.