Advertisement
Guest User

core_ar 1.1.2-pre1

a guest
Oct 18th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 39.58 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']              = "البحث عن المستخدمين المتواجدين وحساب التفاعل";
  6. $lang['clean']              = "البحث عن المستخدمين الذين من المفروض حذفهم";
  7. $lang['cleanc']             = "تصفية المستخدمين";
  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']            = "ليس هناك شيء ليتم مسحه ";
  11. $lang['cleanp']             = "مدى التصفية";
  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']            = "المستخدمون في قاعدة باينات نظام الرتب: %s";
  14. $lang['cleants']            = "المستخدمين الذين تم العثور عليهم في قاعدة بايانات التيم سبيك: %s (of %s)";
  15. $lang['days']               = "<small>يوم</small> %d";
  16. $lang['dbconerr']           = "فشل الدخول الى قاعدة بيانات قاعدة بيانات: ";
  17. $lang['delcldgrpif']        = "خلل عند حذف المعلومات من مجموعات السيرفر: %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']           = "اسم المستخدم او كلمة المرور خاطئة! حاول مجددا...";
  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']              = "خلل ";
  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']            = "حدث خلل غير معروف!";
  30. $lang['errupcount']         = "Error while renewing the summary online time of %s by user with the unique Client-ID %s";
  31. $lang['highest']            = "تم الوصول الى اعلى رتبة";
  32. $lang['install']            = "Installation";
  33. $lang['instdb']             = "تنصيب قاعدة البيانات";
  34. $lang['instdbsuc']          = "قاعدة البيانات %s أنشات بنجاح.";
  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']   = "عنوان خادم قاعدة البيانات<br>(IP or DNS)";
  45. $lang['isntwidbmsg']        = "خلل في قاعدة البيانات: ";
  46. $lang['isntwidbname']       = "DB Name:";
  47. $lang['isntwidbnamedesc']   = "اسم قاعدة البيانات";
  48. $lang['isntwidbpass']       = "DB Password:";
  49. $lang['isntwidbpassdesc']   = "كلمة مرور قاعدة البيانات";
  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']          = "المستخدم للوحة التحكم انشئ بنجاح";
  56. $lang['isntwiusrcr']        = "Create Webinterface-User";
  57. $lang['isntwiusrdesc']      = "ادخل الاسم وكلمة المرور للدخول الى لوحة التحكم . بإستخدام لوحة التحكم يمكنك التعديل على نظام الرتب";
  58. $lang['isntwiusrh']         = "Access - Webinterface";
  59. $lang['listacsg']           = "الرتبة الحالية";
  60. $lang['listcldbid']         = "Client-database-ID";
  61. $lang['listexcept']         = "No, cause excepted";
  62. $lang['listip']             = "IP address";
  63. $lang['listnick']           = "اسم المستخدم";
  64. $lang['listnxsg']           = "الرتبة التالية";
  65. $lang['listnxup']           = "الرتبة القادمة بعد";
  66. $lang['listrank']           = "رتبة";
  67. $lang['listseen']           = "اخر ظهور";
  68. $lang['listsuma']           = "وقت النشاط الكلي";
  69. $lang['listsumi']           = "وقت عدم النشاط الكلي";
  70. $lang['listsumo']           = "وقت التواجد الكلي";
  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']            = "لم يتم العثور على اي مدخلات";
  75. $lang['pass']               = "كلمة المرور";
  76. $lang['pass2']              = "Change password";
  77. $lang['pass3']              = "old password";
  78. $lang['pass4']              = "new password";
  79. $lang['pass5']              = "Forgot Password?";
  80. $lang['queryname']          = "اسم البوت الاول قيد الاستخدام جاري المحاولة باسم البوت الثاني";
  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']             = "تم حذف مجموعة السيرفر %s من المستخدم %s (unique Client-ID: %s; Client-database-ID %s).";
  89. $lang['stix0001']           = "حالة الخادم";
  90. $lang['stix0002']           = "مجموع المستخدمين";
  91. $lang['stix0003']           = "عرض التفاصيل";
  92. $lang['stix0004']           = "مجموع وقت التواجد لكل المستخدمين";
  93. $lang['stix0005']           = "إظهار الاول في كل الاوقات";
  94. $lang['stix0006']           = "إظهار الاول لهذا الشهر";
  95. $lang['stix0007']           = "إظهار الاول لهذا الاسبوع";
  96. $lang['stix0008']           = "مدة إستعمال الخادم";
  97. $lang['stix0009']           = "في اخر 7 ايام";
  98. $lang['stix0010']           = "في اخر 30 يوم";
  99. $lang['stix0011']           = "في اخر 24 ساعة";
  100. $lang['stix0012']           = "حدد المدة";
  101. $lang['stix0013']           = "قبل يوم";
  102. $lang['stix0014']           = "قبل اسبوع";
  103. $lang['stix0015']           = "قبل شهر";
  104. $lang['stix0016']           = "(وقت النشاط/وقت الخمول (لكل المستخدمين";
  105. $lang['stix0017']           = "(الإصدارات (لكل المستخدمين";
  106. $lang['stix0018']           = "(الدول (لكل المستخدمين";
  107. $lang['stix0019']           = "(الأنظمة (لكل المستخدمين";
  108. $lang['stix0020']           = "الإحصاءات الحالية";
  109. $lang['stix0023']           = "حالة الخادم";
  110. $lang['stix0024']           = "متواجد";
  111. $lang['stix0025']           = "غير متواجد";
  112. $lang['stix0026']           = "(أقصى عدد للمتصلين / المتصلين)";
  113. $lang['stix0027']           = "عدد القنوات";
  114. $lang['stix0028']           = "متوسط زمن الوصول للسيرفر";
  115. $lang['stix0029']           = "مجموع البيانات المتلقيه";
  116. $lang['stix0030']           = "مجموع البيانات المرسلة";
  117. $lang['stix0031']           = "وقت عمل الخادم";
  118. $lang['stix0032']           = "قبل ايقاف التشغيل:";
  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']           = "متوسط فقد البيانات";
  121. $lang['stix0035']           = "الإحصاءات العامة";
  122. $lang['stix0036']           = "اسم الخادم";
  123. $lang['stix0037']           = "المنفذ:عنوان الخادم";
  124. $lang['stix0038']           = "كلمة مرور الخادم";
  125. $lang['stix0039']           = "(لايوجد (الخادم عام";
  126. $lang['stix0040']           = "نعم (الخادم خاص)";
  127. $lang['stix0041']           = "هوية الخادم";
  128. $lang['stix0042']           = "نظام الخادم";
  129. $lang['stix0043']           = "إصدار الخادم";
  130. $lang['stix0044']           = "(تاريخ إنشاء الخادم (يوم/شهر/سنة";
  131. $lang['stix0045']           = "إضافة الخادم إلى قائمة الخوادم";
  132. $lang['stix0046']           = "مفعل";
  133. $lang['stix0047']           = "غير مفعل";
  134. $lang['stix0048']           = "عدد غير كافي من المعلومات حتى الان";
  135. $lang['stix0049']           = "وقت التواجد لكل المستخدمين / شهر";
  136. $lang['stix0050']           = "وقت التواجد لكل المستخدمين / اسبوع";
  137. $lang['stix0051']           = "لقد فشل التيم سبيك لذا لن يكون هناك عملية انشاء";
  138. $lang['stmy0001']           = "العضوية";
  139. $lang['stmy0002']           = "رتبة";
  140. $lang['stmy0003']           = "Database ID:";
  141. $lang['stmy0004']           = "Unique ID:";
  142. $lang['stmy0005']           = "عدد مرات الدخول إلى الخادم:";
  143. $lang['stmy0006']           = "أول دخول للسيرفر:";
  144. $lang['stmy0007']           = "المجموع الكلي لوقت التواجد:";
  145. $lang['stmy0008']           = "وقت التواجد للايام الـ7 الاخيرة:";
  146. $lang['stmy0009']           = "وقت التواجد للايام الـ30 الاخيرة:";
  147. $lang['stmy0010']           = "أكتملت الإنجازات:";
  148. $lang['stmy0011']           = "التقدم بالإنجازات";
  149. $lang['stmy0012']           = "التواجد : أسطوري";
  150. $lang['stmy0013']           = "لأن وقت تواجدك بالسيرفر %s ساعات";
  151. $lang['stmy0014']           = "أكتمل التقدم";
  152. $lang['stmy0015']           = "التواجد : ذهبي";
  153. $lang['stmy0016']           = "% أكتمل أسطوري";
  154. $lang['stmy0017']           = "التواجد : فضي";
  155. $lang['stmy0018']           = "% أكتمل ذهبي";
  156. $lang['stmy0019']           = "التواجد : برونزي";
  157. $lang['stmy0020']           = "% أكتمل فضي";
  158. $lang['stmy0021']           = "التواجد : لايوجد رتبة";
  159. $lang['stmy0022']           = "% أكتمل برونزي";
  160. $lang['stmy0023']           = "تقدم عدد مرات الإتصال";
  161. $lang['stmy0024']           = "عدد مرات الإتصال : أسطوري";
  162. $lang['stmy0025']           = "عدد مرات الدخول إلى الخادم %s مرة";
  163. $lang['stmy0026']           = "عدد مرات الإتصال : ذهبي";
  164. $lang['stmy0027']           = "عدد مرات الإتصال : فضي";
  165. $lang['stmy0028']           = "عدد مرات الإتصال: برونزي";
  166. $lang['stmy0029']           = "عدد مرات الإتصال: لايوجد رتبة";
  167. $lang['stmy0030']           = "التقدم للمستوى القادم";
  168. $lang['stnv0001']           = "اخبار الخادم";
  169. $lang['stnv0002']           = "اغلاق";
  170. $lang['stnv0003']           = "تحديث معلومات المستخدم";
  171. $lang['stnv0004']           = "إستخدم التحديث فقط في حالة تغير معلوماتك في التيم سبيك مثل : اسمك";
  172. $lang['stnv0005']           = "يعمل فقط عند تواجدك بالتيم سبيك";
  173. $lang['stnv0006']           = "تحديث";
  174. $lang['stnv0007']           = "منطقة النزال - مضمون الصفحة";
  175. $lang['stnv0008']           = "يمكنك تحدي المستخدمين الاخرين في معركة بين اثنين او بين فريقين";
  176. $lang['stnv0009']           = "في خلال المعركة سيتم حساب وقت التواجد للاعبين او للفريقين";
  177. $lang['stnv0010']           = "عند انتهاء المعركة المستخدم او الفريق الذي لديه اعلى وقت تواحد سيعتبر الفائز";
  178. $lang['stnv0011']           = "(الوقت الاعتيادي للمعركة هو 48 ساعة)";
  179. $lang['stnv0012']           = "المستخدم او الفريق الفائز يحصل على مبلغ يمكنه استخدامه عندما يريد";
  180. $lang['stnv0013']           = "سيتم اضهاره على لوحة <a href=\"my_stats.php\">My statistics</a> ";
  181. $lang['stnv0014']           = "( يمكن ان يكون تسريع وقت تواجد لمدة 8 ساعات, زيادة وقت التواجد 4 ساعات اضافية , الخ   ";
  182. $lang['stnv0015']           = "يمكن استخدام هذه التسريعات للصعود على سبيل المثال فوق افضل المستخدمين للاسبوع";
  183. $lang['stnv0016']           = "غير متوفر";
  184. $lang['stnv0017']           = "أنت غير متصل بالتيم سبيك";
  185. $lang['stnv0018']           = "الرجاء الإتصال بالتيم سبيك و الضغط على زر التحديث لعرض معلوماتك";
  186. $lang['stnv0019']           = "العضوية - شرح";
  187. $lang['stnv0020']           = "تحتوي هذا الصفحة على مختصر لحالتك الخاصة ومجموع وقت تواجدك على السيرفر";
  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']           = "نظام الرتب";
  192. $lang['stnv0025']           = "تحديد المدخلات";
  193. $lang['stnv0026']           = "الكل";
  194. $lang['stnv0027']           = "المعلومات على هذه الصفحة قد تكون منتهية الصلاحية! يبدو ان نظام الرتب لم يعد متصلا بسيرفر التيم سبيك";
  195. $lang['stnv0028']           = "(انت غير متصل بسيرفر التيم سبيك!)";
  196. $lang['stnv0029']           = "قائمة الرتب";
  197. $lang['stnv0030']           = "معلومات عن نظام الرتب";
  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']           = "معلومات عن نظام الرتب";
  211. $lang['stri0002']           = "ماهو نظام الرتب؟";
  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']           = "من الذي اخترع نظام الرتب؟";
  214. $lang['stri0005']           = "متى تم اطلاق نظام الرتب ؟";
  215. $lang['stri0006']           = "اول اصدار اولي: 05/10/2014.";
  216. $lang['stri0007']           = "اول اصدار تجريبي: 01/02/2015.";
  217. $lang['stri0008']           = "يمكنك رؤية اخر اصدار على  <a href=\"http://ts-n.net/ranksystem.php\" target=\"_blank\">Ranksystem Website</a>.";
  218. $lang['stri0009']           = "كيف تم انشاء نظام الرتب ؟";
  219. $lang['stri0010']           = "The Ranksystem is coded in";
  220. $lang['stri0011']           = "It uses also the following libraries:";
  221. $lang['stri0012']           = ": شكر خاص إلى";
  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']           = "افضل مستخدمين";
  228. $lang['sttw0002']           = "لهذا الاسبوع";
  229. $lang['sttw0003']           = "وقت التواجد %s ساعات";
  230. $lang['sttw0004']           = "أفضل 10 بالسيرفر";
  231. $lang['sttw0005']           = "Hours (Defines 100 %)";
  232. $lang['sttw0006']           = "%s hours (%s&#37;)";
  233. $lang['sttw0007']           = "أفضل 10 إحصائيات";
  234. $lang['sttw0008']           = "أفضل 10 ضد أخرون في زمن الإتصال";
  235. $lang['sttw0009']           = "أفصل 10 ضد أخرون في وقت النشاط";
  236. $lang['sttw0010']           = "أفضل 10 ضد أخرون في زمن الخمول";
  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']           = "لهذا الشهر";
  241. $lang['stta0001']           = "لكل الوقت";
  242. $lang['upinf']              = "يتوفر اصدار جديد من نظام الرتب; ابلغ المستخدمين في السيرفر";
  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']           = "المستخدم %s المستخدمح";
  249. $lang['user']               = "اسم المستخدم";
  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']           = "نظام التاريخ";
  273. $lang['widaformdesc']       = "اختر كيفية ضهور التاريخ.<br><br>Example:<br>%a ايام, %h ساعات, %i دقائق, %s ثوان";
  274. $lang['widbcfgsuc']         = "تعديلات قاعدة البيانات حفظت بنجاح";
  275. $lang['widbcfgerr']         = "'other/dbconfig.php'خلل عند حفظ تعديلات قاعدة البيانات فشل الاتصال مع ";
  276. $lang['widelcld']           = "حذف المستخدمين";
  277. $lang['widelcldgrp']        = "اعادة انشاء المجاميع";
  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 he 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']            = "حذف من مجموعات السيرفر";
  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']          = "وقت الحذف";
  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-Ausnahmen";
  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']            = "استثناء المستخدم";
  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']          = "ترفيع رتبة";
  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']            = "خيارات النواة";
  295. $lang['wihldb']             = "اعدادات قاعدة البيانات";
  296. $lang['wihlmsg']            = "Message settings";
  297. $lang['wihlsty']            = "Stats page settings";
  298. $lang['wihlts']             = "TeamSpeak settings";
  299. $lang['wihlvs']             = "Various settings";
  300. $lang['wiignidle']          = "Ignoriere 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']           = "تسجيل الخروج";
  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 stats/list_rankup.php";
  346. $lang['wishcolat']          = "active time";
  347. $lang['wishcolatdesc']      = "Show column 'sum. active time' in stats/list_rankup.php";
  348. $lang['wishcolcld']         = "Client-name";
  349. $lang['wishcolclddesc']     = "Show column 'Client-name' in stats/list_rankup.php";
  350. $lang['wishcoldbid']        = "database-ID";
  351. $lang['wishcoldbiddesc']    = "Show column 'Client-database-ID' in stats/list_rankup.php";
  352. $lang['wishcolit']          = "idle time";
  353. $lang['wishcolitdesc']      = "Show column 'sum idle time' in stats/list_rankup.php";
  354. $lang['wishcolls']          = "last seen";
  355. $lang['wishcollsdesc']      = "Show column 'last seen' in stats/list_rankup.php";
  356. $lang['wishcolnx']          = "next rank up";
  357. $lang['wishcolnxdesc']      = "Show column 'next rank up' in stats/list_rankup.php";
  358. $lang['wishcolot']          = "online time";
  359. $lang['wishcolotdesc']      = "Show column 'sum. online time' in stats/list_rankup.php";
  360. $lang['wishcolrg']          = "rank";
  361. $lang['wishcolrgdesc']      = "Show column 'rank' in stats/list_rankup.php";
  362. $lang['wishcolsg']          = "next servergroup";
  363. $lang['wishcolsgdesc']      = "Show column 'next servergroup' in stats/list_rankup.php";
  364. $lang['wishcoluuid']        = "Client-ID";
  365. $lang['wishcoluuiddesc']    = "Show column 'unique Client-ID' in stats/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-Check";
  398. $lang['wiupcheckdesc']      = "If the Update-Check 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>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