imprint function added

This commit is contained in:
Nick Slowinski
2020-09-02 12:04:25 +02:00
parent ab3b62c16a
commit 5d4f9d7bd5
34 changed files with 624 additions and 3 deletions

View File

@@ -49,6 +49,11 @@ $lang['errselusr'] = "Adauga cel putin un utilizator!";
$lang['errukwn'] = "A aparut o eroare necunoscuta!";
$lang['factor'] = "Factor";
$lang['highest'] = "Cel mai înalt rang atins";
$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'] = "Instalare";
$lang['instdb'] = "Instalam baza de date:";
@@ -96,6 +101,7 @@ $lang['listsumo'] = "sum. timp online";
$lang['listuid'] = "unique-ID";
$lang['listver'] = "client version";
$lang['login'] = "Logare";
$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'] = "Nu ai acces pentru aceste comenzi!";
@@ -113,6 +119,7 @@ $lang['pass2'] = "Schimba parola";
$lang['pass3'] = "parola veche";
$lang['pass4'] = "noua parola";
$lang['pass5'] = "Ai uitat parola?";
$lang['privacy-policy'] = "Privacy Policy";
$lang['repeat'] = "reptere";
$lang['resettime'] = "Reset timp online si idle pentru userul: %s (ID: %s; ID baza de date %s), motiv: a fost sters din lista de exceptie.";
$lang['sccupcount'] = "Ai adaugat cu succes timp online: %s pentru userul cu ID(%s)";
@@ -312,6 +319,7 @@ $lang['stri0025'] = "%s for polish translation";
$lang['stri0026'] = "%s for spanish translation";
$lang['stri0027'] = "%s for initialisation hungarian translation";
$lang['stri0028'] = "%s for azerbaijan translation";
$lang['stri0029'] = "%s for the imprint function";
$lang['stta0001'] = "tot timpul";
$lang['sttm0001'] = "luna";
$lang['sttw0001'] = "Top useri";
@@ -465,6 +473,13 @@ $lang['wihladmrs9'] = "Please %s confirm %s the jobs. This will reset the job
$lang['wihlset'] = "setări";
$lang['wiignidle'] = "Ignora timp afk";
$lang['wiignidledesc'] = "Define a period, up to which the idle time of a user will be ignored.<br><br>When a client does not do anything on the server (=idle), this time is noted by the Ranksystem. With this feature the idle time of an user will not be counted until the defined limit. Only when the defined limit is exceeded, it counts from that point for the Ranksystem as idle time.<br><br>This function matters 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 activity.<br><br>0 Sec. = disable this function<br><br>Example:<br>Ignore idle = 600 (seconds)<br>A client has an idle of 8 minuntes.<br>└ 8 minutes idle are ignored and he 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 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&#60;br><br>Musterstrasse 13&#60;br><br>05172 Musterhausen&#60;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'] = "Folder";
$lang['wilogdesc'] = "Path of the log file of the Ranksystem.<br><br>Example:<br>/var/logs/ranksystem/<br><br>Be sure, the webuser has the write-permissions to the logpath.";
$lang['wilogout'] = "Delogare";