mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
12 lines
547 B
PHP
12 lines
547 B
PHP
<?php
|
|
/**
|
|
* English language file
|
|
*
|
|
* @author Andreas Gohr <andi@splitbrain.org>
|
|
*/
|
|
|
|
$lang['testfailed'] = "Sorry, but the CAPTCHA wasn't answered correctly. Maybe you're not human at all?";
|
|
$lang['fillcaptcha'] = "Please fill all the letters into the box to prove you're human.";
|
|
$lang['fillmath'] = "Please solve the following equation to prove you're human.";
|
|
$lang['soundlink'] = "If you can't read the letters on the image, download this .wav file to get them read to you.";
|
|
$lang['honeypot'] = "Please keep this field empty: ";
|