Advertisement
Guest User

Untitled

a guest
May 6th, 2018
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.96 KB | None | 0 0
  1. <?PHP
  2. $lang = array();
  3. $lang['adduser'] = "User %s (unique Client-ID: %s; Client-database-ID %s) is unknown -> added to the Ranksystem now.";
  4. $lang['brute'] = "Much incorrect logins detected on the webinterface. Blocked login for 300 seconds! Last access from IP %s.";
  5. $lang['changedbid'] = "User %s (unique Client-ID: %s) got a new TeamSpeak Client-database-ID (%s). Update the old Client-database-ID (%s) and reset collected times!";
  6. $lang['crawl'] = "Scanning for connected users and count the activity...";
  7. $lang['clean'] = "Scanning for clients to delete...";
  8. $lang['cleanc'] = "clean clients";
  9. $lang['cleancdesc'] = "With this function the old clients in the Ranksystem get deleted.<br><br>To this end, the Ranksystem sychronized with the TeamSpeak database. Clients, which do not exist in TeamSpeak, will be deleted from the Ranksystem.<br><br>This function is only enabled when the 'Slowmode' is deactivated!<br><br><br>For automatic adjustment of the TeamSpeak database the ClientCleaner can be used:<br>http://ts-n.net/clientcleaner.php";
  10. $lang['cleandel'] = "%s clients were deleted out of the Ranksystem database, because they were no longer existing in the TeamSpeak database.";
  11. $lang['cleanno'] = "There was nothing to delete...";
  12. $lang['cleanp'] = "clean period";
  13. $lang['cleanpdesc'] = "Set a time that has to elapse before the 'clean clients' runs next.<br><br>Set a time in seconds.<br><br>Recommended is once a day, because the client cleaning needs much time for bigger databases.";
  14. $lang['cleanrs'] = "Clients in the Ranksystem database: %s";
  15. $lang['cleants'] = "Clients found in the TeamSpeak database: %s (of %s)";
  16. $lang['clean0001'] = "Deleted unnecessary avatar %s (erstwhile unique Client-ID: %s) successfully.";
  17. $lang['clean0002'] = "Error while deleting unnecessary avatar %s (unique Client-ID: %s).";
  18. $lang['clean0003'] = "Check for cleaning database done. All unnecessary stuff was deleted.";
  19. $lang['clean0004'] = "Check for deleting users done. Nothing was changed, because function 'clean clients' is disabled (webinterface - core).";
  20. $lang['days'] = "%s <small>days</small>";
  21. $lang['dbconerr'] = "Failed to connect to database: ";
  22. $lang['delcldgrpif'] = "Error while removing the knowledge for servergroups: %s";
  23. $lang['delcldgrpsc'] = "Knowledge about servergroups for %s User successfully removed.";
  24. $lang['delclientsif'] = "%s Clients deleted out of the Ranksystem database!";
  25. $lang['delclientssc'] = "%s Clients successfully deleted out of the Ranksystem database!";
  26. $lang['errgrpid'] = "Your changes were not stored to the database due errors occurred. Please fix the problems and save your changes after!";
  27. $lang['errgrplist'] = "Error while getting servergrouplist: ";
  28. $lang['errlogin'] = "Username and/or password are incorrect! Try again...";
  29. $lang['errlogin2'] = "Brute force protection: Try it again in %s seconds!";
  30. $lang['errlogin3'] = "Brute force protection: To much misstakes. Banned for 300 Seconds!";
  31. $lang['error'] = "Error ";
  32. $lang['errorts3'] = "TS3 Error: ";
  33. $lang['errperm'] = "Please check the permission for the folder '%s'!";
  34. $lang['errremgrp'] = "Error while removing user with unique Client-ID %s out of the servergroup with servergroup-database-ID %s!";
  35. $lang['errremdb'] = "Error while removing user with unique Client-ID %s out of the Ranksystem database!";
  36. $lang['errselusr'] = "Please choose at least one user!";
  37. $lang['errseltime'] = "Please enter an online time to add!";
  38. $lang['errukwn'] = "An unknown error has occurred!";
  39. $lang['errupcount'] = "Error while renewing the summary online time of %s by user with the unique Client-ID %s";
  40. $lang['highest'] = "highest rank reached";
  41. $lang['install'] = "Installation";
  42. $lang['instdb'] = "Install database";
  43. $lang['instdbsuc'] = "Database %s successfully created.";
  44. $lang['insterr1'] = "ATTENTION: You are trying to install the Ranksystem, but there is already existing a database with the name \"%s\".<br>Due installation this database will be dropped!<br>Be sure you want this. If not, please choose an other database name.";
  45. $lang['insterr2'] = "PDO is needed but seems not to be installed. Install <a href=\"http://php.net/manual/de/pdo.installation.php\" target=\"_blank\">PDO</a> and try it again!";
  46. $lang['insterr3'] = "PHP exec function need to be enabled but seems to be disabled. Please enable the PHP <a href=\http://php.net/manual/de/function.exec.php\" target=\"_blank\">exec</a> function and try it again!";
  47. $lang['insterr4'] = "Your PHP version (%s) is below 5.5.0. Update your PHP and try it again!";
  48. $lang['insterr5'] = "SimpleXML is needed but seems not to be available. Install <a href=\"http://php.net/manual/en/book.simplexml.php\" target=\"_blank\">simpleXML</a> and try it again!";
  49. $lang['insterr6'] = "PHP cURL is needed but seems not to be available. Install <a href=\"//php.net/manual/en/book.curl.php\" target=\"_blank\">PHP cURL</a> and try it again!";
  50. $lang['insterr7'] = "PHP Zip is needed but seems not to be available. Install <a href=\"//php.net/manual/en/book.zip.php\" target=\"_blank\">PHP Zip</a> and try it again!";
  51. $lang['insterr8'] = "PHP COM extension (php_com_dotnet.dll) is needed but seems not to be available. Install <a href=\"//php.net/manual/en/book.com.php\" target=\"_blank\">PHP COM</a> and try it again!";
  52. $lang['insterr9'] = "PHP PDO MySQL extension (php_pdo_mysql.so) is needed but seems not to be available. Install <a href=\"//http://php.net/manual/en/ref.pdo-mysql.php\" target=\"_blank\">PHP PDO MySQL</a> and try it again!";
  53. $lang['isntwicfg'] = "Can't save the database configuration! Please assign full rights on 'other/dbconfig.php' (Linux: chmod 777; Windows: 'full access') and try again after.";
  54. $lang['isntwicfg2'] = "Configure Webinterface";
  55. $lang['isntwichm'] = "Writing permissions on folder \"%s\" are absent. Please assign full rights (Linux: chmod 777; Windows: 'full access') and try to start the Ranksystem again.";
  56. $lang['isntwiconf'] = "Open the %s to configure the Ranksystem!";
  57. $lang['isntwidbhost'] = "DB Hostaddress:";
  58. $lang['isntwidbhostdesc'] = "Database server address<br>(IP or DNS)";
  59. $lang['isntwidbmsg'] = "Database error: ";
  60. $lang['isntwidbname'] = "DB Name:";
  61. $lang['isntwidbnamedesc'] = "Name of database";
  62. $lang['isntwidbpass'] = "DB Password:";
  63. $lang['isntwidbpassdesc'] = "Password to access the database";
  64. $lang['isntwidbtype'] = "DB Type:";
  65. $lang['isntwidbtypedesc'] = "Database type<br><br>You have to install the needed PDO Driver.<br>For more informations have look at the requirements on http://ts-n.net/ranksystem.php";
  66. $lang['isntwidbusr'] = "DB User:";
  67. $lang['isntwidbusrdesc'] = "User to access the database";
  68. $lang['isntwidel'] = "Please delete the file 'install.php' from your webserver";
  69. $lang['isntwiusr'] = "User for the webinterface successfully created.";
  70. $lang['isntwiusrcr'] = "Create Webinterface-User";
  71. $lang['isntwiusrdesc'] = "Enter a username and password for access the webinterface. With the webinterface you can configurate the ranksytem.";
  72. $lang['isntwiusrh'] = "Access - Webinterface";
  73. $lang['listacsg'] = "current servergroup";
  74. $lang['listcldbid'] = "Client-database-ID";
  75. $lang['listexcept'] = "No, cause excepted";
  76. $lang['listgrps'] = "current group since";
  77. $lang['listip'] = "IP address";
  78. $lang['listnick'] = "Clientname";
  79. $lang['listnxsg'] = "next servergroup";
  80. $lang['listnxup'] = "next rank up";
  81. $lang['listrank'] = "rank";
  82. $lang['listseen'] = "last seen";
  83. $lang['listsuma'] = "sum. active time";
  84. $lang['listsumi'] = "sum. idle time";
  85. $lang['listsumo'] = "sum. online time";
  86. $lang['listuid'] = "unique Client-ID";
  87. $lang['login'] = "Login";
  88. $lang['msg0001'] = "running version: %s";
  89. $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";
  90. $lang['msg0003'] = "You are not eligible for this command!";
  91. $lang['msg0004'] = "Client %s (%s) requests shutdown.";
  92. $lang['msg0005'] = "cya";
  93. $lang['msg0006'] = "brb";
  94. $lang['msg0007'] = "Client %s (%s) requests restart.";
  95. $lang['msg0008'] = "Update check done. If an update is available, it will runs immediately.";
  96. $lang['msg0009'] = "Cleaning of the user-database was started. Have a look to the ranksystem log for more information.";
  97. $lang['nocount'] = "User %s (unique Client-ID: %s; Client-database-ID %s) is a query-user or is several times online (only first connection counts) -> this will not count!";
  98. $lang['noentry'] = "No entries found..";
  99. $lang['pass'] = "Password";
  100. $lang['pass2'] = "Change password";
  101. $lang['pass3'] = "old password";
  102. $lang['pass4'] = "new password";
  103. $lang['pass5'] = "Forgot password?";
  104. $lang['queryname'] = "First bot name already in use. Trying with second bot name...";
  105. $lang['repeat'] = "repeat";
  106. $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 exception.";
  107. $lang['sccrmcld'] = "User with unique Client-ID %s successfull removed from the Ranksystem database.";
  108. $lang['sccupcount'] = "Added successfully an online time of %s seconds to the users with the unique Client-IDs (%s)";
  109. $lang['setontime'] = "add time";
  110. $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.";
  111. $lang['sgrpadd'] = "Grant servergroup %s (ID: %s) to user %s (unique Client-ID: %s; Client-database-ID %s).";
  112. $lang['sgrprerr'] = "Affected user: %s (unique Client-ID: %s; Client-database-ID %s) and server group %s (ID: %s).";
  113. $lang['sgrprm'] = "Removed servergroup %s (ID: %s) from user %s (unique Client-ID: %s; Client-database-ID %s).";
  114. $lang['size_byte'] = "B";
  115. $lang['size_kib'] = "KiB";
  116. $lang['size_mib'] = "MiB";
  117. $lang['size_gib'] = "GiB";
  118. $lang['size_tib'] = "TiB";
  119. $lang['size_pib'] = "PiB";
  120. $lang['size_eib'] = "EiB";
  121. $lang['size_zib'] = "ZiB";
  122. $lang['size_yib'] = "YiB";
  123. $lang['stag0001'] = "Assign Servergroups";
  124. $lang['stag0002'] = "Allowed Groups";
  125. $lang['stag0003'] = "Define a list of servergroups, which a user can assign himself.<br><br>The servergroups should entered here with its groupID comma seperated.<br><br>Example:<br>23,24,28";
  126. $lang['stag0004'] = "Limit Groups";
  127. $lang['stag0005'] = "Limit the number of servergroups, which are possible to set at the same time.";
  128. $lang['stag0006'] = "There are multiple unique IDs online with your IP address. Please %sclick here%s to verify first.";
  129. $lang['stag0007'] = "Please wait till your last changes take effect before you change already the next things...";
  130. $lang['stag0008'] = "Group changes successfully saved. It can take a few seconds till it take effect on the ts3 server.";
  131. $lang['stag0009'] = "You cannot choose more then %s group(s) at the same time!";
  132. $lang['stag0010'] = "Please choose at least one new group.";
  133. $lang['stag0011'] = "Limit of simultaneous groups: ";
  134. $lang['stag0012'] = "set groups";
  135. $lang['stag0013'] = "Addon ON/OFF";
  136. $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.";
  137. $lang['stag0015'] = "You couldn't be find on the TeamSpeak server. Please %sclick here%s to verify yourself.";
  138. $lang['stix0001'] = "Server statistics";
  139. $lang['stix0002'] = "Total users";
  140. $lang['stix0003'] = "View details";
  141. $lang['stix0004'] = "Online time of all user / Total";
  142. $lang['stix0005'] = "View top of all time";
  143. $lang['stix0006'] = "View top of the month";
  144. $lang['stix0007'] = "View top of the week";
  145. $lang['stix0008'] = "Server usage";
  146. $lang['stix0009'] = "In the last 7 days";
  147. $lang['stix0010'] = "In the last 30 days";
  148. $lang['stix0011'] = "In the last 24 hours";
  149. $lang['stix0012'] = "select period";
  150. $lang['stix0013'] = "Last day";
  151. $lang['stix0014'] = "Last week";
  152. $lang['stix0015'] = "Last month";
  153. $lang['stix0016'] = "Active / inactive time (of all clients)";
  154. $lang['stix0017'] = "Versions (of all clients)";
  155. $lang['stix0018'] = "Nationalities (of all clients)";
  156. $lang['stix0019'] = "Platforms (of all clients)";
  157. $lang['stix0020'] = "Current statistics";
  158. $lang['stix0023'] = "Server status";
  159. $lang['stix0024'] = "Online";
  160. $lang['stix0025'] = "Offline";
  161. $lang['stix0026'] = "Clients (Online / Max)";
  162. $lang['stix0027'] = "Amount of channels";
  163. $lang['stix0028'] = "Average server ping";
  164. $lang['stix0029'] = "Total bytes received";
  165. $lang['stix0030'] = "Total bytes sent";
  166. $lang['stix0031'] = "Server uptime";
  167. $lang['stix0032'] = "before offline:";
  168. $lang['stix0033'] = "<span id=\"days\">00</span> Days, <span id=\"hours\">00</span> Hours, <span id=\"minutes\">00</span> Mins, <span id=\"seconds\">00</span> Secs";
  169. $lang['stix0034'] = "Average packet loss";
  170. $lang['stix0035'] = "Overall statistics";
  171. $lang['stix0036'] = "Server name";
  172. $lang['stix0037'] = "Server address (Host Address : Port)";
  173. $lang['stix0038'] = "Server password";
  174. $lang['stix0039'] = "No (Server is public)";
  175. $lang['stix0040'] = "Yes (Server Is private)";
  176. $lang['stix0041'] = "Server ID";
  177. $lang['stix0042'] = "Server platform";
  178. $lang['stix0043'] = "Server version";
  179. $lang['stix0044'] = "Server creation date (dd/mm/yyyy)";
  180. $lang['stix0045'] = "Report to server list";
  181. $lang['stix0046'] = "Activated";
  182. $lang['stix0047'] = "Not activated";
  183. $lang['stix0048'] = "not enough data yet...";
  184. $lang['stix0049'] = "Online time of all user / month";
  185. $lang['stix0050'] = "Online time of all user / week";
  186. $lang['stix0051'] = "TeamSpeak has failed, so no creation date...";
  187. $lang['stix0052'] = "others";
  188. $lang['stix0053'] = "Active Time (in Days)";
  189. $lang['stix0054'] = "Inactive Time (in Days)";
  190. $lang['stix0055'] = "online last 24 hours";
  191. $lang['stix0056'] = "online last %s days";
  192. $lang['stix0059'] = "List of user";
  193. $lang['stix0060'] = "User";
  194. $lang['stix0061'] = "View all versions";
  195. $lang['stix0062'] = "View all nations";
  196. $lang['stix0063'] = "View all platforms";
  197. $lang['stmy0001'] = "My statistics";
  198. $lang['stmy0002'] = "Rank";
  199. $lang['stmy0003'] = "Database ID:";
  200. $lang['stmy0004'] = "Unique ID:";
  201. $lang['stmy0005'] = "Total connections to the server:";
  202. $lang['stmy0006'] = "Start date for statistics:";
  203. $lang['stmy0007'] = "Total online time:";
  204. $lang['stmy0008'] = "Online time last %s days:";
  205. $lang['stmy0009'] = "Active time last %s days:";
  206. $lang['stmy0010'] = "Achievements completed:";
  207. $lang['stmy0011'] = "Time achievement progress";
  208. $lang['stmy0012'] = "Time: Legendary";
  209. $lang['stmy0013'] = "Because you have an online time of %s hours.";
  210. $lang['stmy0014'] = "Progress completed";
  211. $lang['stmy0015'] = "Time: Gold";
  212. $lang['stmy0016'] = "% Completed for Legendary";
  213. $lang['stmy0017'] = "Time: Silver";
  214. $lang['stmy0018'] = "% Completed for Gold";
  215. $lang['stmy0019'] = "Time: Bronze";
  216. $lang['stmy0020'] = "% Completed for Silver";
  217. $lang['stmy0021'] = "Time: Unranked";
  218. $lang['stmy0022'] = "% Completed for Bronze";
  219. $lang['stmy0023'] = "Connection achievement progress";
  220. $lang['stmy0024'] = "Connects: Legendary";
  221. $lang['stmy0025'] = "Because You connected %s times to the server.";
  222. $lang['stmy0026'] = "Connects: Gold";
  223. $lang['stmy0027'] = "Connects: Silver";
  224. $lang['stmy0028'] = "Connects: Bronze";
  225. $lang['stmy0029'] = "Connects: Unranked";
  226. $lang['stmy0030'] = "Progress next servergroup";
  227. $lang['stmy0031'] = "Total active time";
  228. $lang['stna0001'] = "Nations";
  229. $lang['stna0002'] = "statistics";
  230. $lang['stna0003'] = "Code";
  231. $lang['stna0004'] = "Count";
  232. $lang['stna0005'] = "Versions";
  233. $lang['stna0006'] = "Platforms";
  234. $lang['stna0007'] = "Percentage";
  235. $lang['stnv0001'] = "Server news";
  236. $lang['stnv0002'] = "Close";
  237. $lang['stnv0003'] = "Refresh client information";
  238. $lang['stnv0004'] = "Only use this refresh, when your TS3 information got changed, such as your TS3 username";
  239. $lang['stnv0005'] = "It only works, when you are connected to the TS3 server at the same time";
  240. $lang['stnv0006'] = "Refresh";
  241. $lang['stnv0007'] = "Battle area - Page content";
  242. $lang['stnv0008'] = "You can challenge other users in a battle between two users or two teams.";
  243. $lang['stnv0009'] = "While the battle is active the online time of the teams/users will be counted.";
  244. $lang['stnv0010'] = "When the battle ends the team/user with the highest online time wins.";
  245. $lang['stnv0011'] = "(The regular battling time is 48 hours)";
  246. $lang['stnv0012'] = "The winning team/user will recieve a price, which the user can use whenever the user wants.";
  247. $lang['stnv0013'] = "It will be displayed on the <a href=\"my_stats.php\">My statistics</a> tab.";
  248. $lang['stnv0014'] = "(Could be online time boost(2x) for 8 hours, instant online time (4 hours), etc.";
  249. $lang['stnv0015'] = "These boosts can be used for example to climb in the top users of the week.";
  250. $lang['stnv0016'] = "Not available";
  251. $lang['stnv0017'] = "You are not connected to the TS3 Server, so it can't display any data for you.";
  252. $lang['stnv0018'] = "Please connect to the TS3 Server and then Refresh your Session by pressing the blue Refresh Button at the top-right corner.";
  253. $lang['stnv0019'] = "My statistics - Page content";
  254. $lang['stnv0020'] = "This page contains a overall summary of your personal statistics and activity on the server.";
  255. $lang['stnv0021'] = "The informations are collected since the beginning of the Ranksystem, they are not since the beginning of the TeamSpeak server.";
  256. $lang['stnv0022'] = "This page receives its values out of a database. So the values might be delayed a bit.";
  257. $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).";
  258. $lang['stnv0024'] = "Ranksystem - Statistics";
  259. $lang['stnv0025'] = "Limit entries";
  260. $lang['stnv0026'] = "all";
  261. $lang['stnv0027'] = "The informations on this site could be outdated! It seems the Ranksystem is no more connected to the TeamSpeak.";
  262. $lang['stnv0028'] = "(You are not connected to the TS3!)";
  263. $lang['stnv0029'] = "List Rankup";
  264. $lang['stnv0030'] = "Ranksystem info";
  265. $lang['stnv0031'] = "About the search field you can search for pattern in clientname, unique Client-ID and Client-database-ID.";
  266. $lang['stnv0032'] = "You can also use a view filter options (see below). Enter the filter also inside the search field.";
  267. $lang['stnv0033'] = "Combination of filter and search pattern are possible. Enter first the filter(s) followed without any sign your search pattern.";
  268. $lang['stnv0034'] = "Also it is possible to combine multiple filters. Enter this consecutively inside the search field.";
  269. $lang['stnv0035'] = "<u>Example:</u><br>filter:nonexcepted:TeamSpeakUser";
  270. $lang['stnv0036'] = "Show only clients, which are excepted (client, servergroup or channel exception).";
  271. $lang['stnv0037'] = "Show only clients, which are not excepted.";
  272. $lang['stnv0038'] = "Show only clients, which are online.";
  273. $lang['stnv0039'] = "Show only clients, which are not online.";
  274. $lang['stnv0040'] = "Show only clients, which are in defined group. Represent the actuel rank/level.<br>Replace <i>GROUPID</i> with the wished servergroup ID.";
  275. $lang['stnv0041'] = "Show only clients, which are selected by lastseen.<br>Replace <i>OPERATOR</i> with '&lt;' or '&gt;' or '=' or '!='.<br>And replace <i>TIME</i> with a timestamp or date with format 'Y-m-d H-i' (example: 2016-06-18 20-25).<br>Full example: filter:lastseen:&gt;:2016-06-18 20-25:";
  276. $lang['stnv0042'] = "Show only clients, which are from defined country.<br>Replace <i>TS3-COUNTRY-CODE</i> with the wished country.<br>For list of codes google for ISO 3166-1 alpha-2";
  277. $lang['stnv0043'] = "connect TS3";
  278. $lang['stri0001'] = "Ranksystem information";
  279. $lang['stri0002'] = "What is the Ranksystem?";
  280. $lang['stri0003'] = "A TS3 bot, which automatically grant ranks (servergroups) to user on a TeamSpeak 3 Server for online time or online activity. It also gathers informations and statistics about the user and displays the result on this site.";
  281. $lang['stri0004'] = "Who created the Ranksystem?";
  282. $lang['stri0005'] = "When the Ranksystem was Created?";
  283. $lang['stri0006'] = "First alpha release: 05/10/2014.";
  284. $lang['stri0007'] = "First beta release: 01/02/2015.";
  285. $lang['stri0008'] = "You can see the newest version on the <a href=\"//ts-n.net/ranksystem.php\" target=\"_blank\">Ranksystem Website</a>.";
  286. $lang['stri0009'] = "How was the Ranksystem created?";
  287. $lang['stri0010'] = "The Ranksystem is coded in";
  288. $lang['stri0011'] = "It uses also the following libraries:";
  289. $lang['stri0012'] = "Special Thanks To:";
  290. $lang['stri0013'] = "sergey, <a href=\"//vk.com/akhachirov\" target=\"_blank\">Arselopster</a>, <a href=\"//vk.com/zheez\" target=\"_blank\">DeviantUser</a> & <a href=\"//goodgame.by/\" target=\"_blank\">kidi</a> - for russian translation";
  291. $lang['stri0014'] = "Bejamin Frost - for initialisation the bootstrap design";
  292. $lang['stri0015'] = "<a href=\"//hydrake.eu/\" target=\"_blank\">ZanK</a> & <a href=\"//mozzygaming.it\" target=\"_blank\">jacopomozzy</a> - for italian translation";
  293. $lang['stri0016'] = "<a href=\"//iraqgaming.net/\" target=\"_blank\">DeStRoYzR</a> & <a href=\"//www.sagamer.net/\" target=\"_blank\">Jehad</a> - for initialisation arabic translation";
  294. $lang['stri0017'] = "<a href=\"//whitecs.ro/\" target=\"_blank\">SakaLuX</a> - for initialisation romanian translation";
  295. $lang['stri0018'] = "<a href=\"//r4p3.net/members/0x0539.5476/\" target=\"_blank\">0x0539</a> - for initialisation dutch translation";
  296. $lang['stri0019'] = "<a href=\"//umazinggames.fr/\" target=\"_blank\">Quentinti</a> - for french translation";
  297. $lang['stri0020'] = "<a href=\"mailto://celso@esbsb.com.br\" target=\"_blank\">Pasha</a> - for portuguese translation";
  298. $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";
  299. $lang['stri0022'] = "<a href=\"//magicbroccoli.de\" target=\"_blank\">mightyBroccoli</a> - for sharing their ideas & pre-testing";
  300. $lang['stri0023'] = "Stable since: 18/04/2016.";
  301. $lang['stri0024'] = "<a href=\"//zasivarna.tk/\" target=\"_blank\">KeviN</a> - for czech translation";
  302. $lang['sttw0001'] = "Top users";
  303. $lang['sttw0002'] = "Of the week";
  304. $lang['sttw0003'] = "With %s %s online time";
  305. $lang['sttw0004'] = "Top 10 compared";
  306. $lang['sttw0005'] = "Hours (Defines 100 %)";
  307. $lang['sttw0006'] = "%s hours (%s&#37;)";
  308. $lang['sttw0007'] = "Top 10 Statistics";
  309. $lang['sttw0008'] = "Top 10 vs others in online time";
  310. $lang['sttw0009'] = "Top 10 vs others in active time";
  311. $lang['sttw0010'] = "Top 10 vs others in inactive time";
  312. $lang['sttw0011'] = "Top 10 (in hours)";
  313. $lang['sttw0012'] = "Other %s users (in hours)";
  314. $lang['sttw0013'] = "With %s %s active time";
  315. $lang['sttw0014'] = "hours";
  316. $lang['sttw0015'] = "minutes";
  317. $lang['sttm0001'] = "Of the month";
  318. $lang['stta0001'] = "Of all time";
  319. $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.";
  320. $lang['stve0002'] = "A message with the token was sent to you on the TS3 server.";
  321. $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.";
  322. $lang['stve0004'] = "The entered token does not match! Please try it again.";
  323. $lang['stve0005'] = "Congratulations, you are successfully verified! You can now go on..";
  324. $lang['stve0006'] = "An unknown error happened. Please try it again. On repeated times contact an admin";
  325. $lang['stve0007'] = "Verify on TeamSpeak";
  326. $lang['stve0008'] = "Choose here your unique ID on the TS3 server to verify yourself.";
  327. $lang['stve0009'] = " -- select yourself -- ";
  328. $lang['stve0010'] = "You will receive a token on the TS3 server, which you have to enter here:";
  329. $lang['stve0011'] = "Token:";
  330. $lang['stve0012'] = "verify";
  331. $lang['time_ms'] = "ms";
  332. $lang['time_sec'] = "Sec(s)";
  333. $lang['time_min'] = "Min(s)";
  334. $lang['time_hour'] = "Hour(s)";
  335. $lang['time_day'] = "Day(s)";
  336. $lang['upgrp0001'] = "There is a servergroup with ID %s configured inside your '%s' paramter (webinterface -> core), but that servergroup ID isn't existent on your TS3 server (anymore)! Please correct this or errors might happen!";
  337. $lang['upgrp0002'] = "Download new ServerIcon";
  338. $lang['upgrp0003'] = "Error while writing out the servericon.";
  339. $lang['upgrp0004'] = "Error while downloading TS3 ServerIcon from TS3 server: ";
  340. $lang['upgrp0005'] = "Error while deleting the servericon.";
  341. $lang['upgrp0006'] = "Noticed the ServerIcon got removed from TS3 server, now it was also removed from the Ranksystem.";
  342. $lang['upgrp0007'] = "Error while writing out the servergroup icon from group %s with ID %s.";
  343. $lang['upgrp0008'] = "Error while downloading servergroup icon from group %s with ID %s: ";
  344. $lang['upgrp0009'] = "Error while deleting the servergroup icon from group %s with ID %s.";
  345. $lang['upgrp0010'] = "Noticed icon of severgroup %s with ID %s got removed from TS3 server, now it was also removed from the Ranksystem.";
  346. $lang['upgrp0011'] = "Download new ServerGroupIcon for group %s with ID: %s";
  347. $lang['upinf'] = "A new Version of the Ranksystem is available; Inform clients on server...";
  348. $lang['upinf2'] = "The Ranksystem was recently (%s) updated. Check out the %sChangelog%s for more information about the changes.";
  349. $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]https://ts-n.net/ranksystem.php#changelog[/URL].\n\nStarting the update process in background. [B]Please check the ranksystem.log![/B]";
  350. $lang['upmsg2'] = "\nHey, the [B]Ranksystem[/B] has been updated.\n\n[B]new version: %s[/B]\n\nPlease check out our site for more informations [URL]https://ts-n.net/ranksystem.php#changelog[/URL].";
  351. $lang['upsucc'] = "Database update successfully executed.";
  352. $lang['upuser'] = "User %s (unique Client-ID: %s; Client-database-ID %s) gets a new count (sum. online time) of %s (thereof active %s).";
  353. $lang['upuserboost'] = "User %s (unique Client-ID: %s; Client-database-ID %s) gets a new count (sum. online time) of %s (thereof active %s) <b>[BOOST %sx]</b>.";
  354. $lang['upusrerr'] = "The unique Client-ID %s couldn't reached on the TeamSpeak!";
  355. $lang['upusrinf'] = "User %s was successfully informed.";
  356. $lang['user'] = "Username";
  357. $lang['verify0001'] = "Please be sure, you are really connected to the TS3 server!";
  358. $lang['verify0002'] = "Enter, if not already done, the Ranksystem %sverification-channel%s!";
  359. $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 :(";
  360. $lang['verify0004'] = "No user inside the verification channel found...";
  361. $lang['wi'] = "Webinterface";
  362. $lang['wiaction'] = "action";
  363. $lang['wiadmhide'] = "hide excepted clients";
  364. $lang['wiadmhidedesc'] = "To hide excepted user in the following selection";
  365. $lang['wiadmuuid'] = "admin ID";
  366. $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>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).";
  367. $lang['wiboost'] = "boost";
  368. $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...";
  369. $lang['wibot1'] = "Ranksystem bot should be stopped. Check the log below for more information!";
  370. $lang['wibot2'] = "Ranksystem bot should be started. Check the log below for more information!";
  371. $lang['wibot3'] = "Ranksystem bot should be restarted. Check the log below for more information!";
  372. $lang['wibot4'] = "Start / Stop Ranksystem bot";
  373. $lang['wibot5'] = "Start bot";
  374. $lang['wibot6'] = "Stop bot";
  375. $lang['wibot7'] = "Restart bot";
  376. $lang['wibot8'] = "Ranksystem log (extract):";
  377. $lang['wibot9'] = "Fill out all mandatory fields before starting the Ranksystem bot!";
  378. $lang['wichdbid'] = "Client-database-ID reset";
  379. $lang['wichdbiddesc'] = "Reset the online time of an user, if his TeamSpeak Client-database-ID changed.<br><br>Example:<br>If a clients gets removed from the TeamSpeak server, it gets a new Client-database-ID with the next connect to the server.";
  380. $lang['wiconferr'] = "There is an error in the configuration of the Ranksystem. Please go to the webinterface and correct the Core Settings. Especially check the config 'rank up'!";
  381. $lang['wichpw1'] = "Your old password is wrong. Please try again";
  382. $lang['wichpw2'] = "The new passwords dismatch. Please try again.";
  383. $lang['wichpw3'] = "The password of the webinterface has been successfully changed. Request from IP %s.";
  384. $lang['wichpw4'] = "Change Password";
  385. $lang['widaform'] = "Date format";
  386. $lang['widaformdesc'] = "Choose the showing date format.<br><br>Example:<br>%a days, %h hours, %i mins, %s secs";
  387. $lang['widbcfgsuc'] = "Database configurations saved successfully.";
  388. $lang['widbcfgerr'] = "Error while saving the database configurations! Connection failed or writeout error for 'other/dbconfig.php'";
  389. $lang['widelcld'] = "delete clients";
  390. $lang['widelcldgrp'] = "renew groups";
  391. $lang['widelcldgrpdesc'] = "The Ranksystem remember the given servergroups, so it don't need to give/check this with every run of the worker.php again.<br><br>With this function you can remove once time the knowledge of given servergroups. In effect the ranksystem try to give all clients (which are on the TS3 server online) the servergroup of the actual rank.<br>For each client, which gets the group or stay in group, the Ranksystem remember this like described at beginning.<br><br>This function can be helpful, when user are not in the servergroup, they should be for the defined online time.<br><br>Attention: Run this in a moment, where the next few minutes no rankups become due!!! The Ranksystem can't remove the old group, cause it can't remember ;-)";
  392. $lang['widelclddesc'] = "Delete the before selected clients out of the Ranksystem database.<br><br>With this deletion are the clients on the TeamSpeak Server untouched.";
  393. $lang['widelsg'] = "remove out of servergroups";
  394. $lang['widelsgdesc'] = "Choose if the clients should also be removed out of the last known servergroup, when you delete clients out of the Ranksystem database.<br><br>It will only considered servergroups, which concerned the Ranksystem";
  395. $lang['wideltime'] = "Deletiontime";
  396. $lang['wideltimedesc'] = "Clean old clients out of the Ranksystem database.<br>Entry a time in seconds which a client was not seen to delete it.<br><br>0 - deletes all clients out of the Ranksystem<br><br>The Userdatas on the TeamSpeak server are with this untouched!";
  397. $lang['wiexcid'] = "channel exception";
  398. $lang['wiexciddesc'] = "A comma separated list of the channel-IDs that are not to participate in the Ranksystem.<br><br>Stay users in one of the listed channels, the time there will be completely ignored. There is neither the online time, yet the idle time counted.<br><br>This function makes only sense with the mode 'online time', cause here could be ignored AFK channels for example.<br>With the mode 'active time', this function is useless because as would be deducted the idle time in AFK rooms and thus not counted anyway.<br><br>Be a user in an excluded channel, it is noted for this period as 'excluded from the Ranksystem'. The user does no longer appears in the list 'stats/list_rankup.php' unless excluded clients should not be displayed there (Stats Page - excepted client).";
  399. $lang['wiexgrp'] = "servergroup exception";
  400. $lang['wiexgrpdesc'] = "A comma seperated list of servergroup-IDs, which should not conside for the Ranksystem.<br>User in at least one of this servergroups IDs will be ignored for the rank up.";
  401. $lang['wiexres'] = "exception mode";
  402. $lang['wiexres1'] = "default (count time)";
  403. $lang['wiexres2'] = "break time";
  404. $lang['wiexres3'] = "reset time";
  405. $lang['wiexresdesc'] = "There are three modes, how to handle an exception. In every case the rank up (assign servergroup) is disabled. You can choose different options how the spended time from a user (which is excepted) should be handled.<br><br>1) <b>default (count time)</b>: At default the Ranksystem also count the online/active time of users, which are excepted (client/servergroup). With an exception only the rank up (assign servergroup) is disabled. That means if a user is not any more excepted, he would be assign 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 actual value (before the user got excepted). After an exception the (after removing the excepted servergroup or remove the expection rule) 'counting' will go on.<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 spend time due exception would be still count till it got reset.<br><br><br>The channel exception doesn't matter here, cause the time will always be ignored (like the break mode).";
  406. $lang['wiexuid'] = "client exception";
  407. $lang['wiexuiddesc'] = "A comma seperated list of unique Client-IDs, which should not conside for the Ranksystem.<br>User in this list will be ignored for the rank up.";
  408. $lang['wigrptime'] = "rank up definition";
  409. $lang['wigrptimedesc'] = "Define here after which time a user should get automatically a predefined servergroup.<br><br>time (seconds)=>servergroup ID<br><br>Important for this is the 'online time' or the 'active time' of an user, depending on setting of the mode.<br><br>Each entry have to separate from next with a comma.<br><br>The time must be entered cumulative<br><br>Example:<br>60=>9,120=>10,180=>11<br><br>On this a user get after 60 seconds the servergroup 9, in turn after 60 seconds the servergroup 10, and so on...";
  410. $lang['wihladm'] = "List Rankup (Admin-Mode)";
  411. $lang['wihladm1'] = "Add online Time to User";
  412. $lang['wihlcfg'] = "Core settings";
  413. $lang['wihldb'] = "Database settings";
  414. $lang['wihlmsg'] = "Message settings";
  415. $lang['wihlsty'] = "Stats page settings";
  416. $lang['wihlts'] = "TeamSpeak settings";
  417. $lang['wihlvs'] = "Various settings";
  418. $lang['wiignidle'] = "Ignore idle";
  419. $lang['wiignidledesc'] = "Define a period, up to which the idle time of an user will be ignored.<br><br>When a client does not do anything on the server (=idle), this time is noted by the Ranksystem. With this feature the idle time of an user will not be counted until the defined limit. Only when the defined limit is exceeded, it counts from that date for the Ranksystem as idle time.<br><br>This function plays only in conjunction with the mode 'active time' a role.<br><br>Meaning the function is e.g. to evaluate the time of listening in conversations as activity.<br><br>0 = disable the feature<br><br>Example:<br>Ignore idle = 600 (seconds)<br>A client has an idle of 8 minuntes<br>consequence:<br>8 minutes idle are ignored and he therefore receives this time as active time. If the idle time now increased to over 12 minutes so the time is over 10 minutes, and in this case 2 minutes would be counted as idle time.";
  420. $lang['wilog'] = "Logpath";
  421. $lang['wilogdesc'] = "Path of the log file of the Ranksystem.<br><br>Example:<br>/var/logs/ranksystem/<br><br>Be sure, the webuser has the write-permissions to the logpath.";
  422. $lang['wilogout'] = "Logout";
  423. $lang['wimsgmsg'] = "Messages";
  424. $lang['wimsgmsgdesc'] = "Define a message, which will be send to an user, when he rises the next higher rank.<br><br>This message will be send via TS3 private message. So every know bb-code could be used, which also works for a normal private message.<br>http://ts-n.net/lexicon.php?showid=97#lexindex<br><br>Furthermore, the previously spent time can be expressed by arguments:<br>%1\$s - days<br>%2\$s - hours<br>%3\$s - minutes<br>%4\$s - seconds<br>%5\$s - name of reached servergroup<br>%6&#36;s - name of the user (recipient)<br><br>Example:<br>Hey,\\nyou reached a higher rank, since you already connected for %1\$s days, %2\$s hours and %3\$s minutes to our TS3 server.[B]Keep it up![/B] ;-)";
  425. $lang['wimsgsn'] = "Server-News";
  426. $lang['wimsgsndesc'] = "Define a message, which will be shown on the /stats/ page as server news.<br><br>You can use default html functions to modify the layout<br><br>Example:<br>&#60b&#62; - <b>for bold</b><br>&#60u&#62; - <u>for underline</u><br>&#60i&#62; - <i>for italic</i><br>&#60br&#62; - for word-wrap (new line)";
  427. $lang['wimsgusr'] = "Rank up notification";
  428. $lang['wimsgusrdesc'] = "Inform an user with a private text message about his rank up.";
  429. $lang['winav1'] = "TeamSpeak";
  430. $lang['winav2'] = "Database";
  431. $lang['winav3'] = "Core";
  432. $lang['winav4'] = "Other";
  433. $lang['winav5'] = "Message";
  434. $lang['winav6'] = "Stats page";
  435. $lang['winav7'] = "Administrate";
  436. $lang['winav8'] = "Start / Stop bot";
  437. $lang['winav9'] = "Update available!";
  438. $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.";
  439. $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).";
  440. $lang['winav12'] = "Addons";
  441. $lang['winxinfo'] = "Command \"!nextup\"";
  442. $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>disabled</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.";
  443. $lang['winxmode1'] = "disabled";
  444. $lang['winxmode2'] = "allowed - only next rank";
  445. $lang['winxmode3'] = "allowed - all next ranks";
  446. $lang['winxmsg1'] = "Message";
  447. $lang['winxmsgdesc1'] = "Define a message, which the user will get as answer at the command \"nextup\".<br><br>Arguments:<br>%1&#36;s - days to next rankup<br>%2&#36;s - hours to next rankup<br>%3&#36;s - minutes to next rankup<br>%4&#36;s - seconds to next rankup<br>%5&#36;s - name of the next servergroup<br>%6&#36;s - name of the user (recipient)<br><br>Example:<br>Your next rank up will be in %1&#36;s days, %2&#36;s hours and %3&#36;s minutes and %4&#36;s seconds. The next servergroup you will reach is [B]%5&#36;s[/B].";
  448. $lang['winxmsg2'] = "Message (highest)";
  449. $lang['winxmsgdesc2'] = "Define a message, which the user will get as answer at the command \"nextup\", when the user already reached the highest rank.<br><br>Arguments:<br>%1&#36;s - days to next rankup<br>%2&#36;s - hours to next rankup<br>%3&#36;s - minutes to next rankup<br>%4&#36;s - seconds to next rankup<br>%5&#36;s - name of the next servergroup<br>%6&#36;s - name of the user (recipient)<br><br>Example:<br>You have been reached the highest rank for %1&#36;s days, %2&#36;s hours and %3&#36;s minutes and %4&#36;s seconds.";
  450. $lang['winxmsg3'] = "Message (excepted)";
  451. $lang['winxmsgdesc3'] = "Define a message, which the user will get as answer at the command \"nextup\", when the user is excepted from the Ranksystem.<br><br>Arguments:<br>%1&#36;s - days to next rankup<br>%2&#36;s - hours to next rankup<br>%3&#36;s - minutes to next rankup<br>%4&#36;s - seconds to next rankup<br>%5&#36;s - name of the next servergroup<br>%6&#36;s - name of the user (recipient)<br><br>Example:<br>You are excepted from the Ranksystem. If you wish to rank contact an admin on the TS3 server.";
  452. $lang['wirtpw1'] = "Sorry Bro, you have forgotten to enter your admin ID inside the webinterface before. There is no way to reset the password!";
  453. $lang['wirtpw2'] = "Admin ID not found on TS3 server. You need to be online with the unique Client ID, which is saved as admin ID.";
  454. $lang['wirtpw3'] = "Your IP address do not match with the IP address of the admin on the TS3 server. Be sure you are with the same IP address online on the TS3 server and also on this page (same protocol IPv4 / IPv6 is also needed).";
  455. $lang['wirtpw4'] = "\nThe password for the webinterface was successfully reset.\nUsername: %s\nPassword: [B]%s[/B]\n\nLogin %shere%s";
  456. $lang['wirtpw5'] = "There was send a TeamSpeak3 privat textmessage to the admin with the new password. Click %s here %s to login.";
  457. $lang['wirtpw6'] = "The password of the webinterface has been successfully reset. Request from IP %s.";
  458. $lang['wirtpw7'] = "Reset Password";
  459. $lang['wirtpw8'] = "Here you can reset the password for the webinterface.";
  460. $lang['wirtpw9'] = "Following things are required to reset the password:";
  461. $lang['wirtpw10'] = "You need to be online at the TeamSpeak3 server.";
  462. $lang['wirtpw11'] = "You need to be online with the unique Client-ID, which is saved as admin ID.";
  463. $lang['wirtpw12'] = "You need to be online with the same IP address on the TeamSpeak3 server as here on this page (also the same protocol IPv4 / IPv6).";
  464. $lang['wiselcld'] = "select clients";
  465. $lang['wiselclddesc'] = "Select the clients by their last known username, unique Client-ID or Client-database-ID.<br>Multiple selections are also possible.";
  466. $lang['wishcolas'] = "actual servergroup";
  467. $lang['wishcolasdesc'] = "Show column 'actual servergroup' in list_rankup.php";
  468. $lang['wishcolat'] = "active time";
  469. $lang['wishcolatdesc'] = "Show column 'sum. active time' in list_rankup.php";
  470. $lang['wishcolcld'] = "Client-name";
  471. $lang['wishcolclddesc'] = "Show column 'Client-name' in list_rankup.php";
  472. $lang['wishcoldbid'] = "database-ID";
  473. $lang['wishcoldbiddesc'] = "Show column 'Client-database-ID' in list_rankup.php";
  474. $lang['wishcolgs'] = "actual group since";
  475. $lang['wishcolgsdesc'] = "Show column 'actual group since' in list_rankup.php";
  476. $lang['wishcolit'] = "idle time";
  477. $lang['wishcolitdesc'] = "Show column 'sum idle time' in list_rankup.php";
  478. $lang['wishcolls'] = "last seen";
  479. $lang['wishcollsdesc'] = "Show column 'last seen' in list_rankup.php";
  480. $lang['wishcolnx'] = "next rank up";
  481. $lang['wishcolnxdesc'] = "Show column 'next rank up' in list_rankup.php";
  482. $lang['wishcolot'] = "online time";
  483. $lang['wishcolotdesc'] = "Show column 'sum. online time' in list_rankup.php";
  484. $lang['wishcolrg'] = "rank";
  485. $lang['wishcolrgdesc'] = "Show column 'rank' in list_rankup.php";
  486. $lang['wishcolsg'] = "next servergroup";
  487. $lang['wishcolsgdesc'] = "Show column 'next servergroup' in list_rankup.php";
  488. $lang['wishcoluuid'] = "Client-ID";
  489. $lang['wishcoluuiddesc'] = "Show column 'unique Client-ID' in list_rankup.php";
  490. $lang['wishexcld'] = "excepted client";
  491. $lang['wishexclddesc'] = "Show clients in list_rankup.php,<br>which are excluded and therefore not participate in the Ranksystem.";
  492. $lang['wishexgrp'] = "excepted groups";
  493. $lang['wishexgrpdesc'] = "Show clients in list_rankup.php, which are in the list 'client exception' and shouldn't be conside for the Ranksystem.";
  494. $lang['wishhicld'] = "Clients in highest Level";
  495. $lang['wishhiclddesc'] = "Show clients in list_rankup.php, which reached the highest level in the Ranksystem.";
  496. $lang['wishnav'] = "show site-navigation";
  497. $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 e.g. 'stats/list_rankup.php' and embed this as frame in your existing website or bulletin board.";
  498. $lang['wisupidle'] = "Mode";
  499. $lang['wisupidledesc'] = "There are two modes, as time can be counted and can then apply for a rank increase.<br><br>1) online time: Here the pure online time of the user is taken into account (see column 'sum. online time' in the 'stats/list_rankup.php')<br><br>2) active time: This will be deducted from the online time of a user, the inactive time (idle) (see column 'sum. active time' in the 'stats/list_rankup.php').<br><br>A change of mode with an already longer running database is not recommended, but may work.";
  500. $lang['wisvconf'] = "save";
  501. $lang['wisvsuc'] = "Changes successfully saved!";
  502. $lang['wisvres'] = "You need to restart the Ranksystem before the changes will take effect! %s";
  503. $lang['witime'] = "Timezone";
  504. $lang['witimedesc'] = "Select the timezone the server is hosted.";
  505. $lang['wits3avat'] = "Avatar Delay";
  506. $lang['wits3avatdesc'] = "Define a time in seconds to delay the download of changed TS3 avatars.<br><br>This function is especially useful for (music) bots, which are changing his avatar periodic.";
  507. $lang['wits3dch'] = "Default Channel";
  508. $lang['wits3dchdesc'] = "The channel-ID, the bot should connect with.<br><br>The bot will join this channel after connecting to the TeamSpeak server.";
  509. $lang['wits3host'] = "TS3 Hostaddress";
  510. $lang['wits3hostdesc'] = "TeamSpeak 3 Server address<br>(IP oder DNS)";
  511. $lang['wits3sm'] = "Slowmode";
  512. $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&emsp;&emsp;&emsp;&nbsp;0,0&emsp;&emsp;&nbsp;0,10<br>low delay&emsp;&emsp;&emsp;0,2&emsp;&emsp;&nbsp;2,60<br>middle delay&emsp;&nbsp;&nbsp;0,5&emsp;&emsp; 6,50<br>high delay&emsp;&emsp;&nbsp;1,0&emsp;&emsp;13,00<br>huge delay&emsp;&emsp;2,0&emsp;&emsp;26,00<br>ultra delay&emsp;&emsp;&nbsp;5,0&emsp;&emsp;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!";
  513. $lang['wits3qnm'] = "Bot name";
  514. $lang['wits3qnm2'] = "2nd bot name";
  515. $lang['wits3qnm2desc'] = "A fallback bot name, if the first one is already in use.";
  516. $lang['wits3qnmdesc'] = "The name, with this the query-connection will be established.<br>You can name it free.";
  517. $lang['wits3querpw'] = "TS3 Query-Password";
  518. $lang['wits3querpwdesc'] = "TeamSpeak 3 query password<br>Password for the query user.";
  519. $lang['wits3querusr'] = "TS3 Query-User";
  520. $lang['wits3querusrdesc'] = "TeamSpeak 3 query username<br>Default is serveradmin<br>Of course, you can also create an additional serverquery account only for the Ranksystem.<br>The needed permissions you find on:<br>http://ts-n.net/ranksystem.php";
  521. $lang['wits3query'] = "TS3 Query-Port";
  522. $lang['wits3querydesc'] = "TeamSpeak 3 query port<br>Default is 10011 (TCP)<br>If its not default, you should find it in your 'ts3server.ini'.";
  523. $lang['wits3voice'] = "TS3 Voice-Port";
  524. $lang['wits3voicedesc'] = "TeamSpeak 3 voice port<br>Default is 9987 (UDP)<br>This is the port, you uses also to connect with the TS3 Client.";
  525. $lang['wiverify'] = "Verification-Channel";
  526. $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.";
  527. $lang['wivlang'] = "Language";
  528. $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.";
  529. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement