1<?php 2/** 3 * German language file 4 * 5 * @author Adrian Schlegel <adrian.schlegel@liip.ch> 6 * @author Martin Gross <martin@pc-coholic.de> 7 */ 8 9$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>)"; 10$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>)"; 11$lang['theme'] = 'Theme'; 12$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>"; 13$lang['regprotect'] = 'Protect the user registration form'; 14$lang['editprotect'] = 'Protect the page edit forms'; 15$lang['regeditprotect'] = 'If a user is registered do they submit recaptcha when they edit pages?'; 16$lang['forusers'] = 'Activate recaptcha for logged in users'; 17