<?php
/**
 * German language file
 *
 * @author Adrian Schlegel <adrian.schlegel@liip.ch>
 * @author Martin Gross <martin@pc-coholic.de>
 */

$lang['publickey'] = "Recaptcha public key (<a href='https://www.google.com/recaptcha/admin' target='_blank' title='https://www.google.com/recaptcha/admin'>https://www.google.com/recaptcha/admin</a>)";
$lang['privatekey'] = "Recaptcha private key (<a href='https://www.google.com/recaptcha/admin' target='_blank' title='https://www.google.com/recaptcha/admin'>https://www.google.com/recaptcha/admin</a>)";
$lang['theme'] = 'Theme';
$lang['lang'] = "Recaptcha language (if empty, it tries to use the language setting of DokuWiki) <a href='https://developers.google.com/recaptcha/docs/language' targe='_blank'>Permitted languages</a>";
$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';
