release 1.2.12
This commit is contained in:
@@ -290,6 +290,7 @@ $lang['stri0022'] = "<a href=\"//magicbroccoli.de\" target=\"_blank\">mightyBr
|
||||
$lang['stri0023'] = "Stabilny od: 18/04/2016.";
|
||||
$lang['stri0024'] = "<a href=\"//zasivarna.tk/\" target=\"_blank\">KeviN</a> - for czech translation";
|
||||
$lang['stri0025'] = "<a href=\"//github.com/DoktorekOne\" target=\"_blank\">DoktorekOne</a> - for polish translation";
|
||||
$lang['stri0026'] = "<a href=\"//foro.gameflix.es\" target=\"_blank\">JavierlechuXD</a> - for spanish translation";
|
||||
$lang['sttw0001'] = "Najlepsi uzytkownicy";
|
||||
$lang['sttw0002'] = "Tygodnia";
|
||||
$lang['sttw0003'] = "Z %s %s czas online";
|
||||
@@ -453,8 +454,11 @@ $lang['wishcoldbid'] = "identyfikator bazy danych";
|
||||
$lang['wishcoldbiddesc'] = "Pokaz kolumne 'Identyfikator bazy danych klienta' in list_rankup.php";
|
||||
$lang['wishcolgs'] = "aktualna grupa od";
|
||||
$lang['wishcolgsdesc'] = "Pokaz kolumne 'aktualna grupa od' w list_rankup.php";
|
||||
$lang['wishcolha0'] = "disable hashing";
|
||||
$lang['wishcolha1'] = "secure hashing";
|
||||
$lang['wishcolha2'] = "fast hashing (default)";
|
||||
$lang['wishcolha'] = "hash IP addresses";
|
||||
$lang['wishcolhadesc'] = "Activate encrypting / hashing of IP addresses of TeamSpeak user and saves only the hashed value inside the database.<br>This is needed in some cases of your privacy legal; especially required due the EU-GDPR<br>We can't do without the IP address, because we need it to bind the TeamSpeak user with the website user.<br><br>If this function is \"OFF\" the IP address of a user will be stored in plain text.<br><br>In both variants (ON an OFF) the IP addresses of a user will only be stored as long as the user is connected to the TS3 server.<br><br>!!! Encrypting / Hashing of IP addresses will increase the needed resources and will negatively affect the performance of the website !!!<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 verify with the Ranksystem webpage.";
|
||||
$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'] = "czas bezczynnosci";
|
||||
$lang['wishcolitdesc'] = "Pokaz kolumne 'suma czasu bezczynnosci' w list_rankup.php";
|
||||
$lang['wishcolls'] = "ostatnio widziany";
|
||||
|
||||
Reference in New Issue
Block a user