release 1.3.10
This commit is contained in:
@@ -83,15 +83,18 @@ $lang['listacsg'] = "Obecna grupa serwerowa";
|
||||
$lang['listcldbid'] = "Identyfikator bazy danych klienta";
|
||||
$lang['listexcept'] = "Nie, przyczyną jest wyjątek";
|
||||
$lang['listgrps'] = "Obecna grupa od";
|
||||
$lang['listnat'] = "country";
|
||||
$lang['listnick'] = "Nazwa klienta";
|
||||
$lang['listnxsg'] = "Następna grupa serwerowa";
|
||||
$lang['listnxup'] = "Następna ranga";
|
||||
$lang['listpla'] = "platform";
|
||||
$lang['listrank'] = "Ranga";
|
||||
$lang['listseen'] = "Ostatnio widziany";
|
||||
$lang['listsuma'] = "Suma. czas aktywny";
|
||||
$lang['listsumi'] = "Suma. czas bezczynności";
|
||||
$lang['listsumo'] = "Suma. czas online";
|
||||
$lang['listuid'] = "Unikalny identyfikator klienta";
|
||||
$lang['listver'] = "client version";
|
||||
$lang['login'] = "Zaloguj się";
|
||||
$lang['msg0001'] = "Ranksystem działa na wersji: %s";
|
||||
$lang['msg0002'] = "Lista prawidłowych komend znajduje się tutaj [URL]https://ts-ranksystem.com/#commands[/URL]";
|
||||
@@ -239,6 +242,7 @@ $lang['stmy0028'] = "Łączy: Brąz";
|
||||
$lang['stmy0029'] = "Łączy: Nieokreślony";
|
||||
$lang['stmy0030'] = "Postęp do następnej grupy serwerowej";
|
||||
$lang['stmy0031'] = "Całkowity czas aktywności";
|
||||
$lang['stmy0032'] = "Last calculated:";
|
||||
$lang['stna0001'] = "Narody";
|
||||
$lang['stna0002'] = "Statystyka";
|
||||
$lang['stna0003'] = "Kod";
|
||||
@@ -507,35 +511,15 @@ $lang['wirtpw8'] = "Tutaj mozesz zresetowac hasło do interfejsu internetowego
|
||||
$lang['wirtpw9'] = "Nastepujące rzeczy są wymagane, aby zresetowac hasło:";
|
||||
$lang['wiselcld'] = "Wybierz klientów";
|
||||
$lang['wiselclddesc'] = "Wybierz klientów według ich ostatniej znanej nazwy użytkownika, unikalnego identyfikatora klienta lub identyfikatora bazy danych klienta.<br>Mozliwe są rowniez wielokrotne selekcje.<br><br>W wiekszych bazach danych wybor ten moze znacznie spowolnic. Zaleca się skopiowanie i wklejenie pełnego pseudonimu zamiast wpisywania go.";
|
||||
$lang['wishcolas'] = "Rzeczywista grupa serwerowa";
|
||||
$lang['wishcolasdesc'] = "Pokaż kolumne 'aktualna grupa serwerow' w list_rankup.php";
|
||||
$lang['wishcol'] = "Show/hide column";
|
||||
$lang['wishcolat'] = "Czas aktywny";
|
||||
$lang['wishcolatdesc'] = "Pokaż sume kolumn. 'czas aktywny' in list_rankup.php";
|
||||
$lang['wishcolcld'] = "Nazwa klienta";
|
||||
$lang['wishcolclddesc'] = "Pokaż kolumne 'Nazwa klienta' in list_rankup.php";
|
||||
$lang['wishcoldbid'] = "identyfikator bazy danych";
|
||||
$lang['wishcoldbiddesc'] = "Pokaż kolumne 'Identyfikator bazy danych klienta' in list_rankup.php";
|
||||
$lang['wishcolgs'] = "aktualna grupa od";
|
||||
$lang['wishcolgsdesc'] = "Pokaż kolumne 'aktualna grupa od' w 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'] = "czas bezczynnosci";
|
||||
$lang['wishcolitdesc'] = "Pokaż kolumne 'suma czasu bezczynnosci' w list_rankup.php";
|
||||
$lang['wishcolls'] = "ostatnio widziany";
|
||||
$lang['wishcollsdesc'] = "Pokaż kolumne 'ostatnio widziano' w list_rankup.php";
|
||||
$lang['wishcolnx'] = "następna ranga";
|
||||
$lang['wishcolnxdesc'] = "Pokaż kolumne 'nastepna ranga w gore' w list_rankup.php";
|
||||
$lang['wishcolot'] = "czas online";
|
||||
$lang['wishcolotdesc'] = "Pokaż sume kolumn. 'czas online' w list_rankup.php";
|
||||
$lang['wishcolrg'] = "ranga";
|
||||
$lang['wishcolrgdesc'] = "Pokaż kolumne 'ranga' w list_rankup.php";
|
||||
$lang['wishcolsg'] = "nastepna grupa serwerow";
|
||||
$lang['wishcolsgdesc'] = "Pokaż kolumne 'nastepna grupa serwerow' in list_rankup.php";
|
||||
$lang['wishcoluuid'] = "Identyfikator klienta";
|
||||
$lang['wishcoluuiddesc'] = "Pokaż kolumne 'unikalny identyfikator klienta' w list_rankup.php";
|
||||
$lang['wishdef'] = "Domyślne sortowanie kolumn";
|
||||
$lang['wishdefdesc'] = "Zdefiniuj domyślną kolumnę sortowania dla strony Rankup listy.";
|
||||
$lang['wishexcld'] = "z wyjątkiem klienta";
|
||||
|
||||
Reference in New Issue
Block a user