release 1.3.1

This commit is contained in:
Newcomer1989
2019-06-30 18:20:51 +02:00
parent a4327efd80
commit e56cace8c5
56 changed files with 2737 additions and 1398 deletions

View File

@@ -0,0 +1,575 @@
<?PHP
$lang = array();
$lang['adduser'] = "User %s (unique Client-ID: %s; Client-database-ID %s) is unknown -> added to the Ranksystem now.";
$lang['achieve'] = "Achievement";
$lang['asc'] = "ascending";
$lang['boton'] = "Bot is running...";
$lang['botoff'] = "Bot is stopped.";
$lang['brute'] = "Much incorrect logins detected on the webinterface. Blocked login for 300 seconds! Last access from IP %s.";
$lang['brute1'] = "Incorrect login attempt on the webinterface detected. Failed access attempt from IP %s with username %s.";
$lang['brute2'] = "Successful login attempt to the webinterface from IP %s.";
$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!";
$lang['chkfileperm'] = "<b>Wrong file/folder permissions!</b><br>You need to correct the owner and access permissions of the named files/folders!<br><br>The <u>owner</u> of all files and folders of the Ranksystem installation folder must be the user of your webserver (e.g.: www-data).<br>On Linux systems you may do something like this (linux shell command):<br>%sAlso the <u>access permission</u> must be set, that the user of your webserver is able to read, write and execute files.<br>On Linux systems you may do something like this (linux shell command):<br>%sList of concerned files/folders:<br>%s";
$lang['chkphpcmd'] = "<b>Wrong PHP command</b> defined inside the file %s! PHP not found here!<br>Please insert a valid PHP command inside this file!<br><br>Definition out of %s:<br>%s<br>Result of your command:%sYou can test your command before via console by adding the parameter '-v'.<br>Example: %sYou should get back the PHP version!";
$lang['chkphpmulti'] = "It seems to be, you are running <b>multiple PHP</b> versions on your system.<br><br>Your <u>webserver</u> (this site) is running with version: %s<br>The defined command in %s is running with version: %s<br><br>Please use the same PHP version for both!<br><br>You can define the version for the Ranksystem Bot inside the file %s. More information and examples you will find inside.<br>Current definition out of %s:<br>%sYou can also change the PHP version, your webserver is using. Please use the world wide web to get help for this.<br><br>We recommend to use always the latest PHP version!<br><br>If you can't adjust the PHP versions on your system environment, it works for your purposes, it's ok. However, the only supported way is one single PHP version for both!";
$lang['chkphpmulti2'] = "The path where you could find PHP on your website:%s";
$lang['clean'] = "البحث عن المستخدمين الذين من المفروض حذفهم";
$lang['cleanc'] = "تصفية المستخدمين";
$lang['cleancdesc'] = "With this function old clients gets deleted out of the Ranksystem.<br><br>To this end, the Ranksystem will be sychronized with the TeamSpeak database. Clients, which does not exist anymore on the TeamSpeak server, will be deleted out of the Ranksystem.<br><br>This function is only enabled when the 'Query-Slowmode' is deactivated!<br><br><br>For automatic adjustment of the TeamSpeak database the ClientCleaner can be used:<br>%s";
$lang['cleandel'] = "There were %s clients deleted out of the Ranksystem database, cause they were no longer existing in the TeamSpeak database.";
$lang['cleanno'] = "ليس هناك شيء ليتم مسحه ";
$lang['cleanp'] = "مدى التصفية";
$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.";
$lang['cleanrs'] = "المستخدمون في قاعدة باينات نظام الرتب: %s";
$lang['cleants'] = "المستخدمين الذين تم العثور عليهم في قاعدة بايانات التيم سبيك: %s (of %s)";
$lang['clean0001'] = "Deleted unnecessary avatar %s (erstwhile unique Client-ID: %s) successfully.";
$lang['clean0002'] = "Error while deleting unnecessary avatar %s (unique Client-ID: %s). Please check the permission for the folder 'avatars'!";
$lang['clean0003'] = "Check for cleaning database done. All unnecessary stuff was deleted.";
$lang['clean0004'] = "Check for deleting users done. Nothing was changed, because function 'clean clients' is disabled (webinterface - core).";
$lang['day'] = "<small>day</small> %d";
$lang['days'] = "<small>يوم</small> %d";
$lang['dbconerr'] = "فشل الدخول الى قاعدة بيانات قاعدة بيانات: ";
$lang['desc'] = "descending";
$lang['errcsrf'] = "CSRF Token is wrong or expired (=security-check failed)! Please reload this site and try it again. If you get this error repeated times, remove the session cookie from your Browser and try it again!";
$lang['errgrpid'] = "Your changes were not stored to the database due errors occurred. Please fix the problems and save your changes after!";
$lang['errgrplist'] = "Error while getting servergrouplist: ";
$lang['errlogin'] = "اسم المستخدم او كلمة المرور خاطئة! حاول مجددا...";
$lang['errlogin2'] = "Brute force protection: Try it again in %s seconds!";
$lang['errlogin3'] = "Brute force protection: To much misstakes. Banned for 300 Seconds!";
$lang['error'] = "خلل ";
$lang['errorts3'] = "TS3 Error: ";
$lang['errperm'] = "Please check the permission for the folder '%s'!";
$lang['errselusr'] = "Please choose at least one user!";
$lang['errseltime'] = "Please enter an online time to add!";
$lang['errukwn'] = "حدث خلل غير معروف!";
$lang['highest'] = "تم الوصول الى اعلى رتبة";
$lang['install'] = "Installation";
$lang['instdb'] = "تنصيب قاعدة البيانات";
$lang['instdbsuc'] = "قاعدة البيانات %s أنشات بنجاح.";
$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.";
$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!";
$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!";
$lang['insterr4'] = "Your PHP version (%s) is below 5.5.0. Update your PHP and try it again!";
$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!";
$lang['insterr6'] = "PHP cURL is needed but seems not available. Install <a href=\"//php.net/manual/en/book.curl.php\" target=\"_blank\">PHP cURL</a> and try it again!";
$lang['insterr7'] = "PHP Zip is needed but seems not available. Install <a href=\"//php.net/manual/en/book.zip.php\" target=\"_blank\">PHP Zip</a> and try it again!";
$lang['insterr8'] = "PHP COM extension (php_com_dotnet.dll) is needed but seems not to be available. Install <a href=\"//php.net/manual/en/book.com.php\" target=\"_blank\">PHP COM</a> and try it again!";
$lang['insterr9'] = "PHP PDO MySQL extension (php_pdo_mysql.so) is needed but seems not to be available. Install <a href=\"//http://php.net/manual/en/ref.pdo-mysql.php\" target=\"_blank\">PHP PDO MySQL</a> and try it again!";
$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.";
$lang['isntwicfg2'] = "Configurate Webinterface";
$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.";
$lang['isntwiconf'] = "Open the %s to configure the Ranksystem!";
$lang['isntwidbhost'] = "DB Hostaddress:";
$lang['isntwidbhostdesc'] = "عنوان خادم قاعدة البيانات<br>(IP or DNS)";
$lang['isntwidbmsg'] = "خلل في قاعدة البيانات: ";
$lang['isntwidbname'] = "DB Name:";
$lang['isntwidbnamedesc'] = "اسم قاعدة البيانات";
$lang['isntwidbpass'] = "DB Password:";
$lang['isntwidbpassdesc'] = "كلمة مرور قاعدة البيانات";
$lang['isntwidbtype'] = "DB Type:";
$lang['isntwidbtypedesc'] = "Type of the database the Ranksystem should be using.<br><br>The PDO Driver for PHP does need to be installed.<br>For more informations and an actual list of requirements have a look to the installation page:<br>%s";
$lang['isntwidbusr'] = "DB User:";
$lang['isntwidbusrdesc'] = "User to access the database";
$lang['isntwidel'] = "Please delete the file 'install.php' from your webserver!";
$lang['isntwiusr'] = "المستخدم للوحة التحكم انشئ بنجاح";
$lang['isntwiusr2'] = "Congratulations! You have finished the installation process.";
$lang['isntwiusrcr'] = "Create Webinterface-User";
$lang['isntwiusrdesc'] = "ادخل الاسم وكلمة المرور للدخول الى لوحة التحكم . بإستخدام لوحة التحكم يمكنك التعديل على نظام الرتب";
$lang['isntwiusrh'] = "Access - Webinterface";
$lang['listacsg'] = "الرتبة الحالية";
$lang['listcldbid'] = "Client-database-ID";
$lang['listexcept'] = "No, cause excepted";
$lang['listgrps'] = "actual group since";
$lang['listnick'] = "اسم المستخدم";
$lang['listnxsg'] = "الرتبة التالية";
$lang['listnxup'] = "الرتبة القادمة بعد";
$lang['listrank'] = "رتبة";
$lang['listseen'] = "اخر ظهور";
$lang['listsuma'] = "وقت النشاط الكلي";
$lang['listsumi'] = "وقت عدم النشاط الكلي";
$lang['listsumo'] = "وقت التواجد الكلي";
$lang['listuid'] = "unique Client-ID";
$lang['login'] = "Login";
$lang['msg0001'] = "The Ranksystem is running on version: %s";
$lang['msg0002'] = "A list of valid bot commands can be found here [URL]https://ts-ranksystem.com/#commands[/URL]";
$lang['msg0003'] = "You are not eligible for this command!";
$lang['msg0004'] = "Client %s (%s) requests shutdown.";
$lang['msg0005'] = "cya";
$lang['msg0006'] = "brb";
$lang['msg0007'] = "Client %s (%s) requests %s.";
$lang['msg0008'] = "Update check done. If an update is available, it will runs immediately.";
$lang['msg0009'] = "Cleaning of the user-database was started.";
$lang['msg0010'] = "Run command !log to get more information.";
$lang['msg0011'] = "Cleaned group cache. Start loading groups and icons...";
$lang['noentry'] = "لم يتم العثور على اي مدخلات";
$lang['pass'] = "كلمة المرور";
$lang['pass2'] = "Change password";
$lang['pass3'] = "old password";
$lang['pass4'] = "new password";
$lang['pass5'] = "Forgot Password?";
$lang['repeat'] = "repeat";
$lang['resettime'] = "Reset the online and idle time of user %s (unique Client-ID: %s; Client-database-ID %s) to zero, cause user got removed out of exception.";
$lang['sccupcount'] = "Active time of %s seconds for the unique Client-ID (%s) will be added in a few seconds (have a look to the Ranksystem log).";
$lang['sccupcount2'] = "Add an active time of %s seconds for the unique Client-ID (%s); requested about admin function.";
$lang['setontime'] = "add time";
$lang['setontimedesc'] = "Add online time to the previous selected clients. Each user will get this time additional to their old online time.<br><br>The entered online time will be considered for the rank up and should take effect immediately.";
$lang['setontime2'] = "remove time";
$lang['setontimedesc2'] = "Remove online time from the previous selected clients. Each user will get removed this time from their old online time.<br><br>The entered online time will be considered for the rank up and should take effect immediately.";
$lang['sgrpadd'] = "Grant servergroup %s to user %s (unique Client-ID: %s; Client-database-ID %s).";
$lang['sgrprerr'] = "It happened a problem with the servergroup of the user %s (unique Client-ID: %s; Client-database-ID %s)!";
$lang['sgrprm'] = "تم حذف مجموعة السيرفر %s (ID: %s) من المستخدم %s (unique Client-ID: %s; Client-database-ID %s).";
$lang['size_byte'] = "B";
$lang['size_kib'] = "KiB";
$lang['size_mib'] = "MiB";
$lang['size_gib'] = "GiB";
$lang['size_tib'] = "TiB";
$lang['size_pib'] = "PiB";
$lang['size_eib'] = "EiB";
$lang['size_zib'] = "ZiB";
$lang['size_yib'] = "YiB";
$lang['stag0001'] = "Assign Servergroup";
$lang['stag0002'] = "Allowed Groups";
$lang['stag0003'] = "Define a list of servergroups, which a user can assign himself.<br><br>The servergroups should entered here with its groupID comma seperated.<br><br>Example:<br>23,24,28";
$lang['stag0004'] = "Limit Groups";
$lang['stag0005'] = "Limit the number of servergroups, which are possible to set at the same time.";
$lang['stag0006'] = "There are multiple unique IDs online with your IP address. Please %sclick here%s to verify first.";
$lang['stag0007'] = "Please wait till your last changes take effect before you change already the next things...";
$lang['stag0008'] = "Group changes successfully saved. It can take a few seconds till it take effect on the ts3 server.";
$lang['stag0009'] = "You cannot choose more then %s group(s) at the same time!";
$lang['stag0010'] = "Please choose at least one new group.";
$lang['stag0011'] = "Limit of simultaneous groups: ";
$lang['stag0012'] = "set groups";
$lang['stag0013'] = "Addon ON/OFF";
$lang['stag0014'] = "Turn the Addon on (enabled) or off (disabled).<br><br>On disabling the addon a possible part on the stats/ site will be hidden.";
$lang['stag0015'] = "%sيمكن العثور على TeamSpeak%s. يرجى النقر هنا للتحقق من نفسك أولا.";
$lang['stag0016'] = "verification needed!";
$lang['stag0017'] = "verificate here..";
$lang['stix0001'] = "حالة الخادم";
$lang['stix0002'] = "مجموع المستخدمين";
$lang['stix0003'] = "عرض التفاصيل";
$lang['stix0004'] = "مجموع وقت التواجد لكل المستخدمين";
$lang['stix0005'] = "إظهار الاول في كل الاوقات";
$lang['stix0006'] = "إظهار الاول لهذا الشهر";
$lang['stix0007'] = "إظهار الاول لهذا الاسبوع";
$lang['stix0008'] = "مدة إستعمال الخادم";
$lang['stix0009'] = "في اخر 7 ايام";
$lang['stix0010'] = "في اخر 30 يوم";
$lang['stix0011'] = "في اخر 24 ساعة";
$lang['stix0012'] = "حدد المدة";
$lang['stix0013'] = "قبل يوم";
$lang['stix0014'] = "قبل اسبوع";
$lang['stix0015'] = "قبل شهر";
$lang['stix0016'] = "(وقت النشاط/وقت الخمول (لكل المستخدمين";
$lang['stix0017'] = "(الإصدارات (لكل المستخدمين";
$lang['stix0018'] = "(الدول (لكل المستخدمين";
$lang['stix0019'] = "(الأنظمة (لكل المستخدمين";
$lang['stix0020'] = "الإحصاءات الحالية";
$lang['stix0023'] = "حالة الخادم";
$lang['stix0024'] = "متواجد";
$lang['stix0025'] = "غير متواجد";
$lang['stix0026'] = "(أقصى عدد للمتصلين / المتصلين)";
$lang['stix0027'] = "عدد القنوات";
$lang['stix0028'] = "متوسط زمن الوصول للسيرفر";
$lang['stix0029'] = "مجموع البيانات المتلقيه";
$lang['stix0030'] = "مجموع البيانات المرسلة";
$lang['stix0031'] = "وقت عمل الخادم";
$lang['stix0032'] = "قبل ايقاف التشغيل:";
$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";
$lang['stix0034'] = "متوسط فقد البيانات";
$lang['stix0035'] = "الإحصاءات العامة";
$lang['stix0036'] = "اسم الخادم";
$lang['stix0037'] = "المنفذ:عنوان الخادم";
$lang['stix0038'] = "كلمة مرور الخادم";
$lang['stix0039'] = "(لايوجد (الخادم عام";
$lang['stix0040'] = "نعم (الخادم خاص)";
$lang['stix0041'] = "هوية الخادم";
$lang['stix0042'] = "نظام الخادم";
$lang['stix0043'] = "إصدار الخادم";
$lang['stix0044'] = "(تاريخ إنشاء الخادم (يوم/شهر/سنة";
$lang['stix0045'] = "إضافة الخادم إلى قائمة الخوادم";
$lang['stix0046'] = "مفعل";
$lang['stix0047'] = "غير مفعل";
$lang['stix0048'] = "عدد غير كافي من المعلومات حتى الان";
$lang['stix0049'] = "وقت التواجد لكل المستخدمين / شهر";
$lang['stix0050'] = "وقت التواجد لكل المستخدمين / اسبوع";
$lang['stix0051'] = "لقد فشل التيم سبيك لذا لن يكون هناك عملية انشاء";
$lang['stix0052'] = "others";
$lang['stix0053'] = "Active Time (in Days)";
$lang['stix0054'] = "Inactive Time (in Days)";
$lang['stix0055'] = "online last 24 hours";
$lang['stix0056'] = "online last %s days";
$lang['stix0059'] = "List of user";
$lang['stix0060'] = "User";
$lang['stix0061'] = "View all versions";
$lang['stix0062'] = "View all nations";
$lang['stix0063'] = "View all platforms";
$lang['stix0064'] = "Last 3 months";
$lang['stmy0001'] = "العضوية";
$lang['stmy0002'] = "رتبة";
$lang['stmy0003'] = "Database ID:";
$lang['stmy0004'] = "Unique ID:";
$lang['stmy0005'] = "عدد مرات الدخول إلى الخادم:";
$lang['stmy0006'] = "أول دخول للسيرفر:";
$lang['stmy0007'] = "المجموع الكلي لوقت التواجد:";
$lang['stmy0008'] = "Online time last %s days:";
$lang['stmy0009'] = "Active time last %s days:";
$lang['stmy0010'] = "أكتملت الإنجازات:";
$lang['stmy0011'] = "التقدم بالإنجازات";
$lang['stmy0012'] = "التواجد : أسطوري";
$lang['stmy0013'] = "لأن وقت تواجدك بالسيرفر %s ساعات";
$lang['stmy0014'] = "أكتمل التقدم";
$lang['stmy0015'] = "التواجد : ذهبي";
$lang['stmy0016'] = "% أكتمل أسطوري";
$lang['stmy0017'] = "التواجد : فضي";
$lang['stmy0018'] = "% أكتمل ذهبي";
$lang['stmy0019'] = "التواجد : برونزي";
$lang['stmy0020'] = "% أكتمل فضي";
$lang['stmy0021'] = "التواجد : لايوجد رتبة";
$lang['stmy0022'] = "% أكتمل برونزي";
$lang['stmy0023'] = "تقدم عدد مرات الإتصال";
$lang['stmy0024'] = "عدد مرات الإتصال : أسطوري";
$lang['stmy0025'] = "عدد مرات الدخول إلى الخادم %s مرة";
$lang['stmy0026'] = "عدد مرات الإتصال : ذهبي";
$lang['stmy0027'] = "عدد مرات الإتصال : فضي";
$lang['stmy0028'] = "عدد مرات الإتصال: برونزي";
$lang['stmy0029'] = "عدد مرات الإتصال: لايوجد رتبة";
$lang['stmy0030'] = "التقدم للمستوى القادم";
$lang['stmy0031'] = "Total active time";
$lang['stna0001'] = "Nations";
$lang['stna0002'] = "statistics";
$lang['stna0003'] = "Code";
$lang['stna0004'] = "Count";
$lang['stna0005'] = "Versions";
$lang['stna0006'] = "Platforms";
$lang['stna0007'] = "Percentage";
$lang['stnv0001'] = "اخبار الخادم";
$lang['stnv0002'] = "اغلاق";
$lang['stnv0003'] = "تحديث معلومات المستخدم";
$lang['stnv0004'] = "إستخدم التحديث فقط في حالة تغير معلوماتك في التيم سبيك مثل : اسمك";
$lang['stnv0005'] = "يعمل فقط عند تواجدك بالتيم سبيك";
$lang['stnv0006'] = "تحديث";
$lang['stnv0016'] = "غير متوفر";
$lang['stnv0017'] = "أنت غير متصل بالتيم سبيك";
$lang['stnv0018'] = "الرجاء الإتصال بالتيم سبيك و الضغط على زر التحديث لعرض معلوماتك";
$lang['stnv0019'] = "العضوية - شرح";
$lang['stnv0020'] = "تحتوي هذا الصفحة على مختصر لحالتك الخاصة ومجموع وقت تواجدك على السيرفر";
$lang['stnv0021'] = "The informations are collected since the beginning of the Ranksystem, they are not since the beginning of the TeamSpeak server.";
$lang['stnv0022'] = "This page receives its values out of a database. So the values might be delayed a bit.";
$lang['stnv0023'] = "The amount of online time for all user per week and per month will be only calculated every 15 minutes. All other values should be nearly live (at maximum delayed for a few seconds).";
$lang['stnv0024'] = "نظام الرتب";
$lang['stnv0025'] = "تحديد المدخلات";
$lang['stnv0026'] = "الكل";
$lang['stnv0027'] = "المعلومات على هذه الصفحة قد تكون منتهية الصلاحية! يبدو ان نظام الرتب لم يعد متصلا بسيرفر التيم سبيك";
$lang['stnv0028'] = "(انت غير متصل بسيرفر التيم سبيك!)";
$lang['stnv0029'] = "قائمة الرتب";
$lang['stnv0030'] = "معلومات عن نظام الرتب";
$lang['stnv0031'] = "About the search field you can search for pattern in clientname, unique Client-ID and Client-database-ID.";
$lang['stnv0032'] = "You can also use a view filter options (see below). Enter the filter also inside the search field.";
$lang['stnv0033'] = "Combination of filter and search pattern are possible. Enter first the filter(s) followed without any sign your search pattern.";
$lang['stnv0034'] = "Also it is possible to combine multiple filters. Enter this consecutively inside the search field.";
$lang['stnv0035'] = "<u>Example:</u><br>filter:nonexcepted:TeamSpeakUser";
$lang['stnv0036'] = "Show only clients, which are excepted (client, servergroup or channel exception).";
$lang['stnv0037'] = "Show only clients, which are not excepted.";
$lang['stnv0038'] = "Show only clients, which are online.";
$lang['stnv0039'] = "Show only clients, which are not online.";
$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.";
$lang['stnv0041'] = "Show only clients, which are selected by lastseen.<br>Replace <i>OPERATOR</i> with '&lt;' or '&gt;' or '=' or '!='.<br>And replace <i>TIME</i> with a timestamp or date with format 'Y-m-d H-i' (example: 2016-06-18 20-25).<br>Full example: filter:lastseen:&lt;:2016-06-18 20-25:";
$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";
$lang['stnv0043'] = "connect TS3";
$lang['stri0001'] = "معلومات عن نظام الرتب";
$lang['stri0002'] = "ماهو نظام الرتب؟";
$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.";
$lang['stri0004'] = "من الذي اخترع نظام الرتب؟";
$lang['stri0005'] = "متى تم اطلاق نظام الرتب ؟";
$lang['stri0006'] = "اول اصدار اولي: 05/10/2014.";
$lang['stri0007'] = "اول اصدار تجريبي: 01/02/2015.";
$lang['stri0008'] = "يمكنك رؤية اخر اصدار على <a href=\"%s\" target=\"_blank\">Ranksystem Website</a>.";
$lang['stri0009'] = "كيف تم انشاء نظام الرتب ؟";
$lang['stri0010'] = "The Ranksystem is coded in";
$lang['stri0011'] = "It uses also the following libraries:";
$lang['stri0012'] = ": شكر خاص إلى";
$lang['stri0013'] = "sergey, <a href=\"//vk.com/akhachirov\" target=\"_blank\">Arselopster</a>, <a href=\"//vk.com/zheez\" target=\"_blank\">DeviantUser</a> & <a href=\"//goodgame.by/\" target=\"_blank\">kidi</a> - for russian translation";
$lang['stri0014'] = "Bejamin Frost - for initialisation the bootstrap design";
$lang['stri0015'] = "<a href=\"//hydrake.eu/\" target=\"_blank\">ZanK</a> & <a href=\"//mozzygaming.it\" target=\"_blank\">jacopomozzy</a> - for italian translation";
$lang['stri0016'] = "<a href=\"//iraqgaming.net/\" target=\"_blank\">DeStRoYzR</a> & <a href=\"//www.sagamer.net/\" target=\"_blank\">Jehad</a> - for initialisation arabic translation";
$lang['stri0017'] = "<a href=\"//whitecs.ro/\" target=\"_blank\">SakaLuX</a> - for initialisation romanian translation";
$lang['stri0018'] = "<a href=\"//r4p3.net/members/0x0539.5476/\" target=\"_blank\">0x0539</a> - for initialisation dutch translation";
$lang['stri0019'] = "<a href=\"//umazinggames.fr/\" target=\"_blank\">Quentinti</a> - for french translation";
$lang['stri0020'] = "<a href=\"mailto://celso@esbsb.com.br\" target=\"_blank\">Pasha</a> - for portuguese translation";
$lang['stri0021'] = "<a href=\"//hdf-multigaming.de\" target=\"_blank\">Shad86</a> - for the great support on GitHub & our public server, sharing his ideas, pre-testing all that shit & much more";
$lang['stri0022'] = "<a href=\"//magicbroccoli.de\" target=\"_blank\">mightyBroccoli</a> - for sharing their ideas & pre-testing";
$lang['stri0023'] = "Stable since: 18/04/2016.";
$lang['stri0024'] = "<a href=\"//zasivarna.tk/\" target=\"_blank\">KeviN</a> - for czech translation";
$lang['stri0025'] = "<a href=\"//github.com/DoktorekOne\" target=\"_blank\">DoktorekOne</a> - for polish translation";
$lang['stri0026'] = "<a href=\"//foro.gameflix.es\" target=\"_blank\">JavierlechuXD</a> - for spanish translation";
$lang['sttw0001'] = "افضل مستخدمين";
$lang['sttw0002'] = "لهذا الاسبوع";
$lang['sttw0003'] = "وقت التواجد %s %s ساعات";
$lang['sttw0004'] = "أفضل 10 بالسيرفر";
$lang['sttw0005'] = "Hours (Defines 100 %)";
$lang['sttw0006'] = "%s hours (%s&#37;)";
$lang['sttw0007'] = "أفضل 10 إحصائيات";
$lang['sttw0008'] = "أفضل 10 ضد أخرون في زمن الإتصال";
$lang['sttw0009'] = "أفصل 10 ضد أخرون في وقت النشاط";
$lang['sttw0010'] = "أفضل 10 ضد أخرون في زمن الخمول";
$lang['sttw0011'] = "Top 10 (in hours)";
$lang['sttw0012'] = "Other %s users (in hours)";
$lang['sttw0013'] = "With %s %s active time";
$lang['sttw0014'] = "hours";
$lang['sttw0015'] = "minutes";
$lang['sttm0001'] = "لهذا الشهر";
$lang['stta0001'] = "لكل الوقت";
$lang['stve0001'] = "\nHello %s,\nto verify you with the Ranksystem click on the link below:\n[B]%s[/B]\n\nIf the link doesn't work, you can also type the token manually in:\n%s\n\nIf you didn't request this message, please ignore it. When you are getting it repeated times, please contact an admin.";
$lang['stve0002'] = "A message with the token was sent to you on the TS3 server.";
$lang['stve0003'] = "Please enter the token, which you received on the TS3 server. If you have not received a message, please be sure you have chosen the correct unique ID.";
$lang['stve0004'] = "The entered token does not match! Please try it again.";
$lang['stve0005'] = "Congratulations, you are successfully verified! You can now go on..";
$lang['stve0006'] = "An unknown error happened. Please try it again. On repeated times contact an admin";
$lang['stve0007'] = "Verify on TeamSpeak";
$lang['stve0008'] = "Choose here your unique ID on the TS3 server to verify yourself.";
$lang['stve0009'] = " -- select yourself -- ";
$lang['stve0010'] = "You will receive a token on the TS3 server, which you have to enter here:";
$lang['stve0011'] = "Token:";
$lang['stve0012'] = "verify";
$lang['time_ms'] = "ms";
$lang['time_sec'] = "Sec(s)";
$lang['time_min'] = "Min(s)";
$lang['time_hour'] = "Hour(s)";
$lang['time_day'] = "Day(s)";
$lang['upgrp0001'] = "There is a servergroup with ID %s configured inside your '%s' paramter, but that servergroup ID isn't exitent on your TS3 server (anymore)! Please correct this or errors might happen!";
$lang['upgrp0002'] = "Download new ServerIcon";
$lang['upgrp0003'] = "Error while writing out the servericon.";
$lang['upgrp0004'] = "Error while downloading TS3 ServerIcon from TS3 server: ";
$lang['upgrp0005'] = "Error while deleting the servericon.";
$lang['upgrp0006'] = "Noticed the ServerIcon got removed from TS3 server, now it was also removed from the Ranksystem.";
$lang['upgrp0007'] = "Error while writing out the servergroup icon from group %s with ID %s.";
$lang['upgrp0008'] = "Error while downloading servergroup icon from group %s with ID %s: ";
$lang['upgrp0009'] = "Error while deleting the servergroup icon from group %s with ID %s.";
$lang['upgrp0010'] = "Noticed icon of severgroup %s with ID %s got removed from TS3 server, now it was also removed from the Ranksystem.";
$lang['upgrp0011'] = "Download new ServerGroupIcon for group %s with ID: %s";
$lang['upinf'] = "يتوفر اصدار جديد من نظام الرتب; ابلغ المستخدمين في السيرفر";
$lang['upinf2'] = "The Ranksystem was recently (%s) updated. Check out the %sChangelog%s for more information about the changes.";
$lang['upmsg'] = "\nHey, a new version of the [B]Ranksystem[/B] is available!\n\ncurrent version: %s\n[B]new version: %s[/B]\n\nPlease check out our site for more informations [URL]%s[/URL].\n\nStarting the update process in background. [B]Please check the ranksystem.log![/B]";
$lang['upmsg2'] = "\nHey, the [B]Ranksystem[/B] has been updated.\n\n[B]new version: %s[/B]\n\nPlease check out our site for more informations [URL]%s[/URL].";
$lang['upusrerr'] = "The unique Client-ID %s couldn't reached on the TeamSpeak!";
$lang['upusrinf'] = "المستخدم %s المستخدمح";
$lang['user'] = "اسم المستخدم";
$lang['verify0001'] = "Please be sure, you are really connected to the TS3 server!";
$lang['verify0002'] = "Enter, if not already done, the Ranksystem %sverification-channel%s!";
$lang['verify0003'] = "If you are really connected to the TS3 server, please contact an admin there.<br>This needs to create a verfication channel on the TeamSpeak server. After this, the created channel needs to be defined to the Ranksystem, which only an admin can do.<br>More information the admin will find inside the webinterface (-> core) of the Ranksystem.<br><br>Without this activity it is not possible to verify you for the Ranksystem at this moment! Sorry :(";
$lang['verify0004'] = "No user inside the verification channel found...";
$lang['wi'] = "Webinterface";
$lang['wiaction'] = "action";
$lang['wiadmhide'] = "hide excepted clients";
$lang['wiadmhidedesc'] = "To hide excepted user in the following selection";
$lang['wiadmuuid'] = "admin ID";
$lang['wiadmuuiddesc'] = "Enter here your unique Client-ID; as the administrator of the Ranksystem.<br>Also multiple Client-IDs are possible -> comma separated<br><br>This is required to reset the password of the webinterface.<br><br>Is there no unique Client-ID address defined, it is not possible to reset the password!<br><br>Here defined unique Client-IDs are also permitted to send admin commands to the Bot (!reboot, !shutdown, !update).";
$lang['wiboost'] = "boost";
$lang['wiboostdesc'] = "Give a 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 booster servergroup gets automatically removed from the concerned user. The time starts running as soon as the user gets the servergroup.<br><br>As factor are also decimal numbers possible. Decimal places must be separated by a period!<br><br><pre>servergroup ID => factor => time (in seconds)</pre><br>Each entry has to separate from the next with a comma.<br><br>Example:<br><pre>12=>2=>6000,13=>1.25=>2500,14=>5=>600</pre>Here a user in servergroup 12 get the factor 2 for the next 6000 seconds, a user in servergroup 13 get the factor 1.25 for 2500 seconds, and so on...";
$lang['wibot1'] = "Ranksystem Bot should be stopped. Check the log below for more information!";
$lang['wibot2'] = "Ranksystem Bot should be started. Check the log below for more information!";
$lang['wibot3'] = "Ranksystem Bot should be restarted. Check the log below for more information!";
$lang['wibot4'] = "Start / Stop Ranksystem Bot";
$lang['wibot5'] = "Start Bot";
$lang['wibot6'] = "Stop Bot";
$lang['wibot7'] = "Restart Bot";
$lang['wibot8'] = "Ranksystem log (extract):";
$lang['wibot9'] = "Fill out all mandatory fields before starting the Ranksystem Bot!";
$lang['wichdbid'] = "Client-database-ID reset";
$lang['wichdbiddesc'] = "Activate this function to reset the online time of a user, if his TeamSpeak Client-database-ID has been changed.<br>The user will be matched by his unique Client-ID.<br><br>If this function is disabled, the counting of the online (or active) time will go on by the old value, with the new Client-database-ID. In this case only the Client-database-ID of the user will be replaced.<br><br><br><b>How the Client-database-ID changes?</b><br><br>In every of the following cases the client gets a new Client-database-ID with the next connect to the TS3 server.<br><br>1) <u>automatically by the TS3 server</u><br>The TeamSpeak server has a function to delete user after X days out of the database. At default this happens, when a user is offline for 30 days and is in no permanent servergroup.<br>This option you can change inside your <u>ts3server.ini</u>:<pre>dbclientkeepdays=30</pre><br>2) <u>restoring TS3 snapshot</u><br>When you are restoring a TS3 server snapshot, the database-IDs will be changed.<br><br>3) <u>manually removing Client</u><br>A TeamSpeak client could also be removed manually or by a third-party script out of the TS3 server.";
$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'!";
$lang['wichpw1'] = "Your old password is wrong. Please try again";
$lang['wichpw2'] = "The new passwords dismatch. Please try again.";
$lang['wichpw3'] = "The password of the webinterface has been successfully changed. Request from IP %s.";
$lang['wichpw4'] = "Change Password";
$lang['widaform'] = "نظام التاريخ";
$lang['widaformdesc'] = "اختر كيفية ضهور التاريخ.<br><br>Example:<br>%a ايام, %h ساعات, %i دقائق, %s ثوان";
$lang['widbcfgsuc'] = "تعديلات قاعدة البيانات حفظت بنجاح";
$lang['widbcfgerr'] = "'other/dbconfig.php'خلل عند حفظ تعديلات قاعدة البيانات فشل الاتصال مع ";
$lang['widbg'] = "Log-Level";
$lang['widbgdesc'] = "Set up the Log-Level of the Ranksystem. With this you can decide, how much information should be written to the file \"ranksystem.log\"<br><br>The higher the Log-Level, the more information you'll get.<br><br>Changing the Log-Level will take effect with the next restart of the Ranksystem bot.<br><br>Please don't let the Ranksystem running longer on \"6 - DEBUG\" this could impair your filesystem!";
$lang['widelcldgrp'] = "اعادة انشاء المجاميع";
$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 ;-)";
$lang['widelsg'] = "حذف من مجموعات السيرفر";
$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";
$lang['wiexcid'] = "Channel-Ausnahmen";
$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).";
$lang['wiexgrp'] = "servergroup exception";
$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.";
$lang['wiexres'] = "exception mode";
$lang['wiexres1'] = "count time (default)";
$lang['wiexres2'] = "break time";
$lang['wiexres3'] = "reset time";
$lang['wiexresdesc'] = "There are three modes, how to handle an exception. In every case the rank up is disabled (no assigning of servergroups). You can choose different options how the spended time from a user (which is excepted) should be handled.<br><br>1) <b>count time (default)</b>: At default the Ranksystem also count the online/active time of users, which are excepted (by client/servergroup exception). With an exception only the rank up is disabled. That means if a user is not any more excepted, he would be assigned to the group depending his collected time (e.g. level 3).<br><br>2) <b>break time</b>: On this option the spend online and idle time will be frozen (break) to the actual value (before the user got excepted). After loosing the excepted reason (after removing the excepted servergroup or remove the expection rule) the 'counting' will go on.<br><br>3) <b>reset time</b>: With this function the counted online and idle time will be resetting to zero at the moment the user are not any more excepted (due removing the excepted servergroup or remove the exception rule). The spent time due exception will be still counting till it got reset.<br><br><br>The <u>channel exception</u> doesn't matter in any case, cause the time will always be ignored (like the mode break time).";
$lang['wiexuid'] = "استثناء المستخدم";
$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.";
$lang['wigrptime'] = "ترفيع رتبة";
$lang['wigrptimedesc'] = "Define here, after which time a user should get automatically a predefined servergroup.<br><br><pre>time (seconds)=>servergroup ID</pre><br>Max. value is 999.999.999 seconds (over 31 years)<br><br>Important for this is the 'online time' or the 'active time' of a user, depending on the setting of the mode.<br><br>Each entry has to separate from next with a comma.<br><br>The time must be entered cumulative<br><br>Example:<br><pre>60=>9,120=>10,180=>11</pre>On this example a user receives servergroup 9 after 60 seconds, servergroup 10 after another 60 seconds, servergroup 11 after another 60 seconds.";
$lang['wihladm'] = "List Rankup (Admin-Mode)";
$lang['wihladm0'] = "Function description (click)";
$lang['wihladm0desc'] = "Choose one or more reset options and press \"start reset\" to start it.<br>Each option is described by itself.<br><br>After starting the reset job(s), you can view the status on this site.<br><br>The reset task will be done about the Ranksystem Bot as a job.<br>It is necessary the Ranksystem Bot is running.<br><b>Do NOT stop or restart the Bot during the reset is in progress!</b><br><br>For the time of running the reset, the Ranksystem will pause all other things. After completing the reset the Bot will automatically go on with the normal work.<br>Again, do NOT stop or restart the Bot!<br><br>When all jobs are done, you need to confirm them. This will reset the status of the jobs. That makes it possible to start a new reset.<br><br>In case of a reset you might also want to <u>withdraw servergroups</u> from the users. It is important not to change the 'rank up definition', before you have done this reset. After reset you can change the 'rank up definition', sure!<br>The withdrawing of servergroups could take a while. An active 'Query-Slowmode' will further increase the required duration. We recommend a <b>disabled 'Query-Slowmode'</b>!<br><br><br><b>Be aware, there is no way of return!</b>";
$lang['wihladm1'] = "Add Time";
$lang['wihladm2'] = "Remove Time";
$lang['wihladm3'] = "Reset Ranksystem";
$lang['wihladm31'] = "reset all user stats";
$lang['wihladm311'] = "zero time";
$lang['wihladm312'] = "delete users";
$lang['wihladm31desc'] = "Choose one of the both options to reset the statistics of all users.<br><br><b>zero time</b>: Resets the time (online time & idle time) of all users to a value of 0.<br><br><b>delete users</b>: With this option, all users will be deleted out of the Ranksystem database. The TeamSpeak database will <u>not</u> be touched!<br><br><br>Both options affect the following things..<br><br>.. on zero time:<br>Reset Server statistics summary (table: stats_server)<br>Reset My statistics (table: stats_user)<br>Reset List Rankup / user statistics (table: user)<br>Cleans Top users / user statistic snapshots (table: user_snapshot)<br><br>.. on delete users:<br>Cleans donut chart nations (table: stats_nations)<br>Cleans donut chart platforms (table: stats_platforms)<br>Cleans donut chart versions (table: stats_versions)<br>Reset Server statistics summary (table: stats_server)<br>Cleans My statistics (table: stats_user)<br>Cleans List Rankup / user statistics (table: user)<br>Cleans user ip-hash values (table: user_iphash)<br>Cleans Top users / user statistic snapshots (table: user_snapshot)";
$lang['wihladm32'] = "withdraw servergroups";
$lang['wihladm32desc'] = "Activate this function to withdraw the servergroups from all TeamSpeak users.<br><br>The Ranksystem scans each group, which is defined inside the 'rank up definition'. It will remove all user, which are known by the Ranksystem, out of this groups.<br><br>That's why it is important not to change the <u>'rank up definition'</u>, before you have done the reset. After reset you can change the 'rank up definition', sure!<br><br><br>The withdrawing of servergroups could take a while. An active 'Query-Slowmode' will further increase the required duration. We recommend a <b>disabled 'Query-Slowmode'</b>!<br><br><br>The servergroup itself on the TeamSpeak server will <u>not</u> be removed / touched.";
$lang['wihladm33'] = "remove webspace cache";
$lang['wihladm33desc'] = "Activate this function to remove the cached avatars and servergroup icons, which are saved on the web space.<br><br>Affected <u>directories</u>:<br>- avatars<br>- tsicons<br><br>After finishing the reset job, the avatars and icons are automatically downloaded again.";
$lang['wihladm34'] = "clean \"Server usage\" graph";
$lang['wihladm34desc'] = "Activate this function to empty the server usage graph on the stats site.";
$lang['wihladm35'] = "start reset";
$lang['wihladm36'] = "stop Bot afterwards";
$lang['wihladm36desc'] = "Is this option activated, the Bot will stop after all reset things are done.<br><br>This stop is exactly working like the normal 'stop' parameter. Means, the Bot will <u>not</u> start with the 'check' parameter. <br><br> To start the Ranksystem Bot use the 'start' or 'restart' parameter.";
$lang['wihladmrs'] = "Job Status";
$lang['wihladmrs0'] = "disabled";
$lang['wihladmrs1'] = "created";
$lang['wihladmrs2'] = "in progress..";
$lang['wihladmrs3'] = "faulted (ended with errors!)";
$lang['wihladmrs4'] = "finished";
$lang['wihladmrs5'] = "Reset Job(s) successfully created.";
$lang['wihladmrs6'] = "There is still a reset job active. Please wait until all jobs are finished before you start the next!";
$lang['wihladmrs7'] = "Press %s Refresh %s to monitor the status.";
$lang['wihladmrs8'] = "Do NOT stop or restart the Bot during the reset is in progress!";
$lang['wihladmrs9'] = "Please %s confirm %s the jobs. This will reset the job status of all jobs. It is needed to be able to start a new reset.";
$lang['wihladmrs10'] = "Job(s) successfully confirmed!";
$lang['wihladmrs11'] = "Estimated time to reset the system";
$lang['wihladmrs12'] = "Are you sure, you still want to reset the system?";
$lang['wihladmrs13'] = "Yes, start reset";
$lang['wihladmrs14'] = "No, cancel reset";
$lang['wihladmrs15'] = "Please choose at least one option!";
$lang['wihladmrs16'] = "enabled";
$lang['wihlset'] = "إعدادات";
$lang['wiignidle'] = "Ignoriere Idle";
$lang['wiignidledesc'] = "Define a period, up to which the idle time of a 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 point for the Ranksystem as idle time.<br><br>This function matters only in conjunction with the mode 'active time'.<br><br>Meaning the function is e.g. to evaluate the time of listening in conversations as activity.<br><br>0 Sec. = disable this function<br><br>Example:<br>Ignore idle = 600 (seconds)<br>A client has an idle of 8 minuntes.<br>└ 8 minutes idle are ignored and he therefore receives this time as active time. If the idle time now increased to 12 minutes, the time is over 10 minutes and in this case 2 minutes would be counted as idle time, the first 10 minutes as active time.";
$lang['wilog'] = "Logpath";
$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.";
$lang['wilogout'] = "تسجيل الخروج";
$lang['wimsgmsg'] = "Message";
$lang['wimsgmsgdesc'] = "Define a message, which will be send to a user, when he rises the next higher rank.<br><br>This message will be send via TS3 private message. Every known bb-code could be used, which is also working for a normal private message.<br>%s<br><br>Furthermore, the previously spent time can be expressed by arguments:<br>&#37;1\$s - days<br>&#37;2\$s - hours<br>&#37;3\$s - minutes<br>&#37;4\$s - seconds<br>&#37;5\$s - name of reached servergroup<br>&#37;6&#36;s - name of the user (recipient)<br><br>Example:<br><pre>Hey,\\nyou reached a higher rank, since you already connected for &#37;1\$s days, &#37;2\$s hours and &#37;3\$s minutes to our TS3 server.[B]Keep it up![/B] ;-)</pre>";
$lang['wimsgsn'] = "Server-News";
$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>&#60;b&#62; - <b>for bold</b><br>&#60;u&#62; - <u>for underline</u><br>&#60;i&#62; - <i>for italic</i><br>&#60;br&#62; - for word-wrap (new line)";
$lang['wimsgusr'] = "Rank up notification";
$lang['wimsgusrdesc'] = "Inform an user with a private text message about his rank up.";
$lang['winav1'] = "TeamSpeak";
$lang['winav2'] = "Database";
$lang['winav3'] = "Core";
$lang['winav4'] = "Other";
$lang['winav5'] = "Message";
$lang['winav6'] = "Stats page";
$lang['winav7'] = "Administrate";
$lang['winav8'] = "Start / Stop Bot";
$lang['winav9'] = "Update available!";
$lang['winav10'] = "Please use the webinterface only via %s HTTPS%s An encryption is critical to ensure your privacy and security.%sTo be able to use HTTPS your webserver needs to support an SSL connection.";
$lang['winav11'] = "Please enter the unique Client-ID of the admin of the Ranksystem (Other -> admin ID). This is very important in case you lost your login details for the webinterface (to reset these).";
$lang['winav12'] = "Addons";
$lang['winxinfo'] = "Command \"!nextup\"";
$lang['winxinfodesc'] = "Allows the user on the TS3 server to write the command \"!nextup\" to the Ranksystem (query) bot as private textmessage.<br><br>As answer the user will get a defined text message with the needed time for the next rankup.<br><br><b>deactivated</b> - The function is deactivated. The command '!nextup' will be ignored.<br><b>allowed - only next rank</b> - Gives back the needed time for the next group.<br><b>allowed - all next ranks</b> - Gives back the needed time for all higher ranks.";
$lang['winxmode1'] = "deactivated";
$lang['winxmode2'] = "allowed - only next rank";
$lang['winxmode3'] = "allowed - all next ranks";
$lang['winxmsg1'] = "Message";
$lang['winxmsgdesc1'] = "Define a message, which the user will get as answer at the command \"!nextup\".<br><br>Arguments:<br><pre>&#37;1&#36;s - days to next rankup<br>&#37;2&#36;s - hours to next rankup<br>&#37;3&#36;s - minutes to next rankup<br>&#37;4&#36;s - seconds to next rankup<br>&#37;5&#36;s - name of the next servergroup<br>&#37;6&#36;s - name of the user (recipient)<br>&#37;7&#36;s - current user rank<br>&#37;8&#36;s - name of the current servergroup<br>&#37;9&#36;s - current servergroup since</pre><br><br>Example:<br><pre>Your next rank up will be in &#37;1&#36;s days, &#37;2&#36;s hours and &#37;3&#36;s minutes and &#37;4&#36;s seconds. The next servergroup you will reach is [B]&#37;5&#36;s[/B].</pre>";
$lang['winxmsg2'] = "Message (highest)";
$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><pre>&#37;1&#36;s - days to next rankup<br>&#37;2&#36;s - hours to next rankup<br>&#37;3&#36;s - minutes to next rankup<br>&#37;4&#36;s - seconds to next rankup<br>&#37;5&#36;s - name of the next servergroup<br>&#37;6&#36;s - name of the user (recipient)<br>&#37;7&#36;s - current user rank<br>&#37;8&#36;s - name of the current servergroup<br>&#37;9&#36;s - current servergroup since</pre><br><br>Example:<br><pre>You have been reached the highest rank for &#37;1&#36;s days, &#37;2&#36;s hours and &#37;3&#36;s minutes and &#37;4&#36;s seconds.</pre>";
$lang['winxmsg3'] = "Message (excepted)";
$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><pre>&#37;1&#36;s - days to next rankup<br>&#37;2&#36;s - hours to next rankup<br>&#37;3&#36;s - minutes to next rankup<br>&#37;4&#36;s - seconds to next rankup<br>&#37;5&#36;s - name of the next servergroup<br>&#37;6&#36;s - name of the user (recipient)<br>&#37;7&#36;s - current user rank<br>&#37;8&#36;s - name of the current servergroup<br>&#37;9&#36;s - current servergroup since</pre><br><br>Example:<br><pre>You are excepted from the Ranksystem. If you wish to rank contact an admin on the TS3 server.</pre>";
$lang['wirtpw1'] = "Sorry Bro, you have forgotten to enter your admin ID inside the webinterface before. There is no way to reset the password!";
$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.";
$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).";
$lang['wirtpw4'] = "\nThe password for the webinterface was successfully reset.\nUsername: %s\nPassword: [B]%s[/B]\n\nLogin %shere%s";
$lang['wirtpw5'] = "There was send a TeamSpeak3 privat textmessage to the admin with the new password. Click %s here %s to login.";
$lang['wirtpw6'] = "The password of the webinterface has been successfully reset. Request from IP %s.";
$lang['wirtpw7'] = "Reset Password";
$lang['wirtpw8'] = "Here you can reset the password for the webinterface.";
$lang['wirtpw9'] = "Following things are required to reset the password:";
$lang['wirtpw10'] = "You need to be online at the TeamSpeak3 server.";
$lang['wirtpw11'] = "You need to be online with the unique Client-ID, which is saved as admin ID.";
$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).";
$lang['wiselcld'] = "select clients";
$lang['wiselclddesc'] = "Select the clients by their last known username, unique Client-ID or Client-database-ID.<br>Multiple selections are also possible.";
$lang['wishcolas'] = "actual servergroup";
$lang['wishcolasdesc'] = "Show column 'actual servergroup' in stats/list_rankup.php";
$lang['wishcolat'] = "active time";
$lang['wishcolatdesc'] = "Show column 'sum. active time' in stats/list_rankup.php";
$lang['wishcolcld'] = "Client-name";
$lang['wishcolclddesc'] = "Show column 'Client-name' in stats/list_rankup.php";
$lang['wishcoldbid'] = "database-ID";
$lang['wishcoldbiddesc'] = "Show column 'Client-database-ID' in stats/list_rankup.php";
$lang['wishcolgs'] = "actual group since";
$lang['wishcolgsdesc'] = "Show column 'actual group since' in list_rankup.php";
$lang['wishcolha0'] = "disable hashing";
$lang['wishcolha1'] = "secure hashing";
$lang['wishcolha2'] = "fast hashing (default)";
$lang['wishcolha'] = "hash IP addresses";
$lang['wishcolhadesc'] = "The TeamSpeak 3 server stores the IP address of each client. This we need for the Ranksystem to bind the website user of the statistics page with the related TeamSpeak user.<br><br>With this function you can active an encrypting / hashing of the IP addresses of TeamSpeak users. When enabled, only the hashed value will be stored in the database, instead of storing it in plain text. This is needed in some cases of your privacy legal; especially required due the EU-GDPR.<br><br><b>fast hashing (default):</b> IP addresses will be hashed. The salt is different for each ranksystem instance, but same for all users on the server. This makes it faster, but also weaker as the 'secure hashing'.<br><br><b>secure hashing:</b> IP addresses will be hashed. Each user will get his own salt, which makes it hard to decrypt the IP (=secure). This parameter is conform with the EU-GDPR. Contra: This variation affects the performance, especially on bigger TeamSpeak servers, it will slow down the statistics page on first site load very much. Also it inceases the needed resources.<br><br><b>disable hashing:</b> If this function is disabled the IP address of a user will be stored in plain text. This is the fastest option that requires the least resources.<br><br><br>In all variants the IP addresses of users will only be stored as long as the user is connected to the TS3 server (less data collection - EU-GDPR).<br><br>The IP addresses of users will only be stored once a user connected to the TS3 server. On changing this function the user needs to reconnect to the TS3 server to be able to get verified with the Ranksystem webpage.";
$lang['wishcolit'] = "idle time";
$lang['wishcolitdesc'] = "Show column 'sum idle time' in stats/list_rankup.php";
$lang['wishcolls'] = "last seen";
$lang['wishcollsdesc'] = "Show column 'last seen' in stats/list_rankup.php";
$lang['wishcolnx'] = "next rank up";
$lang['wishcolnxdesc'] = "Show column 'next rank up' in stats/list_rankup.php";
$lang['wishcolot'] = "online time";
$lang['wishcolotdesc'] = "Show column 'sum. online time' in stats/list_rankup.php";
$lang['wishcolrg'] = "rank";
$lang['wishcolrgdesc'] = "Show column 'rank' in stats/list_rankup.php";
$lang['wishcolsg'] = "next servergroup";
$lang['wishcolsgdesc'] = "Show column 'next servergroup' in stats/list_rankup.php";
$lang['wishcoluuid'] = "Client-ID";
$lang['wishcoluuiddesc'] = "Show column 'unique Client-ID' in stats/list_rankup.php";
$lang['wishdef'] = "default column sort";
$lang['wishdefdesc'] = "Define the default sorting column for the List Rankup page.";
$lang['wishexcld'] = "excepted client";
$lang['wishexclddesc'] = "Show clients in list_rankup.php,<br>which are excluded and therefore not participate in the Ranksystem.";
$lang['wishexgrp'] = "excepted groups";
$lang['wishexgrpdesc'] = "Show clients in list_rankup.php, which are in the list 'client exception' and shouldn't be conside for the Ranksystem.";
$lang['wishhicld'] = "Clients in highest Level";
$lang['wishhiclddesc'] = "Show clients in list_rankup.php, which reached the highest level in the Ranksystem.";
$lang['wishnav'] = "show site-navigation";
$lang['wishnavdesc'] = "Show the site navigation on 'stats/' page.<br><br>If this option is deactivated on the stats page the site navigation will be hidden.<br>You can then take each site i.e. 'stats/list_rankup.php' and embed this as frame in your existing website or bulletin board.";
$lang['wishsort'] = "default sorting order";
$lang['wishsortdesc'] = "Define the default sorting order for the List Rankup page.";
$lang['wisupidle'] = "Mode";
$lang['wisupidledesc'] = "There are two modes, how time can be counted.<br><br>1) <b>online time</b>: 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) <b>active time</b>: Here will be deducted the inactive time (idle) from the online time of a user and only the active time counts (see column 'sum. active time' in the 'stats/list_rankup.php').<br><br>A change of the mode with an already longer running Ranksystem is not recommended, but should be working without bigger problems. Each single user will get repaired at least with the next rankup.";
$lang['wisvconf'] = "save";
$lang['wisvinfo1'] = "Attention!! By changing the mode of hashing the users IP address, it is necessary that the user connects new to the TS3 server or the user can't get synchronized with the stats page.";
$lang['wisvsuc'] = "Changes successfully saved!";
$lang['wisvres'] = "You need to restart the Ranksystem before the changes will take effect! %s";
$lang['wisttidesc'] = "Specify a required time (in hours) to meet the achievement.";
$lang['wistcodesc'] = "Specify a required count of server-connects to meet the achievement.";
$lang['witime'] = "Timezone";
$lang['witimedesc'] = "Select the timezone the server is hosted.<br><br>The timezone affects the timestamp inside the log (ranksystem.log).";
$lang['wits3avat'] = "Avatar Delay";
$lang['wits3avatdesc'] = "Define a time in seconds to delay the download of changed TS3 avatars.<br><br>This function is especially useful for (music) bots, which are changing his avatar periodic.";
$lang['wits3dch'] = "Default Channel";
$lang['wits3dchdesc'] = "The channel-ID, the bot should connect with.<br><br>The Bot will join this channel after connecting to the TeamSpeak server.";
$lang['wits3host'] = "TS3 Hostaddress";
$lang['wits3hostdesc'] = "TeamSpeak 3 Server address<br>(IP oder DNS)";
$lang['wits3sm'] = "Query-Slowmode";
$lang['wits3smdesc'] = "With the Query-Slowmode you can reduce \"spam\" of query commands to the TeamSpeak server. This prevent bans in case of flood.<br>TeamSpeak Query commands get delayed with this function.<br><br>!!! ALSO IT REDUCE THE CPU USAGE !!!<br><br>The activation is not recommended, if not required. The delay increases the duration of the Bot, which makes it imprecisely.<br><br>The last column shows the required time for one duration (in seconds):<br><br>%s<br><br>Consequently, the values (times) with the ultra delay become inaccurate by about 65 seconds! Depending on, what to do and/or server size even higher!";
$lang['wits3qnm'] = "Botname";
$lang['wits3qnmdesc'] = "The name, with this the query-connection will be established.<br>You can name it free.";
$lang['wits3querpw'] = "TS3 Query-Password";
$lang['wits3querpwdesc'] = "TeamSpeak 3 query password<br>Password for the query user.";
$lang['wits3querusr'] = "TS3 Query-User";
$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 will find on:<br>%s";
$lang['wits3query'] = "TS3 Query-Port";
$lang['wits3querydesc'] = "TeamSpeak 3 query port<br>Default RAW (plain text) is 10011 (TCP)<br>Default SSH (encrypted) is 10022 (TCP)<br><br>If its not default, you should find it in your 'ts3server.ini'.";
$lang['wits3encrypt'] = "TS3 Query encryption";
$lang['wits3encryptdesc'] = "Activate this option to encrypt the communication between the Ranksystem and the TeamSpeak 3 server (SSH).<br>When this function is disabled, the communication will be done in plain text (RAW). This could be a security risk, especially when the TS3 server and the Ranksystem are running on different machines.<br><br>Be also sure, you have checked the TS3 Query Port, which needs (perhaps) to be changed in the Ranksystem!<br><br><b>Attention:</b> The SSH encryption needs more CPU time and with this truly more system resources. That's why we recommend to use a RAW connection (disabled encryption) if the TS3 server and the Ranksystem are running on the same machine / server (localhost / 127.0.0.1). If they are running on separate machines, you should activate the encrypted connection!<br><br><b>Requirements:</b><br><br>1) TS3 Server version 3.3.0 or above.<br><br>2) The PHP extension PHP-SSH2 is necessary.<br>On Linux you can it install with the following command:<br>%s<br>3) The encryption needs to be enabled on your TS3 server!<br>Activate the following parameters inside your 'ts3server.ini' and customize it for your needs:<br>%s After changing your TS3 server configurations a restart of your TS3 server is necessary.";
$lang['wits3voice'] = "TS3 Voice-Port";
$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.";
$lang['witsz'] = "Log-Size";
$lang['witszdesc'] = "Set up the filesize of the log, at which the logfile will be rotated, when exceeded.<br><br>Define your value in Mebibyte.<br><br>When you increase the value, be sure, you have enough space on this partition. Too big logfiles could bring perfomance issues!<br><br>On changing this value, the logfile size will be checked with the next restart of the bot. Is the filesize bigger than the defined value, the logfile will be rotated immediately.";
$lang['wiupch'] = "Update-Channel";
$lang['wiupch0'] = "stable";
$lang['wiupch1'] = "beta";
$lang['wiupchdesc'] = "The Ranksystem will be updated automatically if a new update is available. Choose here, which update-channel you want to join.<br><br><b>stable (default)</b>: You get the latest stable version. Recommended for production environments.<br><br><b>beta</b>: You get the latest beta version. With this you get new features earlier, but the risk of bugs is much higher. Use at your own risk!<br><br>When you are changing from beta to stable release, the Ranksystem won't downgrade. It will rather wait for the next higher release of a stable version and update to this.";
$lang['wiverify'] = "Verification-Channel";
$lang['wiverifydesc'] = "Enter here the channel-ID of the verification channel.<br><br>This channel need to be set up <u>manual</u> on your TeamSpeak server. Name, permissions and other properties could be defined for your choice; only user should be possible to join this channel!<br><br>The verification is done by the respective user himself on the statistics-page (/stats/). This is only necessary if the website visitor can't automatically be matched/related with the TeamSpeak user.<br><br>To verify the TeamSpeak user, he has to be in the verification channel. There he is able to receive a token with which he can verify himself for the statistics page.";
$lang['wivlang'] = "Language";
$lang['wivlangdesc'] = "Choose a default language for the Ranksystem.<br><br>The language is also selectable on the websites for the users and will be stored for the session.";
?>