1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00
dokuwiki_ynh/sources/lib/plugins/captcha/lang/de/settings.php
2014-07-20 13:52:39 +02:00

23 lines
1.3 KiB
PHP

<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Andreas Gohr <andi@splitbrain.org>
* @author Thomas Templin <templin@gnuwhv.de>
*/
$lang['mode'] = 'Welcher CAPTCHA-Typ soll benutzt werden?';
$lang['mode_o_js'] = 'Text (automatisch ausgefüllt via JavaScript)';
$lang['mode_o_text'] = 'Text (manuell auszufüllen)';
$lang['mode_o_math'] = 'Mathe-Aufgabe';
$lang['mode_o_question'] = 'Feste Frage';
$lang['mode_o_image'] = 'Bild (nicht barrierefrei)';
$lang['mode_o_audio'] = 'Bild+Audio (barrierefrei)';
$lang['mode_o_figlet'] = 'Figlet ASCII-Kunst (nicht barrierefrei)';
$lang['regprotect'] = 'Protect the registration form as well?';
$lang['forusers'] = 'Use CAPTCHA for logged in users, too?';
$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.';
$lang['width'] = 'Width of the CAPTCHA image (pixel)';
$lang['height'] = 'Height of the CAPTCHA image (pixel)';
$lang['question'] = 'Frage für den "Feste Frage" Modus.';
$lang['answer'] = 'Antwort für den "Feste Frage" Modus.';