xref: /plugin/captcha/lang/de-informal/settings.php (revision 3bf3da100719e5c6781fcd429978e81b5b3354e2)
1df1ea5b0SThomas Templin<?php
2df1ea5b0SThomas Templin
3df1ea5b0SThomas Templin/**
4df1ea5b0SThomas Templin * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5df1ea5b0SThomas Templin *
6df1ea5b0SThomas Templin * @author Thomas Templin <templin@gnuwhv.de>
7*3bf3da10SDana * @author Dana <dannax3@gmx.de>
8df1ea5b0SThomas Templin */
9df1ea5b0SThomas Templin$lang['mode']                  = 'Welcher CAPTCHA-Typ soll benutzt werden?';
10df1ea5b0SThomas Templin$lang['mode_o_js']             = 'Text (automatisch ausgefüllt via JavaScript)';
11df1ea5b0SThomas Templin$lang['mode_o_text']           = 'Text (manuell auszufüllen)';
12df1ea5b0SThomas Templin$lang['mode_o_math']           = 'Mathe-Aufgabe';
13df1ea5b0SThomas Templin$lang['mode_o_question']       = 'Feste Frage';
14df1ea5b0SThomas Templin$lang['mode_o_image']          = 'Bild (nicht barrierefrei)';
15df1ea5b0SThomas Templin$lang['mode_o_audio']          = 'Bild+Audio (barrierefrei)';
16df1ea5b0SThomas Templin$lang['mode_o_figlet']         = 'Figlet ASCII-Kunst (nicht barrierefrei)';
17df1ea5b0SThomas Templin$lang['forusers']              = 'CAPTCHA auch für  angemeldete Benutzer verwenden?';
18*3bf3da10SDana$lang['loginprotect']          = 'Vorraussetzen eines CAPTCHA zum Einloggen?';
19df1ea5b0SThomas 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.';
20df1ea5b0SThomas Templin$lang['width']                 = 'Breite des CAPTCHA Bildes (in Pixel)';
21df1ea5b0SThomas Templin$lang['height']                = 'Höhe  des CAPTCHA Bildes (in Pixel)';
22df1ea5b0SThomas Templin$lang['question']              = 'Frage für den "Feste Frage" Modus.';
23df1ea5b0SThomas Templin$lang['answer']                = 'Antwort für den "Feste Frage" Modus.';
24