15a7dc179SAndreas Gohr<?php 2760a0383SAndreas Gohr 35a7dc179SAndreas Gohr/** 4760a0383SAndreas Gohr * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 55a7dc179SAndreas Gohr * 65a7dc179SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org> 705c24103SThomas Templin * @author Thomas Templin <templin@gnuwhv.de> 8*9602ef58SLeo Rudin * @author Leo Rudin <leo.rudin@gmx.ch> 95a7dc179SAndreas Gohr */ 10760a0383SAndreas Gohr$lang['mode'] = 'Welcher CAPTCHA-Typ soll benutzt werden?'; 11760a0383SAndreas Gohr$lang['mode_o_js'] = 'Text (automatisch ausgefüllt via JavaScript)'; 12760a0383SAndreas Gohr$lang['mode_o_text'] = 'Text (manuell auszufüllen)'; 13760a0383SAndreas Gohr$lang['mode_o_math'] = 'Mathe-Aufgabe'; 14760a0383SAndreas Gohr$lang['mode_o_question'] = 'Feste Frage'; 15760a0383SAndreas Gohr$lang['mode_o_image'] = 'Bild (nicht barrierefrei)'; 16760a0383SAndreas Gohr$lang['mode_o_audio'] = 'Bild+Audio (barrierefrei)'; 17760a0383SAndreas Gohr$lang['mode_o_figlet'] = 'Figlet ASCII-Kunst (nicht barrierefrei)'; 18*9602ef58SLeo Rudin$lang['forusers'] = 'Soll das CAPTCHA auch für eingeloggte Benutzer gebraucht werden?'; 19*9602ef58SLeo Rudin$lang['loginprotect'] = 'Benötigt es ein CAPTCHA um sich einzuloggen?'; 2005c24103SThomas Templin$lang['lettercount'] = 'Anzahl der zu verwendenen Buchstaben (3-16). Wenn Sie die Anzahl erhöhen, denken Sie daran auch die Breite des Bildes im nächsten Feld zu erhöhen.'; 21*9602ef58SLeo Rudin$lang['width'] = 'Weite des CAPTCHA Bildes (pixel)'; 22*9602ef58SLeo Rudin$lang['height'] = 'Höhe des CAPTCHA Bildes (pixel)'; 23760a0383SAndreas Gohr$lang['question'] = 'Frage für den "Feste Frage" Modus.'; 24760a0383SAndreas Gohr$lang['answer'] = 'Antwort für den "Feste Frage" Modus.'; 25