release 1.3.22

This commit is contained in:
Newcomer1989
2023-02-01 20:44:58 +01:00
parent b96e32b713
commit f7d7aedc5a
100 changed files with 5710 additions and 1435 deletions

View File

@@ -4,6 +4,8 @@ $lang['achieve'] = "Achieve";
$lang['adduser'] = "Added new user %s (unique Client-ID: %s; Client-database-ID %s) to the Ranksystem database.";
$lang['api'] = "API";
$lang['apikey'] = "API Key";
$lang['apiperm001'] = "Allow to start/stop the Ranksystem Bot via API";
$lang['apipermdesc'] = "(ON = Allow ; OFF = Deny)";
$lang['addonchch'] = "Channel";
$lang['addonchchdesc'] = "Select a channel where you want to set the channel description.";
$lang['addonchdesc'] = "Channel description";
@@ -164,6 +166,7 @@ $lang['pass2'] = "Change password";
$lang['pass3'] = "old password";
$lang['pass4'] = "new password";
$lang['pass5'] = "Forgot password?";
$lang['permission'] = "Permissions";
$lang['privacy'] = "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).";
@@ -369,6 +372,7 @@ $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['stri0030'] = "%s for the CosmicBlue style for the statistics page and the webinterface";
$lang['stta0001'] = "Of all time";
$lang['sttm0001'] = "Of the month";
$lang['sttw0001'] = "Top users";
@@ -477,6 +481,8 @@ $lang['wiexres3'] = "reset time";
$lang['wiexresdesc'] = "There are three modes, how to handle an exception. In every case the rank up is disabled (no assigning of servergroups). You can choose different options how the spended time from a user (which is excepted) should be handled.<br><br>1) <b>count time (default)</b>: By default the Ranksystem also count the online/active time of users, which are excepted (by client/servergroup exception). With an exception only the rank up is disabled. That means if a user is not any more excepted, he would be assigned to the group depending his collected time (e.g. level 3).<br><br>2) <b>break time</b>: On this option the spend online and idle time will be frozen (break) to the current value (before the user got excepted). After the exception reason has been removed (after removing the excepted servergroup or remove the expection rule), the 'counting' of online/active time continues to run.<br><br>3) <b>reset time</b>: With this function the counted online and idle time will be resetting to zero at the moment the user are not any more excepted (due removing the excepted servergroup or remove the exception rule). The spent time due exception will be still counting till it got reset.<br><br><br>The <u>channel exception</u> doesn't matter in any case, cause the time will always be ignored (like the mode break time).";
$lang['wiexuid'] = "client exception";
$lang['wiexuiddesc'] = "A comma separated list of unique Client-IDs, which should not consider for the Ranksystem.<br>The user in this list will be ignored for the rank up.";
$lang['wiexregrp'] = "remove group";
$lang['wiexregrpdesc'] = "If a user is excluded from the Ranksystem, the server group assigned by the Ranksystem will be removed.<br><br>The group will only be removed with the '".$lang['wiexres']."' with '".$lang['wiexres1']."'. In all other modes, the server group will <u>not</u> be removed.<br><br>This function is only relevant in combination with a '".$lang['wiexuid']."' or '".$lang['wiexgrp']."' in conjunction with '".$lang['wiexres1']."'";
$lang['wigrpimp'] = "Import Mode";
$lang['wigrpt1'] = "Time in Seconds";
$lang['wigrpt2'] = "Servergroup";
@@ -657,6 +663,8 @@ $lang['wishsort2desc'] = "This will define the order for the second level sorti
$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.";
$lang['wistyle'] = "custom style";
$lang['wistyledesc'] = "Define a custom style for the Ranksystem that deviates from the default.<br>This style will be used for the statistics page and the webinterface.<br><br>Place your own style in the 'style' directory in its own subdirectory.<br>The name of the subdirectory determines the name of the style.<br><br>Styles beginning with 'TSN_' are delivered by the Ranksystem itself. These will be updated by future releases.<br>So, no adjustments should be made in these!<br>However, these can be used as templates. Copy the style into its own directory to make adjustments there.<br><br>Two CSS files are required. One for the statistics page and one for the webinterface.<br>A custom JavaScript can also be included. However, this is optional.<br><br>Convention of the names of CSS:<br><pre>- Fixed 'ST.css' for the statistics page (/stats/)<br>- Fixed 'WI.css' for the webinterface page (/webinterface/)</pre><br><br>Convention of names of the JavaScript:<br><pre>- Fixed 'ST.js' for the statistics page (/stats/)<br>- Fixed 'WI.js' for the web interface page (/webinterface/)</pre><br><br>If you would also like to make your style available to others, you can send it to the following email address:<br><br><pre>%s</pre><br>We will deliver it with the next release!";
$lang['wisupidle'] = "time mode";
$lang['wisupidledesc'] = "There are two modes, how the time of a user will be rated.<br><br>1) <b>online time</b>: Servergroups will be given by <u>online</u> time. In this case the active and the inactive time will be rated.<br><i>(see column 'sum. online time' in the 'stats/list_rankup.php')</i><br><br>2) <b>active time</b>: Servergroups will be given by <u>active</u> time. In this case the inactive time will <u>not</u> be rated. The online time will be taken and reduced by the inactive time (=idle) to build the active time.<br><i>(see column 'sum. active time' in the 'stats/list_rankup.php')</i><br><br><br>A change of the 'time mode', also on longer running Ranksystem instances, should be no problem since the Ranksystem repairs wrong servergroups on a client.";
$lang['wisvconf'] = "save";
@@ -673,6 +681,8 @@ $lang['wits3encrypt'] = "TS3 Query encryption";
$lang['wits3encryptdesc'] = "Activate this option to encrypt the communication between the Ranksystem and the TeamSpeak 3 server (SSH).<br>When this function is disabled, the communication will be done in plain text (RAW). This could be a security risk, especially when the TS3 server and the Ranksystem are running on different machines.<br><br>Be also sure, you have checked the TS3 Query Port, which needs (perhaps) to be changed in the Ranksystem!<br><br><b>Attention:</b> The SSH encryption needs more CPU time and with this truly more system resources. That's why we recommend to use a RAW connection (disabled encryption) if the TS3 server and the Ranksystem are running on the same host / server (localhost / 127.0.0.1). If they are running on separate hosts, you should activate the encrypted connection!<br><br><b>Requirements:</b><br><br>1) TS3 Server version 3.3.0 or above.<br><br>2) The PHP extension PHP-SSH2 is necessary.<br>On Linux you can it install with the following command:<br>%s<br>3) The encryption needs to be enabled on your TS3 server!<br>Activate the following parameters inside your 'ts3server.ini' and customize it for your needs:<br>%s After changing your TS3 server configurations a restart of your TS3 server is necessary.";
$lang['wits3host'] = "TS3 Hostaddress";
$lang['wits3hostdesc'] = "TeamSpeak 3 Server address (IP oder DNS)<br><br>Should be the (IP) address of the host system of the TS Server.<br><br>When the Ranksystem and the TS Server are running on the same host machine, we recommend to use '127.0.0.1' or 'localhost'.";
$lang['wits3pre'] = "Prefix Bot-command";
$lang['wits3predesc'] = "On the TeamSpeak server you can communicate with the Ranksystem bot via chat. By default, bot commands are marked with a leading exclamation point '!'. The prefix is used to identify commands for the bot as such.<br><br>This prefix can be replaced with any other desired prefix. This may be necessary if other bots with similar commands are being used.<br><br>For example, the default bot command would be:<br><pre>!help</pre><br><br>If the prefix is replaced with '#', the command would look like this:<br><pre>#help</pre>";
$lang['wits3qnm'] = "Bot name";
$lang['wits3qnmdesc'] = "The name, with this the query-connection will be established.<br>You can name it free.";
$lang['wits3querpw'] = "TS3 Query-Password";