xref: /plugin/captcha/lang/de-informal/settings.php (revision 88f96d86a2ca231e1a453898246c50f7e479b967)
1df1ea5b0SThomas Templin<?php
2df1ea5b0SThomas Templin
3df1ea5b0SThomas Templin/**
4df1ea5b0SThomas Templin * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5df1ea5b0SThomas Templin *
6*88f96d86SHella * @author Hella <hella.breitkopf@gmail.com>
7df1ea5b0SThomas Templin * @author Thomas Templin <templin@gnuwhv.de>
83bf3da10SDana * @author Dana <dannax3@gmx.de>
9ed30d673SDaniel Eiter * @author Daniel Eiter <daniel@eiterfamily.com>
1007a30a9cSF. Mueller-Donath * @author F. Mueller-Donath <j.felix@mueller-donath.de>
11df1ea5b0SThomas Templin */
12df1ea5b0SThomas Templin$lang['mode']                  = 'Welcher CAPTCHA-Typ soll benutzt werden?';
13ed30d673SDaniel Eiter$lang['mode_o_js']             = 'Text (vorausgefüllt mit JavaScript)';
14ed30d673SDaniel Eiter$lang['mode_o_text']           = 'Text (nur manuell)';
15df1ea5b0SThomas Templin$lang['mode_o_math']           = 'Mathe-Aufgabe';
16df1ea5b0SThomas Templin$lang['mode_o_question']       = 'Feste Frage';
17df1ea5b0SThomas Templin$lang['mode_o_image']          = 'Bild (nicht barrierefrei)';
18df1ea5b0SThomas Templin$lang['mode_o_audio']          = 'Bild+Audio (barrierefrei)';
19ed30d673SDaniel Eiter$lang['mode_o_svg']            = 'SVG (nicht barrierefrei, lesbar)';
20ed30d673SDaniel Eiter$lang['mode_o_svgaudio']       = 'SVG + Audio (barrierefrei, lesbar)';
21df1ea5b0SThomas Templin$lang['mode_o_figlet']         = 'Figlet ASCII-Kunst (nicht barrierefrei)';
22df1ea5b0SThomas Templin$lang['forusers']              = 'CAPTCHA auch für  angemeldete Benutzer verwenden?';
23df1ea5b0SThomas Templin$lang['lettercount']           = 'Anzahl der zu verwendenen Buchstaben (3-16). Wenn Du die Anzahl erhöhst, denke daran auch die Breite des Bildes im nächsten Feld zu erhöhen.';
24df1ea5b0SThomas Templin$lang['width']                 = 'Breite des CAPTCHA Bildes (in Pixel)';
25df1ea5b0SThomas Templin$lang['height']                = 'Höhe  des CAPTCHA Bildes (in Pixel)';
26df1ea5b0SThomas Templin$lang['question']              = 'Frage für den "Feste Frage" Modus.';
27df1ea5b0SThomas Templin$lang['answer']                = 'Antwort für den "Feste Frage" Modus.';
28*88f96d86SHella$lang['loginprotect']          = 'Vorraussetzen eines CAPTCHA zum Einloggen?';
29*88f96d86SHella$lang['loginprotect_o_0']      = 'Nie';
30*88f96d86SHella$lang['loginprotect_o_1']      = 'Immer';
31*88f96d86SHella$lang['loginprotect_o_2']      = 'Nach 3 Fehlversuchen';
32