release 1.2.4
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?PHP
|
||||
$lang = array();
|
||||
$lang['adduser'] = "Userul %s (unique Client-ID: %s; Client-database-ID %s) este necunoscut -> adăugat la Ranksystem acum.";
|
||||
$lang['brute'] = "Much incorrect logins detected on the webinterface. Blocked login for 300 seconds! Last access from IP %s.";
|
||||
$lang['changedbid'] = "Userul %s (unique Client-ID: %s) a primit un nouă identitate (%s). Actualizăm vechea identitate (%s) și resetăm timpul colectat!";
|
||||
$lang['crawl'] = "Scanăm clientul conectat și contorizăm activitatea...";
|
||||
$lang['clean'] = "Scanăm clienții care trebuie șterși...";
|
||||
@@ -12,16 +13,24 @@ $lang['cleanp'] = "Perioada de curațare";
|
||||
$lang['cleanpdesc'] = "Setați un timp care trebuie să treacă înainte de a se executa curățirea clienților.<br><br>Setați un timp în secunde.<br><br>Recomandat este o dată pe zi , deoarece curățarea clienților are nevoie de mult timp pentru baze de date mai mari.";
|
||||
$lang['cleanrs'] = "Clienți in baza de date Ranksystem: %s";
|
||||
$lang['cleants'] = "Clienți în baza de date TeamSpeak: %s (of %s)";
|
||||
$lang['clean0001'] = "Deleted unnecessary avatar %s (erstwhile unique Client-ID: %s) successfully.";
|
||||
$lang['clean0002'] = "Error while deleting unnecessary avatar %s (unique Client-ID: %s). Please check the permission for the folder 'avatars'!";
|
||||
$lang['clean0003'] = "Check for cleaning database done. All unnecessary stuff was deleted.";
|
||||
$lang['clean0004'] = "Check for deleting users done. Nothing was changed, because function 'clean clients' is disabled (webinterface - core).";
|
||||
$lang['days'] = "%s <small>zile</small>";
|
||||
$lang['dbconerr'] = "Nu a reușit să se conecteze la baza de date MySQL: ";
|
||||
$lang['delcldgrpif'] = "Eroare la eliminarea cunoștințelor pentru servergroups: %s";
|
||||
$lang['delcldgrpsc'] = "Cunoștințe despre servergroups pentru %s Utilizatorul a eliminat cu succes.";
|
||||
$lang['delclientsif'] = "%s Clienții eliminați din baza de date Ranksystem!";
|
||||
$lang['delclientssc'] = "%s Clienții eliminați cu succes din baza de date Ranksystem!";
|
||||
$lang['errgrpid'] = "Your changes were not stored to the database due errors occurred. Please fix the problems and save your changes after!";
|
||||
$lang['errgrplist'] = "Error while getting servergrouplist: ";
|
||||
$lang['errlogin'] = "Numele de utilizator și / sau parola sunt incorecte ! Încearcă din nou...";
|
||||
$lang['errlogin2'] = "Protecție forță brută: încercați din nou în %s seconde!";
|
||||
$lang['errlogin3'] = "Protecție forță brută: Prea multe greșeli. Banat pentru 300 de secunde!";
|
||||
$lang['error'] = "Eroare ";
|
||||
$lang['errorts3'] = "TS3 Error: ";
|
||||
$lang['errperm'] = "Please check the permission for the folder '%s'!";
|
||||
$lang['errremgrp'] = "Eroare la eliminarea utilizatorului cu identitatea %s din servergroup cu servergroup-database-ID %s!";
|
||||
$lang['errremdb'] = "Eroare când eliminăm utilizatorului cu identitatea %s din baza de date Ranksystem!";
|
||||
$lang['errselusr'] = "Please choose at least one user!";
|
||||
@@ -77,13 +86,14 @@ $lang['listsumo'] = "sum. timp online";
|
||||
$lang['listuid'] = "unique Client-ID";
|
||||
$lang['login'] = "Logare";
|
||||
$lang['msg0001'] = "running version: %s";
|
||||
$lang['msg0002'] = "Valid commands are:\n[B]!help[/B], [B]!info[/B], [B]!commands[/B]\t\t get a command list\n[B]!version[/B]\t\t\t\t\t\t\t\t get the Ranksystem version\n[B]!update[/B], [B]!checkupdate[/B]\t\t check for new version and run update\n[B]nextup[/B]\t\t\t\t\t\t\t\t\tget the time to the next rank up\n[B]!restart[/B], [B]!reboot[/B]\t\t\t\t\trestart the Ranksystem bot\n[B]!shutdown[/B], [B]!quit[/B], [B]!stop[/B]\t\t stop the Ranksystem bot";
|
||||
$lang['msg0002'] = "Valid commands are:\n[B]!help[/B], [B]!info[/B], [B]!commands[/B]\t\t get a command list\n[B]!version[/B]\t\t\t\t\t\t\t\t get the Ranksystem version\n[B]!update[/B], [B]!checkupdate[/B]\t\t check for new version and run update\n[B]!clean[/B]\t\t\t\t\t\t\t\t\t start cleaning of the user database\n[B]!next[/B], [B]nextup[/B]\t\t\t\t\t\t\t\t\tget the time to the next rank up\n[B]!restart[/B], [B]!reboot[/B]\t\t\t\t\trestart the Ranksystem bot\n[B]!shutdown[/B], [B]!quit[/B], [B]!stop[/B]\t\t stop the Ranksystem bot";
|
||||
$lang['msg0003'] = "You are not eligible for this command!";
|
||||
$lang['msg0004'] = "Client %s (%s) requests shutdown.";
|
||||
$lang['msg0005'] = "cya";
|
||||
$lang['msg0006'] = "brb";
|
||||
$lang['msg0007'] = "Client %s (%s) requests restart.";
|
||||
$lang['msg0008'] = "Update check done. If an update is available, it will runs immediately.";
|
||||
$lang['msg0009'] = "Cleaning of the user-database was started. Have a look to the ranksystem log for more information.";
|
||||
$lang['nocount'] = "User-ul %s (Client-ID unic: %s; Client-database-ID %s) este un query-user sau este de mai multe ori on-line ( numai primul număr de conexiune ) - > acest lucru nu va conta !";
|
||||
$lang['noentry'] = "Nu au gasit ..";
|
||||
$lang['pass'] = "Parolă";
|
||||
@@ -99,7 +109,7 @@ $lang['sccupcount'] = "Added successfully an online time of %s seconds to the
|
||||
$lang['setontime'] = "add time";
|
||||
$lang['setontimedesc'] = "Add online time to the previous selected clients. Each user will get this time additional to their old online time.<br><br>The entered online time will be considered for the rank up and should take effect immediately.";
|
||||
$lang['sgrpadd'] = "Aloca servergroup %s (ID: %s) user-ului %s (unique Client-ID: %s; Client-database-ID %s).";
|
||||
$lang['sgrprerr'] = "S-a întâmplat o problemă cu servergroup utilizatorului %s (unique Client-ID: %s; Client-database-ID %s)!";
|
||||
$lang['sgrprerr'] = "Affected user: %s (unique Client-ID: %s; Client-database-ID %s) and server group %s (ID: %s).";
|
||||
$lang['sgrprm'] = "S-a șters servergroup %s (ID: %s) de la user-ul %s (unique Client-ID: %s; Client-database-ID %s).";
|
||||
$lang['size_byte'] = "B";
|
||||
$lang['size_kib'] = "KiB";
|
||||
@@ -124,6 +134,7 @@ $lang['stag0011'] = "Limit of simultaneous groups: ";
|
||||
$lang['stag0012'] = "set groups";
|
||||
$lang['stag0013'] = "Addon ON/OFF";
|
||||
$lang['stag0014'] = "Turn the Addon on (enabled) or off (disabled).<br><br>On disabling the addon a possible part on the stats/ site will be hidden.";
|
||||
$lang['stag0015'] = "You couldn't be find on the TeamSpeak server. Please %sclick here%s to verify yourself.";
|
||||
$lang['stix0001'] = "Statistică de server";
|
||||
$lang['stix0002'] = "Numărul total de utilizatori";
|
||||
$lang['stix0003'] = "Vezi detalii";
|
||||
@@ -220,6 +231,7 @@ $lang['stna0003'] = "Code";
|
||||
$lang['stna0004'] = "Count";
|
||||
$lang['stna0005'] = "Versions";
|
||||
$lang['stna0006'] = "Platforms";
|
||||
$lang['stna0007'] = "Percentage";
|
||||
$lang['stnv0001'] = "Server news";
|
||||
$lang['stnv0002'] = "Close";
|
||||
$lang['stnv0003'] = "Refresh client information";
|
||||
@@ -242,7 +254,7 @@ $lang['stnv0019'] = "My statistics - Page content";
|
||||
$lang['stnv0020'] = "This page contains a overall summary of your personal statistics and activity on the server.";
|
||||
$lang['stnv0021'] = "The informations are collected since the beginning of the Ranksystem, they are not since the beginning of the TeamSpeak server.";
|
||||
$lang['stnv0022'] = "This page receives its values out of a database. So the values might be delayed a bit.";
|
||||
$lang['stnv0023'] = "The sum inside of the donut charts may differ to the amount of 'Total user'. The reason is that this data weren't collected with older versions of the Ranksystem.";
|
||||
$lang['stnv0023'] = "The amount of online time for all user per week and per month will be only calculated every 15 minutes. All other values should be nearly live (at maximum delayed for a few seconds).";
|
||||
$lang['stnv0024'] = "Ranksystem - Statistics";
|
||||
$lang['stnv0025'] = "Limit entries";
|
||||
$lang['stnv0026'] = "all";
|
||||
@@ -283,9 +295,12 @@ $lang['stri0017'] = "<a href=\"//whitecs.ro/\" target=\"_blank\">SakaLuX</a> -
|
||||
$lang['stri0018'] = "<a href=\"//r4p3.net/members/0x0539.5476/\" target=\"_blank\">0x0539</a> - for initialisation dutch translation";
|
||||
$lang['stri0019'] = "<a href=\"//umazinggames.fr/\" target=\"_blank\">Quentinti</a> - for french translation";
|
||||
$lang['stri0020'] = "<a href=\"mailto://celso@esbsb.com.br\" target=\"_blank\">Pasha</a> - for portuguese translation";
|
||||
$lang['stri0021'] = "<a href=\"//hdf-multigaming.de\" target=\"_blank\">Shad86</a> - for the great support on GitHub & our public server, sharing his ideas, pre-testing all that shit & much more";
|
||||
$lang['stri0022'] = "<a href=\"//magicbroccoli.de\" target=\"_blank\">mightybrocolli</a> - for sharing their ideas & pre-testing";
|
||||
$lang['stri0023'] = "Stable since: 18/04/2016.";
|
||||
$lang['sttw0001'] = "Top users";
|
||||
$lang['sttw0002'] = "Of the week";
|
||||
$lang['sttw0003'] = "With %s hours online time";
|
||||
$lang['sttw0003'] = "With %s %s online time";
|
||||
$lang['sttw0004'] = "Top 10 compared";
|
||||
$lang['sttw0005'] = "Hours (Defines 100 %)";
|
||||
$lang['sttw0006'] = "%s hours (%s%)";
|
||||
@@ -295,19 +310,21 @@ $lang['sttw0009'] = "Top 10 vs others in active time";
|
||||
$lang['sttw0010'] = "Top 10 vs others in inactive time";
|
||||
$lang['sttw0011'] = "Top 10 (in hours)";
|
||||
$lang['sttw0012'] = "Other %s users (in hours)";
|
||||
$lang['sttw0013'] = "With %s hours active time";
|
||||
$lang['sttw0013'] = "With %s %s active time";
|
||||
$lang['sttw0014'] = "hours";
|
||||
$lang['sttw0015'] = "minutes";
|
||||
$lang['sttm0001'] = "Of the month";
|
||||
$lang['stta0001'] = "Of all time";
|
||||
$lang['stve0001'] = "\nHello %s,\nhere a [B]token[/B] to verify you for the Ranksystem:\n[B]%s[/B]\n\nPut this on the Ranksystem page inside the token field.\n\nIf you didn't request this message, please ignore it. If you get it repeated times, please contact an admin.";
|
||||
$lang['stve0001'] = "\nHello %s,\nto verify you with the Ranksystem click on the link below:\n[B]%s[/B]\n\nIf the link doesn't work, you can also type the token manually in:\n%s\n\nIf you didn't request this message, please ignore it. When you are getting it repeated times, please contact an admin.";
|
||||
$lang['stve0002'] = "A message with the token was sent to you on the TS3 server.";
|
||||
$lang['stve0003'] = "Please enter the token, which you received on the TS3 server. If you have not received a message, please be sure you have chosen the correct unique ID.";
|
||||
$lang['stve0004'] = "The entered token does not match! Please try it again.";
|
||||
$lang['stve0005'] = "Congratulations, you are successfully verified! You can now go on..";
|
||||
$lang['stve0006'] = "An unknown error happened. Please try it again. On repeated times contact an admin";
|
||||
$lang['stve0007'] = "Verify on TeamSpeak";
|
||||
$lang['stve0008'] = "1. Choose here your unique ID on the TS3 server to verify yourself.";
|
||||
$lang['stve0008'] = "Choose here your unique ID on the TS3 server to verify yourself.";
|
||||
$lang['stve0009'] = " -- select yourself -- ";
|
||||
$lang['stve0010'] = "2. You will receive a token on the TS3 server, which you have to enter here:";
|
||||
$lang['stve0010'] = "You will receive a token on the TS3 server, which you have to enter here:";
|
||||
$lang['stve0011'] = "Token:";
|
||||
$lang['stve0012'] = "verify";
|
||||
$lang['time_ms'] = "ms";
|
||||
@@ -315,7 +332,19 @@ $lang['time_sec'] = "Sec(s)";
|
||||
$lang['time_min'] = "Min(s)";
|
||||
$lang['time_hour'] = "Hour(s)";
|
||||
$lang['time_day'] = "Day(s)";
|
||||
$lang['upgrp0001'] = "There is a servergroup with ID %s configured inside your '%s' paramter, but that servergroup ID isn't exitent on your TS3 server (anymore)! Please correct this or errors might happen!";
|
||||
$lang['upgrp0002'] = "Download new ServerIcon";
|
||||
$lang['upgrp0003'] = "Error while writing out the servericon.";
|
||||
$lang['upgrp0004'] = "Error while downloading TS3 ServerIcon from TS3 server: ";
|
||||
$lang['upgrp0005'] = "Error while deleting the servericon.";
|
||||
$lang['upgrp0006'] = "Noticed the ServerIcon got removed from TS3 server, now it was also removed from the Ranksystem.";
|
||||
$lang['upgrp0007'] = "Error while writing out the servergroup icon from group %s with ID %s.";
|
||||
$lang['upgrp0008'] = "Error while downloading servergroup icon from group %s with ID %s: ";
|
||||
$lang['upgrp0009'] = "Error while deleting the servergroup icon from group %s with ID %s.";
|
||||
$lang['upgrp0010'] = "Noticed icon of severgroup %s with ID %s got removed from TS3 server, now it was also removed from the Ranksystem.";
|
||||
$lang['upgrp0011'] = "Download new ServerGroupIcon for group %s with ID: %s";
|
||||
$lang['upinf'] = "A new Version of the Ranksystem is available; Inform clients on server...";
|
||||
$lang['upinf2'] = "The Ranksystem was recently (%s) updated. Check out the %sChangelog%s for more information about the changes.";
|
||||
$lang['upmsg'] = "\nHey, a new version of the [B]Ranksystem[/B] is available!\n\ncurrent version: %s\n[B]new version: %s[/B]\n\nPlease check out our site for more informations [URL]http://ts-n.net/ranksystem.php#changelog[/URL].\n\nStarting the update process in background. [B]Please check the ranksystem.log![/B]";
|
||||
$lang['upsucc'] = "Database update successfully executed.";
|
||||
$lang['upuser'] = "User %s (unique Client-ID: %s; Client-database-ID %s) gets a new count (sum. online time) of %s (thereof active %s).";
|
||||
@@ -323,12 +352,16 @@ $lang['upuserboost'] = "User %s (unique Client-ID: %s; Client-database-ID %s) g
|
||||
$lang['upusrerr'] = "The unique Client-ID %s couldn't reached on the TeamSpeak!";
|
||||
$lang['upusrinf'] = "User %s was successfully informed.";
|
||||
$lang['user'] = "Username";
|
||||
$lang['verify0001'] = "Please be sure, you are really connected to the TS3 server!";
|
||||
$lang['verify0002'] = "Enter, if not already done, the Ranksystem %sverification-channel%s!";
|
||||
$lang['verify0003'] = "If you are really connected to the TS3 server, please contact an admin there.<br>This needs to create a verfication channel on the TeamSpeak server. After this, the created channel needs to be defined to the Ranksystem, which only an admin can do.<br>More information the admin will find inside the webinterface (-> core) of the Ranksystem.<br><br>Without this activity it is not possible to verify you for the Ranksystem at this moment! Sorry :(";
|
||||
$lang['verify0004'] = "No user inside the verification channel found...";
|
||||
$lang['wi'] = "Webinterface";
|
||||
$lang['wiaction'] = "action";
|
||||
$lang['wiadmhide'] = "hide excepted clients";
|
||||
$lang['wiadmhidedesc'] = "To hide excepted user in the following selection";
|
||||
$lang['wiadmuuid'] = "admin ID";
|
||||
$lang['wiadmuuiddesc'] = "Enter here your unique Client-ID; as the administrator of the Ranksystem.<br><br>This is required to reset the password of the webinterface.<br><br>Is there no unique Client-ID address defined, it is not possible to reset the password!";
|
||||
$lang['wiadmuuiddesc'] = "Enter here your unique Client-ID; as the administrator of the Ranksystem.<br>Also multiple Client-IDs are possible -> comma separated<br><br>This is required to reset the password of the webinterface.<br><br>Is there no unique Client-ID address defined, it is not possible to reset the password!<br><br>Here defined unique Client-IDs are also permitted to send admin commands to the Bot (!reboot, !shutdown, !update).";
|
||||
$lang['wiboost'] = "boost";
|
||||
$lang['wiboostdesc'] = "Give an user on your TeamSpeak server a servergroup (have to be created manually), which you can declare here as boost group. Define also a factor which should be used (for example 2x) and a time, how long the boost should be rated.<br>The higher the factor, the faster an user reaches the next higher rank.<br>Is the time expired, the boost servergroup get automatically removed from the concerned user. The time starts running as soon as the user gets the servergroup.<br><br>servergroup ID => factor => time (in seconds)<br><br>Each entry have to separate from next with a comma.<br><br>Example:<br>12=>2=>6000,13=>3=>2500,14=>5=>600<br><br>On this an user in servergroup 12 get the factor 2 for the next 6000 seconds, an user in servergroup 13 get the factor 3 for 2500 seconds, and so on...";
|
||||
$lang['wibot1'] = "Ranksystem Bot should be stopped. Check the log below for more information!";
|
||||
@@ -403,8 +436,8 @@ $lang['winav9'] = "Update available!";
|
||||
$lang['winav10'] = "Please use the webinterface only via %s HTTPS%s An encryption is critical to ensure your privacy and security.%sTo be able to use HTTPS your webserver needs to support an SSL connection.";
|
||||
$lang['winav11'] = "Please enter the unique Client-ID of the admin of the Ranksystem (Other -> admin ID). This is very important in case you lost your login details for the webinterface (to reset these).";
|
||||
$lang['winav12'] = "Addons";
|
||||
$lang['winxinfo'] = "Command \"nextup\"";
|
||||
$lang['winxinfodesc'] = "Allows the user on the TS3 server to write the command \"nextup\" to the Ranksystem (query) bot as private textmessage.<br><br>As answer the user will get a defined text message with the needed time for the next rankup.<br><br><b>deactivated</b> - The function is deactivated. The command 'nextup' will be ignored.<br><b>allowed - only next rank</b> - Gives back the needed time for the next group.<br><b>allowed - all next ranks</b> - Gives back the needed time for all higher ranks.";
|
||||
$lang['winxinfo'] = "Command \"!nextup\"";
|
||||
$lang['winxinfodesc'] = "Allows the user on the TS3 server to write the command \"!nextup\" to the Ranksystem (query) bot as private textmessage.<br><br>As answer the user will get a defined text message with the needed time for the next rankup.<br><br><b>deactivated</b> - The function is deactivated. The command '!nextup' will be ignored.<br><b>allowed - only next rank</b> - Gives back the needed time for the next group.<br><b>allowed - all next ranks</b> - Gives back the needed time for all higher ranks.";
|
||||
$lang['winxmode1'] = "deactivated";
|
||||
$lang['winxmode2'] = "allowed - only next rank";
|
||||
$lang['winxmode3'] = "allowed - all next ranks";
|
||||
@@ -474,7 +507,7 @@ $lang['wits3dchdesc'] = "The channel-ID, the bot should connect with.<br><br>Th
|
||||
$lang['wits3host'] = "TS3 Hostaddress";
|
||||
$lang['wits3hostdesc'] = "TeamSpeak 3 Server address<br>(IP oder DNS)";
|
||||
$lang['wits3sm'] = "Slowmode";
|
||||
$lang['wits3smdesc'] = "With the Slowmode you can reduce \"spam\" of query commands to the TeamSpeak server. This prevent bans in case of flood.<br>TeamSpeak Query commands get delayed with this function.<br><br>!!! ALSO IT REDUCE THE CPU USAGE !!!<br><br>The activation is not recommended, if not required. The delay increases the duration of the Bot, which makes it imprecisely.";
|
||||
$lang['wits3smdesc'] = "With the Slowmode you can reduce \"spam\" of query commands to the TeamSpeak server. This prevent bans in case of flood.<br>TeamSpeak Query commands get delayed with this function.<br><br>!!! ALSO IT REDUCE THE CPU USAGE !!!<br><br>The activation is not recommended, if not required. The delay increases the duration of the Bot, which makes it imprecisely.<br><br>The last column shows the required time for one duration (in seconds):<br><br>disabled    0,0   0,10<br>low delay   0,2   2,60<br>middle delay  0,5   6,50<br>high delay   1,0  13,00<br>huge delay  2,0  26,00<br>ultra delay   5,0  65,00<br><br>Consequently, the values (times) with the ultra delay become inaccurate by about 65 seconds! Depending on, what to do and/or server size even higher!";
|
||||
$lang['wits3qnm'] = "Botname";
|
||||
$lang['wits3qnm2'] = "2nd Botname";
|
||||
$lang['wits3qnm2desc'] = "A fallback Botname, if the first one is already in use.";
|
||||
@@ -493,6 +526,8 @@ $lang['wiuptime'] = "Interval";
|
||||
$lang['wiuptimedesc'] = "Enter here how much seconds have to gone till the Ranksystem should check for available updates.<br><br>Attention, for each check the listed user gets a notification. If no one of the listed users is online, the Ranksystem will try to notificate with the next interval.";
|
||||
$lang['wiupuid'] = "Recipient";
|
||||
$lang['wiupuiddesc'] = "A comma separate list of unique Client-IDs, which shoud be informed on the TeamSpeak via private message for available updates.";
|
||||
$lang['wiverify'] = "Verification-Channel";
|
||||
$lang['wiverifydesc'] = "Enter here the channel-ID of the verification channel.<br><br>This channel need to be set up <u>manual</u> on your TeamSpeak server. Name, permissions and other properties could be defined for your choice; only user should be possible to join this channel!<br><br>The verification is done by the respective user himself on the statistics-page (/stats/). This is only necessary if the website visitor can't automatically be matched/related with the TeamSpeak user.<br><br>To verify the TeamSpeak user has to be inside of the verification channel. There he can receive the token with which he verifies himself for the statistics page.";
|
||||
$lang['wivlang'] = "Language";
|
||||
$lang['wivlangdesc'] = "Choose a default language for the Ranksystem.<br><br>The language is also selectable on the websites for the users and will be stored for the session.";
|
||||
?>
|
||||
Reference in New Issue
Block a user