Advertisement
Guest User

core_en 1.1.2-pre1

a guest
Oct 18th, 2016
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 36.61 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['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!";
  5. $lang['crawl']              = "Scan for connected user and count the activity...";
  6. $lang['clean']              = "Scan for clients, which have to delete...";
  7. $lang['cleanc']             = "clean clients";
  8. $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";
  9. $lang['cleandel']           = "There were %s clients deleted out of the Ranksystem database, cause they were no longer existing in the TeamSpeak database.";
  10. $lang['cleanno']            = "There were nothing to delete...";
  11. $lang['cleanp']             = "clean period";
  12. $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, cause the client cleaning needs much time for bigger databases.";
  13. $lang['cleanrs']            = "Clients in the Ranksystem database: %s";
  14. $lang['cleants']            = "Clients found in the TeamSpeak database: %s (of %s)";
  15. $lang['days']               = "%s <small>days</small>";
  16. $lang['dbconerr']           = "Failed to connect to Database: ";
  17. $lang['delcldgrpif']        = "Error while removing the knowledge for servergroups: %s";
  18. $lang['delcldgrpsc']        = "Knowledge about servergroups for %s User successfully removed.";
  19. $lang['delclientsif']       = "%s Clients deleted out of the Ranksystem database!";
  20. $lang['delclientssc']       = "%s Clients successfully deleted out of the Ranksystem database!";
  21. $lang['errlogin']           = "Username and/or password are incorrect! Try again...";
  22. $lang['errlogin2']          = "Brute force protection: Try it again in %s seconds!";
  23. $lang['errlogin3']          = "Brute force protection: To much misstakes. Banned for 300 Seconds!";
  24. $lang['error']              = "Error ";
  25. $lang['errremgrp']          = "Error while removing user with unique Client-ID %s out of the servergroup with servergroup-database-ID %s!";
  26. $lang['errremdb']           = "Error while removing user with unique Client-ID %s out of the Ranksystem database!";
  27. $lang['errselusr']          = "Please choose at least one user!";
  28. $lang['errseltime']         = "Please enter an online time to add!";
  29. $lang['errukwn']            = "An unknown error has occurred!";
  30. $lang['errupcount']         = "Error while renewing the summary online time of %s by user with the unique Client-ID %s";
  31. $lang['highest']            = "highest rank reached";
  32. $lang['install']            = "Installation";
  33. $lang['instdb']             = "Install database";
  34. $lang['instdbsuc']          = "Database %s successfully created.";
  35. $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.";
  36. $lang['insterr2']           = "PDO is needed but seems not installed. Install <a href=\"http://php.net/manual/de/pdo.installation.php\" target=\"_blank\">PDO</a> and try it again!";
  37. $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!";
  38. $lang['insterr4']           = "Your PHP version (%s) is below 5.5.0. Update your PHP and try it again!";
  39. $lang['insterr5']           = "SimpleXML is needed but seems not available. Install <a href=\"http://php.net/manual/en/simplexml.installation.php\" target=\"_blank\">simpleXML</a> and try it again!";
  40. $lang['isntwicfg']          = "Can't save the database configuration! Please edit the 'other/dbconfig.php' with a chmod 0777 (on windows 'full access') and try again after.";
  41. $lang['isntwicfg2']         = "Configurate Webinterface";
  42. $lang['isntwichm']          = "Write Permissions failed on folder \"%s\". Please give them a chmod 777 (on windows 'full access') and try to start the Ranksystem again.";
  43. $lang['isntwidbhost']       = "DB Hostaddress:";
  44. $lang['isntwidbhostdesc']   = "Database server address<br>(IP or DNS)";
  45. $lang['isntwidbmsg']        = "Database error: ";
  46. $lang['isntwidbname']       = "DB Name:";
  47. $lang['isntwidbnamedesc']   = "Name of database";
  48. $lang['isntwidbpass']       = "DB Password:";
  49. $lang['isntwidbpassdesc']   = "Password to access the database";
  50. $lang['isntwidbtype']       = "DB Type:";
  51. $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";
  52. $lang['isntwidbusr']        = "DB User:";
  53. $lang['isntwidbusrdesc']    = "User to access the database";
  54. $lang['isntwidel']          = "Please delete the file 'install.php' from your webserver and open the %s to configure the Ranksystem!";
  55. $lang['isntwiusr']          = "User for the webinterface successfully created.";
  56. $lang['isntwiusrcr']        = "Create Webinterface-User";
  57. $lang['isntwiusrdesc']      = "Enter a username and password for access the webinterface. With the webinterface you can configurate the ranksytem.";
  58. $lang['isntwiusrh']         = "Access - Webinterface";
  59. $lang['listacsg']           = "actual servergroup";
  60. $lang['listcldbid']         = "Client-database-ID";
  61. $lang['listexcept']         = "No, cause excepted";
  62. $lang['listip']             = "IP address";
  63. $lang['listnick']           = "Clientname";
  64. $lang['listnxsg']           = "next servergroup";
  65. $lang['listnxup']           = "next rank up";
  66. $lang['listrank']           = "rank";
  67. $lang['listseen']           = "last seen";
  68. $lang['listsuma']           = "sum. active time";
  69. $lang['listsumi']           = "sum. idle time";
  70. $lang['listsumo']           = "sum. online time";
  71. $lang['listuid']            = "unique Client-ID";
  72. $lang['login']              = "Login";
  73. $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!";
  74. $lang['noentry']            = "No entries found..";
  75. $lang['pass']               = "Password";
  76. $lang['pass2']              = "Change password";
  77. $lang['pass3']              = "old password";
  78. $lang['pass4']              = "new password";
  79. $lang['pass5']              = "Forgot Password?";
  80. $lang['queryname']          = "First Botname already in use. Trying with second Botname...";
  81. $lang['repeat']             = "repeat";
  82. $lang['sccrmcld']           = "User with unique Client-ID %s successfull removed from the Ranksystem database.";
  83. $lang['sccupcount']         = "Added successfully an online time of %s seconds to the users with the unique Client-IDs (%s)";
  84. $lang['setontime']          = "add time";
  85. $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.";
  86. $lang['sgrpadd']            = "Grant servergroup %s to user %s (unique Client-ID: %s; Client-database-ID %s).";
  87. $lang['sgrprerr']           = "It happened a problem with the servergroup of the user %s (unique Client-ID: %s; Client-database-ID %s)!";
  88. $lang['sgrprm']             = "Removed servergroup %s from user %s (unique Client-ID: %s; Client-database-ID %s).";
  89. $lang['stix0001']           = "Server statistics";
  90. $lang['stix0002']           = "Total users";
  91. $lang['stix0003']           = "View details";
  92. $lang['stix0004']           = "Online time of all user / Total";
  93. $lang['stix0005']           = "View top of all time";
  94. $lang['stix0006']           = "View top of the month";
  95. $lang['stix0007']           = "View top of the week";
  96. $lang['stix0008']           = "Server usage";
  97. $lang['stix0009']           = "In the last 7 days";
  98. $lang['stix0010']           = "In the last 30 days";
  99. $lang['stix0011']           = "In the last 24 hours";
  100. $lang['stix0012']           = "select period";
  101. $lang['stix0013']           = "Last day";
  102. $lang['stix0014']           = "Last week";
  103. $lang['stix0015']           = "Last month";
  104. $lang['stix0016']           = "Active / inactive time (of all clients)";
  105. $lang['stix0017']           = "Versions  (of all clients)";
  106. $lang['stix0018']           = "Nationalities  (of all clients)";
  107. $lang['stix0019']           = "Platforms  (of all clients)";
  108. $lang['stix0020']           = "Current statistics";
  109. $lang['stix0023']           = "Server status";
  110. $lang['stix0024']           = "Online";
  111. $lang['stix0025']           = "Offline";
  112. $lang['stix0026']           = "Clients (Online / Max)";
  113. $lang['stix0027']           = "Amount of channels";
  114. $lang['stix0028']           = "Average server ping";
  115. $lang['stix0029']           = "Total bytes received";
  116. $lang['stix0030']           = "Total bytes sent";
  117. $lang['stix0031']           = "Server uptime";
  118. $lang['stix0032']           = "before offline:";
  119. $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";
  120. $lang['stix0034']           = "Average packet loss";
  121. $lang['stix0035']           = "Overall statistics";
  122. $lang['stix0036']           = "Server name";
  123. $lang['stix0037']           = "Server address (Host Address : Port)";
  124. $lang['stix0038']           = "Server password";
  125. $lang['stix0039']           = "No (Server is public)";
  126. $lang['stix0040']           = "Yes (Server Is private)";
  127. $lang['stix0041']           = "Server ID";
  128. $lang['stix0042']           = "Server platform";
  129. $lang['stix0043']           = "Server version";
  130. $lang['stix0044']           = "Server creation date (dd/mm/yyyy)";
  131. $lang['stix0045']           = "Report to server list";
  132. $lang['stix0046']           = "Activated";
  133. $lang['stix0047']           = "Not activated";
  134. $lang['stix0048']           = "not enough data yet...";
  135. $lang['stix0049']           = "Online time of all user / month";
  136. $lang['stix0050']           = "Online time of all user / week";
  137. $lang['stix0051']           = "TeamSpeak has failed, so no creation date...";
  138. $lang['stmy0001']           = "My statistics";
  139. $lang['stmy0002']           = "Rank";
  140. $lang['stmy0003']           = "Database ID:";
  141. $lang['stmy0004']           = "Unique ID:";
  142. $lang['stmy0005']           = "Total connections to the server:";
  143. $lang['stmy0006']           = "Start date for statistics:";
  144. $lang['stmy0007']           = "Total online time:";
  145. $lang['stmy0008']           = "Online time last 7 days:";
  146. $lang['stmy0009']           = "Online time last 30 days:";
  147. $lang['stmy0010']           = "Achievements completed:";
  148. $lang['stmy0011']           = "Time achievement progress";
  149. $lang['stmy0012']           = "Time: Legendary";
  150. $lang['stmy0013']           = "Because you have an online time of %s  hours.";
  151. $lang['stmy0014']           = "Progress completed";
  152. $lang['stmy0015']           = "Time: Gold";
  153. $lang['stmy0016']           = "% Completed for Legendary";
  154. $lang['stmy0017']           = "Time: Silver";
  155. $lang['stmy0018']           = "% Completed for Gold";
  156. $lang['stmy0019']           = "Time: Bronze";
  157. $lang['stmy0020']           = "% Completed for Silver";
  158. $lang['stmy0021']           = "Time: Unranked";
  159. $lang['stmy0022']           = "% Completed for Bronze";
  160. $lang['stmy0023']           = "Connection achievement progress";
  161. $lang['stmy0024']           = "Connects: Legendary";
  162. $lang['stmy0025']           = "Because You connected %s times to the server.";
  163. $lang['stmy0026']           = "Connects: Gold";
  164. $lang['stmy0027']           = "Connects: Silver";
  165. $lang['stmy0028']           = "Connects: Bronze";
  166. $lang['stmy0029']           = "Connects: Unranked";
  167. $lang['stmy0030']           = "Progress next servergroup";
  168. $lang['stnv0001']           = "Server news";
  169. $lang['stnv0002']           = "Close";
  170. $lang['stnv0003']           = "Refresh client information";
  171. $lang['stnv0004']           = "Only use this refresh, when your TS3 information got changed, such as your TS3 username";
  172. $lang['stnv0005']           = "It only works, when you are connected to the TS3 server at the same time";
  173. $lang['stnv0006']           = "Refresh";
  174. $lang['stnv0007']           = "Battle area - Page content";
  175. $lang['stnv0008']           = "You can challenge other users in a battle between two users or two teams.";
  176. $lang['stnv0009']           = "While the battle is active the online time of the teams/users will be counted.";
  177. $lang['stnv0010']           = "When the battle ends the team/user with the highest online time wins.";
  178. $lang['stnv0011']           = "(The regular battling time is 48 hours)";
  179. $lang['stnv0012']           = "The winning team/user will recieve a price, which the user can use whenever the user wants.";
  180. $lang['stnv0013']           = "It will be displayed on the <a href=\"my_stats.php\">My statistics</a> tab.";
  181. $lang['stnv0014']           = "(Could be online time boost(2x) for 8 hours, instant online time (4 hours), etc.";
  182. $lang['stnv0015']           = "These boosts can be used for example to climb in the top users of the week.";
  183. $lang['stnv0016']           = "Not available";
  184. $lang['stnv0017']           = "You are not connected to the TS3 Server, so it can't display any data for you.";
  185. $lang['stnv0018']           = "Please connect to the TS3 Server and then Refresh your Session by pressing the blue Refresh Button at the top-right corner.";
  186. $lang['stnv0019']           = "My statistics - Page content";
  187. $lang['stnv0020']           = "This page contains a overall summary of your personal statistics and activity on the server.";
  188. $lang['stnv0021']           = "The informations are collected since the beginning of the Ranksystem, they are not since the beginning of the TeamSpeak server.";
  189. $lang['stnv0022']           = "This page receives its values out of a database. So the values might be delayed a bit.";
  190. $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.";
  191. $lang['stnv0024']           = "Ranksystem - Statistics";
  192. $lang['stnv0025']           = "Limit entries";
  193. $lang['stnv0026']           = "all";
  194. $lang['stnv0027']           = "The informations on this site could be outdated! It seems the Ranksystem is no more connected to the TeamSpeak.";
  195. $lang['stnv0028']           = "(You are not connected to the TS3!)";
  196. $lang['stnv0029']           = "List Rankup";
  197. $lang['stnv0030']           = "Ranksystem info";
  198. $lang['stnv0031']           = "About the search field you can search for pattern in clientname, unique Client-ID and Client-database-ID.";
  199. $lang['stnv0032']           = "You can also use a view filter options (see below). Enter the filter also inside the search field.";
  200. $lang['stnv0033']           = "Combination of filter and search pattern are possible. Enter first the filter(s) followed without any sign your search pattern.";
  201. $lang['stnv0034']           = "Also it is possible to combine multiple filters. Enter this consecutively inside the search field.";
  202. $lang['stnv0035']           = "<u>Example:</u><br>filter:nonexcepted:TeamSpeakUser";
  203. $lang['stnv0036']           = "Show only clients, which are excepted (client, servergroup or channel exception).";
  204. $lang['stnv0037']           = "Show only clients, which are not excepted.";
  205. $lang['stnv0038']           = "Show only clients, which are online.";
  206. $lang['stnv0039']           = "Show only clients, which are not online.";
  207. $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.";
  208. $lang['stnv0041']           = "Show only clients, which are selected by lastseen.<br>Replace <i>OPERATOR</i> with '<' or '>' 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:<:2016-06-18 20-25:";
  209. $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";
  210. $lang['stri0001']           = "Ranksystem information";
  211. $lang['stri0002']           = "What is the Ranksystem?";
  212. $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.";
  213. $lang['stri0004']           = "Who created the Ranksystem?";
  214. $lang['stri0005']           = "When the Ranksystem was Created?";
  215. $lang['stri0006']           = "First alpha release: 05/10/2014.";
  216. $lang['stri0007']           = "First beta release: 01/02/2015.";
  217. $lang['stri0008']           = "You can see the newest version on the <a href=\"http://ts-n.net/ranksystem.php\" target=\"_blank\">Ranksystem Website</a>.";
  218. $lang['stri0009']           = "How was the Ranksystem created?";
  219. $lang['stri0010']           = "The Ranksystem is coded in";
  220. $lang['stri0011']           = "It uses also the following libraries:";
  221. $lang['stri0012']           = "Special Thanks To:";
  222. $lang['stri0013']           = "<a href=\"http://nya-pw.ru/\" target=\"_blank\">sergey</a>, <a href=\"http://vk.com/akhachirov\" target=\"_blank\">Arselopster</a> & <a href=\"http://vk.com/zheez\" target=\"_blank\">DeviantUser</a> - for russian translation";
  223. $lang['stri0014']           = "Bejamin Frost - for initialisation the bootstrap design";
  224. $lang['stri0015']           = "<a href=\"http://hydrake.eu/\" target=\"_blank\">ZanK</a> - for italian translation";
  225. $lang['stri0016']           = "<a href=\"http://iraqgaming.net/\" target=\"_blank\">DeStRoYzR</a> & <a href=\"http://www.sagamer.net/\" target=\"_blank\">Jehad</a> - for initialisation arabic translation";
  226. $lang['stri0017']           = "<a href=\"http://whitecs.ro/\" target=\"_blank\">SakaLuX</a> - for initialisation romanian translation";
  227. $lang['sttw0001']           = "Top users";
  228. $lang['sttw0002']           = "Of the week";
  229. $lang['sttw0003']           = "With %s hours online time";
  230. $lang['sttw0004']           = "Top 10 compared";
  231. $lang['sttw0005']           = "Hours (Defines 100 %)";
  232. $lang['sttw0006']           = "%s hours (%s&#37;)";
  233. $lang['sttw0007']           = "Top 10 Statistics";
  234. $lang['sttw0008']           = "Top 10 vs others in online time";
  235. $lang['sttw0009']           = "Top 10 vs others in active time";
  236. $lang['sttw0010']           = "Top 10 vs others in inactive time";
  237. $lang['sttw0011']           = "Top 10 (in hours)";
  238. $lang['sttw0012']           = "Other %s users (in hours)";
  239. $lang['sttw0013']           = "With %s hours active time";
  240. $lang['sttm0001']           = "Of the month";
  241. $lang['stta0001']           = "Of all time";
  242. $lang['upinf']              = "A new Version of the Ranksystem is available; Inform clients on server...";
  243. $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[/URL].";
  244. $lang['upsucc']             = "Database update successfully executed.";
  245. $lang['upuser']             = "User %s (unique Client-ID: %s; Client-database-ID %s) gets a new count (sum. online time) of %s (thereof active %s).";
  246. $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>.";
  247. $lang['upusrerr']           = "The unique Client-ID %s couldn't reached on the TeamSpeak!";
  248. $lang['upusrinf']           = "User %s was successfully informed.";
  249. $lang['user']               = "Username";
  250. $lang['wi']                 = "Webinterface";
  251. $lang['wiaction']           = "action";
  252. $lang['wiadmuuid']          = "admin ID";
  253. $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!";
  254. $lang['wiboost']            = "boost";
  255. $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...";
  256. $lang['wibot1']             = "Ranksystem Bot should be stopped. Check the log below for more information!";
  257. $lang['wibot2']             = "Ranksystem Bot should be started. Check the log below for more information!";
  258. $lang['wibot3']             = "Ranksystem Bot should be restarted. Check the log below for more information!";
  259. $lang['wibot4']             = "Start / Stop Ranksystem Bot";
  260. $lang['wibot5']             = "Start Bot";
  261. $lang['wibot6']             = "Stop Bot";
  262. $lang['wibot7']             = "Restart Bot";
  263. $lang['wibot8']             = "Ranksystem log (extract):";
  264. $lang['wibot9']             = "Fill out all mandatory fields before starting the Ranksystem Bot!";
  265. $lang['wichdbid']           = "Client-database-ID reset";
  266. $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.";
  267. $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'!";
  268. $lang['wichpw1']            = "Your old password is wrong. Please try again";
  269. $lang['wichpw2']            = "The new passwords dismatch. Please try again.";
  270. $lang['wichpw3']            = "The password of the webinterface has been successfully changed. Request from IP %s.";
  271. $lang['wichpw4']            = "Change Password";
  272. $lang['widaform']           = "Date format";
  273. $lang['widaformdesc']       = "Choose the showing date format.<br><br>Example:<br>%a days, %h hours, %i mins, %s secs";
  274. $lang['widbcfgsuc']         = "Database configurations saved successfully.";
  275. $lang['widbcfgerr']         = "Error while saving the database configurations! Connection failed or writeout error for 'other/dbconfig.php'";
  276. $lang['widelcld']           = "delete clients";
  277. $lang['widelcldgrp']        = "renew groups";
  278. $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 ;-)";
  279. $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.";
  280. $lang['widelsg']            = "remove out of servergroups";
  281. $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";
  282. $lang['wideltime']          = "Deletiontime";
  283. $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!";
  284. $lang['wiexcid']            = "channel exception";
  285. $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>Sense does this function only 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 dows no longer appears in the list 'stats/list_rankup.php' unless excluded clients should not be displayed there (Stats Page - excepted client).";
  286. $lang['wiexgrp']            = "servergroup exception";
  287. $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.";
  288. $lang['wiexuid']            = "client exception";
  289. $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.";
  290. $lang['wigrptime']          = "rank up definition";
  291. $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...";
  292. $lang['wihladm']            = "List Rankup (Admin-Mode)";
  293. $lang['wihladm1']           = "Add online Time to User";
  294. $lang['wihlcfg']            = "Core settings";
  295. $lang['wihldb']             = "Database settings";
  296. $lang['wihlmsg']            = "Message settings";
  297. $lang['wihlsty']            = "Stats page settings";
  298. $lang['wihlts']             = "TeamSpeak settings";
  299. $lang['wihlvs']             = "Various settings";
  300. $lang['wiignidle']          = "Ignore idle";
  301. $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.";
  302. $lang['wilog']              = "Logpath";
  303. $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.";
  304. $lang['wimsgmsg']           = "Message";
  305. $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><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] ;-)";
  306. $lang['wimsgsn']            = "Server-News";
  307. $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)";
  308. $lang['wilogout']           = "Logout";
  309. $lang['wimsgusr']           = "Rank up notification";
  310. $lang['wimsgusrdesc']       = "Inform an user with a private text message about his rank up.";
  311. $lang['winav1']             = "TeamSpeak";
  312. $lang['winav2']             = "Database";
  313. $lang['winav3']             = "Core";
  314. $lang['winav4']             = "Other";
  315. $lang['winav5']             = "Message";
  316. $lang['winav6']             = "Stats page";
  317. $lang['winav7']             = "Administrate";
  318. $lang['winav8']             = "Start / Stop Bot";
  319. $lang['winav9']             = "Update available!";
  320. $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.";
  321. $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).";
  322. $lang['winxinfo']           = "Command \"nextup\"";
  323. $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.";
  324. $lang['winxmsg1']           = "Message";
  325. $lang['winxmsgdesc1']       = "Define a message, which the user will get as answer at the command \"nextup\".<br><br>Arguments:<br>%1\$s - days to next rankup<br>%2\$s - hours to next rankup<br>%3\$s - minutes to next rankup<br>%4\$s - seconds to next rankup<br>%5\$s - name of the next servergroup<br><br>Example:<br>Your next rank up will be in %1\$s days, %2\$s hours and %3\$s minutes and %4\$s seconds. The next servergroup you will reach is [B]%5\$s[/B].";
  326. $lang['winxmsg2']           = "Message (highest)";
  327. $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\$s - days to next rankup<br>%2\$s - hours to next rankup<br>%3\$s - minutes to next rankup<br>%4\$s - seconds to next rankup<br>%5\$s - name of the next servergroup<br><br>Example:<br>You have already reached the highest rank.";
  328. $lang['winxmsg3']           = "Message (excepted)";
  329. $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\$s - days to next rankup<br>%2\$s - hours to next rankup<br>%3\$s - minutes to next rankup<br>%4\$s - seconds to next rankup<br>%5\$s - name of the next servergroup<br><br>Example:<br>You are excepted from the Ranksystem. If you wish to rank contact an admin on the TS3 server.";
  330. $lang['wirtpw1']            = "Sorry Bro, you have forgotten to enter your admin ID inside the webinterface before. There is no way to reset the password!";
  331. $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.";
  332. $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).";
  333. $lang['wirtpw4']            = "\nThe password for the webinterface was successfully reset.\nUsername: %s\nPassword: [B]%s[/B]\n\nLogin %shere%s";
  334. $lang['wirtpw5']            = "There was send a TeamSpeak3 privat textmessage to the admin with the new password. Click %s here %s to login.";
  335. $lang['wirtpw6']            = "The password of the webinterface has been successfully reset. Request from IP %s.";
  336. $lang['wirtpw7']            = "Reset Password";
  337. $lang['wirtpw8']            = "Here you can reset the password for the webinterface.";
  338. $lang['wirtpw9']            = "Following things are required to reset the password:";
  339. $lang['wirtpw10']           = "You need to be online at the TeamSpeak3 server.";
  340. $lang['wirtpw11']           = "You need to be online with the unique Client-ID, which is saved as admin ID.";
  341. $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).";
  342. $lang['wiselcld']           = "select clients";
  343. $lang['wiselclddesc']       = "Select the clients by their last known username, unique Client-ID or Client-database-ID.<br>Multiple selections are also possible.<br><br>On bigger databases this selection could slow much. It is recommend to copy and paste the full nickname inside instead of typing it.";
  344. $lang['wishcolas']          = "actual servergroup";
  345. $lang['wishcolasdesc']      = "Show column 'actual servergroup' in list_rankup.php";
  346. $lang['wishcolat']          = "active time";
  347. $lang['wishcolatdesc']      = "Show column 'sum. active time' in list_rankup.php";
  348. $lang['wishcolcld']         = "Client-name";
  349. $lang['wishcolclddesc']     = "Show column 'Client-name' in list_rankup.php";
  350. $lang['wishcoldbid']        = "database-ID";
  351. $lang['wishcoldbiddesc']    = "Show column 'Client-database-ID' in list_rankup.php";
  352. $lang['wishcolit']          = "idle time";
  353. $lang['wishcolitdesc']      = "Show column 'sum idle time' in list_rankup.php";
  354. $lang['wishcolls']          = "last seen";
  355. $lang['wishcollsdesc']      = "Show column 'last seen' in list_rankup.php";
  356. $lang['wishcolnx']          = "next rank up";
  357. $lang['wishcolnxdesc']      = "Show column 'next rank up' in list_rankup.php";
  358. $lang['wishcolot']          = "online time";
  359. $lang['wishcolotdesc']      = "Show column 'sum. online time' in list_rankup.php";
  360. $lang['wishcolrg']          = "rank";
  361. $lang['wishcolrgdesc']      = "Show column 'rank' in list_rankup.php";
  362. $lang['wishcolsg']          = "next servergroup";
  363. $lang['wishcolsgdesc']      = "Show column 'next servergroup' in list_rankup.php";
  364. $lang['wishcoluuid']        = "Client-ID";
  365. $lang['wishcoluuiddesc']    = "Show column 'unique Client-ID' in list_rankup.php";
  366. $lang['wishexcld']          = "excepted client";
  367. $lang['wishexclddesc']      = "Show clients in list_rankup.php,<br>which are excluded and therefore not participate in the Ranksystem.";
  368. $lang['wishexgrp']          = "excepted groups";
  369. $lang['wishexgrpdesc']      = "Show clients in list_rankup.php, which are in the list 'client exception' and shouldn't be conside for the Ranksystem.";
  370. $lang['wishhicld']          = "Clients in highest Level";
  371. $lang['wishhiclddesc']      = "Show clients in list_rankup.php, which reached the highest level in the Ranksystem.";
  372. $lang['wisupidle']          = "Mode";
  373. $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.";
  374. $lang['wisvconf']           = "save";
  375. $lang['wisvsuc']            = "Changes successfully saved!";
  376. $lang['wisvres']            = "You need to restart the Ranksystem before the changes will take effect!";
  377. $lang['witime']             = "Timezone";
  378. $lang['witimedesc']         = "Select the timezone the server is hosted.";
  379. $lang['wits3dch']           = "Default Channel";
  380. $lang['wits3dchdesc']       = "The channel-ID, the bot should connect with.<br><br>The Bot will join this channel after connecting to the TeamSpeak server.";
  381. $lang['wits3host']          = "TS3 Hostaddress";
  382. $lang['wits3hostdesc']      = "TeamSpeak 3 Server address<br>(IP oder DNS)";
  383. $lang['wits3sm']            = "Slowmode";
  384. $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.";
  385. $lang['wits3qnm']           = "Botname";
  386. $lang['wits3qnm2']          = "2nd Botname";
  387. $lang['wits3qnm2desc']      = "A fallback Botname, if the first one is already in use.";
  388. $lang['wits3qnmdesc']       = "The name, with this the query-connection will be established.<br>You can name it free.";
  389. $lang['wits3querpw']        = "TS3 Query-Password";
  390. $lang['wits3querpwdesc']    = "TeamSpeak 3 query password<br>Password for the query user.";
  391. $lang['wits3querusr']       = "TS3 Query-User";
  392. $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";
  393. $lang['wits3query']         = "TS3 Query-Port";
  394. $lang['wits3querydesc']     = "TeamSpeak 3 query port<br>Default is 10011 (TCP)<br>If its not default, you should find it in your 'ts3server.ini'.";
  395. $lang['wits3voice']         = "TS3 Voice-Port";
  396. $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.";
  397. $lang['wiupcheck']          = "Update info";
  398. $lang['wiupcheckdesc']      = "If the Update info is enable, the listed user gets a notification with a private text message, once an update is available.";
  399. $lang['wiuptime']           = "Interval";
  400. $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.";
  401. $lang['wiupuid']            = "Recipient";
  402. $lang['wiupuiddesc']        = "A comma separate list of unique Client-IDs, which shoud be informed on the TeamSpeak via private message for available updates.";
  403. $lang['wivlang']            = "Language";
  404. $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.";
  405. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement