1*df1ea5b0SThomas Templin<?php 2*df1ea5b0SThomas Templin 3*df1ea5b0SThomas Templin/** 4*df1ea5b0SThomas Templin * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5*df1ea5b0SThomas Templin * 6*df1ea5b0SThomas Templin * @author Thomas Templin <templin@gnuwhv.de> 7*df1ea5b0SThomas Templin */ 8*df1ea5b0SThomas Templin$lang['mode'] = 'Welcher CAPTCHA-Typ soll benutzt werden?'; 9*df1ea5b0SThomas Templin$lang['mode_o_js'] = 'Text (automatisch ausgefüllt via JavaScript)'; 10*df1ea5b0SThomas Templin$lang['mode_o_text'] = 'Text (manuell auszufüllen)'; 11*df1ea5b0SThomas Templin$lang['mode_o_math'] = 'Mathe-Aufgabe'; 12*df1ea5b0SThomas Templin$lang['mode_o_question'] = 'Feste Frage'; 13*df1ea5b0SThomas Templin$lang['mode_o_image'] = 'Bild (nicht barrierefrei)'; 14*df1ea5b0SThomas Templin$lang['mode_o_audio'] = 'Bild+Audio (barrierefrei)'; 15*df1ea5b0SThomas Templin$lang['mode_o_figlet'] = 'Figlet ASCII-Kunst (nicht barrierefrei)'; 16*df1ea5b0SThomas Templin$lang['regprotect'] = 'Auch die Anmelde-Seite Schützen?'; 17*df1ea5b0SThomas Templin$lang['forusers'] = 'CAPTCHA auch für angemeldete Benutzer verwenden?'; 18*df1ea5b0SThomas Templin$lang['lettercount'] = 'Anzahl der zu verwendenen Buchstaben (3-16). Wenn Du die Anzahl erhöhst, denke daran auch die Breite des Bildes im nächsten Feld zu erhöhen.'; 19*df1ea5b0SThomas Templin$lang['width'] = 'Breite des CAPTCHA Bildes (in Pixel)'; 20*df1ea5b0SThomas Templin$lang['height'] = 'Höhe des CAPTCHA Bildes (in Pixel)'; 21*df1ea5b0SThomas Templin$lang['question'] = 'Frage für den "Feste Frage" Modus.'; 22*df1ea5b0SThomas Templin$lang['answer'] = 'Antwort für den "Feste Frage" Modus.'; 23