xref: /plugin/captcha/lang/de/settings.php (revision 05c24103df1f0000b9d6ce7b0696e62e2f0675f0)
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>
7*05c24103SThomas Templin * @author Thomas Templin <templin@gnuwhv.de>
85a7dc179SAndreas Gohr */
9760a0383SAndreas Gohr$lang['mode']                  = 'Welcher CAPTCHA-Typ soll benutzt werden?';
10760a0383SAndreas Gohr$lang['mode_o_js']             = 'Text (automatisch ausgefüllt via JavaScript)';
11760a0383SAndreas Gohr$lang['mode_o_text']           = 'Text (manuell auszufüllen)';
12760a0383SAndreas Gohr$lang['mode_o_math']           = 'Mathe-Aufgabe';
13760a0383SAndreas Gohr$lang['mode_o_question']       = 'Feste Frage';
14760a0383SAndreas Gohr$lang['mode_o_image']          = 'Bild (nicht barrierefrei)';
15760a0383SAndreas Gohr$lang['mode_o_audio']          = 'Bild+Audio (barrierefrei)';
16760a0383SAndreas Gohr$lang['mode_o_figlet']         = 'Figlet ASCII-Kunst (nicht barrierefrei)';
17760a0383SAndreas Gohr$lang['regprotect']            = 'Protect the registration form as well?';
18760a0383SAndreas Gohr$lang['forusers']              = 'Use CAPTCHA for logged in users, too?';
19*05c24103SThomas 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.';
20760a0383SAndreas Gohr$lang['width']                 = 'Width of the CAPTCHA image (pixel)';
21760a0383SAndreas Gohr$lang['height']                = 'Height of the CAPTCHA image (pixel)';
22760a0383SAndreas Gohr$lang['question']              = 'Frage für den "Feste Frage" Modus.';
23760a0383SAndreas Gohr$lang['answer']                = 'Antwort für den "Feste Frage" Modus.';
24