1<?php 2/** 3 * English language file for the BotMon Plugin Settings 4 * 5 * @author Sascha Leib <sascha@leib.be> 6 */ 7 8$lang['showday'] = 'Which data to show in the “Latest” tab:'; 9 $lang['showday_o_yesterday'] = 'Last full day (yesterday)'; 10 $lang['showday_o_today'] = 'Ongoing logs (today)'; 11 12$lang['combineNets'] = 'Combine visits from known IP-ranges into one entry:'; 13 14$lang['geoiplib'] = 'Add GeoIP Information <a href="https://leib.be/sascha/projects/dokuwiki/botmon/config/settings#add_geoip_information" target="_blank" title="More information"></a>'; 15 $lang['geoiplib_o_disabled'] = 'Disabled'; 16 $lang['geoiplib_o_phpgeoip'] = 'Use PHP GeoIP Module'; 17 $lang['geoiplib_o_cloudflare'] = 'Use Cloudflare GeoIP'; 18 19$lang['useCaptcha'] = 'Enable Captcha <a href="https://leib.be/sascha/projects/dokuwiki/botmon/config/settings#enable_captcha" target="_blank" title="More information"></a>'; 20 $lang['useCaptcha_o_disabled'] = 'Disabled'; 21 $lang['useCaptcha_o_loremipsum'] = 'Captcha with Lorem ipsum text'; 22 $lang['useCaptcha_o_dada'] = 'Captcha with Dada placeholder text'; 23 24$lang['captchaSeed'] = 'Captcha Seed<br><small>(Enter a random string, e.g. <a href="https://www.browserling.com/tools/random-hex" target="_blank">from here</a>)</small>'; 25 26$lang['captchaOptions'] = 'Captcha options <a href="https://leib.be/sascha/projects/dokuwiki/botmon/config/settings#captcha_options" target="_blank" title="More information"></a>'; 27 $lang['captchaOptions_langmatch'] = 'Language match bypass'; 28 $lang['captchaOptions_anyval'] = 'Ignore cookie value'; 29