release 1.2.10
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
$lang = array();
|
||||
$lang['adduser'] = "Userul %s (unique Client-ID: %s; Client-database-ID %s) este necunoscut -> adaugat la Sistem Rank acum.";
|
||||
$lang['brute'] = "Au fost detectate prea multe conectari incorecte pe interfata web. Au fost blocate datele de conectare timp de 300 de secunde! Ultimul acces de pe IP: %s.";
|
||||
$lang['brute1'] = "Incorrect login attempt on the webinterface detected. Failed access attempt from IP %s with username %s.";
|
||||
$lang['brute2'] = "Successful login attempt to the webinterface from IP %s.";
|
||||
$lang['changedbid'] = "Userul %s (unique Client-ID: %s) a primit un noua identitate (%s). Actualizam vechea identitate (%s) ?i resetam timpul colectat!";
|
||||
$lang['crawl'] = "Scanam clientul conectat ?i contorizam activitatea...";
|
||||
$lang['clean'] = "Scanam clien?ii care trebuie ?ter?i...";
|
||||
@@ -86,7 +88,7 @@ $lang['listsumi'] = "sum. timpul de inactivitate";
|
||||
$lang['listsumo'] = "sum. timp online";
|
||||
$lang['listuid'] = "unique-ID";
|
||||
$lang['login'] = "Logare";
|
||||
$lang['msg0001'] = "versiune: %s";
|
||||
$lang['msg0001'] = "The Ranksystem is running on version: %s";
|
||||
$lang['msg0002'] = "Comenzi valide:\n[B]!help[/B], [B]!info[/B], [B]!commands[/B] - primeste lista de comenzi\n[B]!version[/B] - vezi versiunea sistemlui\n[B]!update[/B], [B]!checkupdate[/B] - incearca versiune noua\n[B]!clean[/B] - sterge userii din baza de date\n[B]!next[/B], [B]nextup[/B] - primeste timpul pentru urmatorul rank\n[B]!restart[/B], [B]!reboot[/B] - restart\n[B]!shutdown[/B], [B]!quit[/B], [B]!stop[/B] - stop";
|
||||
$lang['msg0003'] = "Nu ai acces pentru aceste comenzi!";
|
||||
$lang['msg0004'] = "Userul %s (%s) a oprit botul.";
|
||||
@@ -531,7 +533,9 @@ $lang['wits3querpwdesc'] = "TeamSpeak3 parola query<br>Parola pentru query.";
|
||||
$lang['wits3querusr'] = "TS3 nume query";
|
||||
$lang['wits3querusrdesc'] = "TeamSpeak3 nume query<br>Implicit este serveradmin<br>Desigur, pute?i crea, de asemenea, un cont suplimentar serverquery doar pentru sistemul Ranks.<br> Permisiile necesare pe care le gasi?i pe: http://ts-n.net/ranksystem.php";
|
||||
$lang['wits3query'] = "TS3 Query-Port";
|
||||
$lang['wits3querydesc'] = "TeamSpeak3 query port<br>Implicit este 10011 (TCP)<br>Daca acesta nu este implicit, il gasesti in \"ts3server.ini\".";
|
||||
$lang['wits3querydesc'] = "TeamSpeak3 query port<br>Default RAW (plain text) is 10011 (TCP)<br>Default SSH (encrypted) is 10022 (TCP)<br><br>Daca acesta nu este implicit, il gasesti in \"ts3server.ini\".";
|
||||
$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 machine / server (localhost / 127.0.0.1). If they are running on separate machines, 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><pre>sudo apt-get install php-ssh2</pre><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><pre>query_ssh_ip=0.0.0.0,::<br>query_ssh_port=10022<br>query_protocols=ssh,raw<br>query_ssh_rsa_host_key=ssh_host_rsa_key</pre>After changing your TS3 server configurations a restart of your TS3 server is necessary.";
|
||||
$lang['wits3voice'] = "TS3 Port";
|
||||
$lang['wits3voicedesc'] = "TeamSpeak3 port<br>Implicit este 9987 (UDP)<br>Acest port ajuta la conectarea userilor pe TS3.";
|
||||
$lang['wiverify'] = "Canal de verificare";
|
||||
|
||||
Reference in New Issue
Block a user