xref: /plugin/captcha/lang/de/lang.php (revision 5a7dc179cf9b3f439abf9f71e99cbdbe30c7b20d)
1*5a7dc179SAndreas Gohr<?php
2*5a7dc179SAndreas Gohr/**
3*5a7dc179SAndreas Gohr * German language file
4*5a7dc179SAndreas Gohr *
5*5a7dc179SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org>
6*5a7dc179SAndreas Gohr */
7*5a7dc179SAndreas Gohr
8*5a7dc179SAndreas Gohr$lang['testfailed']  = "Das CAPTCHA wurde nicht korrekt beantwortet.";
9*5a7dc179SAndreas Gohr$lang['fillcaptcha'] = "Bitte �bertragen Sie die Buchstaben in das Eingabefeld.";
10*5a7dc179SAndreas Gohr$lang['soundlink']   = "Wenn Sie die Buchstaben auf dem Bild nicht lesen k�nnen, laden Sie diese .wav Datei herunter, um sie vorgelesen zu bekommen.";
11*5a7dc179SAndreas Gohr
12