<?php
/**
 * German language file
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 */

$lang['mode']       = "Welcher CAPTCHA-Typ soll benutzt werden?";
$lang['mode_o_js']    = "Text (automatisch ausgefüllt via JavaScript)";
$lang['mode_o_text']  = "Text (manuell auszufüllen)";
$lang['mode_o_image'] = "Bild (nicht barrierefrei)";
$lang['mode_o_audio'] = "Bild+Audio (barrierefrei)";

$lang['regprotect'] = "Protect the registration form as well?";
$lang['forusers']   = "Use CAPTCHA for logged in users, too?";
$lang['width']      = "Width of the CAPTCHA image (pixel)";
$lang['height']     = "Height of the CAPTCHA image (pixel)";

