<?php
/**
 * German language file
 *
 * @author Adrian Schlegel <adrian.schlegel@liip.ch>
 */

$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>)";
$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>)";
$lang['theme'] = 'Theme';
$lang['lang'] = 'Recaptcha language (if empty, it tries to use the language setting of DokuWiki)';
$lang['regprotect'] = 'Protect the user registration form';
$lang['editprotect'] = 'Protect the page edit forms';
$lang['regeditprotect'] = 'If a user is registered do they submit recaptcha when they edit pages?';
$lang['forusers'] = 'Activate recaptcha for logged in users';
