Localisation

This commit is contained in:
Sascha Leib
2025-10-25 21:14:35 +02:00
parent d49ab21345
commit 620d9253e5
10 changed files with 74 additions and 10 deletions

14
lang/de/lang.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
/**
* German language file for BotMon plugin
*
* @author Sascha Leib <ad@hominem.info>
*/
// Captcha dialog locale strings:
$lang['bm_dlgTitle'] = 'Benutzerüberprüfung';
$lang['bm_dlgSubtitle'] = 'Bitte bestätige, dass du kein Bot bist:';
$lang['bm_dlgConfirm'] = 'Klicke, um zu bestätigen.';
$lang['bm_dlgChecking'] = 'Wird überprüft&nbsp;&hellip;';
$lang['bm_dlgLoading'] = 'Seite wird geladen&nbsp;&hellip;';
$lang['bm_dlgError'] = 'Es ist ein Fehler aufgetreten.';

14
lang/en/lang.php Normal file
View File

@@ -0,0 +1,14 @@
<?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.';

View File

@@ -5,9 +5,13 @@
* @author Sascha Leib <sascha@leib.be>
*/
$lang['showday'] = 'Which data to show in the “Latest” tab:';
$lang['showday_o_yesterday'] = 'Last full day (yesterday)';
$lang['showday_o_today'] = 'Ongoing logs (today)';
$lang['geoiplib'] = 'Add GeoIP Information<br><small>(requires PHP module to be installed)</small>';
$lang['geoiplib_o_disabled'] = 'Disabled';
$lang['geoiplib_o_phpgeoip'] = 'Use GeoIP Module';
$lang['useCaptcha'] = 'Enable Captcha<br><small>(Experimental, read the manual first!)</small>';
$lang['captchaSeed'] = 'Captcha Seed<br><small>(Enter a 16 to 32 digits random number)</small>';
$lang['captchaSeed'] = 'Captcha Seed<br><small>(Best use a random number, e.g. <a href="https://www.browserling.com/tools/random-hex" target="_blank">here</a> )</small>';