xref: /plugin/captcha/lang/de/settings.php (revision 79294d9b28a22d900e0dc6596a1e4d7dd4114b11)
15a7dc179SAndreas Gohr<?php
2760a0383SAndreas Gohr
35a7dc179SAndreas Gohr/**
4760a0383SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
55a7dc179SAndreas Gohr *
6*79294d9bSAloisT * @author AloisT <tiefenbrunner@outlook.com>
75a7dc179SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org>
805c24103SThomas Templin * @author Thomas Templin <templin@gnuwhv.de>
99602ef58SLeo Rudin * @author Leo Rudin <leo.rudin@gmx.ch>
10030a5f3bSF. Mueller-Donath * @author F. Mueller-Donath <j.felix@mueller-donath.de>
115a7dc179SAndreas Gohr */
12760a0383SAndreas Gohr$lang['mode']                  = 'Welcher CAPTCHA-Typ soll benutzt werden?';
13760a0383SAndreas Gohr$lang['mode_o_js']             = 'Text (automatisch ausgefüllt via JavaScript)';
14760a0383SAndreas Gohr$lang['mode_o_text']           = 'Text (manuell auszufüllen)';
15760a0383SAndreas Gohr$lang['mode_o_math']           = 'Mathe-Aufgabe';
16760a0383SAndreas Gohr$lang['mode_o_question']       = 'Feste Frage';
17760a0383SAndreas Gohr$lang['mode_o_image']          = 'Bild (nicht barrierefrei)';
18760a0383SAndreas Gohr$lang['mode_o_audio']          = 'Bild+Audio (barrierefrei)';
19030a5f3bSF. Mueller-Donath$lang['mode_o_svg']            = 'SVG (nicht barrierefrei, lesbar)';
20030a5f3bSF. Mueller-Donath$lang['mode_o_svgaudio']       = 'SVG + Audio (barrierefrei, lesbar)';
21760a0383SAndreas Gohr$lang['mode_o_figlet']         = 'Figlet ASCII-Kunst (nicht barrierefrei)';
229602ef58SLeo Rudin$lang['forusers']              = 'Soll das CAPTCHA auch für eingeloggte Benutzer gebraucht werden?';
2305c24103SThomas 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.';
249602ef58SLeo Rudin$lang['width']                 = 'Weite des CAPTCHA Bildes (pixel)';
259602ef58SLeo Rudin$lang['height']                = 'Höhe des CAPTCHA Bildes (pixel)';
26760a0383SAndreas Gohr$lang['question']              = 'Frage für den "Feste Frage" Modus.';
27760a0383SAndreas Gohr$lang['answer']                = 'Antwort für den "Feste Frage" Modus.';
28*79294d9bSAloisT$lang['loginprotect']          = 'Benötigt es ein CAPTCHA um sich einzuloggen?';
29*79294d9bSAloisT$lang['loginprotect_o_0']      = 'Niemals';
30*79294d9bSAloisT$lang['loginprotect_o_1']      = 'Immer';
31*79294d9bSAloisT$lang['loginprotect_o_2']      = 'Nach 3 Fehlversuchen';
32