Files
Sascha Leib cb91697912 No-JS Warning
Shows a warning message for users without JS active.
2025-11-26 22:51:18 +01:00

16 lines
522 B
PHP

<?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.';