source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/captcha/lang/de/settings.php@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 638 bytes
Line 
1<?php
2/**
3 * German language file
4 *
5 * @author Andreas Gohr <[email protected]>
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
Note: See TracBrowser for help on using the repository browser.