source: extensions/captcha/language/de_DE/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: 393 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
11?>
Note: See TracBrowser for help on using the repository browser.