15a7dc179SAndreas Gohr<?php 2*760a0383SAndreas Gohr 35a7dc179SAndreas Gohr/** 4*760a0383SAndreas Gohr * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 55a7dc179SAndreas Gohr * 65a7dc179SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org> 75a7dc179SAndreas Gohr */ 8*760a0383SAndreas Gohr$lang['mode'] = 'Welcher CAPTCHA-Typ soll benutzt werden?'; 9*760a0383SAndreas Gohr$lang['mode_o_js'] = 'Text (automatisch ausgefüllt via JavaScript)'; 10*760a0383SAndreas Gohr$lang['mode_o_text'] = 'Text (manuell auszufüllen)'; 11*760a0383SAndreas Gohr$lang['mode_o_math'] = 'Mathe-Aufgabe'; 12*760a0383SAndreas Gohr$lang['mode_o_question'] = 'Feste Frage'; 13*760a0383SAndreas Gohr$lang['mode_o_image'] = 'Bild (nicht barrierefrei)'; 14*760a0383SAndreas Gohr$lang['mode_o_audio'] = 'Bild+Audio (barrierefrei)'; 15*760a0383SAndreas Gohr$lang['mode_o_figlet'] = 'Figlet ASCII-Kunst (nicht barrierefrei)'; 16*760a0383SAndreas Gohr$lang['regprotect'] = 'Protect the registration form as well?'; 17*760a0383SAndreas Gohr$lang['forusers'] = 'Use CAPTCHA for logged in users, too?'; 18*760a0383SAndreas Gohr$lang['lettercount'] = 'Anzahl der zu verwendenen Buchstaben (3-16). Wenn Sie die Anzahl erhöhen, denekn Sie daran auch die Breite des Bildes im nächsten Feld zu erhöhen.'; 19*760a0383SAndreas Gohr$lang['width'] = 'Width of the CAPTCHA image (pixel)'; 20*760a0383SAndreas Gohr$lang['height'] = 'Height of the CAPTCHA image (pixel)'; 21*760a0383SAndreas Gohr$lang['question'] = 'Frage für den "Feste Frage" Modus.'; 22*760a0383SAndreas Gohr$lang['answer'] = 'Antwort für den "Feste Frage" Modus.'; 23