xref: /plugin/captcha/lang/de/settings.php (revision 030a5f3bf3a0b80efe75670260f519f62d7976f4)
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>
705c24103SThomas Templin * @author Thomas Templin <templin@gnuwhv.de>
89602ef58SLeo Rudin * @author Leo Rudin <leo.rudin@gmx.ch>
9*030a5f3bSF. Mueller-Donath * @author F. Mueller-Donath <j.felix@mueller-donath.de>
105a7dc179SAndreas Gohr */
11760a0383SAndreas Gohr$lang['mode']                  = 'Welcher CAPTCHA-Typ soll benutzt werden?';
12760a0383SAndreas Gohr$lang['mode_o_js']             = 'Text (automatisch ausgefüllt via JavaScript)';
13760a0383SAndreas Gohr$lang['mode_o_text']           = 'Text (manuell auszufüllen)';
14760a0383SAndreas Gohr$lang['mode_o_math']           = 'Mathe-Aufgabe';
15760a0383SAndreas Gohr$lang['mode_o_question']       = 'Feste Frage';
16760a0383SAndreas Gohr$lang['mode_o_image']          = 'Bild (nicht barrierefrei)';
17760a0383SAndreas Gohr$lang['mode_o_audio']          = 'Bild+Audio (barrierefrei)';
18*030a5f3bSF. Mueller-Donath$lang['mode_o_svg']            = 'SVG (nicht barrierefrei, lesbar)';
19*030a5f3bSF. Mueller-Donath$lang['mode_o_svgaudio']       = 'SVG + Audio (barrierefrei, lesbar)';
20760a0383SAndreas Gohr$lang['mode_o_figlet']         = 'Figlet ASCII-Kunst (nicht barrierefrei)';
219602ef58SLeo Rudin$lang['forusers']              = 'Soll das CAPTCHA auch für eingeloggte Benutzer gebraucht werden?';
229602ef58SLeo Rudin$lang['loginprotect']          = 'Benötigt es ein CAPTCHA um sich einzuloggen?';
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