Localisation
This commit is contained in:
14
lang/de/lang.php
Normal file
14
lang/de/lang.php
Normal 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 …';
|
||||
$lang['bm_dlgLoading'] = 'Seite wird geladen …';
|
||||
$lang['bm_dlgError'] = 'Es ist ein Fehler aufgetreten.';
|
||||
14
lang/en/lang.php
Normal file
14
lang/en/lang.php
Normal 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 …';
|
||||
$lang['bm_dlgLoading'] = 'Loading page …';
|
||||
$lang['bm_dlgError'] = 'An error occured.';
|
||||
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user