xref: /plugin/captcha/lang/de/settings.php (revision 0aa7ec6e20d4c6cf5e4bfd35a53c261f0390f9f4)
1<?php
2/**
3 * German language file
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8$lang['mode']       = "Welcher CAPTCHA-Typ soll benutzt werden?";
9$lang['mode_o_js']    = "Text (automatisch ausgefüllt via JavaScript)";
10$lang['mode_o_text']  = "Text (manuell auszufüllen)";
11$lang['mode_o_image'] = "Bild (nicht barrierefrei)";
12$lang['mode_o_audio'] = "Bild+Audio (barrierefrei)";
13
14$lang['regprotect'] = "Protect the registration form as well?";
15$lang['forusers']   = "Use CAPTCHA for logged in users, too?";
16$lang['width']      = "Width of the CAPTCHA image (pixel)";
17$lang['height']     = "Height of the CAPTCHA image (pixel)";
18
19