release 1.3.14
This commit is contained in:
@@ -158,6 +158,8 @@ $lang['stag0016'] = "verification needed!";
|
||||
$lang['stag0017'] = "verificate here..";
|
||||
$lang['stag0018'] = "A list of excepted servergroups. If a user owns one of this servergroups, he will not be able to use the Add-on.";
|
||||
$lang['stag0019'] = "You are excepted from this function because you own the servergroup: %s (ID: %s).";
|
||||
$lang['stag0020'] = "Title";
|
||||
$lang['stag0021'] = "Enter a title for this group. The title will be shown also on the statistics page.";
|
||||
$lang['stix0001'] = "Server statistieken";
|
||||
$lang['stix0002'] = "Totaal gebruikers";
|
||||
$lang['stix0003'] = "Bekijk gegevens";
|
||||
@@ -573,6 +575,8 @@ $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['wishcolot'] = "online time";
|
||||
$lang['wishdef'] = "default column sort";
|
||||
$lang['wishdef2'] = "2nd column sort";
|
||||
$lang['wishdef2desc'] = "Define the second sorting level for the List Rankup page.";
|
||||
$lang['wishdefdesc'] = "Define the default sorting column for the List Rankup page.";
|
||||
$lang['wishexcld'] = "excepted client";
|
||||
$lang['wishexclddesc'] = "Show clients in list_rankup.php,<br>which are excluded and therefore not participate in the Ranksystem.";
|
||||
@@ -589,6 +593,8 @@ $lang['wishmaxdesc'] = "Choose which stats should be displayed on the server us
|
||||
$lang['wishnav'] = "show site-navigation";
|
||||
$lang['wishnavdesc'] = "Show the site navigation on 'stats/' page.<br><br>If this option is deactivated on the stats page the site navigation will be hidden.<br>You can then take each site i.e. 'stats/list_rankup.php' and embed this as frame in your existing website or bulletin board.";
|
||||
$lang['wishsort'] = "default sorting order";
|
||||
$lang['wishsort2'] = "2nd sorting order";
|
||||
$lang['wishsort2desc'] = "This will define the order for the second level sorting.";
|
||||
$lang['wishsortdesc'] = "Define the default sorting order for the List Rankup page.";
|
||||
$lang['wistcodesc'] = "Specify a required count of server-connects to meet the achievement.";
|
||||
$lang['wisttidesc'] = "Specify a required time (in hours) to meet the achievement.";
|
||||
|
||||
Reference in New Issue
Block a user