Files
dokuwiki-plugin-botmon/lang/en/lang.php

16 lines
522 B
PHP
Raw Normal View History

2025-10-25 21:14:35 +02:00
<?php
/**
* English language file for BotMon plugin
*
* @author Sascha Leib <ad@hominem.info>
*/
// Captcha dialog locale strings:
$lang['bm_dlgTitle'] = 'User Check';
$lang['bm_dlgSubtitle'] = 'Please confirm you are not a bot:';
$lang['bm_dlgConfirm'] = 'Click to confirm.';
$lang['bm_dlgChecking'] = 'Checking&nbsp;&hellip;';
$lang['bm_dlgLoading'] = 'Loading page&nbsp;&hellip;';
$lang['bm_dlgError'] = 'An error occured.';
$lang['bm_noJsWarning'] = 'This page requires JavaScript to be enabled.';