release 1.3.10

This commit is contained in:
Newcomer1989
2020-08-09 00:36:59 +02:00
parent d196dfb1f6
commit b45feecd03
37 changed files with 260 additions and 540 deletions

View File

@@ -83,15 +83,18 @@ $lang['listacsg'] = "current servergroup";
$lang['listcldbid'] = "Client-database-ID";
$lang['listexcept'] = "No, cause excepted";
$lang['listgrps'] = "current group since";
$lang['listnat'] = "country";
$lang['listnick'] = "Clientname";
$lang['listnxsg'] = "next servergroup";
$lang['listnxup'] = "next rank up";
$lang['listpla'] = "platform";
$lang['listrank'] = "rank";
$lang['listseen'] = "last seen";
$lang['listsuma'] = "sum. active time";
$lang['listsumi'] = "sum. idle time";
$lang['listsumo'] = "sum. online time";
$lang['listuid'] = "unique Client-ID";
$lang['listver'] = "client version";
$lang['login'] = "Login";
$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]";
@@ -239,6 +242,7 @@ $lang['stmy0028'] = "Connects: Bronze";
$lang['stmy0029'] = "Connects: Unranked";
$lang['stmy0030'] = "Progress next servergroup";
$lang['stmy0031'] = "Total active time";
$lang['stmy0032'] = "Last calculated:";
$lang['stna0001'] = "Nations";
$lang['stna0002'] = "statistics";
$lang['stna0003'] = "Code";
@@ -507,35 +511,15 @@ $lang['wirtpw8'] = "Here you can reset the password for the webinterface.";
$lang['wirtpw9'] = "Following things are required to reset the password:";
$lang['wiselcld'] = "select clients";
$lang['wiselclddesc'] = "Select the clients by their last known username, unique Client-ID or Client-database-ID.<br>Multiple selections are also possible.";
$lang['wishcolas'] = "current servergroup";
$lang['wishcolasdesc'] = "Show column 'current servergroup' in list_rankup.php";
$lang['wishcol'] = "Show/hide column";
$lang['wishcolat'] = "active time";
$lang['wishcolatdesc'] = "Show column 'sum. active time' in list_rankup.php";
$lang['wishcolcld'] = "Client-name";
$lang['wishcolclddesc'] = "Show column 'Client-name' in list_rankup.php";
$lang['wishcoldbid'] = "database-ID";
$lang['wishcoldbiddesc'] = "Show column 'Client-database-ID' in list_rankup.php";
$lang['wishcolgs'] = "current group since";
$lang['wishcolgsdesc'] = "Show column 'current group since' in list_rankup.php";
$lang['wishcoldesc'] = "Switch this column 'on' or 'off' to show or hide it on the stats page.<br><br>This allows you to configure the List Rankup (stats/list_rankup.php) individually.";
$lang['wishcolha'] = "hash IP addresses";
$lang['wishcolha0'] = "disable hashing";
$lang['wishcolha1'] = "secure hashing";
$lang['wishcolha2'] = "fast hashing (default)";
$lang['wishcolhadesc'] = "The TeamSpeak 3 server stores the IP address of each client. This we need for the Ranksystem to bind the website user of the statistics page with the related TeamSpeak user.<br><br>With this function you can active an encrypting / hashing of the IP addresses of TeamSpeak users. When enabled, only the hashed value will be stored in the database, instead of storing it in plain text. This is needed in some cases of your privacy legal; especially required due the EU-GDPR.<br><br><b>fast hashing (default):</b> IP addresses will be hashed. The salt is different for each ranksystem instance, but same for all users on the server. This makes it faster, but also weaker as the 'secure hashing'.<br><br><b>secure hashing:</b> IP addresses will be hashed. Each user will get his own salt, which makes it hard to decrypt the IP (=secure). This parameter is conform with the EU-GDPR. Contra: This variation affects the performance, especially on bigger TeamSpeak servers, it will slow down the statistics page on first site load very much. Also it inceases the needed resources.<br><br><b>disable hashing:</b> If this function is disabled the IP address of a user will be stored in plain text. This is the fastest option that requires the least resources.<br><br><br>In all variants the IP addresses of users will only be stored as long as the user is connected to the TS3 server (less data collection - EU-GDPR).<br><br>The IP addresses of users will only be stored once a user connected to the TS3 server. On changing this function the user needs to reconnect to the TS3 server to be able to get verified with the Ranksystem webpage.";
$lang['wishcolit'] = "idle time";
$lang['wishcolitdesc'] = "Show column 'sum idle time' in list_rankup.php";
$lang['wishcolls'] = "last seen";
$lang['wishcollsdesc'] = "Show column 'last seen' in list_rankup.php";
$lang['wishcolnx'] = "next rank up";
$lang['wishcolnxdesc'] = "Show column 'next rank up' in list_rankup.php";
$lang['wishcolot'] = "online time";
$lang['wishcolotdesc'] = "Show column 'sum. online time' in list_rankup.php";
$lang['wishcolrg'] = "rank";
$lang['wishcolrgdesc'] = "Show column 'rank' in list_rankup.php";
$lang['wishcolsg'] = "next servergroup";
$lang['wishcolsgdesc'] = "Show column 'next servergroup' in list_rankup.php";
$lang['wishcoluuid'] = "Client-ID";
$lang['wishcoluuiddesc'] = "Show column 'unique Client-ID' in list_rankup.php";
$lang['wishdef'] = "default column sort";
$lang['wishdefdesc'] = "Define the default sorting column for the List Rankup page.";
$lang['wishexcld'] = "excepted client";