1<?php
2/**
3 * German language file
4 *
5 * @author Adrian Schlegel <adrian.schlegel@liip.ch>
6 */
7
8$lang['publickey'] = "Recaptcha public key (<a href='http://www.recaptcha.net/api/getkey?app=dokuwiki' target='_blank' title='http://recaptcha.net'>http://recaptcha.net</a>)";
9$lang['privatekey'] = "Recaptcha private key (<a href='http://www.recaptcha.net/api/getkey?app=dokuwiki' target='_blank' title='http://recaptcha.net'>http://recaptcha.net</a>)";
10$lang['theme'] = 'Theme';
11$lang['lang'] = 'Recaptcha language (if empty, it tries to use the language setting of DokuWiki)';
12$lang['regprotect'] = 'Protect the user registration form';
13$lang['editprotect'] = 'Protect the page edit forms';
14$lang['regeditprotect'] = 'If a user is registered do they submit recaptcha when they edit pages?';
15$lang['forusers'] = 'Activate recaptcha for logged in users';
16