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