1<?php
2/**
3 * English language file
4 *
5 * @author Daniel-Constantin Mierla <miconda@gmail.com>
6 */
7
8$lang['testfailed']  = "Sorry, but the REQUIZ wasn't answered correctly. Maybe you're not human at all?";
9$lang['fillrequiz'] = "Please select the right answer to prove you're human.";
10
11