Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 30.00 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['alrup']            = "You already updated your database. Please delete this file from your webspace!";
  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']            = "Scan for connected user and count the activity...";
  7. $lang['clean']            = "Scan for clients, which have 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']         = "There were %s clients deleted out of the Ranksystem database, cause they were no longer existing in the TeamSpeak database.";
  11. $lang['cleanno']          = "There were 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, cause 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['days']             = "days";
  17. $lang['dbconerr']         = "Failed to connect to MySQL-Database: ";
  18. $lang['delcldgrpif']      = "Error while removing the knowledge for servergroups: %s";
  19. $lang['delcldgrpsc']      = "Knowledge about servergroups for %s User successfully removed.";
  20. $lang['delclientsif']     = "%s Clients deleted out of the Ranksystem database!";
  21. $lang['delclientssc']     = "%s Clients successfully deleted out of the Ranksystem database!";
  22. $lang['errlogin']         = "Username and/or password are incorrect! Try again...";
  23. $lang['error']            = "Error ";
  24. $lang['errremgrp']        = "Error while removing user with unique Client-ID %s out of the servergroup with servergroup-database-ID %s!";
  25. $lang['errremdb']         = "Error while removing user with unique Client-ID %s out of the Ranksystem database!";
  26. $lang['errsel']           = "Error while choosing the selections with<br>selected client: %s<br>option 'delete clients': %s<br>option 'sum. online time': %s";
  27. $lang['errukwn']          = "An unknown error has occurred!";
  28. $lang['errupcount']       = "Error while renewing the summary online time of %s by user with the unique Client-ID %s";
  29. $lang['firstuse']         = "Seems to be the first run. Start logging the Userhistory...";
  30. $lang['highest']          = "highest rank reached";
  31. $lang['instdb']           = "Install database:";
  32. $lang['instdberr']        = "Error while creating the database: ";
  33. $lang['instdbsubm']       = "Create database";
  34. $lang['instdbsuc']        = "Database %s successfully created.";
  35. $lang['insttb']           = "Install Tables:";
  36. $lang['insttberr']        = "Error while creating table: ";
  37. $lang['insttbsuc']        = "Table %s successfully created.";
  38. $lang['isntwicfg']        = "Can't save the database configuration! Please edit the 'other/dbconfig.php' with a chmod 0777 and try again after.";
  39. $lang['isntwichm']        = "Please edit the 'other/dbconfig.php', and the folders 'avatars/', 'icons/' and 'logs/' with the needed permissions. Therefore edit the  chmod to 0777. After it try again (reload the page).";
  40. $lang['isntwidb']         = "Enter your database settings:";
  41. $lang['isntwidberr']      = "Please check if you filled out all fields correctly!";
  42. $lang['isntwidbhost']     = "DB Hostaddress:";
  43. $lang['isntwidbhostdesc'] = "Database server address<br>(IP or DNS)";
  44. $lang['isntwidbmsg']      = "Database error: ";
  45. $lang['isntwidbname']     = "DB Name:";
  46. $lang['isntwidbnamedesc'] = "Name of database";
  47. $lang['isntwidbpass']     = "DB Password:";
  48. $lang['isntwidbpassdesc'] = "Password to access the database";
  49. $lang['isntwidbtype']     = "DB Type:";
  50. $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";
  51. $lang['isntwidbusr']      = "DB User:";
  52. $lang['isntwidbusrdesc']  = "User to access the database";
  53. $lang['isntwidel']        = "Please delete the file 'install.php' and all 'update_x-xx.php' files from your webserver and open the %s to configure the Ranksystem!";
  54. $lang['isntwiusr']        = "User for the webinterface successfully created.";
  55. $lang['isntwiusrcr']      = "create access";
  56. $lang['isntwiusrdesc']    = "Enter a username and password for access the webinterface. With the webinterface you can configurate the ranksytem.";
  57. $lang['isntwiusrh']       = "Access - Webinterface";
  58. $lang['listacsg']         = "actual servergroup";
  59. $lang['listcldbid']       = "Client-database-ID";
  60. $lang['listexgrp']        = "Will not conside for the Ranksystem (servergroup exception).";
  61. $lang['listexuid']        = "Will not conside for the Ranksystem (client exception).";
  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['listtime']         = "%s day(s), %s hour(s), %s min., %s sec.";
  72. $lang['listuid']          = "unique Client-ID";
  73. $lang['new']              = "new";
  74. $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!";
  75. $lang['noentry']          = "No entries found..";
  76. $lang['pass']             = "Password: ";
  77. $lang['queryname']        = "First Botname already in use. Trying with second Botname...";
  78. $lang['sccrmcld']         = "User with unique Client-ID %s successfull removed from the Ranksystem database.";
  79. $lang['sccupcount']       = "User with the unique Client-ID %s successfull overwritten with a summary online time of %s.";
  80. $lang['setontime']        = "sum. online time";
  81. $lang['setontimedesc']    = "Enter a new summary online time, which should be set to the previous selected clients. With this the old summary online gets overwritten.<br><br>The entered summary online time will be considered for the rank up.";
  82. $lang['sgrpadd']          = "Grant servergroup %s to user %s (unique Client-ID: %s; Client-database-ID %s).";
  83. $lang['sgrprerr']         = "It happened a problem with the servergroup of the user %s (unique Client-ID: %s; Client-database-ID %s)!";
  84. $lang['sgrprm']           = "Removed servergroup %s from user %s (unique Client-ID: %s; Client-database-ID %s).";
  85. $lang['sitegen']          = "Site generated in %s seconds with %s clients.";
  86. $lang['sitegenl']         = "Site generated in %s seconds with %s clients (thereof %s displayed; %s affected by exception rules; %s in highest rank).";
  87. $lang['stix0001']         = "Server statistics";
  88. $lang['stix0002']         = "Total users";
  89. $lang['stix0003']         = "View details";
  90. $lang['stix0004']         = "Online time of all user / Total";
  91. $lang['stix0005']         = "View top of all time";
  92. $lang['stix0006']         = "View top of the month";
  93. $lang['stix0007']         = "View top of the week";
  94. $lang['stix0008']         = "Server usage";
  95. $lang['stix0009']         = "In the last 7 days";
  96. $lang['stix0010']         = "In the last 30 days";
  97. $lang['stix0011']         = "In the last 24 hours";
  98. $lang['stix0012']         = "select period";
  99. $lang['stix0013']         = "Last day";
  100. $lang['stix0014']         = "Last week";
  101. $lang['stix0015']         = "Last month";
  102. $lang['stix0016']         = "Active / inactive time (of all clients)";
  103. $lang['stix0017']         = "Versions  (of all clients)";
  104. $lang['stix0018']         = "Nationalities  (of all clients)";
  105. $lang['stix0019']         = "Platforms  (of all clients)";
  106. $lang['stix0020']         = "Current statistics";
  107. $lang['stix0021']         = "Requested information";
  108. $lang['stix0022']         = "Result";
  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']         = "DE - Deutsch";
  199. $lang['stnv0032']         = "EN - english";
  200. $lang['stnv0033']         = "RU - русский";
  201. $lang['stnv0034']         = "IT - italiano";
  202. $lang['stri0001']         = "Ranksystem information";
  203. $lang['stri0002']         = "What is the Ranksystem?";
  204. $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.";
  205. $lang['stri0004']         = "Who created the Ranksystem?";
  206. $lang['stri0005']         = "When the Ranksystem was Created?";
  207. $lang['stri0006']         = "First alpha release: 05/10/2014.";
  208. $lang['stri0007']         = "First beta release: 01/02/2015.";
  209. $lang['stri0008']         = "You can see the newest version on the <a href=\"http://ts-n.net/ranksystem.php\" target=\"_blank\">Ranksystem Website</a>.";
  210. $lang['stri0009']         = "How was the Ranksystem created?";
  211. $lang['stri0010']         = "The Ranksystem is coded in";
  212. $lang['stri0011']         = "It uses also the following libraries:";
  213. $lang['stri0012']         = "Special Thanks To:";
  214. $lang['stri0013']         = "<a href=\"http://nya-pw.ru/\" target=\"_blank\">sergey</a> - for russian translation";
  215. $lang['stri0014']         = "Bejamin Frost - for initialisation the bootstrap design";
  216. $lang['stri0015']         = "<a href=\"http://hydrake.eu/\" target=\"_blank\">ZanK</a> - for italian translation";
  217. $lang['sttw0001']         = "Top users";
  218. $lang['sttw0002']         = "Of the week";
  219. $lang['sttw0003']         = "With %s hours online time";
  220. $lang['sttw0004']         = "Top 10 compared";
  221. $lang['sttw0005']         = "Hours (Defines 100 %)";
  222. $lang['sttw0006']         = "%s hours (%s&#37;)";
  223. $lang['sttw0007']         = "Top 10 Statistics";
  224. $lang['sttw0008']         = "Top 10 vs others in online time";
  225. $lang['sttw0009']         = "Top 10 vs others in active time";
  226. $lang['sttw0010']         = "Top 10 vs others in inactive time";
  227. $lang['sttw0011']         = "Top 10 (in hours)";
  228. $lang['sttw0012']         = "Other %s users (in hours)";
  229. $lang['sttw0013']         = "With %s hours active time";
  230. $lang['sttm0001']         = "Of the month";
  231. $lang['stta0001']         = "Of all time";
  232. $lang['updb']             = "You only have to run this if you want to update the Ranksystem from an older version to %s!<br><br>Run this once time and delete the update_%s.php file after from your webserver.<br><br><br>Update Database:<br>";
  233. $lang['updel']            = "Please remove the following files from the root directory of the ranksystem, if they are still existing:<br>%s";
  234. $lang['upinf']            = "A new Version of the Ranksystem is available; Inform clients on server...";
  235. $lang['upmov']            = "Please move the \'%s\' into the subfolder \'%s\' and overwrite the existing one!";
  236. $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].";
  237. $lang['upsucc']           = "Database update successfully executed.";
  238. $lang['upuser']           = "User %s (unique Client-ID: %s; Client-database-ID %s) gets a new count (sum. online time) of %s (thereof active %s).";
  239. $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>.";
  240. $lang['upusrerr']         = "The unique Client-ID %s couldn't reached on the TeamSpeak!";
  241. $lang['upusrinf']         = "User %s was successfully informed.";
  242. $lang['user']             = "Username: ";
  243. $lang['usermsgactive']    = "\nHey, you got a rank up, cause you reached an activity of %s days, %s hours, %s minutes and %s seconds.";
  244. $lang['usermsgonline']    = "\nHey, you got a rank up, cause you reached an online time of %s days, %s hours, %s minutes and %s seconds.";
  245. $lang['wiaction']         = "action";
  246. $lang['wibgco']           = "Background color:";
  247. $lang['wibgcodesc']       = "Define a background color.<br>(valid HTML Code; have to beginn with # )";
  248. $lang['wiboost']          = "boost";
  249. $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...";
  250. $lang['wichdbid']         = "Client-database-ID reset";
  251. $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.";
  252. $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'!";
  253. $lang['widaform']         = "Date format";
  254. $lang['widaformdesc']     = "Choose the showing date format.<br><br>Example:<br>%a days, %h hours, %i mins, %s secs";
  255. $lang['widbcfgsuc']       = "Database configurations saved successfully.";
  256. $lang['widbcfgerr']       = "Error by saving the database configurations! Connection failed or writeout error for 'other/dbconfig.php'";
  257. $lang['widelcld']         = "delete clients";
  258. $lang['widelcldgrp']      = "renew groups";
  259. $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 he can't remember ;-)";
  260. $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.";
  261. $lang['widelsg']          = "remove out of servergroups";
  262. $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";
  263. $lang['wideltime']        = "Deletiontime";
  264. $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!";
  265. $lang['wiexgrp']          = "servergroup exception";
  266. $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.";
  267. $lang['wiexuid']          = "client exception";
  268. $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.";
  269. $lang['wigrptime']        = "rank up";
  270. $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 of an user or if 'Idletime' is active, the active time.<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...";
  271. $lang['wihdco']           = "Headline color:";
  272. $lang['wihdcodesc']       = "Define a headline color.<br>(valid HTML Code; have to beginn with # )";
  273. $lang['wihl']             = "Webinterface - Ranksystem";
  274. $lang['wihladm']          = "admin list";
  275. $lang['wihlcfg']          = "Core settings";
  276. $lang['wihlclg']          = "Edit clients (global)";
  277. $lang['wihlcls']          = "Edit clients (selective)";
  278. $lang['wihldb']           = "Database settings";
  279. $lang['wihlsty']          = "Style settings";
  280. $lang['wihlts']           = "TeamSpeak settings";
  281. $lang['wihvco']           = "Hover color:";
  282. $lang['wihvcodesc']       = "Define a hover color.<br>(valid HTML Code; have to beginn with # )";
  283. $lang['wiifco']           = "Infotext color:";
  284. $lang['wiifcodesc']       = "Define a info-text color.<br>(valid HTML Code; have to beginn with # )";
  285. $lang['wilog']            = "Logpath";
  286. $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.";
  287. $lang['wilogout']         = "LogOut";
  288. $lang['wimsgusr']         = "Notification";
  289. $lang['wimsgusrdesc']     = "Inform an user with a private text message about his rank up.<br>Define the message in 'lang.php'<br>(usermsgonline or usermsgactive)";
  290. $lang['wiscco']           = "Successtext color:";
  291. $lang['wisccodesc']       = "Define a success-text color.<br>(valid HTML Code; have to beginn with # )";
  292. $lang['wiselcld']         = "select clients";
  293. $lang['wiselclddesc']     = "Select the clients by the last known username. For this you only have to start typing.<br>Multiple selections are comma separated, which does the system automatically.<br><br>With the selection you can choose with the next step an action.";
  294. $lang['wishcolas']        = "actual servergroup";
  295. $lang['wishcolasdesc']    = "Show column 'actual servergroup' in list_rankup.php";
  296. $lang['wishcolat']        = "active time";
  297. $lang['wishcolatdesc']    = "Show column 'sum. active time' in list_rankup.php";
  298. $lang['wishcolcld']       = "Client-name";
  299. $lang['wishcolclddesc']   = "Show column 'Client-name' in list_rankup.php";
  300. $lang['wishcoldbid']      = "database-ID";
  301. $lang['wishcoldbiddesc']  = "Show column 'Client-database-ID' in list_rankup.php";
  302. $lang['wishcolit']        = "idle time";
  303. $lang['wishcolitdesc']    = "Show column 'sum idle time' in list_rankup.php";
  304. $lang['wishcolls']        = "last seen";
  305. $lang['wishcollsdesc']    = "Show column 'last seen' in list_rankup.php";
  306. $lang['wishcolnx']        = "next rank up";
  307. $lang['wishcolnxdesc']    = "Show column 'next rank up' in list_rankup.php";
  308. $lang['wishcolot']        = "online time";
  309. $lang['wishcolotdesc']    = "Show column 'sum. online time' in list_rankup.php";
  310. $lang['wishcolrg']        = "rank";
  311. $lang['wishcolrgdesc']    = "Show column 'rank' in list_rankup.php";
  312. $lang['wishcolsg']        = "next servergroup";
  313. $lang['wishcolsgdesc']    = "Show column 'next servergroup' in list_rankup.php";
  314. $lang['wishcoluuid']      = "Client-ID";
  315. $lang['wishcoluuiddesc']  = "Show column 'unique Client-ID' in list_rankup.php";
  316. $lang['wishexcld']        = "excepted client";
  317. $lang['wishexclddesc']    = "Show clients in list_rankup.php,<br>which are excepted by his uniqueID.";
  318. $lang['wishexgrp']        = "excepted groups";
  319. $lang['wishexgrpdesc']    = "Show clients in list_rankup.php, which are in the list 'client exception' and shouldn't be conside for the Ranksystem.";
  320. $lang['wishgen']          = "Sitegen";
  321. $lang['wishgendesc']      = "Show the needed time for the generation of the site at the end of the site.";
  322. $lang['wishhicld']        = "Clients in highest Level";
  323. $lang['wishhiclddesc']    = "Show clients in list_rankup.php, which reached the highest level in the Ranksystem.";
  324. $lang['wisupidle']        = "Idletime";
  325. $lang['wisupidledesc']    = "If this function is active, the 'sum. idle time' will be substrate from the 'sum. online time'. Instead of the 'sum. online time', the previoused substration will consided for the rank up.";
  326. $lang['wisvconf']         = "save";
  327. $lang['wisvsuc']          = "Changes successfully saved!";
  328. $lang['witime']           = "Timezone";
  329. $lang['witimedesc']       = "Select the timezone the server is hosted.";
  330. $lang['wits3dch']         = "Default Channel";
  331. $lang['wits3dchdesc']     = "The channel-ID, the bot should connect with.<br><br>The Bot will join this channel after connecting to the TeamSpeak server.";
  332. $lang['wits3host']        = "TS3 Hostaddress";
  333. $lang['wits3hostdesc']    = "TeamSpeak 3 Server address<br>(IP oder DNS)";
  334. $lang['wits3sm']          = "Slowmode";
  335. $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.";
  336. $lang['wits3qnm']         = "Botname";
  337. $lang['wits3qnm2']        = "2nd Botname";
  338. $lang['wits3qnm2desc']    = "A fallback Botname, if the first one is already in use.";
  339. $lang['wits3qnmdesc']     = "The name, with this the query-connection will be established.<br>You can name it free.";
  340. $lang['wits3querpw']      = "TS3 Query-Password";
  341. $lang['wits3querpwdesc']  = "TeamSpeak 3 query password<br>Password for the query user.";
  342. $lang['wits3querusr']     = "TS3 Query-User";
  343. $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";
  344. $lang['wits3query']       = "TS3 Query-Port";
  345. $lang['wits3querydesc']   = "TeamSpeak 3 query port<br>Default is 10011 (TCP)<br>If its not default, you should find it in your 'ts3server.ini'.";
  346. $lang['wits3voice']       = "TS3 Voice-Port";
  347. $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.";
  348. $lang['witxco']           = "Text color:";
  349. $lang['witxcodesc']       = "Define a text color.<br>(valid HTML Code; have to beginn with # )";
  350. $lang['wiupcheck']        = "Update-Check";
  351. $lang['wiupcheckdesc']    = "If the Update-Check is enable, the listed user gets a notification with a private text message, once an update is available.";
  352. $lang['wiuptime']         = "Checkinterval";
  353. $lang['wiuptimedesc']     = "Enter here how much seconds have to gone till the Ranksystem should check for available updates.<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.";
  354. $lang['wiupuid']          = "Recipient";
  355. $lang['wiupuiddesc']      = "A comma separate list of unique Client-IDs, which shoud be informed on the TeamSpeak via private message for available updates.";
  356. $lang['wiversion']        = "(current version %s)";
  357. $lang['wivlang']          = "Language";
  358. $lang['wivlangdesc']      = "Language for the Ranksystem<br><br>de - Deutsch<br>en - english<br>it - italiano<br>ru - русский";
  359. $lang['wiwnco']           = "Warntext color:";
  360. $lang['wiwncodesc']       = "Define a warntext color.<br>(valid HTML Code; have to beginn with # )";
  361. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement