imprint function added
This commit is contained in:
@@ -49,6 +49,11 @@ $lang['errselusr'] = "Please choose at least one user!";
|
||||
$lang['errukwn'] = "An unknown error has occurred!";
|
||||
$lang['factor'] = "Factor";
|
||||
$lang['highest'] = "highest rank reached";
|
||||
$lang['imprint'] = "Imprint";
|
||||
$lang['imprint_address'] = "Address";
|
||||
$lang['imprint_email'] = "E-Mail Address";
|
||||
$lang['imprint_notes'] = "Additional information";
|
||||
$lang['imprint_phone'] = "Phone";
|
||||
$lang['insec'] = "in Seconds";
|
||||
$lang['install'] = "Installation";
|
||||
$lang['instdb'] = "Install database";
|
||||
@@ -96,6 +101,7 @@ $lang['listsumo'] = "sum. online time";
|
||||
$lang['listuid'] = "unique Client-ID";
|
||||
$lang['listver'] = "client version";
|
||||
$lang['login'] = "Login";
|
||||
$lang['module_disabled'] = "This module is deactivated.";
|
||||
$lang['msg0001'] = "The Ranksystem is running on version: %s";
|
||||
$lang['msg0002'] = "A list of valid bot commands can be found here [URL]https://ts-ranksystem.com/#commands[/URL]";
|
||||
$lang['msg0003'] = "You are not eligible for this command!";
|
||||
@@ -113,6 +119,7 @@ $lang['pass2'] = "Change password";
|
||||
$lang['pass3'] = "old password";
|
||||
$lang['pass4'] = "new password";
|
||||
$lang['pass5'] = "Forgot password?";
|
||||
$lang['privacy-policy'] = "Privacy Policy";
|
||||
$lang['repeat'] = "repeat";
|
||||
$lang['resettime'] = "Reset the online and idle time of user %s (unique Client-ID: %s; Client-database-ID %s) to zero, cause user got removed out of an exception (servergroup or client exception).";
|
||||
$lang['sccupcount'] = "Active time of %s seconds for the unique Client-ID (%s) will be added in a few seconds (have a look to the Ranksystem log).";
|
||||
@@ -312,6 +319,7 @@ $lang['stri0025'] = "%s for polish translation";
|
||||
$lang['stri0026'] = "%s for spanish translation";
|
||||
$lang['stri0027'] = "%s for hungarian translation";
|
||||
$lang['stri0028'] = "%s for azerbaijan translation";
|
||||
$lang['stri0029'] = "%s for the imprint function";
|
||||
$lang['stta0001'] = "Of all time";
|
||||
$lang['sttm0001'] = "Of the month";
|
||||
$lang['sttw0001'] = "Top users";
|
||||
@@ -465,6 +473,13 @@ $lang['wihladmrs9'] = "Please %s confirm %s the jobs. This will reset the job
|
||||
$lang['wihlset'] = "settings";
|
||||
$lang['wiignidle'] = "Ignore idle";
|
||||
$lang['wiignidledesc'] = "Define a period, up to which the idle time of a user will be ignored.<br><br>If a client does nothing on the server (=idle), this time can be determined by the Ranksystem. With this function the idle time of a user up to the defined limit is not evaluated as idle time, rather it counts as active time. Only when the defined limit is exceeded, it counts from that point on for the Ranksystem as idle time.<br><br>This function does matter only in conjunction with the mode 'active time'.<br><br>Meaning the function is e.g. to evaluate the time of listening in conversations as an activity.<br><br>0 Sec. = disables this function<br><br>Example:<br>Ignore idle = 600 (seconds)<br>A client has an idle of 8 minuntes.<br>└ 8 minutes idle will be ignored and the user therefore receives this time as active time. If the idle time now increased to 12 minutes, the time is over 10 minutes and in this case 2 minutes would be counted as idle time, the first 10 minutes still as active time.";
|
||||
$lang['wiimpswitch'] = "Imprint function";
|
||||
$lang['wiimpswitchdesc'] = "Activate this function to publicly display the imprint and data protection declaration.";
|
||||
$lang['wiimpaddrdesc'] = "Enter your name and address here.<br>Example:<br><pre>Max Mustermann<br><br>Musterstrasse 13<br><br>05172 Musterhausen<br><br>Germany</pre>";
|
||||
$lang['wiimpemaildesc'] = "Enter your email address here.<br>Example:<br><pre>info@example.com</pre>";
|
||||
$lang['wiimpphonedesc'] = "Enter your telephone number with international area code here.<br>Example:<br><pre>+49 171 1234567</pre>";
|
||||
$lang['wiimpnotesdesc'] = "Add additional information here, such as a disclaimer.<br>Leave the field blank so that this section does not appear.<br>HTML code for formatting is allowed.";
|
||||
$lang['wiimpprivacydesc'] = "Insert your privacy policy here (maximum 21,588 characters).<br>HTML code for formatting is allowed.";
|
||||
$lang['wilog'] = "Logpath";
|
||||
$lang['wilogdesc'] = "Path of the log file of the Ranksystem.<br><br>Example:<br>/var/logs/Ranksystem/<br><br>Be sure, the Webuser (= user of the web space) has the write-out permissions to the log file.";
|
||||
$lang['wilogout'] = "Logout";
|
||||
|
||||
Reference in New Issue
Block a user