1<?php 2/** 3 * German language file 4 * 5 * @author Andreas Gohr <andi@splitbrain.org> 6 */ 7 8$lang['mode'] = "Welcher CAPTCHA-Typ soll benutzt werden?"; 9$lang['mode_o_js'] = "Text (automatisch ausgef�llt via JavaScript)"; 10$lang['mode_o_text'] = "Text (manuell auszuf�llen)"; 11$lang['mode_o_image'] = "Bild (nicht barrierefrei)"; 12$lang['mode_o_audio'] = "Bild+Audio (barrierefrei)"; 13 14$lang['regprotect'] = "Protect the registration form as well?"; 15$lang['forusers'] = "Use CAPTCHA for logged in users, too?"; 16$lang['width'] = "Width of the CAPTCHA image (pixel)"; 17$lang['height'] = "Height of the CAPTCHA image (pixel)"; 18 19