301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: ddims.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html> <html dir="" class="" lang="en" itemscope itemtype="https://ddims.com"> <head> <!-- Web Application Manifest --> <link rel="manifest" href="https://ddims.com/manifest.json"> <!-- Chrome for Android theme color --> <meta name="theme-color" content="#000000"> <!-- Add to homescreen for Chrome on Android --> <meta name="mobile-web-app-capable" content="yes"> <meta name="application-name" content="Digital Distribution Information Management System"> <link rel="icon" sizes="512x512" href="public/images/icons/icon-512x512.png"> <!-- Add to homescreen for Safari on iOS --> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-title" content="Digital Distribution Information Management System"> <link rel="apple-touch-icon" href="public/images/icons/icon-512x512.png"> <link href="public/images/icons/splash-640x1136.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" /> <link href="public/images/icons/splash-750x1334.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" /> <link href="public/images/icons/splash-1242x2208.png" media="(device-width: 621px) and (device-height: 1104px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" /> <link href="public/images/icons/splash-1125x2436.png" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" /> <link href="public/images/icons/splash-828x1792.png" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" /> <link href="public/images/icons/splash-1242x2688.png" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" /> <link href="public/images/icons/splash-1536x2048.png" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" /> <link href="public/images/icons/splash-1668x2224.png" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" /> <link href="public/images/icons/splash-1668x2388.png" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" /> <link href="public/images/icons/splash-2048x2732.png" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" /> <!-- Tile for Win8 --> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="public/images/icons/icon-512x512.png"> <script type="text/javascript"> // Initialize the service worker if ('serviceWorker' in navigator) { navigator.serviceWorker.register('https://ddims.com/serviceworker.js', { scope: '.' }).then(function (registration) { // Registration was successful console.log('Laravel PWA: ServiceWorker registration successful with scope: ', registration.scope); }, function (err) { // registration failed :( console.log('Laravel PWA: ServiceWorker registration failed: ', err); }); } </script> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="csrf-token" content="xlvFnabx1Ko2N2x0ctBX01LLjrPrTCwUiEHowsY3"/> <title> Digital Distribution Information Management System | Home </title> <meta itemprop="name" content="Digital Distribution Information Management System"> <meta itemprop="author" content="EWG"> <!-- Facebook Meta Tags --> <meta property="og:type" content="website"> <meta property="og:title" content="Digital Distribution Information Management System"> <!--<meta property="og:image" content="https://ddims.com/public/uploads/images/29-03-2023/6423ce3861db6.png"/>--> <meta property="og:image" content="https://ddims.com/public/uploads/images/29-03-2023/64231e157ab6e.png"/> <meta property="og:image:type" content="image/png"/> <!-- <link rel="manifest" href="site.webmanifest"> --> <link rel="shortcut icon" type="image/x-icon" href="https://ddims.com/public/uploads/images/29-03-2023/64231e157ab6e.png"> <!-- Place favicon.ico in the root directory --> <!-- CSS here --> <link rel="stylesheet" href="https://ddims.com/public/css/bootstrap.min.css"> <style> :root { --system_primery_color: #fbad26; --system_secendory_color: #0063a3 ; --footer_background_color: #252a2e ; --footer_headline_color: #fbad26 ; --footer_text_color: #f1f1f6 ; } </style> <link rel="stylesheet" href="https://ddims.com/public/frontend/infixlmstheme/css/owl.carousel.min.css"> <link rel="stylesheet" href="https://ddims.com/public/frontend/infixlmstheme/css/magnific-popup.css"> <link rel="stylesheet" href="https://ddims.com/public/frontend/infixlmstheme/css/fontawesome.css "> <link rel="stylesheet" href="https://ddims.com/public/frontend/infixlmstheme/css/themify-icons.css"> <link rel="stylesheet" href="https://ddims.com/public/frontend/infixlmstheme/css/flaticon.css"> <link rel="stylesheet" href="https://ddims.com/public/frontend/infixlmstheme/css/nice-select.css"> <link rel="stylesheet" href="https://ddims.com/public/frontend/infixlmstheme/css/animate.min.css"> <link rel="stylesheet" href="https://ddims.com/public/frontend/infixlmstheme/css/slicknav.css"> <link rel="stylesheet" href="https://ddims.com/public/css/toastr.min.css"/> <link rel="stylesheet" href="https://ddims.com/public/frontend/infixlmstheme/css/rtl_style.css"> <link rel="stylesheet" href="https://ddims.com/public/frontend/infixlmstheme/css/style.css"> <link rel="stylesheet" href="https://ddims.com/public/css/preloader.css"/> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-HCFTPLT34G"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-HCFTPLT34G'); </script> <!-- Google / Search Engine Tags --> <script> window.Laravel = { "baseUrl": 'https://ddims.com' + '/', "current_path_without_domain": '/' } </script> <script> window._locale = 'en'; window._translations = {"en":{"php":{"auth":{"failed":"These credentials do not match our records.","throttle":"Too many login attempts. Please try again in :seconds seconds."},"bbb":{"BigBlueButton":"BigBlueButton","BigBlueButton Class":"BigBlueButton Class","BigBlueButton Setting":"BigBlueButton Setting","Manage":"Manage","Setting":"Setting","Password Length":"Password Length","Dashboard":"Dashboard","Enable":"Enable","Disable":"Disable","Welcome Message":"Welcome Message","Dial Number":"Dial Number","Max Participants":"Max Participants","0 means Unlimited":"0 means Unlimited","Logout Url":"Logout Url","Record":"Record","Duration":"Duration","Is Breakout":"Is Breakout","Moderator Only Message":"Moderator Only Message","Auto Start Recording":"Auto Start Recording","Allow Start Stop Recording":"Allow Start Stop Recording","Webcams Only For Moderator":"Webcams Only For Moderator","Logo":"Logo","Browse":"Browse","Copyright":"Copyright","Mute On Start":"Mute On Start","Lock Settings Disable Mic":"Lock Settings Disable Mic","Lock Settings Disable Private Chat":"Lock Settings Disable Private Chat","Lock Settings Disable Public Chat":"Lock Settings Disable Public Chat","Lock Settings Disable Note":"Lock Settings Disable Note","Lock Settings Locked Layout":"Lock Settings Locked Layout","Lock Settings Lock On Join":"Lock Settings Lock On Join","Lock Settings Lock On Join Configurable":"Lock Settings Lock On Join Configurable","Guest Policy":"Guest Policy","Redirect":"Redirect","Join Via Html 5":"Join Via Html 5","State":"State","Update":"Update","BBB Security Salt":"BBB Security Salt","BBB Server Base URL":"BBB Server Base URL","ID":"ID","Password":"Password","Topic":"Topic","Date & Time":"Date & Time","Start Join":"Start Join","Actions":"Actions","Join as Moderator":"Join as Moderator","Join as Attendee":"Join as Attendee","Add":"Add","Class Not Running":"Class Not Running","Classes":"Classes","Class":"Class","List":"List","Yes":"Yes","Running":"Running","Closed":"Closed","No":"No","Description":"Description","Attendee Password":"Attendee Password","Moderator Password":"Moderator Password","Date Of Class":"Date Of Class","Time Of Class":"Time Of Class","Change Default Settings":"Change Default Settings","Save Class":"Save Class","Save":"Save","Class Duration":"Class Duration","Date":"Date","Time":"Time","Start":"Start","Join":"Join","Select":"Select","View":"View","Edit":"Edit","Delete":"Delete","Cancel":"Cancel","Instructor":"Instructor","Name":"Name","Status":"Status","Start\/Join":"Start\/Join","Details":"Details","Moderator Join":"Moderator Join","Attendee Join":"Attendee Join","Close":"Status","Join Url":"Join Url","Class Id":"Class Id","Start Date Time":"Start Date Time","Delete Class":"Delete Class","You sure to delete ?":"You sure to delete ?"},"blog":{"Blog":"Blog","Blogs":"Blogs","List":"List","Create":"Create","Show":"Show","Blog List":"Blog List","Title":"Title","Slug":"Slug","Description":"Description","Status":"Status","Thumbnail":"Thumbnail","Viewed":"Viewed","Image":"Image","Authored Date":"Authored Date","Post By":"Post By","SL":"SL","Browse Image File":"Browse Image File"},"certificate":{"Certificate Saved Successfully":"Certificate Saved Successfully","Certificate Update Successfully":"Certificate Update Successfully","Certificate Deleted Successfully":"Certificate Deleted Successfully","Certificate List":"Certificate List","Certificate":"Certificate","Title":"Title","Position Y":"Position Y","Position X":"Position X","Font Size":"Font Size","Yes":"Yes","No":"No","Date":"Date","Font Color":"Font Color","Certificates":"Certificates","Student Image":"Student Image","Body":"Body","in px":"in px","Signature":"Signature","Background Image":"Background Image","List":"List","Preview":"Preview","Add":"Add","Signature Footer Text":"Signature Footer Text","S. Image":"S. Image","Signature Position":"Signature Position","Certificate for Course Selected Successfully":"Certificate for Course Selected Successfully","Default for Course":"Default for Course","Default for Quiz":"Default for Quiz","Are you sure":"Are you sure","Make Default":"Make Default","Course":"Course","Quiz":"Quiz","Right Now You Cannot Download The Certificate":"Right Now You Cannot Download The Certificate","Student Image & Date":"Student Image & Date","Sign Position Y":"Sign Position Y","Sign Position X":"Sign Position X","Font Family":"Font Family","Font Weight":"Font Weight","New Certificate":"New Certificate","Certificate for Quiz Selected Successfully":"Certificate for Quiz Selected Successfully","Date Show":"Date Show","Image Height":"Image Height","Image Weight":"Image Weight","Recommend Size 1300x910 px":"Recommend Size 1300x910 px","Recommend Size 170x100 px":"Recommend Size 170x100 px","Max Limit:500KB":"Max Limit:500KB","Max Length":"Max Length","Date Format":"Date Format","Browse Image file":"Browse Image file","Default For":"Default For","All measurement depends on background height & width":"All measurement depends on background height & width","You Are Not Already Enrolled This course. Please Enroll It First":"You Are Not Already Enrolled This course. Please Enroll It First","Please Complete The Course First":"Please Complete The Course First","Student Name":"Student Name","Max Limit:1MB":"Max Limit:1MB","Default":"Default","For Course":"For Course"},"chat":{"list":"List","create":"Create","browse":"Browse","photo":"Photo","name":"Name","update":"Update","chatting":"Chatting","method":"Method","settings":"Settings","files":"Files","file":"File","new":"New","chat":"Chat","message":"Message","type":"Type","send":"Send","sent":"Sent","delete":"Delete","pusher":"Pusher","jquery":"jQuery","yes":"Yes","select":"Select","no":"No","invitation":"invitation","results":"Results","user":"User","requirement":"Requirement","required":"Required","not":"Not","generate":"Generate","notifications":"Notifications","notification":"Notification","permission":"Permission","connections":"Connections","connection":"Connection","connected":"Connected","for":"For","group":"Group","mark_as_read_only":"Mark as Read Only","remove_read_only":"Remove Read Only","teacher":"Teacher","and":"And","remove":"Remove","old":"Old","courses":"Courses","student":"Student","request":"Request","requested":"Requested","found":"Found","people":"People","block":"Block","unblock":"Unblock","start":"Start","to":"To","with":"With","add":"Add","admin":"Admin","moderator":"Moderator","user_role":"User Role","member":"Member","leave":"Leave","media_files":"Media Files","search":"Search","you":"You","you_requests":"You Requests","box":"Box","blocked":"Blocked","requests":"Requests","connect":"Connect","can_teacher_chat_with_parents":"Can Teacher Chat With Parents","can_student_chat_with_admin_accounts":"Can Student Chat With Admin, Accounts","mb":"Megabyte","can":"Can","can_staff_or_teacher_ban_tudent":"Can Staff or Teacher Ban Student","teacher_can_pinned_top_message":"Teacher Can Pinned Top Message","conversition":"Conversition","this":"This","load_more":"Load More","attachment":"Attachment","forwarded_message":"Forwarded Message","forward":"Forward","quote":"Quote","replying":"Replying","preview":"Preview","keywords":"Keywords","showing":"Showing","your_voice_is_recording":"Your Voice Is Recording","moderate":"Moderate","write_something_Optional":"Write something (Optional)","away":"Away","busy":"Busy","someone":"Someone","is_typing":"Is Typing","mark_all_as_read":"Mark all as read","you_are_invited_in_new_group":"You are invited in new group","new_message_in_this_group":"New message in this group","chat_box":"Chat Box","Search result of":"Search Result of","connected_with_you":"Connected with you","chat_list":"Chat List","blocked_user":"Blocked User","block_this_user":"Block This User","unblock_this_user":"UnBlock This User","description":"Description","manage_role":"Manage Role","people_connected_with_you":"People connected with you","can_make_group":"Can Make Group","upload_file_limit":"Upload File Limit","can_upload_file":"Can Upload File","open_chat_system":"Open Chat System","admin_can_chat_without_invitation":"Admin Can Chat Without Invitation","search_result_of":"Search result of"},"common":{"Login":"Login","View Profile":"View Profile","My Profile":"My Profile","Profile Settings":"Profile Settings","Current":"Current","Re-Type Password":"Re-Type Password","Type Password":"Type Password","Remember Me":"Remember Me","Login Details":"Login Details","Forget Password ?":"Forget Password ?","Need an account?":"Need an account?","Sign Up":"Sign Up","Sign Up Details":"Sign Up Details","You have already an account?":"You have already an account?","Send Reset Link":"Send Reset Link","Reset Password":"Reset Password","Reset":"Reset","Set New Password":"Set New Password","Set Password":"Set Password","Password":"Password","Start From":"Start From","Start At":"Start At","To":"To","Free":"Free","Off":"Off","On":"On","Social Link":"Social Link","Active Status":"Active Status","Language List":"Language List","Choose File":"Choose File","Translation":"Translation","Currency":"Currency","Add New":"Add New","ID":"ID","Title":"Title","Details":"Details","Name":"Name","Action":"Action","Edit":"Edit","Delete":"Delete","Select":"Select","Save":"Save","Update":"Update","Live":"Live","Sandbox":"Sandbox","Something Went Wrong":"Something Went Wrong","Description":"Description","Model":"Model","Attempted At":"Attempted At","User":"User","Activity Logs":"Activity Logs","Type":"Type","Delete Confirmation":"Delete Confirmation","Human Resource":"Human Resource","Staff":"Staff","Staff List":"Staff List","Username":"Username","Email":"Email","Phone":"Phone","Registered Date":"Registered Date","Status":"Status","URL":"URL","Register":"Register","Remove":"Remove","Staff Id":"Staff Id","Confirm Password":"Confirm Password","Re-Password":"Re-Password","Browse":"Browse","Avatar":"Avatar","Edit Staff Info":"Edit Staff Info","Staff info has been updated Successfully":"Staff info has been updated Successfully","Staff has been added Successfully":"Staff has been added Successfully","View":"View","Staff Info":"Staff Info","Close":"Close","Staff ID":"Staff ID","Password did not match with your account password.":"Password did not match with your account password.","Put Your password":"Put Your password","Staff has been deleted Successfully":"Staff has been deleted Successfully","Language":"Language","Variant":"Variant","Add Variant":"Add Variant","Publish":"Publish","Published":"Published","Variation Values":"Variation Values","Add Value":"Add Value","Edit Variant":"Edit Variant","Unit Type":"Unit Type","Add Unit Type":"Add Unit Type","Edit Unit Type":"Edit Unit Type","Brand":"Brand","Add Brand":"Add Brand","Edit Brand":"Edit Brand","Add Model":"Add Model","Edit Model":"Edit Model","Category":"Category","Add Category":"Add Category","Code":"Code","Add as Sub Category":"Add as Sub Category","Select parent Category":"Select parent Category","Edit Category":"Edit Category","Add New Product":"Add New Product","Product Name":"Product Name","Product SKU":"Product SKU","Barcode Type":"Barcode Type","Unit":"Unit","Sub Category":"Sub Category","Add File":"Add File","Manage Stock":"Manage Stock","Alert Quantity":"Alert Quantity","Variation":"Variation","Add Variation":"Add Variation","Add Product":"Add Product","Edit Product":"Edit Product","Employee Id":"Employee Id","Address":"Address","New Price Group":"New Price Group","Export":"Export","SL":"SL","Cancel":"Cancel","About":"About","letter":"letter","date":"date","Date":"Date","Image":"Image","File Not Found":"File Not Found","Download":"Download","Are you sure to delete ?":"Are you sure to delete ?","Are you sure to":"Are you sure to","Are you sure to enable this ?":"Are you sure to enable this ?","Are You Sure To Change Status ?":"Are You Sure To Change Status ?","Are You Sure To Remove This?":"Are You Sure To Remove This?","Role":"Role","List":"List","Add":"Add","Success":"Success","Failed":"Failed","Dashboard":"Dashboard","User Logs":"User Logs","Question & Answer":"Question & Answer","Comments":"Comments","Course":"Course","Replies":"Replies","Commented By":"Commented By","Submitted":"Submitted","Enable":"Enable","Disable":"Disable","Active":"Active","Deactive":"Deactive","Inactive":"Inactive","Email Address":"Email Address","Instagram URL":"Instagram URL","Youtube URL":"Youtube URL","LinkedIn URL":"LinkedIn URL","Twitter URL":"Twitter URL","Facebook URL":"Facebook URL","Date of Birth":"Date of Birth","Change Status":"Change Status","Start Date":"Start Date","End Date":"End Date","Filter History":"Filter History","Reject":"Reject","Reason":"Reason","Payouts":"Payouts","Author":"Author","Available":"Available","Issue Date":"Issue Date","Duration":"Duration","Change":"Change","Deactivate":"Deactivate","Yes":"Yes","Files":"Files","File":"File","Send":"Send","Paid":"Paid","Waiting":"Waiting","Info":"Info","Zip Code":"Zip Code","Country":"Country","City":"City","Submit":"Submit","Error":"Error","Warning":"Warning","Used":"Used","Join For Free":"Join For Free","Enter Email":"Enter Email","Enter Password":"Enter Password","Enter Phone Number":"Enter Phone Number","Enter Confirm Password":"Enter Confirm Password","Update Profile":"Update Profile","Review":"Review","Log in with Facebook":"Log in with Facebook","Log in with Google":"Log in with Google","Or":"Or","Keep me up to date on Infix":"Keep me up to date on Infix","Required":"Required","New":"New","Instructor Payout":"Instructor Payout","Time Left":"Time Left","No Item found":"No Item found","Total Price":"Total Price","Discount or coupon info":"Discount or coupon info","Checkout":"Checkout","Apply":"Apply","Course Schedule":"Course Schedule","Add To Cart":"Add To Cart","Buy Now":"Buy Now","Lessons":"Lessons","Bookmarks":"Bookmarks","Deposit":"Deposit","Referral":"Referral","My Cart":"My Cart","Purchase History":"Purchase History","My Courses":"My Courses","Live Classes":"Live Classes","Live Events":"Live Events","Events":"Events","Already Enrolled":"Already Enrolled","Student Enrolled":"Student Enrolled","Already Submitted":"Already Submitted","'s Quiz":"'s Quiz","Correct Answer":"Correct Answer","Wrong Answer":"Wrong Answer","Skip":"Skip","Next":"Next","Previous":"Previous","Course File":"Course File","Share":"Share","Course Files":"Course Files","Course Review":"Course Review","Start Date & Time":"Start Date & Time","At":"At","Show":"Show","Drip Content":"Drip Content","Specific Date":"Specific Date","Days After Enrollment":"Days After Enrollment","Show All":"Show All","Show After Unlock":"Show After Unlock","Aws S3 Setting":"Aws S3 Setting","Access Key Id":"Access Key Id","Secret Key":"Secret Key","Default Region":"Default Region","AWS Bucket":"AWS Bucket","Module Manager":"Module Manager","Payment Type":"Payment Type","Blogs":"Blogs","Star":"Star","Total Courses":"Total Courses","Discount":"Discount","Logo":"Logo","My Quizzes":"My Quizzes","Enroll Now":"Enroll Now","Added To Cart":"Added To Cart","Logged In Devices":"Logged In Devices","Purchase Price":"Purchase Price","Pay":"Pay","Welcome":"Welcome","Send Email":"Send Email","Minimum 8 characters":"Minimum 8 characters","Status has been changed":"Status has been changed","For the demo version, you cannot change this":"For the demo version, you cannot change this","Video File":"Video File","Browse Video file":"Browse Video file","Select Date":"Select Date","Days":"Days","Operation successful":"Operation successful","Operation failed":"Operation failed","Quick Search":"Quick Search","Copy":"Copy","Excel":"Excel","CSV":"CSV","PDF":"PDF","Print":"Print","No data available in the table":"No data available in the table","Successfully Assign":"Successfully Assign","Make Paid":"Make Paid","Request For Paid":"Request For Paid","End Date & Time":"End Date & Time","Short Description":"Short Description","No":"No","Website":"Website","Browse file":"Browse file","Sanitize No":"Sanitize No","Sanitize Yes":"Sanitize Yes","3DS Yes":"3DS Yes","3DS No":"3DS No","Module Verification":"Module Verification","Envato Email Address":"Envato Email Address","Envato Purchase Code":"Envato Purchase Code","Verifying":"Verifying","None":"None","Subscription Api Key":"Subscription Api Key","Subscription Method":"Subscription Method","Watch Now":"Watch Now","Continue Watch":"Continue Watch","Time":"Time","Start":"Start","End":"End","TimeZone":"TimeZone","Backup":"Backup","Upload SQL File":"Upload SQL File","Database Backup List":"Database Backup List","Generate New Backup":"Generate New Backup","File Name":"File Name","Make Default":"Make Default","Theme":"Theme","Reset To Default":"Reset To Default","Mode":"Mode","Sub Title":"Sub Title","Recommended Size":"Recommended Size","Section":"Section","Max Image Size 1MB":"Max Image Size 1MB","My Account":"My Account","My Wallet":"My Wallet","Category Language":"Category Language","Start Lesson":"Start Lesson","Continue Lesson":"Continue Lesson","Click To Download":"Click To Download","Public Shareable":"Public Shareable","Meta Description":"Meta Description","Meta Image":"Meta Image","Share Title":"Share Title","Share Msg":"Share Msg","PUBLISH DATE":"PUBLISH DATE","Contact Number":"Contact Number","From":"From","Follow Up":"Follow Up","Datetime":"Datetime","Created Datetime":"Created Datetime","Live Event Will Start In":"Live Event Will Start In","Click Me To Participate This Event":"Click Me To Participate This Event","Live event will start in":"Live event will start in","click me to access":"click me to access","Event starting in":"Event starting in","Click here to access event in":"Click here to access event in","Poster Popup":"Poster Popup","Lesson Playlists":"Lesson Playlists","Event starts in":"Event starts in","Click to join event":"Click to join event","Sort Preferable Category Language":"Sort Category Language","language":"Language","Sort Level":"Sort Level"},"communication":{"Communication":"Communication","Questions & Answer":"Questions & Answer","Private Messages":"Private Messages","Message List":"Message List","Write your message":"Write your message","Search content here":"Search content here","Short Code":"Short Code","Field Name":"Field Name","Subscriptions":"Subscriptions","Send Message":"Send Message","Send Email":"Send Email","Compose Message":"Compose Message","Your referral link":"Your referral link","Copy Link":"Copy Link","Share the referral link with your friends.":"Share the referral link with your friends.","Your referral list":"Your referral list","Let's say Hi":"Let's say Hi"},"coupons":{"All":"All","Courses":"Courses","Course":"Course","Course Title":"Course Title","Categories":"Categories","Category":"Category","Subcategories":"Subcategories","Subcategory":"Subcategory","Subcategory List":"Subcategory List","Coupons List":"Coupons List","Single Coupons List":"Single Coupons List","Personalized Coupons List":"Personalized Coupons List","Common Coupons List":"Common Coupons List","Add New Coupons":"Add New Coupons","Update Coupons":"Update Coupons","Coupons":"Coupons","Invite":"Invite","Personalized":"Personalized","Single":"Single","Common":"Common","By":"By","Code":"Code","Add":"Add","Course Fee Settings":"Course Fee Settings","Update Invite Setting":"Update Invite Setting","Title":"Title","Type":"Type","Minimum Purchase":"Min. Purchase","Maximum Discount":"Max. Discount","Start Date":"Start Date","End Date":"End Date","Coupon Title":"Coupon Title","Coupon Code":"Coupon Code","Amount":"Amount","Add Coupons":"Add Coupons","Common Coupons":"Common Coupons","Single Coupons":"Single Coupons","Personalized Coupons":"Personalized Coupons","Invite By Code":"Invite By Code","List":"List","Active":"Active","Inactive":"Inactive","Select A Category":"Select A Category","Select A Subcategory":"Select A Subcategory","Referral Setting":"Referral Setting","Maximum Limit":"Maximum Limit","Role":"Role","Select A role":"Select A role","Add New Invite Setting":"Add New Invite Setting","Add New Invite By Code":"Add New Invite By Code","Update Invite By Code":"Update Invite By Code","Invited By":"Invited By","Invite Accept By":"Invite Accept By","Invite Code":"Invite Code","Coupon For":"Coupon For","Popular":"Popular","Topics are available":"Topics are available","Course progress":"Course progress","completed":"completed","Checkout":"Checkout","Discount or coupon info":"Discount or coupon info","Enter coupon code":"Enter coupon code","My Cart":"My Cart","Apply":"Apply","Status":"Status","Select A Course":"Select A Course","Select A Role":"Select a Role","Fixed":"Fixed","Percentage":"Percentage"},"courses":{"All":"All","Courses":"Courses","Course":"Course","List":"List","Live Class":"Live Class","Level":"Level","Language":"Language","Privacy":"Privacy","Duration":"Duration","Locked":"Locked","Unlock":"Unlock","Host":"Host","Enrollment":"Enrollment","Revenue":"Revenue","Total Revenue":"Total Revenue","Video URL":"Video URL","Chapter":"Chapter","Type":"Course Type","Categories":"Categories","Category":"Category","Subcategories":"Subcategories","Subcategory":"Subcategory","Subcategory List":"Subcategory List","Coupons List":"Coupons List","Courses List":"Courses List","Lesson List":"Lesson List","Add New Coupons":"Add New Coupons","Update Coupons":"Update Coupons","Coupons":"Coupons","Advanced Filter":"Advanced Filter","Filter":"Filter","Invite":"Invite","Statistics":"Statistics","URL":"URL","Instructor Revenue":"Instructor Revenue","Admin Revenue":"Admin Revenue","Enrolls":"Enrolls","Instructor Commission":"Instructor Commission","Admin Commission":"Admin Commission","Created":"Created","Course Title":"Course Title","Publish":"Publish","Unpublished":"Unpublished","Personalized":"Personalized","Single":"Single","Common":"Common","By":"By","Code":"Code","All Courses":"All Courses & Quiz","Lesson":"Lesson","Enrolled":"Enrolled","Sort by":"Sort by","Release date":"Release date","top sell":"top sell","course duration":"course duration","Price":"Price","Active":"Active","Pending":"Pending","Home Slider":"Home Slider","Single Slider":"Single Slider","Add":"Add","Course Fee Settings":"Course Fee Settings","Referral Setting":"Referral Setting","Maximum Limit":"Maximum Limit","Role":"Role","Description":"Description","Add New Category":"Add New Category","Show on home page":"Show on home page","Position Order":"Position Order","Status":"Status","Image":"Image","Thumbnail Image":"Thumbnail Image","Category List":"Category List","Update Category":"Update Category","Add New":"Add New","Recommended size 200px x 200px":"Recommended size 200px x 200px","Recommended size 1140px x 300px":"Recommended size 1140px x 300px","Instructor":"Instructor","My Courses":"My Courses","Overview of Courses":"Overview of Courses","Sub Category":"Sub Category","Beginner":"Beginner","Intermediate":"Intermediate","Advance":"Advance","Pro":"Pro","Recent Enrolls":"Recent Enrolls","This course is a top course":"This course is a top course","This course is a free course":"This course is a free course","This course has discounted price":"This course has discounted price","Discount":"Discount","Course overview host":"Course overview host","Meta description":"Meta description","Meta keywords":"Meta keywords","Course Thumbnail":"Course Thumbnail","You wont be able to revert this!":"You wont be able to revert this!","Are you sure want to Change this ?":"Are you sure want to Change this ?","Add Chapter \/ Lesson":"Add Chapter \/ Lesson","Curriculum":"Curriculum","Exercise":"Exercise","Purchase":"Purchase","Commission":"Commission","Start Your Course":"Start Your Course","Select Course":"Select Course","Instructor Commission Percentage":"Instructor Commission Percentage","Specific Instructor Commission Setup":"Specific Instructor Commission Setup","Course File":"Course File","Search result for":"Search result for","No results found for":"No results found for","Search Result":"Search Result","My Quizzes":"My Quizzes","Skill Level Intermediate":"Skill Level Intermediate","You have no permission to add":"You have no permission to add","Add New Subcategory":"Add New Subcategory","Update Subcategory":"Update Subcategory","Yes":"Yes","No":"No","Youtube":"Youtube","Vimeo":"Vimeo","Amazon S3":"Amazon S3","Self":"Self","Vimeo Video":"Vimeo Video","Video":"Video","Video File":"Video File","Browse Video file":"Browse Video File","Browse Image file":"Browse Image file","No Data Found":"No Data Found","Year":"Year","Month":"Month","Add Lesson":"Add Lesson","Requirements":"Requirements","Outcomes":"Outcomes","Iframe URL":"Iframe URL","Frontend View":"Frontend View","Iframe (Provide the source only)":"Iframe (Provide the source only)","Course Level":"Course Level","Level List":"Level List","Add New Level":"Add New Level","Recommended Size":"Recommended Size","Update Level":"Update Level","Supporting Materials":"Supporting Materials","Public Shareable":"Public Shareable","Meta Description":"Meta Description","Meta Image":"Meta Image","Share Title":"Share Title","Share Msg":"Share Msg","View Scope":"View Scope","Public":"Public"},"dashboard":{"Dashboard":"Dashboard","Subjects":"Subjects","Setting":"Setting","Logout":"Logout","Status Overview of Topics":"Status Overview of Topics","Overview of Topics":"Overview of Topics","Number of Subjects":"Number of Subjects","Enrolled":"Enrolled","Number of Enrolled":"Number of Enrolled","Enrolled Amount":"Enrolled Amount","Total Enrolled Amount":"Total Enrolled Amount","Enrolled Today":"Enrolled Today","Total Enrolled Today":"Total Enrolled Today","This Month":"This Month","Total Enrolled This Month":"Total Enrolled This Month","Monthly Income Stats for":"Monthly Income Stats for","Payment Statistics for":"Payment Statistics for","Recent Enrolls":"Recent Enrolls","Daily Wise Enroll Status for":"Daily Wise Enroll Status for","Monthly income status":"Monthly income status","No Results Found":"No Results Found","Completed":"Completed","Pending":"Pending","Active":"Active","Courses":"Courses","Quizzes":"Quizzes","Classes":"Classes"},"department":{"Department":"Department"},"footer":{"Footer":"Footer","Footer Settings":"Footer Settings","Dashboard":"Dashboard","Frontend CMS":"Frontend CMS","Copyright Text":"Copyright Text","About Text":"About Text","Section name":"Section name","About Description":"About Description","Add New Page":"Add New Page","Cancel":"Cancel","Widget":"Widget","Page Name":"Page Name","Edit Link":"Edit Link","Widget Title":"Widget Title","Add Link":"Add Link","Select Page":"Select Page","Are you sure":"Are you sure"},"frontend":{"Account Settings":"Account Settings","Change Password":"Change Password","Existing Password":"Existing Password","Re-Type Password":"Re-Type Password","Search courses":"Search courses","Search for course, skills and Videos":"Search for course, skills and Videos","Go Live":"Go Live","Join Now":"Join Now","Sign In":"Sign In","Description":"Description","Sign Up":"Sign Up","Course Schedule":"Course Schedule","as student to post a review":"as student to post a review","Log Out":"Log Out","Add To Bookmark":"Add To Bookmark","Already Bookmarked":"Already Bookmarked","File Locked":"File Locked","Course Files":"Course Files","No Review found":"No Review found","Rating based on":"Rating based on","or":"or","Live Class":"Live Class","Leave a replay":"Leave a replay","comment":"comment","Leave a question\/comment":"Leave a question\/comment","No Item found":"No Item found","Reply":"Reply","Exam":"Exam","Start Now":"Start Now","Waiting":"Waiting","Closed":"Closed","Share":"Share","Questions":"Questions","Join For Free":"Join For Free","Community Members":"Community Members","Premium Courses":"Premium Courses","Newly added Courses":"Newly added Courses","Students all over the World":"Students all over the World","Photographer":"Photographer","Duration":"Duration","Insights to lead skills to the believer":"Insights to lead skills to the believer","Top instructors from around the world":"Top instructors from around the world teach millions of students on Infix about peripherals that add functionality to a system.","Get Start Now":"Get Start Now","Skill Level":"Skill Level","Buy Now":"Buy Now","Your balance is lower than the topic price":"Your balance is lower than the topic price","Add to Cart":"Add to Cart","Already Enrolled":"Already Enrolled","Report the Course":"Report the Course","View Profile":"View Profile","You can pay":"You can pay","Topic Price":"Topic Price","Your Balance":"Your Balance","Wallet":"Wallet","Subtotal":"Subtotal","Total price without discount":"Total price without discount","Payable Amount":"Payable Amount","Please Pay Your Suitable Payment Method All Are Given Here !":"Please Pay Your Suitable Payment Method All Are Given Here !","Course Review":"Course Review","Write your review":"Write your review","Learning Photography":"Learning Photography","Be the first reviewer":"Be the first reviewer","Start streaming on-demand":"Start streaming on-demand video lectures today from top instructors in subjects like business, computer science, data science, language learning, & more.","Contact Information":"Contact Information","contact_subtitle":"Find Contact info","Send Us Message":"Send us Message","Name":"Name","Email Address":"Email Address","Subject":"Subject","Message":"Message","Send Message":"Send Message","Contact Us":"Contact Us","Total Spent":"Total Spent","Course Purchased":"Course Purchased","Balance":"Balance","My Courses":"My Courses","View All":"View All","Recently Viewed":"Recently Viewed","No Course Found!":"No Course Found!","No Course Found":"No Course Found","Top Categories":"Top Categories","Start Quiz":"Start Quiz","Enroll Now":"Enroll Now","Find videos courses":"Find videos courses","on almost any topic":"on almost any topic","to build career":"to build career","View All Courses":"View All Courses","Browse all of other categories":"Browse all of other categories","Limitless learning and more possibilities":"Limitless learning and more possibilities","Choose from over 100,000 online video courses with new":"Choose from over 100,000 online video courses with new","additions published every month":"additions published every month","Find Our Instructor":"Find Our Instructor","Top Online Courses":"Top Online Courses","The world\u2019s largest selection of courses choose from 130,000 online video courses with new additions published every month":"The world\u2019s largest selection of courses choose from 130,000 online video courses with new additions published every month","Online Learning from the World\u2019s best categories":"Online Learning from the World\u2019s best categories","Choose from over 100,000 online video courses with new additions published every month":"Choose from over 100,000 online video courses with new additions published every month","Explore popular Quizzes":"Explore popular Quizzes","Question":"Question","Students":"Students","Student":"Student","View All Quiz":"View All Quiz","Articles & News":"Articles & News","View All Articles & News":"View All Articles & News","Teach what you love. Corrector gives you the tools to create a course":"Teach what you love. Corrector gives you the tools to create a course","Start Teaching":"Start Teaching","Enjoy lifetime access to courses on our":"Enjoy lifetime access to courses on our","website and app":"website and app","Become a Instructor":"Become a Instructor","Keep up to date":"Keep up to date","Get e-mail updates":"Get e-mail updates","Stay tuned for the latest company news":"Stay tuned for the latest company news","Enter e-mail Address":"Enter e-mail Address","Email":"Email","Shopping Cart":"Shopping Cart","No Item":"No Item","View cart":"View cart","Checkout":"Checkout","No Item into cart":"No Item into cart","Join the Millions for better learning":"Join the Millions for better learning","Courses":"Courses","Beginner":"Beginner","Intermediate":"Intermediate","Advance":"Advance","Pro":"Pro","Course Price":"Course Price","Free Course":"Free Course","Paid Course":"Paid Course","Language":"Language","Course are found":"Course are found","None":"None","Price":"Price","Date":"Date","Order By":"Order By","Lessons":"Lessons","Filter Category":"Filter Category","Course Category":"Course Category","Subscribe Now":"Subscribe Now","Course Details":"Course Details","Category":"Category","Instructor Name":"Instructor Name","Preview this course":"Preview this course","Overview":"Overview","Curriculum":"Curriculum","Instructor":"Instructor","Reviews":"Reviews","Course Description":"Course Description","Twitter":"Twitter","Pinterest":"Pinterest","Linkedin":"Linkedin","Course Curriculum":"Course Curriculum","Lectures":"Lectures","Preview":"Preview","Start":"Start","Rating":"Rating","More Courses by Author":"More Courses by Author","Student Feedback":"Student Feedback","Course Rating":"Course Rating","Course you might like":"Course you might like","This course includes":"This course includes","lessons":"lessons","Enrolled":"Enrolled","students":"students","Certificate of Completion":"Certificate of Completion","Full lifetime access":"Full lifetime access","Classes":"Classes","Class Price":"Class Price","Paid Class":"Paid Class","Free Class":"Free Class","No Class Found":"No Class Found","Class are found":"Class are found","Class Category":"Class Category","Level":"Level","Quizzes":"Quizzes","Quiz":"Quiz","Quiz Category":"Quiz Category","Quiz Price":"Quiz Price","Paid Quiz":"Paid Quiz","Free Quiz":"Free Quiz","Quiz are found":"Quiz are found","No Quiz Found":"No Quiz Found","Class Details":"Class Details","rating":"rating","Facebook":"Facebook","questions":"questions","minutes":"minutes","minutes time limit per question":"minutes time limit per question","Instructions":"Instructions","Start your education Career with us":"Start your education Career with us","Popular Instructors":"Popular Instructors","Making sure that our products exceed customer expectations":"Making sure that our products exceed customer expectations","for quality, style and performance":"for quality, style and performance","Meet Our world-class instructors":"Meet Our world-class instructors","We are here to meet your demand and teach the most beneficial way for you in Personal":"We are here to meet your demand and teach the most beneficial way for you in Personal","Instructor Details":"Instructor Details","No course Found":"No course Found","We\u2019re here with you every step way":"We\u2019re here with you every step way","Send us your query anytime":"Send us your query anytime","Enter Name":"Enter Name","Enter your subject":"Enter your subject","Type e-mail address":"Type e-mail address","Write your message":"Write your message","Recent news update Form the blog":"Recent news update Form the blog","Recent News":"Recent News","Enter Password":"Enter Password","By signing up, you agree to":"By signing up, you agree to","Terms of Service and Privacy Policy":"Terms of Service and Privacy Policy","Already login. You can't register right now":"Already login. You can't register right now","to your account":"to your account","Welcome back, Please login":"Welcome back, Please login","Don\u2019t have an account":"Don\u2019t have an account","Welcome to Infix LMS":"Welcome to Infix LMS","Learning Management System":"Learning Management System","Excellence":"Excellence","Community":"Community","Diversity":"Diversity","Privacy Policy":"Privacy Policy","and":"and","First Name":"First Name","Last Name":"Last Name","Company Name":"Company Name","Optional":"Optional","Billing Details":"Billing Details","Enter First Name":"Enter First Name","Enter Last Name":"Enter Last Name","Country":"Country","Street Address":"Street Address","House Number and street address":"House Number and street address","Apartment, suite, unit etc (Optional)":"Apartment, suite, unit etc (Optional)","City \/ Town":"City \/ Town","Postcode \/ ZIP":"Postcode \/ ZIP","Enter city\/town name":"Enter city\/town name","Enter Company Name":"Enter Company Name","Phone No":"Phone No","e.g [email protected]":"e.g [email protected]","Additional Information":"Additional Information","Information details":"Information details","Note about your order, e.g. special note for you delivery":"Note about your order, e.g. special note for you delivery","Your order":"Your order","Place An Order":"Place An Order","Zip Code":"Zip Code","City":"City","Payment Method":"Payment Method","Order Details":"Order Details","Lesson Marked as Incomplete":"Lesson Marked as Incomplete","Lesson Marked as Complete":"Lesson Marked as Complete","Get Certificate":"Get Certificate","Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy":"Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy","Logged In Devices":"Logged In Devices","OS":"OS","Browser":"Browser","LogOut Date":"LogOut Date","LogOut":"LogOut","Logged Out SuccessFully":"Logged Out SuccessFully","Enter Your Old Password To Continue":"Enter Your Old Password To Continue","Your Password Doesnt Match":"Your Password Doesnt Match","Terms of Service":"Terms of Service","Enter Your Password To Continue":"Enter Your Password To Continue","Logged In Device":"Logged In Device","QA":"QA","No Class Assign":"No Class Assign","Subscription":"Subscription","Course Requirements":"Course Requirements","Course Outcomes":"Course Outcomes","Blogs":"Blogs","No results found for":"No results found for","Explore Courses":"Explore Courses","Ratings":"Ratings","Welcome Back":"Welcome Back","Are you ready for your next lesson?":"Are you ready for your next lesson?","My Course":"My Course","Leave a rating":"Leave a rating","Loading":"Loading","Verify Your Email Address":"Verify Your Email Address","A fresh verification link has been sent to your email address":"A fresh verification link has been sent to your email address","Before proceeding, please check your email for a verification link Login in Using that Link":"Before proceeding, please check your email for a verification link Login in Using that Link","Resend Mail":"Resend Mail","Next":"Next","Prev":"Prev","Copy Link":"Copy Link","Whatsapp":"Whatsapp","Event ended":"Event ended","Upcoming event":"Upcoming event","OPT IN":"OPT IN","Search for lessons":"Search for lessons","Search for course, lessons and Videos":"Search for course, lessons and Videos","Search for Course and Lesson":"Search for Course and Lesson","Last Watched":"Last Watched"},"frontendmanage":{"Frontend CMS":"Frontend CMS","Section Setting":"Section Setting","Social Setting":"Social Setting","Company":"Company","Become Instructor":"Become Instructor","Testimonials":"Testimonials","Blogs":"Blogs","FAQS":"FAQS","Footer Section":"Footer Section","Social Site Manage":"Social Site Manage","Home":"Home","Enter social link":"Enter social link","Add New":"Add New","Add New Section Setting":"Add New Section Setting","Add New Social Setting":"Add New Social Setting","Add":"Add","Update Section Setting":"Update Section Setting","Section List":"Section List","Section":"Section","Title":"Title","Button Name":"Button Name","Button Link":"Button Link","Description":"Description","Icon":"Icon","Date":"Date","Link":"Link","Topbar":"Topbar","Footer":"Footer","Testimonial":"Testimonial","Add New Testimonial":"Add New Testimonial","Update Testimonial":"Update Testimonial","Body":"Body","Author":"Author","Profession":"Profession","Body Text":"Body Text","Enter Author Name":"Enter Author Name","Enter Profession":"Enter Profession","Home Content":"Home Content","Page Content":"Page Content","Slider Title":"Slider Title","Payment Getway Title":"Payment Getway Title","Slider Text":"Slider Text","Payment Getway Text":"Payment Getway Text","Slider Shape Image":"Slider Shape Image","Payment Getway Image":"Payment Getway Image","Testimonial Title":"Testimonial Title","Sliders":"Sliders","Add New Slider":"Add New Slider","Update Slider":"Update Slider","Position No":"Position No","Home Slider":"Home Slider","My Profile":"My Profile","Social Name":"Social Name","Update Social Setting":"Update Social Setting","Privacy Policy":"Privacy Policy","General":"General","Personal Data":"Personal Data","Voluntary Disclosure":"Voluntary Disclosure","Children Privacy":"Children Privacy","Information About Cookies":"Information About Cookies","Thirt Party Advertising":"Thirt Party Advertising","Other Sites":"Other Sites","Teacher":"Teacher","Business Transfer":"Business Transfer","Bookmarks":"Bookmarks","Banner Title":"Banner Title","Banner Description":"Banner Description","Banner Image":"Banner Image","Mission Title":"Mission Title","Mission Description":"Mission Description","Mission Image":"Mission Image","Story Title":"Story Title","Story Description":"Story Description","Story Image":"Story Image","Invite Title":"Invite Title","Invite Description":"Invite Description","Invite Image":"Invite Image","About Content":"About Content","About":"About","Remove Photo":"Remove Photo","Upload Profile Photo":"Upload Profile Photo","Pages":"Pages","URL":"URL","Name":"Name","Sub Title":"Sub Title","Details":"Details","Page":"Page","Previous Billing Address":"Previous Billing Address","New Billing Address":"New Billing Address","Billing Address":"Billing Address","Select Billing Address":"Select Billing Address","Company Name":"Company Name","Country":"Country","Subscriber":"Subscriber","Billing Details":"Billing Details","Payment Method":"Payment Method","Created At":"Created At","Subscribe At":"Subscribe At","Who We Are":"Who We Are","Teacher Title":"Teacher Title","Teacher Details":"Teacher Details","Student Title":"Student Title","Student Details":"Student Details","Course Title":"Course Title","Course Details":"Course Details","Youtube Video Link":"Youtube Video Link","Browse Image":"Browse Image","Login Page":"Login Page","Slogan 1":"Slogan 1","Slogan 2":"Slogan 2","Slogan 3":"Slogan 3","Category Title":"Category Title","Category Sub Title":"Category Sub Title","Instructor Banner":"Instructor Banner","Instructor Title":"Instructor Title","Instructor Sub Title":"Instructor Sub Title","Course Sub Title":"Course Sub Title","Best Category Banner":"Best Category Banner","Best Course Title":"Best Course Title","Best Course Sub Title":"Best Course Sub Title","Quiz Title":"Quiz Title","Testimonial Sub Title":"Testimonial Sub Title","Article Title":"Article Title","Article Sub Title":"Article Sub Title","Course Page Title":"Course Page Title","Course Page Sub Title":"Course Page Sub Title","Course Page Banner":"Course Page Banner","Class Page Title":"Class Page Title","Class Page Sub Title":"Class Page Sub Title","Class Page Banner":"Class Page Banner","Quiz Page Title":"Quiz Page Title","Quiz Page Sub Title":"Quiz Page Sub Title","Quiz Page Banner":"Quiz Page Banner","Instructor Page Title":"Instructor Page Title","Instructor Page Sub Title":"Instructor Page Sub Title","Instructor Page Banner":"Instructor Page Banner","Contact Page Title":"Contact Page Title","Contact Page Sub Title":"Contact Page Sub Title","Contact Page Banner":"Contact Page Banner","About Page Title":"About Page Title","About Page Sub Title":"About Page Sub Title","About Page Banner":"About Page Banner","Subscribe Title":"Subscribe Title","Subscribe Sub Title":"Subscribe Sub Title","Subscribe Logo":"Subscribe Logo","Become Instructor Title":"Become Instructor Title","Become Instructor Sub Title":"Become Instructor Sub Title","Become Instructor Logo":"Become Instructor Logo","Image 1":"Image 1","Image 2":"Image 2","Image 3":"Image 3","Image 4":"Image 4","Homepage Banner":"Homepage Banner","Homepage Banner Title":"Homepage Banner Title","Homepage Banner Text":"Homepage Banner Text","Slug":"Slug","Key Features Show In Homepage":"Key Features Show In Homepage","Change Key Feature":"Change Key Feature","Key Feature":"Key Feature","Key Feature Subtitle":"Key Feature Subtitle","Page Link":"Page Link","Change":"Change","Key Feature Icon":"Key Feature Icon","Banner":"Banner","Header Menu":"Header Menu","Menu Manager":"Menu Manager","Menu List":"Menu List","Add Menu":"Add Menu","Select All":"Select All","Static Pages":"Static Pages","Custom Links":"Custom Links","Live Class":"Live Class","Quizzes":"Quizzes","Courses":"Courses","Sub Category":"Sub Category","Category":"Category","Not Found Data":"Not Found Data","Sub Menu":"Sub Menu","Login & Registration":"Login & Registration","Become Instructor Page Title":"Become Instructor Page Title","Become Instructor Page Sub Title":"Become Instructor Page Sub Title","Become Instructor Page Banner":"Become Instructor Page Banner","Page Banner Status":"Page Banner Status","Page Banner":"Page Banner","Page Sub Title":"Page Sub Title","Page Title":"Page Title","Blog Page Banner":"BLog Page Banner","BLog Page Sub Title":"BLog Page Sub Title","BLog Page Title":"BLog Page Title","Total Students":"Total Students","Total Teachers":"Total Teachers","Total Courses":"Total Courses","Show Testimonial":"Show Testimonial","Show Brand":"Show Brand","Show Become Instructor":"Show Become Instructor","Maintenance Page Banner":"Maintenance Page Banner","Homepage Banner Logo":"Homepage Banner Logo","Registration Page":"Registration Page","Forget Password Page":"Forget Password Page","Forget Password\/Others Page":"Forget Password\/Others Page","Banner Section Show In Homepage":"Banner Section Show In Homepage","Category Section Show In Homepage":"Category Section Show In Homepage","Instructor Section Show In Homepage":"Instructor Section Show In Homepage","Quiz Section Show In Homepage":"Quiz Section Show In Homepage","Become Instructor Section Show In Homepage":"Become Instructor Section Show In Homepage","Subscribe Section Show In Homepage":"Subscribe Section Show In Homepage","Article Section Show In Homepage":"Article Section Show In Homepage","Testimonial Section Show In Homepage":"Testimonial Section Show In Homepage","Course Section Show In Homepage":"Course Section Show In Homepage","Sponsor Section Show In Homepage":"Sponsor Section Show In Homepage","Best Category Section Show In Homepage":"Best Category Section Show In Homepage","Show Menu Search Box":"Show Menu Search Box","Show Banner Search Box":"Show Banner Search Box","Show Map":"Show Map","Edit Profile":"Edit Profile","Contact Us":"Contact Us"},"imagegallery":{"Image Gallery":"Image Gallery","Manage Gallery":"Manage Gallery","Add New Image":"Add New Image","Update Image":"Update Image","Add":"Add","Title":"Title","Image":"Image","Recommended size 200px x 200px":"Recommended size 200px x 200px","Recommended size 370px x 250px":"Recommended size 370px x 250px","Description":"Description","Status":"Status","Sorry ! Your gallery is empty":"Sorry ! Your gallery is empty"},"install":{"welcome_description":"Thank you for choosing InfixLMS for learning management system.\n Please follow the steps to complete InfixLMS installation!","install_with_seed":"Install with demo data","phone":"Phone","address":"Address","site_title":"Site Title"},"instructor":{"Instructors":"Instructors","Add Instructor":"Add Instructor","About":"About","Date of Birth":"Date of Birth","Payout Lists":"Payout Lists","Payout":"Payout"},"jitsi":{"Jitsi":"Jitsi","Jitsi Class":"Jitsi Class","Jitsi Setting":"Jitsi Setting","Manage":"Manage","Setting":"Setting","Password Length":"Password Length","Dashboard":"Dashboard","Enable":"Enable","Disable":"Disable","Welcome Message":"Welcome Message","Dial Number":"Dial Number","Max Participants":"Max Participants","0 means Unlimited":"0 means Unlimited","Logout Url":"Logout Url","Record":"Record","Duration":"Duration","Is Breakout":"Is Breakout","Moderator Only Message":"Moderator Only Message","Auto Start Recording":"Auto Start Recording","Allow Start Stop Recording":"Allow Start Stop Recording","Webcams Only For Moderator":"Webcams Only For Moderator","Logo":"Logo","Browse":"Browse","Copyright":"Copyright","Mute On Start":"Mute On Start","Lock Settings Disable Mic":"Lock Settings Disable Mic","Lock Settings Disable Private Chat":"Lock Settings Disable Private Chat","Lock Settings Disable Public Chat":"Lock Settings Disable Public Chat","Lock Settings Disable Note":"Lock Settings Disable Note","Lock Settings Locked Layout":"Lock Settings Locked Layout","Lock Settings Lock On Join":"Lock Settings Lock On Join","Lock Settings Lock On Join Configurable":"Lock Settings Lock On Join Configurable","Guest Policy":"Guest Policy","Redirect":"Redirect","Join Via Html 5":"Join Via Html 5","State":"State","Update":"Update","Jitsi Security Salt":"Jitsi Security Salt","Jitsi Server Base URL":"Jitsi Server Base URL","ID":"ID","Password":"Password","Topic":"Topic","Date & Time":"Date & Time","Start Join":"Start Join","Actions":"Actions","Join as Moderator":"Join as Moderator","Join as Attendee":"Join as Attendee","Add":"Add","Class Not Running":"Class Not Running","Classes":"Classes","Class":"Class","List":"List","Yes":"Yes","Running":"Running","Closed":"Closed","No":"No","Description":"Description","Attendee Password":"Attendee Password","Moderator Password":"Moderator Password","Date Of Class":"Date Of Class","Time Of Class":"Time Of Class","Change Default Settings":"Change Default Settings","Save Class":"Save Class","Save":"Save","Class Duration":"Class Duration","Date":"Date","Time":"Time","Start":"Start","Join":"Join","Select":"Select","View":"View","Edit":"Edit","Delete":"Delete","Cancel":"Cancel","Instructor":"Instructor","Name":"Name","Status":"Status","Start\/Join":"Start\/Join","Details":"Details","Moderator Join":"Moderator Join","Attendee Join":"Attendee Join","Close":"Status","Join Url":"Join Url","Class Id":"Class Id","Start Date Time":"Start Date Time","Delete Class":"Delete Class","You sure to delete ?":"You sure to delete ?","Meeting ID\/Room":"Meeting ID\/Room"},"lang":{"Student":"Student","Successfully":"Successfully","Deleted":"Deleted","Image size is too large":"Image size is too large","Yes":"Yes","Enable":"Enable","Delete":"Delete","Disable":"Disable","Cancel":"Cancel","Are you sure want to":"Are you sure want to","Course":"Course","Cart":"Cart","Remove":"Remove","Oops":"Oops","Message":"Message","Activated":"Activated","Operation Failed":"Operation Failed","Account was Created successfully, please Check you Email":"Account was Created successfully, please Check you Email","Deactivated":"Deactivated","Oops, Something Went Wrong":"Oops, Something Went Wrong","Added":"Added","examinations":"Examinations","dashboard":"Dashboard","online_exam":"Online_exam","marking":"Marking","subject":"Subject","exam":"Exam","student":"Student","class_sec":"Class Sec"},"leadinquiry":{"Lead":"Lead","Lead List":"Lead List"},"newsletter":{"Newsletter":"Newsletter","Mailchimp":"Mailchimp","Mailchimp API Setting":"Mailchimp API Setting","GetResponse":"GetResponse","GetResponse API Setting":"GetResponse API Setting","SL":"SL","List Name":"List Name","ID":"ID","Subscribers":"Subscribers","Not Connected":"Not Connected","Connected":"Connected","Status":"Status","API Key":"API Key","Your Mailchimp API key":"Your Mailchimp API key","Your GetResponse API key":"Your GetResponse API key","The API key for connecting with your Mailchimp account":"The API key for connecting with your Mailchimp account","The API key for connecting with your GetResponse account":"The API key for connecting with your GetResponse account","Get your API key here":"Get your API key here","Your Mailchimp Account":"Your Mailchimp Account","Your GetResponse Account":"Your GetResponse Account","No List Found":"No List Found","Setting":"Setting","Homepage Method":"Homepage Method","Select Service":"Select Service","Select List":"Select List","Local":"Local","System Subscriber":"System Subscriber","Select List For Homepage Newsletter Subscription":"Select List For Homepage Newsletter Subscription","Select Service For Homepage":"Select Service For Homepage","Select Service For Students":"Select Service For Students","Select Service For Instructors":"Select Service For Instructors","Enable":"Enable","Select List For Student Subscription After Registration":"Select List For Student Subscription After Registration","Select List For Instructor Subscription After Registration":"Select List For Instructor Subscription After Registration","Subscription List":"Subscription List"},"pagination":{"previous":"Previous","next":"Next;"},"passwords":{"reset":"Your password has been reset!","sent":"We have emailed your password reset link!","throttled":"Please wait before retrying.","token":"This password reset token is invalid.","user":"We can't find a user with that email address.","Infix CRM":"Infix CRM","Language":"Language"},"payment":{"Revenue":"Revenue","Payment":"Payment","Balance":"Balance","Amount":"Amount","Total":"Total","Fund":"Fund","Method":"Method","Discount":"Discount","Online Payment Log":"Online Payment Log","Bank Payment Log":"Bank Payment Log","Offline Payment":"Offline Payment","Fund History":"Fund History","Payment Received Online":"Payment Received Online","Payout & Earning":"Payout & Earning","Transaction":"Transaction","Request Date":"Request Date","F-ID":"F-ID","Admin Course Revenue List":"Admin Course Revenue List","Admin Revenue":"Admin Revenue","VAT Number":"VAT Number","Wallet":"Wallet","Bank Payment":"Bank Payment","Expense":"Expense","Income":"Income","Accounts":"Accounts","Account":"Account","Payments":"Payments","Price":"Price","Approved":"Approved","Account Name":"Account Name","View":"View","Update Payment Info":"Update Payment Info","Narration":"Narration","Add New Payment":"Add New Payment","Voucher Approval":"Voucher Approval","Approval":"Approval","Approve":"Approve","Pending":"Pending","Cancel":"Cancel","Cheque Date":"Cheque Date","Cheque No":"Cheque No","Bank Name":"Bank Name","Bank Branch":"Bank Branch","Voucher Info Details":"Voucher Info Details","Tx Id":"Tx Id","Set Approval":"Set Approval","Total Amount":"Total Amount","Debit":"Debit","Credit":"Credit","Created By":"Created By","Journal":"Journal","Journal Voucher":"Journal Voucher","Debit and Credit amount was mismatched":"Debit and Credit amount was mismatched","Update Journal Info":"Update Journal Info","Earning":"Earning","Selected Payout Method":"Selected Payout Method","Payout Method":"Payout Method","Invoice Date":"Invoice Date","Charge":"Charge","Invoice":"Invoice","Total Price":"Total Price","Purchase history":"Purchase history","Payment Method":"Payment Method","Deposit Amount":"Deposit Amount","Pay With Sslcommerz":"Pay With Sslcommerz","Pay With":"Pay With","Deposit history":"Deposit history","Discount Amount":"Discount Amount","Pay With stripe":"Pay With stripe","Pay From Wallet":"Pay From Wallet","Fund Deposit":"Fund Deposit","Save Info":"Save Info","All":"All"},"quiz":{"Quiz":"Quiz","Chapter":"Chapter","Chapter List":"Chapter List","Question Group":"Question Group","Question Bank":"Question Bank","Question":"Question","Category":"Category","Sub Category":"Sub Category","Question Type":"Question Type","Marks":"Marks","Group":"Group","Create":"Create","Also apply defaults to existing questions":"Also apply defaults to existing questions","Topic":"Topic","Yes":"Yes","True":"True","False":"False","Allow users to see all correct answers at end of quiz":"Allow users to see all correct answers at end of quiz","Randomise Questions":"Randomise Questions","Quiz Setup":"Quiz Setup","Question List":"Question List","Quiz Report":"Quiz Report","Time":"Time","Search":"Search","Report":"Report","Result":"Result","Student":"Student","Total Marks":"Total Marks","Total Questions":"Total Questions","Obtained Marks":"Obtained Marks","Select Criteria":"Select Criteria","Course":"Course","Save Setup":"Save Setup","Limit user time per question":"Limit user time per question","Mark Register":"Mark Register","Manage Question":"Manage Question","Quiz Question":"Quiz Question","Quiz Details":"Quiz Details","Passing Percentage":"Passing Percentage","Passing %":"Passing %","Option":"Option","View":"View","Pending":"Pending","Published":"Published","Absent":"Absent","Online Quiz List":"Online Quiz List","Published Now":"Published Now","Quiz Time":"Quiz Time","Instruction":"Instruction","Instructor":"Instructor","Online Quiz":"Online Quiz","Minimum Percentage":"Minimum Percentage","Start Time":"Start Time","End Time":"End Time","Quiz Title":"Quiz Title","Set Quiz":"Set Quiz","Question Group List":"Question Group List","Question Bank List":"Question Bank List","Suitable Words":"Suitable Words","Number Of Options":"Number Of Options","Multiple Choice":"Multiple Choice","True False":"True False","Fill In The Blanks":"Fill In The Blanks","filterBy":"Advance Search","selectGroup":"Select Group","selectCourse":"Select Course","Number of Instructor":"Number of Instructor","Per Question time count":"Per Question time count","Per Question Time Count (Minute)":"Per Question Time Count (Minute)","Total Quiz time count (Minute)":"Total Quiz time count (Minute)","Question Review":"Question Review","If you enable this option, show result: after each submit will disabled":"If you enable this option, show result: after each submit will disabled","Note":"Note","Show Results After Each Submit":"Show Results After Each Submit","Random Question":"Random Question","Multiple Attend":"Multiple Attend"},"report":{"Admin Course Revenue List":"Admin Course Revenue List","Report":"Report","Admin Revenue":"Admin Revenue","With Discount":"With Discount","Without Discount":"Without Discount","Start Date":"Start Date","End Date":"End Date","Enrolled Student":"Enrolled Student","Price":"Price","Revenue":"Revenue","Discount":"Discount","Enrolled Date":"Enrolled Date","Purchase ID":"Purchase ID"},"role":{"Role List":"Role List","Role":"Role","Instructor Role":"Instructor Role","Details":"Details","Role has been added Successfully":"Role has been added Successfully","Role has been updated Successfully":"Role has been updated Successfully","Edit Role Info":"Edit Role Info","Role has been deleted Successfully":"Role has been deleted Successfully","Permission":"Permission","Menu":"Menu","Sub-Menu":"Sub-Menu","assign_permission":"Assign Permission","role_permission":"Role Permission"},"setting":{"Symbol":"Symbol","Setting":"Setting","Conversion Rate":"Conversion Rate","Currency List":"Currency List","Edit Currency Info":"Edit Currency Info","Currency Updated Successfully":"Currency Updated Successfully","Currency Added Successfully":"Currency Added Successfully","Currency has been deleted Successfully":"Currency has been deleted Successfully","SMS Gateways Credentials has been updated Successfully":"SMS Gateways Credentials has been updated Successfully","SMS has been sent Successfully":"SMS has been sent Successfully","SMTP Gateways Credentials has been updated Successfully":"SMTP Gateways Credentials has been updated Successfully","Mail has been sent Successfully":"Mail has been sent Successfully","Please Configure SMTP settings first":"Please Configure SMTP settings first","Language has been deleted Successfully":"Language has been deleted Successfully","Language Updated Successfully":"Language Updated Successfully","Language Added Successfully":"Language Added Successfully","RTL":"RTL","RTL\/LTL":"RTL\/LTL","Active":"Active","Translation":"Translation","Native Name":"Native Name","Edit Language Info":"Edit Language Info","Select Translatable File":"Select Translatable File","Key":"Key","Value":"Value","API Key":"API Key","Registered Phone Number":"Registered Phone Number","Authentication Token":"Authentication Token","Twilio Account SID":"Twilio Account SID","Send Test Mail":"Send Test Mail","Send a Test Email to":"Send a Test Email to","Predefined Footer":"Predefined Footer","Predefined Header":"Predefined Header","Email Signature":"Email Signature","Sender Email":"Sender Email","Sender Name":"Sender Name","Email Protocol":"Email Protocol","Mail Engine":"Mail Engine","From Name":"From Name","From Mail":"From Mail","Mail Host":"Mail Host","Mail Port":"Mail Port","Mail Username":"Mail Username","Mail Password":"Mail Password","Mail Encryption":"Mail Encryption","Email Charset":"Email Charset","Settings":"Settings","About":"About","Misc":"Misc","Tags":"Tags","Theme Options":"Theme Options","Cronjob":"Cronjob","E-Sign":"E-Sign","PDF Settings":"PDF Settings","Calendar":"Calendar","SMS":"SMS","Support":"Support","Customer Permission":"Customer Permission","SMTP Settings":"SMTP Settings","Company Information":"Company Information","General":"General","Activation":"Activation","Activate":"Activate","Type":"Type","System Default Language":"System Default Language","Copyright Text":"Copyright Text","File Supported":"File Supported","Site Title":"Site Title","Remove":"Remove","Upload Fav Icon":"Upload Fav Icon","Fav Icon":"Fav Icon","Logo":"Logo","Upload Header Logo":"Upload Header Logo","Header Logo":"Header Logo","Upload Footer Logo":"Upload Footer Logo","Footer Logo":"Footer Logo","System Default Currency":"System Default Currency","Currency Symbol":"Currency Symbol","Currency Code":"Currency Code","SMTP":"SMTP","Date Format":"Date Format","Time Zone":"Time Zone","Activate SMS Gateway":"Activate SMS Gateway","SMS Settings":"SMS Settings","Twilio Settings":"Twilio Settings","Text To Local Settings":"Text To Local Settings","URL":"URL","Instructor Revenue percentage of course fee":"Instructor Revenue percentage of course fee","IP":"IP","Specific Course List":"Specific Course List","Specific Instructor List":"Specific Instructor List","Agent":"Agent","Setup":"Setup","Email Body":"Email Body","Email Send From":"Email Send From","Email Template":"Email Template","Username":"Username","Payment Method Settings":"Payment Method Settings","gateway_setting":"Gateway Settings","Mail Driver":"Mail Driver","Facebook Secret Key":"Facebook Secret Key","Facebook Client ID":"Facebook Client ID","Google Secret Key":"Google Secret Key","Google Client ID":"Google Client ID","Public Instructor Course Approval":"Public Instructor Course Approval","Public Instructor Registration":"Public Instructor Registration","Message":"Message","Description":"Description","Code":"Code","Default Short Code":"Default Short Code","Footer Email Configuration":"Footer Email Configuration","Meta Description":"Meta Description","Meta Keywords":"Meta Keywords","SEO Setting":"SEO Setting","Social Login Setting":"Social Login Setting","Commission":"Commission","Flat Commission":"Flat Commission","Instructor Commission":"Instructor Commission","Course Commission":"Course Commission","Subscription":"Subscription","Specific Course Commission Setup":"Specific Course Commission Setup","Store Password":"Store Password","Store ID":"Store ID","Vimeo Settings":"Vimeo Settings","Vimeo Configuration":"Vimeo Configuration","Vimeo App ID":"Vimeo App ID","Vimeo Client":"Vimeo Client","Vimeo Secret":"Vimeo Secret","Vimeo Access":"Vimeo Access","Reports":"Reports","System Info":"System Info","General Settings":"General Settings","Email Configuration":"Email Configuration","SMS Configuration":"SMS Configuration","Homepage SEO Setup":"Homepage SEO Setup","Social Login":"Social Login","Success":"Success","Address":"Address","Send Grid":"Send Grid","Format":"Format","Company Name":"Company Name","Send Mail":"Send Mail","System Settings":"System Settings","Social Login Setup":"Social Login Setup","Admin Revenue percentage of course fee":"Admin Revenue percentage of course fee","Module":"Module","Manage":"Manage","Refresh":"Refresh","SL":"SL","Name":"Name","Status":"Status","Action":"Action","Disable":"Disable","Enable":"Enable","Verify":"Verify","Not Verified":"Not Verified","Verified":"Verified","Appearance":"Appearance","Themes":"Themes","Theme Details":"Theme Details","Upload Theme":"Upload Theme","Title":"Title","Browse Zip":"Browse Zip","Install Now":"Install Now","System Setting":"System Setting","Live Preview":"Live Preview","Version":"Version","Current Theme":"Current Theme","Footer Setting":"Footer Setting","Gateway Status":"Gateway Status","Client Secret":"Client Secret","Client ID":"Client ID","Publisher Key":"Publisher Key","Secret Key":"Secret Key","Map":"Map","Latitude":"Latitude","Longitude":"Longitude","Api Settings":"Api Settings","Google":"Google","Fixer":"Fixer","Fixer Key":"Fixer Key","Api Settings Saved Successfully":"Api Settings Saved Successfully","Click Here to Get Fixer Api Key":"Click Here to Get Fixer Api Key","Google Map API Key":"Google Map API Key","Razor Key":"Razor Key","Razor Secret":"Razor Secret","Merchant ID":"Merchant ID","Merchant Key":"Merchant Key","PayTM Merchant Website":"PayTM Merchant Website","PayTM Channel":"PayTM Channel","Industry Type":"Industry Type","PayStack Public Key":"PayStack Public Key","PayStack Secret Key":"PayStack Public Key","Merchant Email":"Merchant Email","PayStack Payment URL":"PayStack Payment URL","Account Holder":"Account Holder","Account Number":"Account Number","Branch Name":"Branch Name","Bank Name":"Bank Name","For Details":"For Details","Subject":"Subject","Click Here":"Click Here","Currency Conversion":"Currency Conversion","Backend":"Backend","Frontend":"Frontend","Zoom Level":"Zoom Level","Site":"Site","Email Engine Type":"Email Engine Type","Students Active Device Limit":"Students Active Device Limit","About System":"About System","Software Version":"Software Version","Check update":"Check update","Update":"Update","PHP Version":"PHP Version","Curl Enable":"Curl Enable","Install Domain":"Install Domain","System Activated Date":"System Activated Date","Purchase code":"Purchase code","Upload From Local Directory":"Upload From Local Directory","Update System":"Update System","Php Mail":"Php Mail","IP Block":"IP BLock","Add IP":"Add IP","IP Address":"IP Address","Block Reason":"Block Reason","Geo Location":"Geo Location","Country":"Country","Region":"Region","City":"City","Zip Code":"Zip Code","Login At":"Login At","Account Type":"Account Type","Payment Details":"Payment Details","Header Menu":"Header Menu","Cookies settings":"Cookies settings","Cookies Allow Enable":"Cookies Allow Enable","Button Text":"Button Text","Background Color":"Background Color","Button Background Color":"Button Background Color","Details":"Details","API KEY":"API KEY","API Auth Token":"API Auth Token","Instamojo URL":"Instamojo URL","Server Key":"Server Key","Payeer Marchant":"Payeer Marchant","Payeer Key":"Payeer Key","Make sure you have":"Make sure you have","registered in PayStack":"registered in PayStack","Set Redirection Settings In Midtrans":"Set Redirection Settings In Midtrans","Set Redirection Settings In Payeer":"Set Redirection Settings In Payeer","City List":"City List","Edit City Info":"Edit City Info","City has been deleted Successfully":"City has been deleted Successfully","Timezone has been deleted Successfully":"Timezone has been deleted Successfully","Timezone List":"Timezone List","Timezone":"Timezone","Timezone Code":"Timezone Code","Timezone Name":"Timezone Name","Theme Customization":"Theme Customization","Primary Color":"Primary Color","Secondary Color":"Secondary Color","Add New":"Add New","Frontend Theme Color":"Frontend Theme Color","Clone Theme":"Clone Theme","Color Theme":"Color Theme","Color Theme List":"Color Theme List","Theme Title":"Theme Title","Make Default Theme":"Make Default Theme","Reset To Default":"Reset To Default","Theme Cloned Successful":"Theme Cloned Successful","Clone of":"Clone of","You can not permitted to delete system theme":"You can not permitted to delete system theme","Theme Deleted Successful":"Theme Deleted Successful","Theme Set Default Successful":"Theme Set Default Successful","New Theme Created Successful":"New Theme Created Successful","Theme Update Successfully":"Theme Update Successfully","Maintenance":"Maintenance","Cron Job":"Cron Job","Currency Show At":"Currency Show At","Left":"Left","Left With Space":"Left With Space","Right":"Right","Right With Space":"Right WIth Space","Google Analytics":"Google Analytics","Utilities":"Utilities","Clear Log":"Clear Log","App Debug":"App Debug","Clear Cache":"Clear Cache","Invalid Command":"Invalid Command","Last Update at":"Last Update at","Cache settings":"Cache settings","Cache Driver":"Cache Driver","Array":"Array","File":"File","Redis":"Redis","Memcached":"Memcached","Redis Host":"Redis Host","Redis Password":"Redis Password","Redis Port":"Redis Port","Memcached Host":"Memcached Host","Memcached Password":"Memcached Password","Memcached Port":"Memcached Port","Memcached Username":"Memcached Username","Hide Footer From Mobile":"Hide Footer From Mobile","Click Here to Get Google Map Api Key":"Click Here to Get Google Map Api Key","Click Here to Get Vimeo Api Key":"Click Here to Get Vimeo Api Key","Edit Timezone Info":"Edit Timezone Info","Theme Color":"Theme Color","Category Show In Frontend":"Category Show In Frontend","Footer Background Color":"Footer Background Color","Footer Headline Color":"Footer Headline Color","Footer Text Color":"Footer Text Color","Show Cart In Frontend":"Show Cart In Frontend"},"setup":{"Division":"Division","District":"District","Upazila":"Upazila","Upazila List":"Upazila List","Bangla Name":"Bangla Name","Edit Info Upazila":"Edit Info Upazila","Division List":"Division List","Edit Info Division":"Edit Info Division","District List":"District List","Upazila has been added Successfully":"Upazila has been added Successfully","Upazila has been updated Successfully":"Upazila has been updated Successfully","Upazila has been deleted Successfully":"Upazila has been deleted Successfully","Division has been added Successfully":"Division has been added Successfully","Division has been updated Successfully":"Division has been updated Successfully","Division has been deleted Successfully":"Division has been deleted Successfully","District has been added Successfully":"District has been added Successfully","District has been updated Successfully":"District has been updated Successfully","District has been deleted Successfully":"District has been deleted Successfully","Tax has been deleted Successfully":"Tax has been deleted Successfully","Tax":"Tax","Tax List":"Tax List","Status":"Status","Rate":"Rate","Edit Tax InFo":"Edit Tax InFo"},"sponsor":{"Sponsor Saved Successfully":"Sponsor Saved Successfully","Sponsor Deleted Successfully":"Sponsor Deleted Successfully","Sponsor Updated Successfully":"Sponsor Updated Successfully","Sponsors":"Sponsors","Add New Sponsor":"Add New Sponsor","Image":"Image","Title":"Title","Sponsor List":"Sponsor List","Frontend CMS":"Frontend CMS"},"student":{"Students":"Students","Student":"Student","Add Student":"Add Student","Add New Student":"Add New Student","Number of Students":"Number of Students","Students List":"Students List","Enrolled Student":"Enrolled Student","Update Student":"Update Student","Filter Enroll History":"Filter Enroll History","Enrolled Student List":"Enrolled Student List","Enter Full Name":"Enter Full Name","yourself":"yourself","Full Name":"Full Name","Phone Number":"Phone Number","Quiz":"Quiz","Question":"Question","No Course Purchased Yet":"No Course Purchased Yet","No Course Yet":"No Course Yet","No Course viewed Yet":"No Course viewed Yet","Engineer at InfixLMS":"Engineer at InfixLMS","Add a professional headline like":"Add a professional headline like","Headline":"Headline","Write Note here":"Write Note here","Preview":"Preview","Drop your file here":"Drop your file here","Recommended image size":"Recommended image size","or choose files to upload":"or choose files to upload","Social Links":"Social Links","Add your Facebook URL":"Add your Facebook URL","Facebook URL":"Facebook URL","Add your Twitter URL":"Add your Twitter URL","Twitter URL":"Twitter URL","Add your LinkedIn URL":"Add your LinkedIn URL","LinkedIn profile":"LinkedIn profile","Add your Youtube URL":"Add your Youtube URL","Youtube Profile":"Youtube Profile","Live":"Live","Classes":"Classes","Lessons":"Lessons","Account Settings":"Account Settings","Email Address":"Email Address","Edit your account settings and change your password here":"Edit your account settings and change your password here","Type existing password":"Type existing password","Type new password":"Type new password","Re-type new password":"Re-type new password","Print":"Print","Download":"Download","Date":"Date","Status":"Status","Company":"Company","Billed To":"Billed To","Name":"Name","Phone":"Phone","Email":"Email","Address":"Address","Order List":"Order List","Course name":"Course name","Price":"Price","Total":"Total","No results found for":"No results found for","Course Details":"Course Details","Left of this Section":"Left of this Section","Continue":"Continue","Skip":"Skip","Submit":"Submit","Your Exam Score":"Your Exam Score","Congratulations! You\u2019ve completed":"Congratulations! You\u2019ve completed","Exam Score":"Exam Score","Correct Answer":"Correct Answer","Wrong Answer":"Wrong Answer","Rating":"Rating","Done":"Done","See Answer Sheet":"See Answer Sheet","Empty":"Empty","Product":"Product","View":"View","Proceed to checkout":"Proceed to checkout","Recommended size":"Recommended size","Browse Image file":"Browse Image file","Reject Reason":"Reject Reason","No Class Purchased Yet":"No Class Purchased Yet","No Quiz Purchased Yet":"No Quiz Purchased Yet","No Class Yet":"No Class Yet","No Quiz Yet":"No Quiz Yet","Good Morning":"Good Morning","Good Afternoon":"Good Afternoon","Good Evening":"Good Evening","Complete":"Complete","Recommended For You":"Recommended For You","Quiz you might like":"Quiz you might like","Are you ready for your next lesson":"Are you ready for your next lesson","Save":"Save","My Account":"My Account","Pay Method":"Pay Method","Paid":"Paid","Unpaid":"Unpaid","Result Sheet":"Result Sheet","Class you might like":"Class you might like","Are you ready for your next class":"Are you ready for your next class","Sub Total":"Sub Total","Title":"Title","No Event Yet":"No Event Yet"},"subscription":{"Subscription":"Subscription","FAQ":"FAQ","Question":"Question","Answer":"Answer","FAQ List":"FAQ List","Add FAQ":"Add FAQ","Edit FAQ":"Edit FAQ","Update FAQ":"Update FAQ","Delete FAQ":"Delete FAQ","Subscription Page Title":"Subscription Page Title","Subscription Page Sub Title":"Subscription Page Sub Title","Subscription Page Banner":"Subscription Page Banner","Plan":"Plan","Plan List":"Plan List","Add Plan":"Add Plan","Edit Plan":"Edit Plan","Update Plan":"Update Plan","Delete Plan":"Delete Plan","Title":"Title","Price":"Price","About":"About","Button Text":"Button Text","Order":"Order","Included features":"Included features","These features for both of the plan":"These features for both of the plan","Plan Features":"Plan Features","Plan Feature":"Plan Feature","Plan Feature List":"Plan Feature List","Add Plan Feature":"Add Plan Feature","Edit Plan Feature":"Edit Plan Feature","Update Plan Feature":"Update Plan Feature","Delete Plan Feature":"Delete Plan Feature","Frequently Ask Question":"Frequently Ask Question","Pricing Plan & Package":"Pricing Plan & Package","Setting":"Setting","Settings":"Settings","Commission Rate":"Commission Rate","Days":"Days","You must":"You must","login":"login","Subscription Price":"Subscription Price","Subscription History":"Subscription History","Start Date":"Start Date","End Date":"End Date","Payment Method":"Payment Method","Status":"Status","No Subscription Purchased Yet":"No Subscription Purchased Yet","Admin Commission Rate":"Admin Commission Rate","Instructor Commission Rate":"Instructor Commission Rate","Assign":"Assign","Course Assign":"Course Assign","Course":"Course","Course List":"Course List","Add course":"Add course","All Courses":"All Courses","Selected Courses":"Selected Courses"},"tax":{"TAX":"TAX","TAX Setting":"TAX Setting","Percentage":"Percentage","Apply TAX":"Apply TAX"},"validation":{"name.required":"The name field is required.","password.required":"The password field is required.","phone.string":"The phone must be a string.","phone.regex":"The phone format is invalid.","phone.min":"The phone must be at least 1 characters.","phone.unique":"The phone has already been taken.","email.required":"The email field is required.","email.email":"The email must be a valid email address.","email.unique":"The email has already been taken.","password.min":"The password must be at least 8 characters.","password.confirmed":"The password confirmation does not match.","id.required":"The id field is required.","message.required":"The message field is required.","discount.required":"The discount field is required.","subject.required":"The subject field is required.","body.required":"The body field is required.","name.max":"The name may not be greater than 255 characters.","category_id.required":"The category id field is required.","category_id.max":"The category id may not be greater than 255 characters.","photo.sometimes":"validation.sometimes","photo.mimes":"The photo must be a file of type: jpeg,jpg,png,gif.","photo.max":"The photo may not be greater than 10000 characters.","photo.dimensions":"The photo has invalid image dimensions.","name.unique":"The name has already been taken.","thumbnail.mimes":"The thumbnail must be a file of type: jpeg,jpg,png,gif.","thumbnail.max":"The thumbnail may not be greater than 10000 characters.","title.required":"The title field is required.","title.max":"The title may not be greater than 255 characters.","title.unique":"The title has already been taken.","code.required":"The code field is required.","code.max":"The code may not be greater than 255 characters.","code.unique":"The code has already been taken.","min_purchase.required":"The min purchase field is required.","max_discount.required":"The max discount field is required.","start_date.required":"The start date field is required.","start_date.date":"The start date is not a valid date.","end_date.required":"The end date field is required.","end_date.date":"The end date is not a valid date.","name.string":"The name must be a string.","email.string":"The email must be a string.","email.max":"The email may not be greater than 255 characters.","duration.required":"The duration field is required.","type.required":"The type field is required.","language.required":"The language field is required.","level.required":"The level field is required.","host.required":"The host field is required.","vimeo.required":"The vimeo field is required.","trailer_link.required":"The trailer link field is required.","file.required":"The file field is required.","file.mimes":"The file must be a file of type: mp4,ogx,oga,ogv,ogg,webm.","max_limit.required":"The max limit field is required.","amount.required":"The amount field is required.","status.required":"The status field is required.","category.required":"The category field is required.","value.required":"The value field is required.","max_discount.numeric":"The max discount must be a number.","max_discount.min":"The max discount must be at least 0 characters.","min_purchase.numeric":"The min purchase must be a number.","min_purchase.min":"The min purchase must be at least 0 characters.","percentage.required":"The percentage field is required.","instruction.required":"The instruction field is required.","group.required":"The group field is required.","question.required":"The question field is required.","question_type.required":"The question type field is required.","marks.required":"The marks field is required.","suitable_words.required":"The suitable words field is required.","number_of_option.required":"The number of option field is required.","course_commission.required":"The course commission field is required.","course_commission.numeric":"The course commission must be a number.","course_commission.min":"The course commission must be at least 0 characters.","course_commission.max":"The course commission may not be greater than 100 characters.","course.required":"The course field is required.","course.numeric":"The course must be a number.","course.min":"The course must be at least 0 characters.","course.max":"The course may not be greater than 100 characters.","commission.required":"The commission field is required.","commission.numeric":"The commission must be a number.","commission.min":"The commission must be at least 0 characters.","commission.max":"The commission may not be greater than 100 characters.","special_commission.required":"The special commission field is required.","special_commission.numeric":"The special commission must be a number.","special_commission.min":"The special commission must be at least 0 characters.","special_commission.max":"The special commission may not be greater than 100 characters.","user_id.required":"The user id field is required.","bank_name.required":"The bank name field is required.","branch_name.required":"The branch name field is required.","bank_account_number.required":"The bank account number field is required.","account_holder_name.required":"The account holder name field is required.","bank_type.required":"The bank type field is required.","payout_email.required":"The payout email field is required.","payout_email.email":"The payout email must be a valid email address.","description.required":"The description field is required.","author.required":"The author field is required.","profession.required":"The profession field is required.","icon.required":"The icon field is required.","btn_link.required":"The btn link field is required.","details.required":"The details field is required.","slug.required":"The slug field is required.","sub_title.required":"The sub title field is required.","is_static.required":"The is static field is required.","class_id.required":"The class id field is required.","topic.required":"The topic field is required.","attached_file.mimes":"The attached file must be a file of type: jpeg,png,jpg,doc,docx,pdf,xls,xlsx.","time.required":"The time field is required.","durration.required":"The durration field is required.","join_before_host.required":"The join before host field is required.","host_video.required":"The host video field is required.","participant_video.required":"The participant video field is required.","mute_upon_entry.required":"The mute upon entry field is required.","waiting_room.required":"The waiting room field is required.","audio.required":"The audio field is required.","auto_recording.required":"The auto recording field is required.","approval_type.required":"The approval type field is required.","is_recurring.required":"The is recurring field is required.","recurring_type.required":"The recurring type field is required.","recurring_repect_day.required":"The recurring repect day field is required.","recurring_type.required_if":"The recurring type field is required when is recurring is 1.","recurring_repect_day.required_if":"The recurring repect day field is required when is recurring is 1.","recurring_end_date.required_if":"The recurring end date field is required when is recurring is 1.","package_id.required":"The package id field is required.","api_key.required":"The api key field is required.","secret_key.required":"The secret key field is required.","lang_id.required":"The lang id field is required.","end_date.required_if":"The end date field is required when type is 1.","attendee_password.required_if":"The attendee password field is required when host is BBB.","moderator_password.required_if":"The moderator password field is required when host is BBB.","image.required":"The image field is required.","sub_category.required":"The sub category field is required.","slug.unique":"The slug has already been taken.","module.required":"The module field is required.","db_file.required":"The db file field is required.","db_file.mimes":"The db file must be a file of type: sql.","image.'nullable":"validation.'nullable","image.mimes":"The image must be a file of type: jpeg,bmp,png,jpg.","image.size":"The image size is not valid","required":"This Value Field Is Required"},"virtual-class":{"Class Setting":"Class Setting","Class List":"Class List","Create Class":"Create Class","Title":"Title","Duration":"Duration","Fees":"Fees","Live Classes":"Live Classes","Live":"Live","Add Class":"Add Class","Single Class":"Single Class","Continuous Class":"Continuous Class","Date":"Date","Time":"Time","End Date":"End Date","Start Date":"Start Date","Type":"Type","Sub Category":"Sub Category","Category":"Category","Language":"Language","Details":"Details","BBB":"BBB","Host":"Host","Class":"Class","in Minute":"in Minute","Setup":"Virtual Class Setup","Update":"Update","Big Blue Button":"Big Blue Button","Zoom":"Zoom","Default Class":"Default Class","Browse Image file":"Browse Image file","This class is free":"This class is free","Classes are available":"Classes are available","Classes":"Classes","Free":"Free","Zoom Link":"Zoom Link","Meeting Link":"Meeting Link","Speecher":"Speecher","Speaker":"Speaker","ZoomCustom":"ZoomCustom"},"withdraw":{"Instructor":"Instructor","Amount":"Amount","Invoice Date":"Invoice Date","Method":"Method","Issue Date":"Issue Date","Waiting":"Waiting","Instructor Payment":"Instructor Payment","Approved":"Approved","Rejected":"Rejected","Next Payout":"Next Payout","You Currently Have":"You Currently Have","in earnings for next months payout":"in earnings for next months payout","Payout Account":"Payout Account","Set Account":"Set Account","Payout Email":"Payout Email","Set Payout":"Set Payout","Payout Email Saved Successfully":"Payout Email Saved Successfully","Request Date":"Request Date","Payment Status":"Payment Status","Payment Request":"Payment Request","Are you Sure, You want to request for payment?":"Are you Sure, You want to request for payment?","Confirm":"Confirm","Are you Sure, You want to mark as payment?":"Are you Sure, You want to mark as payment?"},"zoom":{"Zoom":"Zoom","Zoom Class":"Zoom Class","Virtual Class":"Virtual Class","Description":"Description","Date of Class":"Date of Class","Time of Class":"Time of Class","Class Duration (Minutes)":"Class Duration (Minutes)","Class Duration":"Class Duration","Recurring":"Recurring","Recurrence Type":"Recurrence Type","Daily":"Daily","Weekly":"Weekly","Monthly":"Monthly","Repeat every":"Repeat every","End Recurrence":"End Recurrence","Join before host":"Join before host","Host Video":"Host Video","Participant Video":"Participant Video","Participate mic mute":"Participate mic mute","Watermark":"Watermark","Waiting Room":"Waiting Room","Auto Recording":"Auto Recording","Audio Option":"Audio Option","Class Join Approval":"Class Join Approval","Class ID":"Class ID","Join\/Start":"Join\/Start","Start":"Start","Dashboard":"Dashboard","Join":"Join","Update":"Update","Show":"Show","Topic":"Topic","Delete Class":"Delete Class","Are you sure to delete ?":"Are you sure to delete ?","you sure to delete ?":"you sure to delete ?","Zoom Setting":"Zoom Setting","For Paid Package":"For Paid Package","API Key":"API Key","Secret Key":"Secret Key","Package":"Package","Join Class":"Join Class","Attached File":"Attached File","Start Date & Time":"Start Date & Time","Not Yet Start":"Not Yet Start","Closed":"Closed","Host ID":"Host ID","Start Date Time":"Start Date Time","Timezone":"Timezone","Created At":"Created At","Join URL":"Join URL","Encrypted":"Encrypted","In Class":"On Class","Cn Class":"Cn Class","Enforce Login":"Enforce Login","Enforce Login Domains":"Enforce Login Domains","Alternative Hosts":"Alternative Hosts","Class Authentication":"Class Authentication","Delete virtual meeting":"Delete virtual meeting","Room":"Room","Participants":"Participants","Classes":"Classes","Select Member":"Class","Change Default Settings":"Change Default Settings","Class":"Class","Virtual Class\/Class":"Virtual Class\/Class","Class Reports":"Class Reports","Date of class":"Date of class","Time of class":"Time of class","Duration of class":"Duration of class","VClass ID":"VClass ID","Virtual class":"Virtual class","List":"List","Add":"Add","Edit":"Edit","Yes":"Yes","No":"No","Member Type":"Member Type","Instructor":"Instructor","Student":"Student","Member":"Member","Password":"Password","Date Of Class":"Date Of Class","Time Of Class":"Time Of Class","Recurring End":"Recurring End","Change Default Setting":"Change Default Setting","Save":"Save","Class Approval":"Class Approval","Mute Upon Entry":"Mute Upon Entry","Join Before Host":"Join Before Host","ID":"Id","Date":"Date","Time":"Time","Duration":"Duration","Start Join":"Start Join","Actions":"Actions","Select":"Select","Cancel":"Cancel","Delete":"Delete","View":"View","Browse":"Browse","Details":"Details","Name":"Name","Status":"Status","Class Id":"Class Id","Join Url":"Join Url","Start\/Join":"Start\/Join","Participant video":"Participant video","Use PMI":"Use PMI","Enforce longin":"Enforce longin","Audio Options":"Audio Options","Zoom Settings":"Zoom Settings","Manage":"Manage","Setting":"Setting","Disable":"Disable","Enable":"Enable","Select Package":"Select Package","Api Key":"Api Key","Recurrence type":"Recurrence type","Zoom Recurring Repeat":"Zoom Recurring Repeat"}},"json":[]},"indo":{"php":{"auth":{"failed":"These credentials do not match our records.","throttle":"Too many login attempts. Please try again in :seconds seconds."},"bbb":{"BigBlueButton":"BigBlueButton","BigBlueButton Class":"BigBlueButton Class","BigBlueButton Setting":"BigBlueButton Setting","Manage":"Manage","Setting":"Setting","Password Length":"Password Length","Dashboard":"Dashboard","Enable":"Enable","Disable":"Disable","Welcome Message":"Welcome Message","Dial Number":"Dial Number","Max Participants":"Max Participants","0 means Unlimited":"0 means Unlimited","Logout Url":"Logout Url","Record":"Record","Duration":"Duration","Is Breakout":"Is Breakout","Moderator Only Message":"Moderator Only Message","Auto Start Recording":"Auto Start Recording","Allow Start Stop Recording":"Allow Start Stop Recording","Webcams Only For Moderator":"Webcams Only For Moderator","Logo":"Logo","Browse":"Browse","Copyright":"Copyright","Mute On Start":"Mute On Start","Lock Settings Disable Mic":"Lock Settings Disable Mic","Lock Settings Disable Private Chat":"Lock Settings Disable Private Chat","Lock Settings Disable Public Chat":"Lock Settings Disable Public Chat","Lock Settings Disable Note":"Lock Settings Disable Note","Lock Settings Locked Layout":"Lock Settings Locked Layout","Lock Settings Lock On Join":"Lock Settings Lock On Join","Lock Settings Lock On Join Configurable":"Lock Settings Lock On Join Configurable","Guest Policy":"Guest Policy","Redirect":"Redirect","Join Via Html 5":"Join Via Html 5","State":"State","Update":"Update","BBB Security Salt":"BBB Security Salt","BBB Server Base URL":"BBB Server Base URL","ID":"ID","Password":"Password","Topic":"Topic","Date & Time":"Date & Time","Start Join":"Start Join","Actions":"Actions","Join as Moderator":"Join as Moderator","Join as Attendee":"Join as Attendee","Add":"Add","Class Not Running":"Class Not Running","Classes":"Classes","Class":"Class","List":"List","Yes":"Yes","Running":"Running","Closed":"Closed","No":"No","Description":"Description","Attendee Password":"Attendee Password","Moderator Password":"Moderator Password","Date Of Class":"Date Of Class","Time Of Class":"Time Of Class","Change Default Settings":"Change Default Settings","Save Class":"Save Class","Save":"Save","Class Duration":"Class Duration","Date":"Date","Time":"Time","Start":"Start","Join":"Join","Select":"Select","View":"View","Edit":"Edit","Delete":"Delete","Cancel":"Cancel","Instructor":"Instructor","Name":"Name","Status":"Status","Start\/Join":"Start\/Join","Details":"Details","Moderator Join":"Moderator Join","Attendee Join":"Attendee Join","Close":"Status","Join Url":"Join Url","Class Id":"Class Id","Start Date Time":"Start Date Time","Delete Class":"Delete Class","You sure to delete ?":"You sure to delete ?"},"blog":{"Blog":"Blog","Blogs":"Blogs","List":"List","Create":"Create","Show":"Show","Blog List":"Blog List","Title":"Title","Slug":"Slug","Description":"Description","Status":"Status","Thumbnail":"Thumbnail","Viewed":"Viewed","Image":"Image","Authored Date":"Authored Date","Post By":"Post By","SL":"SL","Browse Image File":"Browse Image File"},"certificate":{"Certificate Saved Successfully":"Certificate Saved Successfully","Certificate Update Successfully":"Certificate Update Successfully","Certificate Deleted Successfully":"Certificate Deleted Successfully","Certificate List":"Certificate List","Certificate":"Certificate","Title":"Title","Position Y":"Position Y","Position X":"Position X","Font Size":"Font Size","Yes":"Yes","No":"No","Date":"Date","Font Color":"Font Color","Certificates":"Certificates","Student Image":"Student Image","Body":"Body","in px":"in px","Signature":"Signature","Background Image":"Background Image","List":"List","Preview":"Preview","Add":"Add","Signature Footer Text":"Signature Footer Text","S. Image":"S. Image","Signature Position":"Signature Position","Certificate for Course Selected Successfully":"Certificate for Course Selected Successfully","Default for Course":"Default for Course","Default for Quiz":"Default for Quiz","Are you sure":"Are you sure","Make Default":"Make Default","Course":"Course","Quiz":"Quiz","Right Now You Cannot Download The Certificate":"Right Now You Cannot Download The Certificate","Student Image & Date":"Student Image & Date","Sign Position Y":"Sign Position Y","Sign Position X":"Sign Position X","Font Family":"Font Family","Font Weight":"Font Weight","New Certificate":"New Certificate","Certificate for Quiz Selected Successfully":"Certificate for Quiz Selected Successfully","Date Show":"Date Show","Image Height":"Image Height","Image Weight":"Image Weight","Recommend Size 1300x910 px":"Recommend Size 1300x910 px","Recommend Size 170x100 px":"Recommend Size 170x100 px","Max Limit:500KB":"Max Limit:500KB","Max Length":"Max Length","Date Format":"Date Format","Browse Image file":"Browse Image file","Default For":"Default For","All measurement depends on background height & width":"All measurement depends on background height & width","You Are Not Already Enrolled This course. Please Enroll It First":"You Are Not Already Enrolled This course. Please Enroll It First","Please Complete The Course First":"Please Complete The Course First","Student Name":"Student Name","Max Limit:1MB":"Max Limit:1MB","Default":"Default","For Course":"For Course"},"chat":{"list":"List","create":"Create","browse":"Browse","photo":"Photo","name":"Name","update":"Update","chatting":"Chatting","method":"Method","settings":"Settings","files":"Files","file":"File","new":"New","chat":"Chat","message":"Message","type":"Type","send":"Send","sent":"Sent","delete":"Delete","pusher":"Pusher","jquery":"jQuery","yes":"Yes","select":"Select","no":"No","invitation":"invitation","results":"Results","user":"User","requirement":"Requirement","required":"Required","not":"Not","generate":"Generate","notifications":"Notifications","notification":"Notification","permission":"Permission","connections":"Connections","connection":"Connection","connected":"Connected","for":"For","group":"Group","mark_as_read_only":"Mark as Read Only","remove_read_only":"Remove Read Only","teacher":"Teacher","and":"And","remove":"Remove","old":"Old","courses":"Courses","student":"Student","request":"Request","requested":"Requested","found":"Found","people":"People","block":"Block","unblock":"Unblock","start":"Start","to":"To","with":"With","add":"Add","admin":"Admin","moderator":"Moderator","user_role":"User Role","member":"Member","leave":"Leave","media_files":"Media Files","search":"Search","you":"You","you_requests":"You Requests","box":"Box","blocked":"Blocked","requests":"Requests","connect":"Connect","can_teacher_chat_with_parents":"Can Teacher Chat With Parents","can_student_chat_with_admin_accounts":"Can Student Chat With Admin, Accounts","mb":"Megabyte","can":"Can","can_staff_or_teacher_ban_tudent":"Can Staff or Teacher Ban Student","teacher_can_pinned_top_message":"Teacher Can Pinned Top Message","conversition":"Conversition","this":"This","load_more":"Load More","attachment":"Attachment","forwarded_message":"Forwarded Message","forward":"Forward","quote":"Quote","replying":"Replying","preview":"Preview","keywords":"Keywords","showing":"Showing","your_voice_is_recording":"Your Voice Is Recording","moderate":"Moderate","write_something_Optional":"Write something (Optional)","away":"Away","busy":"Busy","someone":"Someone","is_typing":"Is Typing","mark_all_as_read":"Mark all as read","you_are_invited_in_new_group":"You are invited in new group","new_message_in_this_group":"New message in this group","chat_box":"Chat Box","Search result of":"Search Result of","connected_with_you":"Connected with you","chat_list":"Chat List","blocked_user":"Blocked User","block_this_user":"Block This User","unblock_this_user":"UnBlock This User","description":"Description","manage_role":"Manage Role","people_connected_with_you":"People connected with you","can_make_group":"Can Make Group","upload_file_limit":"Upload File Limit","can_upload_file":"Can Upload File","open_chat_system":"Open Chat System","admin_can_chat_without_invitation":"Admin Can Chat Without Invitation","search_result_of":"Search result of"},"common":{"Login":"Login","View Profile":"View Profile","My Profile":"My Profile","Profile Settings":"Profile Settings","Current":"Current","Re-Type Password":"Re-Type Password","Type Password":"Type Password","Remember Me":"Remember Me","Login Details":"Login Details","Forget Password ?":"Forget Password ?","Need an account?":"Need an account?","Sign Up":"Sign Up","Sign Up Details":"Sign Up Details","You have already an account?":"You have already an account?","Send Reset Link":"Send Reset Link","Reset Password":"Reset Password","Reset":"Reset","Set New Password":"Set New Password","Set Password":"Set Password","Password":"Password","Start From":"Start From","Start At":"Start At","To":"To","Free":"Free","Off":"Off","On":"On","Social Link":"Social Link","Active Status":"Active Status","Language List":"Language List","Choose File":"Choose File","Translation":"Translation","Currency":"Currency","Add New":"Add New","ID":"ID","Title":"Title","Details":"Details","Name":"Name","Action":"Action","Edit":"Edit","Delete":"Delete","Select":"Select","Save":"Save","Update":"Update","Live":"Live","Sandbox":"Sandbox","Something Went Wrong":"Something Went Wrong","Description":"Description","Model":"Model","Attempted At":"Attempted At","User":"User","Activity Logs":"Activity Logs","Type":"Type","Delete Confirmation":"Delete Confirmation","Human Resource":"Human Resource","Staff":"Staff","Staff List":"Staff List","Username":"Username","Email":"Email","Phone":"Phone","Registered Date":"Registered Date","Status":"Status","URL":"URL","Register":"Register","Remove":"Remove","Staff Id":"Staff Id","Confirm Password":"Confirm Password","Re-Password":"Re-Password","Browse":"Browse","Avatar":"Avatar","Edit Staff Info":"Edit Staff Info","Staff info has been updated Successfully":"Staff info has been updated Successfully","Staff has been added Successfully":"Staff has been added Successfully","View":"View","Staff Info":"Staff Info","Close":"Close","Staff ID":"Staff ID","Password did not match with your account password.":"Password did not match with your account password.","Put Your password":"Put Your password","Staff has been deleted Successfully":"Staff has been deleted Successfully","Language":"Language","Variant":"Variant","Add Variant":"Add Variant","Publish":"Publish","Published":"Published","Variation Values":"Variation Values","Add Value":"Add Value","Edit Variant":"Edit Variant","Unit Type":"Unit Type","Add Unit Type":"Add Unit Type","Edit Unit Type":"Edit Unit Type","Brand":"Brand","Add Brand":"Add Brand","Edit Brand":"Edit Brand","Add Model":"Add Model","Edit Model":"Edit Model","Category":"Category","Add Category":"Add Category","Code":"Code","Add as Sub Category":"Add as Sub Category","Select parent Category":"Select parent Category","Edit Category":"Edit Category","Add New Product":"Add New Product","Product Name":"Product Name","Product SKU":"Product SKU","Barcode Type":"Barcode Type","Unit":"Unit","Sub Category":"Sub Category","Add File":"Add File","Manage Stock":"Manage Stock","Alert Quantity":"Alert Quantity","Variation":"Variation","Add Variation":"Add Variation","Add Product":"Add Product","Edit Product":"Edit Product","Employee Id":"Employee Id","Address":"Address","New Price Group":"New Price Group","Export":"Export","SL":"SL","Cancel":"Cancel","About":"About","letter":"letter","date":"date","Date":"Date","Image":"Image","File Not Found":"File Not Found","Download":"Download","Are you sure to delete ?":"Are you sure to delete ?","Are you sure to":"Are you sure to","Are you sure to enable this ?":"Are you sure to enable this ?","Are You Sure To Change Status ?":"Are You Sure To Change Status ?","Are You Sure To Remove This?":"Are You Sure To Remove This?","Role":"Role","List":"List","Add":"Add","Success":"Success","Failed":"Failed","Dashboard":"Dashboard","User Logs":"User Logs","Question & Answer":"Question & Answer","Comments":"Comments","Course":"Course","Replies":"Replies","Commented By":"Commented By","Submitted":"Submitted","Enable":"Enable","Disable":"Disable","Active":"Active","Deactive":"Deactive","Inactive":"Inactive","Email Address":"Email Address","Instagram URL":"Instagram URL","Youtube URL":"Youtube URL","LinkedIn URL":"LinkedIn URL","Twitter URL":"Twitter URL","Facebook URL":"Facebook URL","Date of Birth":"Date of Birth","Change Status":"Change Status","Start Date":"Start Date","End Date":"End Date","Filter History":"Filter History","Reject":"Reject","Reason":"Reason","Payouts":"Payouts","Author":"Author","Available":"Available","Issue Date":"Issue Date","Duration":"Duration","Change":"Change","Deactivate":"Deactivate","Yes":"Yes","Files":"Files","File":"File","Send":"Send","Paid":"Paid","Waiting":"Waiting","Info":"Info","Zip Code":"Zip Code","Country":"Country","City":"City","Submit":"Submit","Error":"Error","Warning":"Warning","Used":"Used","Join For Free":"Join For Free","Enter Email":"Enter Email","Enter Password":"Enter Password","Enter Phone Number":"Enter Phone Number","Enter Confirm Password":"Enter Confirm Password","Update Profile":"Update Profile","Review":"Review","Log in with Facebook":"Log in with Facebook","Log in with Google":"Log in with Google","Or":"Or","Keep me up to date on Infix":"Keep me up to date on Infix","Required":"Required","New":"New","Instructor Payout":"Instructor Payout","Time Left":"Time Left","No Item found":"No Item found","Total Price":"Total Price","Discount or coupon info":"Discount or coupon info","Checkout":"Checkout","Apply":"Apply","Course Schedule":"Course Schedule","Add To Cart":"Add To Cart","Buy Now":"Buy Now","Lessons":"Lessons","Bookmarks":"Bookmarks","Deposit":"Deposit","Referral":"Referral","My Cart":"My Cart","Purchase History":"Purchase History","My Courses":"My Courses","Live Classes":"Live Classes","Live Events":"Live Events","Events":"Events","Already Enrolled":"Already Enrolled","Student Enrolled":"Student Enrolled","Already Submitted":"Already Submitted","'s Quiz":"'s Quiz","Correct Answer":"Correct Answer","Wrong Answer":"Wrong Answer","Skip":"Skip","Next":"Next","Previous":"Previous","Course File":"Course File","Share":"Share","Course Files":"Course Files","Course Review":"Course Review","Start Date & Time":"Start Date & Time","At":"At","Show":"Show","Drip Content":"Drip Content","Specific Date":"Specific Date","Days After Enrollment":"Days After Enrollment","Show All":"Show All","Show After Unlock":"Show After Unlock","Aws S3 Setting":"Aws S3 Setting","Access Key Id":"Access Key Id","Secret Key":"Secret Key","Default Region":"Default Region","AWS Bucket":"AWS Bucket","Module Manager":"Module Manager","Payment Type":"Payment Type","Blogs":"Blogs","Star":"Star","Total Courses":"Total Courses","Discount":"Discount","Logo":"Logo","My Quizzes":"My Quizzes","Enroll Now":"Enroll Now","Added To Cart":"Added To Cart","Logged In Devices":"Logged In Devices","Purchase Price":"Purchase Price","Pay":"Pay","Welcome":"Welcome","Send Email":"Send Email","Minimum 8 characters":"Minimum 8 characters","Status has been changed":"Status has been changed","For the demo version, you cannot change this":"For the demo version, you cannot change this","Video File":"Video File","Browse Video file":"Browse Video file","Select Date":"Select Date","Days":"Days","Operation successful":"Operation successful","Operation failed":"Operation failed","Quick Search":"Quick Search","Copy":"Copy","Excel":"Excel","CSV":"CSV","PDF":"PDF","Print":"Print","No data available in the table":"No data available in the table","Successfully Assign":"Successfully Assign","Make Paid":"Make Paid","Request For Paid":"Request For Paid","End Date & Time":"End Date & Time","Short Description":"Short Description","No":"No","Website":"Website","Browse file":"Browse file","Sanitize No":"Sanitize No","Sanitize Yes":"Sanitize Yes","3DS Yes":"3DS Yes","3DS No":"3DS No","Module Verification":"Module Verification","Envato Email Address":"Envato Email Address","Envato Purchase Code":"Envato Purchase Code","Verifying":"Verifying","None":"None","Subscription Api Key":"Subscription Api Key","Subscription Method":"Subscription Method","Watch Now":"Watch Now","Continue Watch":"Continue Watch","Time":"Time","Start":"Start","End":"End","TimeZone":"TimeZone","Backup":"Backup","Upload SQL File":"Upload SQL File","Database Backup List":"Database Backup List","Generate New Backup":"Generate New Backup","File Name":"File Name","Make Default":"Make Default","Theme":"Theme","Reset To Default":"Reset To Default","Mode":"Mode","Sub Title":"Sub Title","Recommended Size":"Recommended Size","Section":"Section","Max Image Size 1MB":"Max Image Size 1MB","My Account":"My Account","My Wallet":"My Wallet","Category Language":"Category Language","Start Lesson":"Start Lesson","Continue Lesson":"Continue Lesson","Click To Download":"Click To Download","Public Shareable":"Public Shareable","Meta Description":"Meta Description","Meta Image":"Meta Image","Share Title":"Share Title","Share Msg":"Share Msg","PUBLISH DATE":"PUBLISH DATE","Contact Number":"Contact Number","From":"From","Follow Up":"Follow Up","Datetime":"Datetime","Created Datetime":"Created Datetime","Live Event Will Start In":"Live Event Will Start In","Click Me To Participate This Event":"Click Me To Participate This Event","Live event will start in":"Live event will start in","click me to access":"click me to access","Event starting in":"Event starting in","Click here to access event in":"Click here to access event in","Poster Popup":"Poster Popup","Lesson Playlists":"Lesson Playlists","Event starts in":"Event starts in","Click to join event":"Click to join event","Sort Preferable Category Language":"Sort Category Language","language":"Language","Sort Level":"Sort Level"},"communication":{"Communication":"Communication","Questions & Answer":"Questions & Answer","Private Messages":"Private Messages","Message List":"Message List","Write your message":"Write your message","Search content here":"Search content here","Short Code":"Short Code","Field Name":"Field Name","Subscriptions":"Subscriptions","Send Message":"Send Message","Send Email":"Send Email","Compose Message":"Compose Message","Your referral link":"Your referral link","Copy Link":"Copy Link","Share the referral link with your friends.":"Share the referral link with your friends.","Your referral list":"Your referral list","Let's say Hi":"Let's say Hi"},"coupons":{"All":"All","Courses":"Courses","Course":"Course","Course Title":"Course Title","Categories":"Categories","Category":"Category","Subcategories":"Subcategories","Subcategory":"Subcategory","Subcategory List":"Subcategory List","Coupons List":"Coupons List","Single Coupons List":"Single Coupons List","Personalized Coupons List":"Personalized Coupons List","Common Coupons List":"Common Coupons List","Add New Coupons":"Add New Coupons","Update Coupons":"Update Coupons","Coupons":"Coupons","Invite":"Invite","Personalized":"Personalized","Single":"Single","Common":"Common","By":"By","Code":"Code","Add":"Add","Course Fee Settings":"Course Fee Settings","Update Invite Setting":"Update Invite Setting","Title":"Title","Type":"Type","Minimum Purchase":"Min. Purchase","Maximum Discount":"Max. Discount","Start Date":"Start Date","End Date":"End Date","Coupon Title":"Coupon Title","Coupon Code":"Coupon Code","Amount":"Amount","Add Coupons":"Add Coupons","Common Coupons":"Common Coupons","Single Coupons":"Single Coupons","Personalized Coupons":"Personalized Coupons","Invite By Code":"Invite By Code","List":"List","Active":"Active","Inactive":"Inactive","Select A Category":"Select A Category","Select A Subcategory":"Select A Subcategory","Referral Setting":"Referral Setting","Maximum Limit":"Maximum Limit","Role":"Role","Select A role":"Select A role","Add New Invite Setting":"Add New Invite Setting","Add New Invite By Code":"Add New Invite By Code","Update Invite By Code":"Update Invite By Code","Invited By":"Invited By","Invite Accept By":"Invite Accept By","Invite Code":"Invite Code","Coupon For":"Coupon For","Popular":"Popular","Topics are available":"Topics are available","Course progress":"Course progress","completed":"completed","Checkout":"Checkout","Discount or coupon info":"Discount or coupon info","Enter coupon code":"Enter coupon code","My Cart":"My Cart","Apply":"Apply","Status":"Status","Select A Course":"Select A Course","Select A Role":"Select a Role","Fixed":"Fixed","Percentage":"Percentage"},"courses":{"All":"All","Courses":"Courses","Course":"Course","List":"List","Live Class":"Live Class","Level":"Level","Language":"Language","Privacy":"Privacy","Duration":"Duration","Locked":"Locked","Unlock":"Unlock","Host":"Host","Enrollment":"Enrollment","Revenue":"Revenue","Total Revenue":"Total Revenue","Video URL":"Video URL","Chapter":"Chapter","Type":"Course Type","Categories":"Categories","Category":"Category","Subcategories":"Subcategories","Subcategory":"Subcategory","Subcategory List":"Subcategory List","Coupons List":"Coupons List","Courses List":"Courses List","Lesson List":"Lesson List","Add New Coupons":"Add New Coupons","Update Coupons":"Update Coupons","Coupons":"Coupons","Advanced Filter":"Advanced Filter","Filter":"Filter","Invite":"Invite","Statistics":"Statistics","URL":"URL","Instructor Revenue":"Instructor Revenue","Admin Revenue":"Admin Revenue","Enrolls":"Enrolls","Instructor Commission":"Instructor Commission","Admin Commission":"Admin Commission","Created":"Created","Course Title":"Course Title","Publish":"Publish","Unpublished":"Unpublished","Personalized":"Personalized","Single":"Single","Common":"Common","By":"By","Code":"Code","All Courses":"All Courses & Quiz","Lesson":"Lesson","Enrolled":"Enrolled","Sort by":"Sort by","Release date":"Release date","top sell":"top sell","course duration":"course duration","Price":"Price","Active":"Active","Pending":"Pending","Home Slider":"Home Slider","Single Slider":"Single Slider","Add":"Add","Course Fee Settings":"Course Fee Settings","Referral Setting":"Referral Setting","Maximum Limit":"Maximum Limit","Role":"Role","Description":"Description","Add New Category":"Add New Category","Show on home page":"Show on home page","Position Order":"Position Order","Status":"Status","Image":"Image","Thumbnail Image":"Thumbnail Image","Category List":"Category List","Update Category":"Update Category","Add New":"Add New","Recommended size 200px x 200px":"Recommended size 200px x 200px","Recommended size 1140px x 300px":"Recommended size 1140px x 300px","Instructor":"Instructor","My Courses":"My Courses","Overview of Courses":"Overview of Courses","Sub Category":"Sub Category","Beginner":"Beginner","Intermediate":"Intermediate","Advance":"Advance","Pro":"Pro","Recent Enrolls":"Recent Enrolls","This course is a top course":"This course is a top course","This course is a free course":"This course is a free course","This course has discounted price":"This course has discounted price","Discount":"Discount","Course overview host":"Course overview host","Meta description":"Meta description","Meta keywords":"Meta keywords","Course Thumbnail":"Course Thumbnail","You wont be able to revert this!":"You wont be able to revert this!","Are you sure want to Change this ?":"Are you sure want to Change this ?","Add Chapter \/ Lesson":"Add Chapter \/ Lesson","Curriculum":"Curriculum","Exercise":"Exercise","Purchase":"Purchase","Commission":"Commission","Start Your Course":"Start Your Course","Select Course":"Select Course","Instructor Commission Percentage":"Instructor Commission Percentage","Specific Instructor Commission Setup":"Specific Instructor Commission Setup","Course File":"Course File","Search result for":"Search result for","No results found for":"No results found for","Search Result":"Search Result","My Quizzes":"My Quizzes","Skill Level Intermediate":"Skill Level Intermediate","You have no permission to add":"You have no permission to add","Add New Subcategory":"Add New Subcategory","Update Subcategory":"Update Subcategory","Yes":"Yes","No":"No","Youtube":"Youtube","Vimeo":"Vimeo","Amazon S3":"Amazon S3","Self":"Self","Vimeo Video":"Vimeo Video","Video":"Video","Video File":"Video File","Browse Video file":"Browse Video File","Browse Image file":"Browse Image file","No Data Found":"No Data Found","Year":"Year","Month":"Month","Add Lesson":"Add Lesson","Requirements":"Requirements","Outcomes":"Outcomes","Iframe URL":"Iframe URL","Frontend View":"Frontend View","Iframe (Provide the source only)":"Iframe (Provide the source only)","Course Level":"Course Level","Level List":"Level List","Add New Level":"Add New Level","Recommended Size":"Recommended Size","Update Level":"Update Level","Supporting Materials":"Supporting Materials","Public Shareable":"Public Shareable","Meta Description":"Meta Description","Meta Image":"Meta Image","Share Title":"Share Title","Share Msg":"Share Msg","View Scope":"View Scope","Public":"Public"},"dashboard":{"Dashboard":"Dashboard","Subjects":"Subjects","Setting":"Setting","Logout":"Logout","Status Overview of Topics":"Status Overview of Topics","Overview of Topics":"Overview of Topics","Number of Subjects":"Number of Subjects","Enrolled":"Enrolled","Number of Enrolled":"Number of Enrolled","Enrolled Amount":"Enrolled Amount","Total Enrolled Amount":"Total Enrolled Amount","Enrolled Today":"Enrolled Today","Total Enrolled Today":"Total Enrolled Today","This Month":"This Month","Total Enrolled This Month":"Total Enrolled This Month","Monthly Income Stats for":"Monthly Income Stats for","Payment Statistics for":"Payment Statistics for","Recent Enrolls":"Recent Enrolls","Daily Wise Enroll Status for":"Daily Wise Enroll Status for","Monthly income status":"Monthly income status","No Results Found":"No Results Found","Completed":"Completed","Pending":"Pending","Active":"Active","Courses":"Courses","Quizzes":"Quizzes","Classes":"Classes"},"department":{"Department":"Department"},"footer":{"Footer":"Footer","Footer Settings":"Footer Settings","Dashboard":"Dashboard","Frontend CMS":"Frontend CMS","Copyright Text":"Copyright Text","About Text":"About Text","Section name":"Section name","About Description":"About Description","Add New Page":"Add New Page","Cancel":"Cancel","Widget":"Widget","Page Name":"Page Name","Edit Link":"Edit Link","Widget Title":"Widget Title","Add Link":"Add Link","Select Page":"Select Page","Are you sure":"Are you sure"},"frontend":{"Account Settings":"Account Settings","Change Password":"Change Password","Existing Password":"Existing Password","Re-Type Password":"Re-Type Password","Search courses":"Search courses","Search for course, skills and Videos":"Search for course, skills and Videos","Go Live":"Go Live","Join Now":"Join Now","Sign In":"Sign In","Description":"Description","Sign Up":"Sign Up","Course Schedule":"Course Schedule","as student to post a review":"as student to post a review","Log Out":"Log Out","Add To Bookmark":"Add To Bookmark","Already Bookmarked":"Already Bookmarked","File Locked":"File Locked","Course Files":"Course Files","No Review found":"No Review found","Rating based on":"Rating based on","or":"or","Live Class":"Live Class","Leave a replay":"Leave a replay","comment":"comment","Leave a question\/comment":"Leave a question\/comment","No Item found":"No Item found","Reply":"Reply","Exam":"Exam","Start Now":"Start Now","Waiting":"Waiting","Closed":"Closed","Share":"Share","Questions":"Questions","Join For Free":"Join For Free","Community Members":"Community Members","Premium Courses":"Premium Courses","Newly added Courses":"Newly added Courses","Students all over the World":"Students all over the World","Photographer":"Photographer","Duration":"Duration","Insights to lead skills to the believer":"Insights to lead skills to the believer","Top instructors from around the world":"Top instructors from around the world teach millions of students on Infix about peripherals that add functionality to a system.","Get Start Now":"Get Start Now","Skill Level":"Skill Level","Buy Now":"Buy Now","Your balance is lower than the topic price":"Your balance is lower than the topic price","Add to Cart":"Add to Cart","Already Enrolled":"Already Enrolled","Report the Course":"Report the Course","View Profile":"View Profile","You can pay":"You can pay","Topic Price":"Topic Price","Your Balance":"Your Balance","Wallet":"Wallet","Subtotal":"Subtotal","Total price without discount":"Total price without discount","Payable Amount":"Payable Amount","Please Pay Your Suitable Payment Method All Are Given Here !":"Please Pay Your Suitable Payment Method All Are Given Here !","Course Review":"Course Review","Write your review":"Write your review","Learning Photography":"Learning Photography","Be the first reviewer":"Be the first reviewer","Start streaming on-demand":"Start streaming on-demand video lectures today from top instructors in subjects like business, computer science, data science, language learning, & more.","Contact Information":"Contact Information","contact_subtitle":"Find Contact info","Send Us Message":"Send us Message","Name":"Name","Email Address":"Email Address","Subject":"Subject","Message":"Message","Send Message":"Send Message","Contact Us":"Contact Us","Total Spent":"Total Spent","Course Purchased":"Course Purchased","Balance":"Balance","My Courses":"My Courses","View All":"View All","Recently Viewed":"Recently Viewed","No Course Found!":"No Course Found!","No Course Found":"No Course Found","Top Categories":"Top Categories","Start Quiz":"Start Quiz","Enroll Now":"Enroll Now","Find videos courses":"Find videos courses","on almost any topic":"on almost any topic","to build career":"to build career","View All Courses":"View All Courses","Browse all of other categories":"Browse all of other categories","Limitless learning and more possibilities":"Limitless learning and more possibilities","Choose from over 100,000 online video courses with new":"Choose from over 100,000 online video courses with new","additions published every month":"additions published every month","Find Our Instructor":"Find Our Instructor","Top Online Courses":"Top Online Courses","The world\u2019s largest selection of courses choose from 130,000 online video courses with new additions published every month":"The world\u2019s largest selection of courses choose from 130,000 online video courses with new additions published every month","Online Learning from the World\u2019s best categories":"Online Learning from the World\u2019s best categories","Choose from over 100,000 online video courses with new additions published every month":"Choose from over 100,000 online video courses with new additions published every month","Explore popular Quizzes":"Explore popular Quizzes","Question":"Question","Students":"Students","Student":"Student","View All Quiz":"View All Quiz","Articles & News":"Articles & News","View All Articles & News":"View All Articles & News","Teach what you love. Corrector gives you the tools to create a course":"Teach what you love. Corrector gives you the tools to create a course","Start Teaching":"Start Teaching","Enjoy lifetime access to courses on our":"Enjoy lifetime access to courses on our","website and app":"website and app","Become a Instructor":"Become a Instructor","Keep up to date":"Keep up to date","Get e-mail updates":"Get e-mail updates","Stay tuned for the latest company news":"Stay tuned for the latest company news","Enter e-mail Address":"Enter e-mail Address","Email":"Email","Shopping Cart":"Shopping Cart","No Item":"No Item","View cart":"View cart","Checkout":"Checkout","No Item into cart":"No Item into cart","Join the Millions for better learning":"Join the Millions for better learning","Courses":"Courses","Beginner":"Beginner","Intermediate":"Intermediate","Advance":"Advance","Pro":"Pro","Course Price":"Course Price","Free Course":"Free Course","Paid Course":"Paid Course","Language":"Language","Course are found":"Course are found","None":"None","Price":"Price","Date":"Date","Order By":"Order By","Lessons":"Lessons","Filter Category":"Filter Category","Course Category":"Course Category","Subscribe Now":"Subscribe Now","Course Details":"Course Details","Category":"Category","Instructor Name":"Instructor Name","Preview this course":"Preview this course","Overview":"Overview","Curriculum":"Curriculum","Instructor":"Instructor","Reviews":"Reviews","Course Description":"Course Description","Twitter":"Twitter","Pinterest":"Pinterest","Linkedin":"Linkedin","Course Curriculum":"Course Curriculum","Lectures":"Lectures","Preview":"Preview","Start":"Start","Rating":"Rating","More Courses by Author":"More Courses by Author","Student Feedback":"Student Feedback","Course Rating":"Course Rating","Course you might like":"Course you might like","This course includes":"This course includes","lessons":"lessons","Enrolled":"Enrolled","students":"students","Certificate of Completion":"Certificate of Completion","Full lifetime access":"Full lifetime access","Classes":"Classes","Class Price":"Class Price","Paid Class":"Paid Class","Free Class":"Free Class","No Class Found":"No Class Found","Class are found":"Class are found","Class Category":"Class Category","Level":"Level","Quizzes":"Quizzes","Quiz":"Quiz","Quiz Category":"Quiz Category","Quiz Price":"Quiz Price","Paid Quiz":"Paid Quiz","Free Quiz":"Free Quiz","Quiz are found":"Quiz are found","No Quiz Found":"No Quiz Found","Class Details":"Class Details","rating":"rating","Facebook":"Facebook","questions":"questions","minutes":"minutes","minutes time limit per question":"minutes time limit per question","Instructions":"Instructions","Start your education Career with us":"Start your education Career with us","Popular Instructors":"Popular Instructors","Making sure that our products exceed customer expectations":"Making sure that our products exceed customer expectations","for quality, style and performance":"for quality, style and performance","Meet Our world-class instructors":"Meet Our world-class instructors","We are here to meet your demand and teach the most beneficial way for you in Personal":"We are here to meet your demand and teach the most beneficial way for you in Personal","Instructor Details":"Instructor Details","No course Found":"No course Found","We\u2019re here with you every step way":"We\u2019re here with you every step way","Send us your query anytime":"Send us your query anytime","Enter Name":"Enter Name","Enter your subject":"Enter your subject","Type e-mail address":"Type e-mail address","Write your message":"Write your message","Recent news update Form the blog":"Recent news update Form the blog","Recent News":"Recent News","Enter Password":"Enter Password","By signing up, you agree to":"By signing up, you agree to","Terms of Service and Privacy Policy":"Terms of Service and Privacy Policy","Already login. You can't register right now":"Already login. You can't register right now","to your account":"to your account","Welcome back, Please login":"Welcome back, Please login","Don\u2019t have an account":"Don\u2019t have an account","Welcome to Infix LMS":"Welcome to Infix LMS","Learning Management System":"Learning Management System","Excellence":"Excellence","Community":"Community","Diversity":"Diversity","Privacy Policy":"Privacy Policy","and":"and","First Name":"First Name","Last Name":"Last Name","Company Name":"Company Name","Optional":"Optional","Billing Details":"Billing Details","Enter First Name":"Enter First Name","Enter Last Name":"Enter Last Name","Country":"Country","Street Address":"Street Address","House Number and street address":"House Number and street address","Apartment, suite, unit etc (Optional)":"Apartment, suite, unit etc (Optional)","City \/ Town":"City \/ Town","Postcode \/ ZIP":"Postcode \/ ZIP","Enter city\/town name":"Enter city\/town name","Enter Company Name":"Enter Company Name","Phone No":"Phone No","e.g [email protected]":"e.g [email protected]","Additional Information":"Additional Information","Information details":"Information details","Note about your order, e.g. special note for you delivery":"Note about your order, e.g. special note for you delivery","Your order":"Your order","Place An Order":"Place An Order","Zip Code":"Zip Code","City":"City","Payment Method":"Payment Method","Order Details":"Order Details","Lesson Marked as Incomplete":"Lesson Marked as Incomplete","Lesson Marked as Complete":"Lesson Marked as Complete","Get Certificate":"Get Certificate","Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy":"Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy","Logged In Devices":"Logged In Devices","OS":"OS","Browser":"Browser","LogOut Date":"LogOut Date","LogOut":"LogOut","Logged Out SuccessFully":"Logged Out SuccessFully","Enter Your Old Password To Continue":"Enter Your Old Password To Continue","Your Password Doesnt Match":"Your Password Doesnt Match","Terms of Service":"Terms of Service","Enter Your Password To Continue":"Enter Your Password To Continue","Logged In Device":"Logged In Device","QA":"QA","No Class Assign":"No Class Assign","Subscription":"Subscription","Course Requirements":"Course Requirements","Course Outcomes":"Course Outcomes","Blogs":"Blogs","No results found for":"No results found for","Explore Courses":"Explore Courses","Ratings":"Ratings","Welcome Back":"Welcome Back","Are you ready for your next lesson?":"Are you ready for your next lesson?","My Course":"My Course","Leave a rating":"Leave a rating","Loading":"Loading","Verify Your Email Address":"Verify Your Email Address","A fresh verification link has been sent to your email address":"A fresh verification link has been sent to your email address","Before proceeding, please check your email for a verification link Login in Using that Link":"Before proceeding, please check your email for a verification link Login in Using that Link","Resend Mail":"Resend Mail","Next":"Next","Prev":"Prev","Copy Link":"Copy Link","Whatsapp":"Whatsapp","Event ended":"Event ended","Upcoming event":"Upcoming event","OPT IN":"OPT IN","Search for lessons":"Search for lessons","Search for course, lessons and Videos":"Search for course, lessons and Videos","Search for Course and Lesson":"Search for Course and Lesson","Last Watched":"Last Watched"},"frontendmanage":{"Frontend CMS":"Frontend CMS","Section Setting":"Section Setting","Social Setting":"Social Setting","Company":"Company","Become Instructor":"Become Instructor","Testimonials":"Testimonials","Blogs":"Blogs","FAQS":"FAQS","Footer Section":"Footer Section","Social Site Manage":"Social Site Manage","Home":"Home","Enter social link":"Enter social link","Add New":"Add New","Add New Section Setting":"Add New Section Setting","Add New Social Setting":"Add New Social Setting","Add":"Add","Update Section Setting":"Update Section Setting","Section List":"Section List","Section":"Section","Title":"Title","Button Name":"Button Name","Button Link":"Button Link","Description":"Description","Icon":"Icon","Date":"Date","Link":"Link","Topbar":"Topbar","Footer":"Footer","Testimonial":"Testimonial","Add New Testimonial":"Add New Testimonial","Update Testimonial":"Update Testimonial","Body":"Body","Author":"Author","Profession":"Profession","Body Text":"Body Text","Enter Author Name":"Enter Author Name","Enter Profession":"Enter Profession","Home Content":"Home Content","Page Content":"Page Content","Slider Title":"Slider Title","Payment Getway Title":"Payment Getway Title","Slider Text":"Slider Text","Payment Getway Text":"Payment Getway Text","Slider Shape Image":"Slider Shape Image","Payment Getway Image":"Payment Getway Image","Testimonial Title":"Testimonial Title","Sliders":"Sliders","Add New Slider":"Add New Slider","Update Slider":"Update Slider","Position No":"Position No","Home Slider":"Home Slider","My Profile":"My Profile","Social Name":"Social Name","Update Social Setting":"Update Social Setting","Privacy Policy":"Privacy Policy","General":"General","Personal Data":"Personal Data","Voluntary Disclosure":"Voluntary Disclosure","Children Privacy":"Children Privacy","Information About Cookies":"Information About Cookies","Thirt Party Advertising":"Thirt Party Advertising","Other Sites":"Other Sites","Teacher":"Teacher","Business Transfer":"Business Transfer","Bookmarks":"Bookmarks","Banner Title":"Banner Title","Banner Description":"Banner Description","Banner Image":"Banner Image","Mission Title":"Mission Title","Mission Description":"Mission Description","Mission Image":"Mission Image","Story Title":"Story Title","Story Description":"Story Description","Story Image":"Story Image","Invite Title":"Invite Title","Invite Description":"Invite Description","Invite Image":"Invite Image","About Content":"About Content","About":"About","Remove Photo":"Remove Photo","Upload Profile Photo":"Upload Profile Photo","Pages":"Pages","URL":"URL","Name":"Name","Sub Title":"Sub Title","Details":"Details","Page":"Page","Previous Billing Address":"Previous Billing Address","New Billing Address":"New Billing Address","Billing Address":"Billing Address","Select Billing Address":"Select Billing Address","Company Name":"Company Name","Country":"Country","Subscriber":"Subscriber","Billing Details":"Billing Details","Payment Method":"Payment Method","Created At":"Created At","Subscribe At":"Subscribe At","Who We Are":"Who We Are","Teacher Title":"Teacher Title","Teacher Details":"Teacher Details","Student Title":"Student Title","Student Details":"Student Details","Course Title":"Course Title","Course Details":"Course Details","Youtube Video Link":"Youtube Video Link","Browse Image":"Browse Image","Login Page":"Login Page","Slogan 1":"Slogan 1","Slogan 2":"Slogan 2","Slogan 3":"Slogan 3","Category Title":"Category Title","Category Sub Title":"Category Sub Title","Instructor Banner":"Instructor Banner","Instructor Title":"Instructor Title","Instructor Sub Title":"Instructor Sub Title","Course Sub Title":"Course Sub Title","Best Category Banner":"Best Category Banner","Best Course Title":"Best Course Title","Best Course Sub Title":"Best Course Sub Title","Quiz Title":"Quiz Title","Testimonial Sub Title":"Testimonial Sub Title","Article Title":"Article Title","Article Sub Title":"Article Sub Title","Course Page Title":"Course Page Title","Course Page Sub Title":"Course Page Sub Title","Course Page Banner":"Course Page Banner","Class Page Title":"Class Page Title","Class Page Sub Title":"Class Page Sub Title","Class Page Banner":"Class Page Banner","Quiz Page Title":"Quiz Page Title","Quiz Page Sub Title":"Quiz Page Sub Title","Quiz Page Banner":"Quiz Page Banner","Instructor Page Title":"Instructor Page Title","Instructor Page Sub Title":"Instructor Page Sub Title","Instructor Page Banner":"Instructor Page Banner","Contact Page Title":"Contact Page Title","Contact Page Sub Title":"Contact Page Sub Title","Contact Page Banner":"Contact Page Banner","About Page Title":"About Page Title","About Page Sub Title":"About Page Sub Title","About Page Banner":"About Page Banner","Subscribe Title":"Subscribe Title","Subscribe Sub Title":"Subscribe Sub Title","Subscribe Logo":"Subscribe Logo","Become Instructor Title":"Become Instructor Title","Become Instructor Sub Title":"Become Instructor Sub Title","Become Instructor Logo":"Become Instructor Logo","Image 1":"Image 1","Image 2":"Image 2","Image 3":"Image 3","Image 4":"Image 4","Homepage Banner":"Homepage Banner","Homepage Banner Title":"Homepage Banner Title","Homepage Banner Text":"Homepage Banner Text","Slug":"Slug","Key Features Show In Homepage":"Key Features Show In Homepage","Change Key Feature":"Change Key Feature","Key Feature":"Key Feature","Key Feature Subtitle":"Key Feature Subtitle","Page Link":"Page Link","Change":"Change","Key Feature Icon":"Key Feature Icon","Banner":"Banner","Header Menu":"Header Menu","Menu Manager":"Menu Manager","Menu List":"Menu List","Add Menu":"Add Menu","Select All":"Select All","Static Pages":"Static Pages","Custom Links":"Custom Links","Live Class":"Live Class","Quizzes":"Quizzes","Courses":"Courses","Sub Category":"Sub Category","Category":"Category","Not Found Data":"Not Found Data","Sub Menu":"Sub Menu","Login & Registration":"Login & Registration","Become Instructor Page Title":"Become Instructor Page Title","Become Instructor Page Sub Title":"Become Instructor Page Sub Title","Become Instructor Page Banner":"Become Instructor Page Banner","Page Banner Status":"Page Banner Status","Page Banner":"Page Banner","Page Sub Title":"Page Sub Title","Page Title":"Page Title","Blog Page Banner":"BLog Page Banner","BLog Page Sub Title":"BLog Page Sub Title","BLog Page Title":"BLog Page Title","Total Students":"Total Students","Total Teachers":"Total Teachers","Total Courses":"Total Courses","Show Testimonial":"Show Testimonial","Show Brand":"Show Brand","Show Become Instructor":"Show Become Instructor","Maintenance Page Banner":"Maintenance Page Banner","Homepage Banner Logo":"Homepage Banner Logo","Registration Page":"Registration Page","Forget Password Page":"Forget Password Page","Forget Password\/Others Page":"Forget Password\/Others Page","Banner Section Show In Homepage":"Banner Section Show In Homepage","Category Section Show In Homepage":"Category Section Show In Homepage","Instructor Section Show In Homepage":"Instructor Section Show In Homepage","Quiz Section Show In Homepage":"Quiz Section Show In Homepage","Become Instructor Section Show In Homepage":"Become Instructor Section Show In Homepage","Subscribe Section Show In Homepage":"Subscribe Section Show In Homepage","Article Section Show In Homepage":"Article Section Show In Homepage","Testimonial Section Show In Homepage":"Testimonial Section Show In Homepage","Course Section Show In Homepage":"Course Section Show In Homepage","Sponsor Section Show In Homepage":"Sponsor Section Show In Homepage","Best Category Section Show In Homepage":"Best Category Section Show In Homepage","Show Menu Search Box":"Show Menu Search Box","Show Banner Search Box":"Show Banner Search Box","Show Map":"Show Map","Edit Profile":"Edit Profile","Contact Us":"Contact Us"},"imagegallery":{"Image Gallery":"Image Gallery","Manage Gallery":"Manage Gallery","Add New Image":"Add New Image","Update Image":"Update Image","Add":"Add","Title":"Title","Image":"Image","Recommended size 200px x 200px":"Recommended size 200px x 200px","Recommended size 370px x 250px":"Recommended size 370px x 250px","Description":"Description","Status":"Status","Sorry ! Your gallery is empty":"Sorry ! Your gallery is empty"},"install":{"welcome_description":"Thank you for choosing InfixLMS for learning management system.\n Please follow the steps to complete InfixLMS installation!","install_with_seed":"Install with demo data","phone":"Phone","address":"Address","site_title":"Site Title"},"instructor":{"Instructors":"Instructors","Add Instructor":"Add Instructor","About":"About","Date of Birth":"Date of Birth","Payout Lists":"Payout Lists","Payout":"Payout"},"jitsi":{"Jitsi":"Jitsi","Jitsi Class":"Jitsi Class","Jitsi Setting":"Jitsi Setting","Manage":"Manage","Setting":"Setting","Password Length":"Password Length","Dashboard":"Dashboard","Enable":"Enable","Disable":"Disable","Welcome Message":"Welcome Message","Dial Number":"Dial Number","Max Participants":"Max Participants","0 means Unlimited":"0 means Unlimited","Logout Url":"Logout Url","Record":"Record","Duration":"Duration","Is Breakout":"Is Breakout","Moderator Only Message":"Moderator Only Message","Auto Start Recording":"Auto Start Recording","Allow Start Stop Recording":"Allow Start Stop Recording","Webcams Only For Moderator":"Webcams Only For Moderator","Logo":"Logo","Browse":"Browse","Copyright":"Copyright","Mute On Start":"Mute On Start","Lock Settings Disable Mic":"Lock Settings Disable Mic","Lock Settings Disable Private Chat":"Lock Settings Disable Private Chat","Lock Settings Disable Public Chat":"Lock Settings Disable Public Chat","Lock Settings Disable Note":"Lock Settings Disable Note","Lock Settings Locked Layout":"Lock Settings Locked Layout","Lock Settings Lock On Join":"Lock Settings Lock On Join","Lock Settings Lock On Join Configurable":"Lock Settings Lock On Join Configurable","Guest Policy":"Guest Policy","Redirect":"Redirect","Join Via Html 5":"Join Via Html 5","State":"State","Update":"Update","Jitsi Security Salt":"Jitsi Security Salt","Jitsi Server Base URL":"Jitsi Server Base URL","ID":"ID","Password":"Password","Topic":"Topic","Date & Time":"Date & Time","Start Join":"Start Join","Actions":"Actions","Join as Moderator":"Join as Moderator","Join as Attendee":"Join as Attendee","Add":"Add","Class Not Running":"Class Not Running","Classes":"Classes","Class":"Class","List":"List","Yes":"Yes","Running":"Running","Closed":"Closed","No":"No","Description":"Description","Attendee Password":"Attendee Password","Moderator Password":"Moderator Password","Date Of Class":"Date Of Class","Time Of Class":"Time Of Class","Change Default Settings":"Change Default Settings","Save Class":"Save Class","Save":"Save","Class Duration":"Class Duration","Date":"Date","Time":"Time","Start":"Start","Join":"Join","Select":"Select","View":"View","Edit":"Edit","Delete":"Delete","Cancel":"Cancel","Instructor":"Instructor","Name":"Name","Status":"Status","Start\/Join":"Start\/Join","Details":"Details","Moderator Join":"Moderator Join","Attendee Join":"Attendee Join","Close":"Status","Join Url":"Join Url","Class Id":"Class Id","Start Date Time":"Start Date Time","Delete Class":"Delete Class","You sure to delete ?":"You sure to delete ?","Meeting ID\/Room":"Meeting ID\/Room"},"lang":{"Student":"Student","Successfully":"Successfully","Deleted":"Deleted","Image size is too large":"Image size is too large","Yes":"Yes","Enable":"Enable","Delete":"Delete","Disable":"Disable","Cancel":"Cancel","Are you sure want to":"Are you sure want to","Course":"Course","Cart":"Cart","Remove":"Remove","Oops":"Oops","Message":"Message","Activated":"Activated","Operation Failed":"Operation Failed","Account was Created successfully, please Check you Email":"Account was Created successfully, please Check you Email","Deactivated":"Deactivated","Oops, Something Went Wrong":"Oops, Something Went Wrong","Added":"Added","examinations":"Examinations","dashboard":"Dashboard","online_exam":"Online_exam","marking":"Marking","subject":"Subject","exam":"Exam","student":"Student","class_sec":"Class Sec"},"leadinquiry":{"Lead":"Lead","Lead List":"Lead List"},"newsletter":{"Newsletter":"Newsletter","Mailchimp":"Mailchimp","Mailchimp API Setting":"Mailchimp API Setting","GetResponse":"GetResponse","GetResponse API Setting":"GetResponse API Setting","SL":"SL","List Name":"List Name","ID":"ID","Subscribers":"Subscribers","Not Connected":"Not Connected","Connected":"Connected","Status":"Status","API Key":"API Key","Your Mailchimp API key":"Your Mailchimp API key","Your GetResponse API key":"Your GetResponse API key","The API key for connecting with your Mailchimp account":"The API key for connecting with your Mailchimp account","The API key for connecting with your GetResponse account":"The API key for connecting with your GetResponse account","Get your API key here":"Get your API key here","Your Mailchimp Account":"Your Mailchimp Account","Your GetResponse Account":"Your GetResponse Account","No List Found":"No List Found","Setting":"Setting","Homepage Method":"Homepage Method","Select Service":"Select Service","Select List":"Select List","Local":"Local","System Subscriber":"System Subscriber","Select List For Homepage Newsletter Subscription":"Select List For Homepage Newsletter Subscription","Select Service For Homepage":"Select Service For Homepage","Select Service For Students":"Select Service For Students","Select Service For Instructors":"Select Service For Instructors","Enable":"Enable","Select List For Student Subscription After Registration":"Select List For Student Subscription After Registration","Select List For Instructor Subscription After Registration":"Select List For Instructor Subscription After Registration","Subscription List":"Subscription List"},"pagination":{"previous":"Previous","next":"Next;"},"passwords":{"reset":"Your password has been reset!","sent":"We have emailed your password reset link!","throttled":"Please wait before retrying.","token":"This password reset token is invalid.","user":"We can't find a user with that email address.","Infix CRM":"Infix CRM","Language":"Language"},"payment":{"Revenue":"Revenue","Payment":"Payment","Balance":"Balance","Amount":"Amount","Total":"Total","Fund":"Fund","Method":"Method","Discount":"Discount","Online Payment Log":"Online Payment Log","Bank Payment Log":"Bank Payment Log","Offline Payment":"Offline Payment","Fund History":"Fund History","Payment Received Online":"Payment Received Online","Payout & Earning":"Payout & Earning","Transaction":"Transaction","Request Date":"Request Date","F-ID":"F-ID","Admin Course Revenue List":"Admin Course Revenue List","Admin Revenue":"Admin Revenue","VAT Number":"VAT Number","Wallet":"Wallet","Bank Payment":"Bank Payment","Expense":"Expense","Income":"Income","Accounts":"Accounts","Account":"Account","Payments":"Payments","Price":"Price","Approved":"Approved","Account Name":"Account Name","View":"View","Update Payment Info":"Update Payment Info","Narration":"Narration","Add New Payment":"Add New Payment","Voucher Approval":"Voucher Approval","Approval":"Approval","Approve":"Approve","Pending":"Pending","Cancel":"Cancel","Cheque Date":"Cheque Date","Cheque No":"Cheque No","Bank Name":"Bank Name","Bank Branch":"Bank Branch","Voucher Info Details":"Voucher Info Details","Tx Id":"Tx Id","Set Approval":"Set Approval","Total Amount":"Total Amount","Debit":"Debit","Credit":"Credit","Created By":"Created By","Journal":"Journal","Journal Voucher":"Journal Voucher","Debit and Credit amount was mismatched":"Debit and Credit amount was mismatched","Update Journal Info":"Update Journal Info","Earning":"Earning","Selected Payout Method":"Selected Payout Method","Payout Method":"Payout Method","Invoice Date":"Invoice Date","Charge":"Charge","Invoice":"Invoice","Total Price":"Total Price","Purchase history":"Purchase history","Payment Method":"Payment Method","Deposit Amount":"Deposit Amount","Pay With Sslcommerz":"Pay With Sslcommerz","Pay With":"Pay With","Deposit history":"Deposit history","Discount Amount":"Discount Amount","Pay With stripe":"Pay With stripe","Pay From Wallet":"Pay From Wallet","Fund Deposit":"Fund Deposit","Save Info":"Save Info","All":"All"},"quiz":{"Quiz":"Quiz","Chapter":"Chapter","Chapter List":"Chapter List","Question Group":"Question Group","Question Bank":"Question Bank","Question":"Question","Category":"Category","Sub Category":"Sub Category","Question Type":"Question Type","Marks":"Marks","Group":"Group","Create":"Create","Also apply defaults to existing questions":"Also apply defaults to existing questions","Topic":"Topic","Yes":"Yes","True":"True","False":"False","Allow users to see all correct answers at end of quiz":"Allow users to see all correct answers at end of quiz","Randomise Questions":"Randomise Questions","Quiz Setup":"Quiz Setup","Question List":"Question List","Quiz Report":"Quiz Report","Time":"Time","Search":"Search","Report":"Report","Result":"Result","Student":"Student","Total Marks":"Total Marks","Total Questions":"Total Questions","Obtained Marks":"Obtained Marks","Select Criteria":"Select Criteria","Course":"Course","Save Setup":"Save Setup","Limit user time per question":"Limit user time per question","Mark Register":"Mark Register","Manage Question":"Manage Question","Quiz Question":"Quiz Question","Quiz Details":"Quiz Details","Passing Percentage":"Passing Percentage","Passing %":"Passing %","Option":"Option","View":"View","Pending":"Pending","Published":"Published","Absent":"Absent","Online Quiz List":"Online Quiz List","Published Now":"Published Now","Quiz Time":"Quiz Time","Instruction":"Instruction","Instructor":"Instructor","Online Quiz":"Online Quiz","Minimum Percentage":"Minimum Percentage","Start Time":"Start Time","End Time":"End Time","Quiz Title":"Quiz Title","Set Quiz":"Set Quiz","Question Group List":"Question Group List","Question Bank List":"Question Bank List","Suitable Words":"Suitable Words","Number Of Options":"Number Of Options","Multiple Choice":"Multiple Choice","True False":"True False","Fill In The Blanks":"Fill In The Blanks","filterBy":"Advance Search","selectGroup":"Select Group","selectCourse":"Select Course","Number of Instructor":"Number of Instructor","Per Question time count":"Per Question time count","Per Question Time Count (Minute)":"Per Question Time Count (Minute)","Total Quiz time count (Minute)":"Total Quiz time count (Minute)","Question Review":"Question Review","If you enable this option, show result: after each submit will disabled":"If you enable this option, show result: after each submit will disabled","Note":"Note","Show Results After Each Submit":"Show Results After Each Submit","Random Question":"Random Question","Multiple Attend":"Multiple Attend"},"report":{"Admin Course Revenue List":"Admin Course Revenue List","Report":"Report","Admin Revenue":"Admin Revenue","With Discount":"With Discount","Without Discount":"Without Discount","Start Date":"Start Date","End Date":"End Date","Enrolled Student":"Enrolled Student","Price":"Price","Revenue":"Revenue","Discount":"Discount","Enrolled Date":"Enrolled Date","Purchase ID":"Purchase ID"},"role":{"Role List":"Role List","Role":"Role","Instructor Role":"Instructor Role","Details":"Details","Role has been added Successfully":"Role has been added Successfully","Role has been updated Successfully":"Role has been updated Successfully","Edit Role Info":"Edit Role Info","Role has been deleted Successfully":"Role has been deleted Successfully","Permission":"Permission","Menu":"Menu","Sub-Menu":"Sub-Menu","assign_permission":"Assign Permission","role_permission":"Role Permission"},"setting":{"Symbol":"Symbol","Setting":"Setting","Conversion Rate":"Conversion Rate","Currency List":"Currency List","Edit Currency Info":"Edit Currency Info","Currency Updated Successfully":"Currency Updated Successfully","Currency Added Successfully":"Currency Added Successfully","Currency has been deleted Successfully":"Currency has been deleted Successfully","SMS Gateways Credentials has been updated Successfully":"SMS Gateways Credentials has been updated Successfully","SMS has been sent Successfully":"SMS has been sent Successfully","SMTP Gateways Credentials has been updated Successfully":"SMTP Gateways Credentials has been updated Successfully","Mail has been sent Successfully":"Mail has been sent Successfully","Please Configure SMTP settings first":"Please Configure SMTP settings first","Language has been deleted Successfully":"Language has been deleted Successfully","Language Updated Successfully":"Language Updated Successfully","Language Added Successfully":"Language Added Successfully","RTL":"RTL","RTL\/LTL":"RTL\/LTL","Active":"Active","Translation":"Translation","Native Name":"Native Name","Edit Language Info":"Edit Language Info","Select Translatable File":"Select Translatable File","Key":"Key","Value":"Value","API Key":"API Key","Registered Phone Number":"Registered Phone Number","Authentication Token":"Authentication Token","Twilio Account SID":"Twilio Account SID","Send Test Mail":"Send Test Mail","Send a Test Email to":"Send a Test Email to","Predefined Footer":"Predefined Footer","Predefined Header":"Predefined Header","Email Signature":"Email Signature","Sender Email":"Sender Email","Sender Name":"Sender Name","Email Protocol":"Email Protocol","Mail Engine":"Mail Engine","From Name":"From Name","From Mail":"From Mail","Mail Host":"Mail Host","Mail Port":"Mail Port","Mail Username":"Mail Username","Mail Password":"Mail Password","Mail Encryption":"Mail Encryption","Email Charset":"Email Charset","Settings":"Settings","About":"About","Misc":"Misc","Tags":"Tags","Theme Options":"Theme Options","Cronjob":"Cronjob","E-Sign":"E-Sign","PDF Settings":"PDF Settings","Calendar":"Calendar","SMS":"SMS","Support":"Support","Customer Permission":"Customer Permission","SMTP Settings":"SMTP Settings","Company Information":"Company Information","General":"General","Activation":"Activation","Activate":"Activate","Type":"Type","System Default Language":"System Default Language","Copyright Text":"Copyright Text","File Supported":"File Supported","Site Title":"Site Title","Remove":"Remove","Upload Fav Icon":"Upload Fav Icon","Fav Icon":"Fav Icon","Logo":"Logo","Upload Header Logo":"Upload Header Logo","Header Logo":"Header Logo","Upload Footer Logo":"Upload Footer Logo","Footer Logo":"Footer Logo","System Default Currency":"System Default Currency","Currency Symbol":"Currency Symbol","Currency Code":"Currency Code","SMTP":"SMTP","Date Format":"Date Format","Time Zone":"Time Zone","Activate SMS Gateway":"Activate SMS Gateway","SMS Settings":"SMS Settings","Twilio Settings":"Twilio Settings","Text To Local Settings":"Text To Local Settings","URL":"URL","Instructor Revenue percentage of course fee":"Instructor Revenue percentage of course fee","IP":"IP","Specific Course List":"Specific Course List","Specific Instructor List":"Specific Instructor List","Agent":"Agent","Setup":"Setup","Email Body":"Email Body","Email Send From":"Email Send From","Email Template":"Email Template","Username":"Username","Payment Method Settings":"Payment Method Settings","gateway_setting":"Gateway Settings","Mail Driver":"Mail Driver","Facebook Secret Key":"Facebook Secret Key","Facebook Client ID":"Facebook Client ID","Google Secret Key":"Google Secret Key","Google Client ID":"Google Client ID","Public Instructor Course Approval":"Public Instructor Course Approval","Public Instructor Registration":"Public Instructor Registration","Message":"Message","Description":"Description","Code":"Code","Default Short Code":"Default Short Code","Footer Email Configuration":"Footer Email Configuration","Meta Description":"Meta Description","Meta Keywords":"Meta Keywords","SEO Setting":"SEO Setting","Social Login Setting":"Social Login Setting","Commission":"Commission","Flat Commission":"Flat Commission","Instructor Commission":"Instructor Commission","Course Commission":"Course Commission","Subscription":"Subscription","Specific Course Commission Setup":"Specific Course Commission Setup","Store Password":"Store Password","Store ID":"Store ID","Vimeo Settings":"Vimeo Settings","Vimeo Configuration":"Vimeo Configuration","Vimeo App ID":"Vimeo App ID","Vimeo Client":"Vimeo Client","Vimeo Secret":"Vimeo Secret","Vimeo Access":"Vimeo Access","Reports":"Reports","System Info":"System Info","General Settings":"General Settings","Email Configuration":"Email Configuration","SMS Configuration":"SMS Configuration","Homepage SEO Setup":"Homepage SEO Setup","Social Login":"Social Login","Success":"Success","Address":"Address","Send Grid":"Send Grid","Format":"Format","Company Name":"Company Name","Send Mail":"Send Mail","System Settings":"System Settings","Social Login Setup":"Social Login Setup","Admin Revenue percentage of course fee":"Admin Revenue percentage of course fee","Module":"Module","Manage":"Manage","Refresh":"Refresh","SL":"SL","Name":"Name","Status":"Status","Action":"Action","Disable":"Disable","Enable":"Enable","Verify":"Verify","Not Verified":"Not Verified","Verified":"Verified","Appearance":"Appearance","Themes":"Themes","Theme Details":"Theme Details","Upload Theme":"Upload Theme","Title":"Title","Browse Zip":"Browse Zip","Install Now":"Install Now","System Setting":"System Setting","Live Preview":"Live Preview","Version":"Version","Current Theme":"Current Theme","Footer Setting":"Footer Setting","Gateway Status":"Gateway Status","Client Secret":"Client Secret","Client ID":"Client ID","Publisher Key":"Publisher Key","Secret Key":"Secret Key","Map":"Map","Latitude":"Latitude","Longitude":"Longitude","Api Settings":"Api Settings","Google":"Google","Fixer":"Fixer","Fixer Key":"Fixer Key","Api Settings Saved Successfully":"Api Settings Saved Successfully","Click Here to Get Fixer Api Key":"Click Here to Get Fixer Api Key","Google Map API Key":"Google Map API Key","Razor Key":"Razor Key","Razor Secret":"Razor Secret","Merchant ID":"Merchant ID","Merchant Key":"Merchant Key","PayTM Merchant Website":"PayTM Merchant Website","PayTM Channel":"PayTM Channel","Industry Type":"Industry Type","PayStack Public Key":"PayStack Public Key","PayStack Secret Key":"PayStack Public Key","Merchant Email":"Merchant Email","PayStack Payment URL":"PayStack Payment URL","Account Holder":"Account Holder","Account Number":"Account Number","Branch Name":"Branch Name","Bank Name":"Bank Name","For Details":"For Details","Subject":"Subject","Click Here":"Click Here","Currency Conversion":"Currency Conversion","Backend":"Backend","Frontend":"Frontend","Zoom Level":"Zoom Level","Site":"Site","Email Engine Type":"Email Engine Type","Students Active Device Limit":"Students Active Device Limit","About System":"About System","Software Version":"Software Version","Check update":"Check update","Update":"Update","PHP Version":"PHP Version","Curl Enable":"Curl Enable","Install Domain":"Install Domain","System Activated Date":"System Activated Date","Purchase code":"Purchase code","Upload From Local Directory":"Upload From Local Directory","Update System":"Update System","Php Mail":"Php Mail","IP Block":"IP BLock","Add IP":"Add IP","IP Address":"IP Address","Block Reason":"Block Reason","Geo Location":"Geo Location","Country":"Country","Region":"Region","City":"City","Zip Code":"Zip Code","Login At":"Login At","Account Type":"Account Type","Payment Details":"Payment Details","Header Menu":"Header Menu","Cookies settings":"Cookies settings","Cookies Allow Enable":"Cookies Allow Enable","Button Text":"Button Text","Background Color":"Background Color","Button Background Color":"Button Background Color","Details":"Details","API KEY":"API KEY","API Auth Token":"API Auth Token","Instamojo URL":"Instamojo URL","Server Key":"Server Key","Payeer Marchant":"Payeer Marchant","Payeer Key":"Payeer Key","Make sure you have":"Make sure you have","registered in PayStack":"registered in PayStack","Set Redirection Settings In Midtrans":"Set Redirection Settings In Midtrans","Set Redirection Settings In Payeer":"Set Redirection Settings In Payeer","City List":"City List","Edit City Info":"Edit City Info","City has been deleted Successfully":"City has been deleted Successfully","Timezone has been deleted Successfully":"Timezone has been deleted Successfully","Timezone List":"Timezone List","Timezone":"Timezone","Timezone Code":"Timezone Code","Timezone Name":"Timezone Name","Theme Customization":"Theme Customization","Primary Color":"Primary Color","Secondary Color":"Secondary Color","Add New":"Add New","Frontend Theme Color":"Frontend Theme Color","Clone Theme":"Clone Theme","Color Theme":"Color Theme","Color Theme List":"Color Theme List","Theme Title":"Theme Title","Make Default Theme":"Make Default Theme","Reset To Default":"Reset To Default","Theme Cloned Successful":"Theme Cloned Successful","Clone of":"Clone of","You can not permitted to delete system theme":"You can not permitted to delete system theme","Theme Deleted Successful":"Theme Deleted Successful","Theme Set Default Successful":"Theme Set Default Successful","New Theme Created Successful":"New Theme Created Successful","Theme Update Successfully":"Theme Update Successfully","Maintenance":"Maintenance","Cron Job":"Cron Job","Currency Show At":"Currency Show At","Left":"Left","Left With Space":"Left With Space","Right":"Right","Right With Space":"Right WIth Space","Google Analytics":"Google Analytics","Utilities":"Utilities","Clear Log":"Clear Log","App Debug":"App Debug","Clear Cache":"Clear Cache","Invalid Command":"Invalid Command","Last Update at":"Last Update at","Cache settings":"Cache settings","Cache Driver":"Cache Driver","Array":"Array","File":"File","Redis":"Redis","Memcached":"Memcached","Redis Host":"Redis Host","Redis Password":"Redis Password","Redis Port":"Redis Port","Memcached Host":"Memcached Host","Memcached Password":"Memcached Password","Memcached Port":"Memcached Port","Memcached Username":"Memcached Username","Hide Footer From Mobile":"Hide Footer From Mobile","Click Here to Get Google Map Api Key":"Click Here to Get Google Map Api Key","Click Here to Get Vimeo Api Key":"Click Here to Get Vimeo Api Key","Edit Timezone Info":"Edit Timezone Info","Theme Color":"Theme Color","Category Show In Frontend":"Category Show In Frontend","Footer Background Color":"Footer Background Color","Footer Headline Color":"Footer Headline Color","Footer Text Color":"Footer Text Color","Show Cart In Frontend":"Show Cart In Frontend"},"setup":{"Division":"Division","District":"District","Upazila":"Upazila","Upazila List":"Upazila List","Bangla Name":"Bangla Name","Edit Info Upazila":"Edit Info Upazila","Division List":"Division List","Edit Info Division":"Edit Info Division","District List":"District List","Upazila has been added Successfully":"Upazila has been added Successfully","Upazila has been updated Successfully":"Upazila has been updated Successfully","Upazila has been deleted Successfully":"Upazila has been deleted Successfully","Division has been added Successfully":"Division has been added Successfully","Division has been updated Successfully":"Division has been updated Successfully","Division has been deleted Successfully":"Division has been deleted Successfully","District has been added Successfully":"District has been added Successfully","District has been updated Successfully":"District has been updated Successfully","District has been deleted Successfully":"District has been deleted Successfully","Tax has been deleted Successfully":"Tax has been deleted Successfully","Tax":"Tax","Tax List":"Tax List","Status":"Status","Rate":"Rate","Edit Tax InFo":"Edit Tax InFo"},"sponsor":{"Sponsor Saved Successfully":"Sponsor Saved Successfully","Sponsor Deleted Successfully":"Sponsor Deleted Successfully","Sponsor Updated Successfully":"Sponsor Updated Successfully","Sponsors":"Sponsors","Add New Sponsor":"Add New Sponsor","Image":"Image","Title":"Title","Sponsor List":"Sponsor List","Frontend CMS":"Frontend CMS"},"student":{"Students":"Students","Student":"Student","Add Student":"Add Student","Add New Student":"Add New Student","Number of Students":"Number of Students","Students List":"Students List","Enrolled Student":"Enrolled Student","Update Student":"Update Student","Filter Enroll History":"Filter Enroll History","Enrolled Student List":"Enrolled Student List","Enter Full Name":"Enter Full Name","yourself":"yourself","Full Name":"Full Name","Phone Number":"Phone Number","Quiz":"Quiz","Question":"Question","No Course Purchased Yet":"No Course Purchased Yet","No Course Yet":"No Course Yet","No Course viewed Yet":"No Course viewed Yet","Engineer at InfixLMS":"Engineer at InfixLMS","Add a professional headline like":"Add a professional headline like","Headline":"Headline","Write Note here":"Write Note here","Preview":"Preview","Drop your file here":"Drop your file here","Recommended image size":"Recommended image size","or choose files to upload":"or choose files to upload","Social Links":"Social Links","Add your Facebook URL":"Add your Facebook URL","Facebook URL":"Facebook URL","Add your Twitter URL":"Add your Twitter URL","Twitter URL":"Twitter URL","Add your LinkedIn URL":"Add your LinkedIn URL","LinkedIn profile":"LinkedIn profile","Add your Youtube URL":"Add your Youtube URL","Youtube Profile":"Youtube Profile","Live":"Live","Classes":"Classes","Lessons":"Lessons","Account Settings":"Account Settings","Email Address":"Email Address","Edit your account settings and change your password here":"Edit your account settings and change your password here","Type existing password":"Type existing password","Type new password":"Type new password","Re-type new password":"Re-type new password","Print":"Print","Download":"Download","Date":"Date","Status":"Status","Company":"Company","Billed To":"Billed To","Name":"Name","Phone":"Phone","Email":"Email","Address":"Address","Order List":"Order List","Course name":"Course name","Price":"Price","Total":"Total","No results found for":"No results found for","Course Details":"Course Details","Left of this Section":"Left of this Section","Continue":"Continue","Skip":"Skip","Submit":"Submit","Your Exam Score":"Your Exam Score","Congratulations! You\u2019ve completed":"Congratulations! You\u2019ve completed","Exam Score":"Exam Score","Correct Answer":"Correct Answer","Wrong Answer":"Wrong Answer","Rating":"Rating","Done":"Done","See Answer Sheet":"See Answer Sheet","Empty":"Empty","Product":"Product","View":"View","Proceed to checkout":"Proceed to checkout","Recommended size":"Recommended size","Browse Image file":"Browse Image file","Reject Reason":"Reject Reason","No Class Purchased Yet":"No Class Purchased Yet","No Quiz Purchased Yet":"No Quiz Purchased Yet","No Class Yet":"No Class Yet","No Quiz Yet":"No Quiz Yet","Good Morning":"Good Morning","Good Afternoon":"Good Afternoon","Good Evening":"Good Evening","Complete":"Complete","Recommended For You":"Recommended For You","Quiz you might like":"Quiz you might like","Are you ready for your next lesson":"Are you ready for your next lesson","Save":"Save","My Account":"My Account","Pay Method":"Pay Method","Paid":"Paid","Unpaid":"Unpaid","Result Sheet":"Result Sheet","Class you might like":"Class you might like","Are you ready for your next class":"Are you ready for your next class","Sub Total":"Sub Total","Title":"Title","No Event Yet":"No Event Yet"},"subscription":{"Subscription":"Subscription","FAQ":"FAQ","Question":"Question","Answer":"Answer","FAQ List":"FAQ List","Add FAQ":"Add FAQ","Edit FAQ":"Edit FAQ","Update FAQ":"Update FAQ","Delete FAQ":"Delete FAQ","Subscription Page Title":"Subscription Page Title","Subscription Page Sub Title":"Subscription Page Sub Title","Subscription Page Banner":"Subscription Page Banner","Plan":"Plan","Plan List":"Plan List","Add Plan":"Add Plan","Edit Plan":"Edit Plan","Update Plan":"Update Plan","Delete Plan":"Delete Plan","Title":"Title","Price":"Price","About":"About","Button Text":"Button Text","Order":"Order","Included features":"Included features","These features for both of the plan":"These features for both of the plan","Plan Features":"Plan Features","Plan Feature":"Plan Feature","Plan Feature List":"Plan Feature List","Add Plan Feature":"Add Plan Feature","Edit Plan Feature":"Edit Plan Feature","Update Plan Feature":"Update Plan Feature","Delete Plan Feature":"Delete Plan Feature","Frequently Ask Question":"Frequently Ask Question","Pricing Plan & Package":"Pricing Plan & Package","Setting":"Setting","Settings":"Settings","Commission Rate":"Commission Rate","Days":"Days","You must":"You must","login":"login","Subscription Price":"Subscription Price","Subscription History":"Subscription History","Start Date":"Start Date","End Date":"End Date","Payment Method":"Payment Method","Status":"Status","No Subscription Purchased Yet":"No Subscription Purchased Yet","Admin Commission Rate":"Admin Commission Rate","Instructor Commission Rate":"Instructor Commission Rate","Assign":"Assign","Course Assign":"Course Assign","Course":"Course","Course List":"Course List","Add course":"Add course","All Courses":"All Courses","Selected Courses":"Selected Courses"},"tax":{"TAX":"TAX","TAX Setting":"TAX Setting","Percentage":"Percentage","Apply TAX":"Apply TAX"},"validation":{"name.required":"The name field is required.","password.required":"The password field is required.","phone.string":"The phone must be a string.","phone.regex":"The phone format is invalid.","phone.min":"The phone must be at least 1 characters.","phone.unique":"The phone has already been taken.","email.required":"The email field is required.","email.email":"The email must be a valid email address.","email.unique":"The email has already been taken.","password.min":"The password must be at least 8 characters.","password.confirmed":"The password confirmation does not match.","id.required":"The id field is required.","message.required":"The message field is required.","discount.required":"The discount field is required.","subject.required":"The subject field is required.","body.required":"The body field is required.","name.max":"The name may not be greater than 255 characters.","category_id.required":"The category id field is required.","category_id.max":"The category id may not be greater than 255 characters.","photo.sometimes":"validation.sometimes","photo.mimes":"The photo must be a file of type: jpeg,jpg,png,gif.","photo.max":"The photo may not be greater than 10000 characters.","photo.dimensions":"The photo has invalid image dimensions.","name.unique":"The name has already been taken.","thumbnail.mimes":"The thumbnail must be a file of type: jpeg,jpg,png,gif.","thumbnail.max":"The thumbnail may not be greater than 10000 characters.","title.required":"The title field is required.","title.max":"The title may not be greater than 255 characters.","title.unique":"The title has already been taken.","code.required":"The code field is required.","code.max":"The code may not be greater than 255 characters.","code.unique":"The code has already been taken.","min_purchase.required":"The min purchase field is required.","max_discount.required":"The max discount field is required.","start_date.required":"The start date field is required.","start_date.date":"The start date is not a valid date.","end_date.required":"The end date field is required.","end_date.date":"The end date is not a valid date.","name.string":"The name must be a string.","email.string":"The email must be a string.","email.max":"The email may not be greater than 255 characters.","duration.required":"The duration field is required.","type.required":"The type field is required.","language.required":"The language field is required.","level.required":"The level field is required.","host.required":"The host field is required.","vimeo.required":"The vimeo field is required.","trailer_link.required":"The trailer link field is required.","file.required":"The file field is required.","file.mimes":"The file must be a file of type: mp4,ogx,oga,ogv,ogg,webm.","max_limit.required":"The max limit field is required.","amount.required":"The amount field is required.","status.required":"The status field is required.","category.required":"The category field is required.","value.required":"The value field is required.","max_discount.numeric":"The max discount must be a number.","max_discount.min":"The max discount must be at least 0 characters.","min_purchase.numeric":"The min purchase must be a number.","min_purchase.min":"The min purchase must be at least 0 characters.","percentage.required":"The percentage field is required.","instruction.required":"The instruction field is required.","group.required":"The group field is required.","question.required":"The question field is required.","question_type.required":"The question type field is required.","marks.required":"The marks field is required.","suitable_words.required":"The suitable words field is required.","number_of_option.required":"The number of option field is required.","course_commission.required":"The course commission field is required.","course_commission.numeric":"The course commission must be a number.","course_commission.min":"The course commission must be at least 0 characters.","course_commission.max":"The course commission may not be greater than 100 characters.","course.required":"The course field is required.","course.numeric":"The course must be a number.","course.min":"The course must be at least 0 characters.","course.max":"The course may not be greater than 100 characters.","commission.required":"The commission field is required.","commission.numeric":"The commission must be a number.","commission.min":"The commission must be at least 0 characters.","commission.max":"The commission may not be greater than 100 characters.","special_commission.required":"The special commission field is required.","special_commission.numeric":"The special commission must be a number.","special_commission.min":"The special commission must be at least 0 characters.","special_commission.max":"The special commission may not be greater than 100 characters.","user_id.required":"The user id field is required.","bank_name.required":"The bank name field is required.","branch_name.required":"The branch name field is required.","bank_account_number.required":"The bank account number field is required.","account_holder_name.required":"The account holder name field is required.","bank_type.required":"The bank type field is required.","payout_email.required":"The payout email field is required.","payout_email.email":"The payout email must be a valid email address.","description.required":"The description field is required.","author.required":"The author field is required.","profession.required":"The profession field is required.","icon.required":"The icon field is required.","btn_link.required":"The btn link field is required.","details.required":"The details field is required.","slug.required":"The slug field is required.","sub_title.required":"The sub title field is required.","is_static.required":"The is static field is required.","class_id.required":"The class id field is required.","topic.required":"The topic field is required.","attached_file.mimes":"The attached file must be a file of type: jpeg,png,jpg,doc,docx,pdf,xls,xlsx.","time.required":"The time field is required.","durration.required":"The durration field is required.","join_before_host.required":"The join before host field is required.","host_video.required":"The host video field is required.","participant_video.required":"The participant video field is required.","mute_upon_entry.required":"The mute upon entry field is required.","waiting_room.required":"The waiting room field is required.","audio.required":"The audio field is required.","auto_recording.required":"The auto recording field is required.","approval_type.required":"The approval type field is required.","is_recurring.required":"The is recurring field is required.","recurring_type.required":"The recurring type field is required.","recurring_repect_day.required":"The recurring repect day field is required.","recurring_type.required_if":"The recurring type field is required when is recurring is 1.","recurring_repect_day.required_if":"The recurring repect day field is required when is recurring is 1.","recurring_end_date.required_if":"The recurring end date field is required when is recurring is 1.","package_id.required":"The package id field is required.","api_key.required":"The api key field is required.","secret_key.required":"The secret key field is required.","lang_id.required":"The lang id field is required.","end_date.required_if":"The end date field is required when type is 1.","attendee_password.required_if":"The attendee password field is required when host is BBB.","moderator_password.required_if":"The moderator password field is required when host is BBB.","image.required":"The image field is required.","sub_category.required":"The sub category field is required.","slug.unique":"The slug has already been taken.","module.required":"The module field is required.","db_file.required":"The db file field is required.","db_file.mimes":"The db file must be a file of type: sql.","image.'nullable":"validation.'nullable","image.mimes":"The image must be a file of type: jpeg,bmp,png,jpg.","image.size":"The image size is not valid","required":"This Value Field Is Required"},"virtual-class":{"Class Setting":"Class Setting","Class List":"Class List","Create Class":"Create Class","Title":"Title","Duration":"Duration","Fees":"Fees","Live Classes":"Live Classes","Live":"Live","Add Class":"Add Class","Single Class":"Single Class","Continuous Class":"Continuous Class","Date":"Date","Time":"Time","End Date":"End Date","Start Date":"Start Date","Type":"Type","Sub Category":"Sub Category","Category":"Category","Language":"Language","Details":"Details","BBB":"BBB","Host":"Host","Class":"Class","in Minute":"in Minute","Setup":"Virtual Class Setup","Update":"Update","Big Blue Button":"Big Blue Button","Zoom":"Zoom","Default Class":"Default Class","Browse Image file":"Browse Image file","This class is free":"This class is free","Classes are available":"Classes are available","Classes":"Classes","Free":"Free","Zoom Link":"Zoom Link","Meeting Link":"Meeting Link","Speecher":"Speecher","Speaker":"Speaker","ZoomCustom":"ZoomCustom"},"withdraw":{"Instructor":"Instructor","Amount":"Amount","Invoice Date":"Invoice Date","Method":"Method","Issue Date":"Issue Date","Waiting":"Waiting","Instructor Payment":"Instructor Payment","Approved":"Approved","Rejected":"Rejected","Next Payout":"Next Payout","You Currently Have":"You Currently Have","in earnings for next months payout":"in earnings for next months payout","Payout Account":"Payout Account","Set Account":"Set Account","Payout Email":"Payout Email","Set Payout":"Set Payout","Payout Email Saved Successfully":"Payout Email Saved Successfully","Request Date":"Request Date","Payment Status":"Payment Status","Payment Request":"Payment Request","Are you Sure, You want to request for payment?":"Are you Sure, You want to request for payment?","Confirm":"Confirm","Are you Sure, You want to mark as payment?":"Are you Sure, You want to mark as payment?"},"zoom":{"Zoom":"Zoom","Zoom Class":"Zoom Class","Virtual Class":"Virtual Class","Description":"Description","Date of Class":"Date of Class","Time of Class":"Time of Class","Class Duration (Minutes)":"Class Duration (Minutes)","Class Duration":"Class Duration","Recurring":"Recurring","Recurrence Type":"Recurrence Type","Daily":"Daily","Weekly":"Weekly","Monthly":"Monthly","Repeat every":"Repeat every","End Recurrence":"End Recurrence","Join before host":"Join before host","Host Video":"Host Video","Participant Video":"Participant Video","Participate mic mute":"Participate mic mute","Watermark":"Watermark","Waiting Room":"Waiting Room","Auto Recording":"Auto Recording","Audio Option":"Audio Option","Class Join Approval":"Class Join Approval","Class ID":"Class ID","Join\/Start":"Join\/Start","Start":"Start","Dashboard":"Dashboard","Join":"Join","Update":"Update","Show":"Show","Topic":"Topic","Delete Class":"Delete Class","Are you sure to delete ?":"Are you sure to delete ?","you sure to delete ?":"you sure to delete ?","Zoom Setting":"Zoom Setting","For Paid Package":"For Paid Package","API Key":"API Key","Secret Key":"Secret Key","Package":"Package","Join Class":"Join Class","Attached File":"Attached File","Start Date & Time":"Start Date & Time","Not Yet Start":"Not Yet Start","Closed":"Closed","Host ID":"Host ID","Start Date Time":"Start Date Time","Timezone":"Timezone","Created At":"Created At","Join URL":"Join URL","Encrypted":"Encrypted","In Class":"On Class","Cn Class":"Cn Class","Enforce Login":"Enforce Login","Enforce Login Domains":"Enforce Login Domains","Alternative Hosts":"Alternative Hosts","Class Authentication":"Class Authentication","Delete virtual meeting":"Delete virtual meeting","Room":"Room","Participants":"Participants","Classes":"Classes","Select Member":"Class","Change Default Settings":"Change Default Settings","Class":"Class","Virtual Class\/Class":"Virtual Class\/Class","Class Reports":"Class Reports","Date of class":"Date of class","Time of class":"Time of class","Duration of class":"Duration of class","VClass ID":"VClass ID","Virtual class":"Virtual class","List":"List","Add":"Add","Edit":"Edit","Yes":"Yes","No":"No","Member Type":"Member Type","Instructor":"Instructor","Student":"Student","Member":"Member","Password":"Password","Date Of Class":"Date Of Class","Time Of Class":"Time Of Class","Recurring End":"Recurring End","Change Default Setting":"Change Default Setting","Save":"Save","Class Approval":"Class Approval","Mute Upon Entry":"Mute Upon Entry","Join Before Host":"Join Before Host","ID":"Id","Date":"Date","Time":"Time","Duration":"Duration","Start Join":"Start Join","Actions":"Actions","Select":"Select","Cancel":"Cancel","Delete":"Delete","View":"View","Browse":"Browse","Details":"Details","Name":"Name","Status":"Status","Class Id":"Class Id","Join Url":"Join Url","Start\/Join":"Start\/Join","Participant video":"Participant video","Use PMI":"Use PMI","Enforce longin":"Enforce longin","Audio Options":"Audio Options","Zoom Settings":"Zoom Settings","Manage":"Manage","Setting":"Setting","Disable":"Disable","Enable":"Enable","Select Package":"Select Package","Api Key":"Api Key","Recurrence type":"Recurrence type","Zoom Recurring Repeat":"Zoom Recurring Repeat"}},"json":[]},"ms":{"php":{"auth":{"failed":"These credentials do not match our records.","throttle":"Too many login attempts. Please try again in :seconds seconds."},"bbb":{"BigBlueButton":"BigBlueButton","BigBlueButton Class":"BigBlueButton Class","BigBlueButton Setting":"BigBlueButton Setting","Manage":"Manage","Setting":"Setting","Password Length":"Password Length","Dashboard":"Dashboard","Enable":"Enable","Disable":"Disable","Welcome Message":"Welcome Message","Dial Number":"Dial Number","Max Participants":"Max Participants","0 means Unlimited":"0 means Unlimited","Logout Url":"Logout Url","Record":"Record","Duration":"Duration","Is Breakout":"Is Breakout","Moderator Only Message":"Moderator Only Message","Auto Start Recording":"Auto Start Recording","Allow Start Stop Recording":"Allow Start Stop Recording","Webcams Only For Moderator":"Webcams Only For Moderator","Logo":"Logo","Browse":"Browse","Copyright":"Copyright","Mute On Start":"Mute On Start","Lock Settings Disable Mic":"Lock Settings Disable Mic","Lock Settings Disable Private Chat":"Lock Settings Disable Private Chat","Lock Settings Disable Public Chat":"Lock Settings Disable Public Chat","Lock Settings Disable Note":"Lock Settings Disable Note","Lock Settings Locked Layout":"Lock Settings Locked Layout","Lock Settings Lock On Join":"Lock Settings Lock On Join","Lock Settings Lock On Join Configurable":"Lock Settings Lock On Join Configurable","Guest Policy":"Guest Policy","Redirect":"Redirect","Join Via Html 5":"Join Via Html 5","State":"State","Update":"Update","BBB Security Salt":"BBB Security Salt","BBB Server Base URL":"BBB Server Base URL","ID":"ID","Password":"Password","Topic":"Topic","Date & Time":"Date & Time","Start Join":"Start Join","Actions":"Actions","Join as Moderator":"Join as Moderator","Join as Attendee":"Join as Attendee","Add":"Add","Class Not Running":"Class Not Running","Classes":"Classes","Class":"Class","List":"List","Yes":"Yes","Running":"Running","Closed":"Closed","No":"No","Description":"Description","Attendee Password":"Attendee Password","Moderator Password":"Moderator Password","Date Of Class":"Date Of Class","Time Of Class":"Time Of Class","Change Default Settings":"Change Default Settings","Save Class":"Save Class","Save":"Save","Class Duration":"Class Duration","Date":"Date","Time":"Time","Start":"Start","Join":"Join","Select":"Select","View":"View","Edit":"Edit","Delete":"Delete","Cancel":"Cancel","Instructor":"Instructor","Name":"Name","Status":"Status","Start\/Join":"Start\/Join","Details":"Details","Moderator Join":"Moderator Join","Attendee Join":"Attendee Join","Close":"Status","Join Url":"Join Url","Class Id":"Class Id","Start Date Time":"Start Date Time","Delete Class":"Delete Class","You sure to delete ?":"You sure to delete ?"},"blog":{"Blog":"Blog","Blogs":"Blogs","List":"List","Create":"Create","Show":"Show","Blog List":"Blog List","Title":"Title","Slug":"Slug","Description":"Description","Status":"Status","Thumbnail":"Thumbnail","Viewed":"Viewed","Image":"Image","Authored Date":"Authored Date","Post By":"Post By","SL":"SL","Browse Image File":"Browse Image File"},"certificate":{"Certificate Saved Successfully":"Certificate Saved Successfully","Certificate Update Successfully":"Certificate Update Successfully","Certificate Deleted Successfully":"Certificate Deleted Successfully","Certificate List":"Certificate List","Certificate":"Certificate","Title":"Title","Position Y":"Position Y","Position X":"Position X","Font Size":"Font Size","Yes":"Yes","No":"No","Date":"Date","Font Color":"Font Color","Certificates":"Certificates","Student Image":"Student Image","Body":"Body","in px":"in px","Signature":"Signature","Background Image":"Background Image","List":"List","Preview":"Preview","Add":"Add","Signature Footer Text":"Signature Footer Text","S. Image":"S. Image","Signature Position":"Signature Position","Certificate for Course Selected Successfully":"Certificate for Course Selected Successfully","Default for Course":"Default for Course","Default for Quiz":"Default for Quiz","Are you sure":"Are you sure","Make Default":"Make Default","Course":"Course","Quiz":"Quiz","Right Now You Cannot Download The Certificate":"Right Now You Cannot Download The Certificate","Student Image & Date":"Student Image & Date","Sign Position Y":"Sign Position Y","Sign Position X":"Sign Position X","Font Family":"Font Family","Font Weight":"Font Weight","New Certificate":"New Certificate","Certificate for Quiz Selected Successfully":"Certificate for Quiz Selected Successfully","Date Show":"Date Show","Image Height":"Image Height","Image Weight":"Image Weight","Recommend Size 1300x910 px":"Recommend Size 1300x910 px","Recommend Size 170x100 px":"Recommend Size 170x100 px","Max Limit:500KB":"Max Limit:500KB","Max Length":"Max Length","Date Format":"Date Format","Browse Image file":"Browse Image file","Default For":"Default For","All measurement depends on background height & width":"All measurement depends on background height & width","You Are Not Already Enrolled This course. Please Enroll It First":"You Are Not Already Enrolled This course. Please Enroll It First","Please Complete The Course First":"Please Complete The Course First","Student Name":"Student Name","Max Limit:1MB":"Max Limit:1MB","Default":"Default","For Course":"For Course"},"chat":{"list":"List","create":"Create","browse":"Browse","photo":"Photo","name":"Name","update":"Update","chatting":"Chatting","method":"Method","settings":"Settings","files":"Files","file":"File","new":"New","chat":"Chat","message":"Message","type":"Type","send":"Send","sent":"Sent","delete":"Delete","pusher":"Pusher","jquery":"jQuery","yes":"Yes","select":"Select","no":"No","invitation":"invitation","results":"Results","user":"User","requirement":"Requirement","required":"Required","not":"Not","generate":"Generate","notifications":"Notifications","notification":"Notification","permission":"Permission","connections":"Connections","connection":"Connection","connected":"Connected","for":"For","group":"Group","mark_as_read_only":"Mark as Read Only","remove_read_only":"Remove Read Only","teacher":"Teacher","and":"And","remove":"Remove","old":"Old","courses":"Courses","student":"Student","request":"Request","requested":"Requested","found":"Found","people":"People","block":"Block","unblock":"Unblock","start":"Start","to":"To","with":"With","add":"Add","admin":"Admin","moderator":"Moderator","user_role":"User Role","member":"Member","leave":"Leave","media_files":"Media Files","search":"Search","you":"You","you_requests":"You Requests","box":"Box","blocked":"Blocked","requests":"Requests","connect":"Connect","can_teacher_chat_with_parents":"Can Teacher Chat With Parents","can_student_chat_with_admin_accounts":"Can Student Chat With Admin, Accounts","mb":"Megabyte","can":"Can","can_staff_or_teacher_ban_tudent":"Can Staff or Teacher Ban Student","teacher_can_pinned_top_message":"Teacher Can Pinned Top Message","conversition":"Conversition","this":"This","load_more":"Load More","attachment":"Attachment","forwarded_message":"Forwarded Message","forward":"Forward","quote":"Quote","replying":"Replying","preview":"Preview","keywords":"Keywords","showing":"Showing","your_voice_is_recording":"Your Voice Is Recording","moderate":"Moderate","write_something_Optional":"Write something (Optional)","away":"Away","busy":"Busy","someone":"Someone","is_typing":"Is Typing","mark_all_as_read":"Mark all as read","you_are_invited_in_new_group":"You are invited in new group","new_message_in_this_group":"New message in this group","chat_box":"Chat Box","Search result of":"Search Result of","connected_with_you":"Connected with you","chat_list":"Chat List","blocked_user":"Blocked User","block_this_user":"Block This User","unblock_this_user":"UnBlock This User","description":"Description","manage_role":"Manage Role","people_connected_with_you":"People connected with you","can_make_group":"Can Make Group","upload_file_limit":"Upload File Limit","can_upload_file":"Can Upload File","open_chat_system":"Open Chat System","admin_can_chat_without_invitation":"Admin Can Chat Without Invitation","search_result_of":"Search result of"},"common":{"Login":"Login","View Profile":"View Profile","My Profile":"My Profile","Profile Settings":"Profile Settings","Current":"Current","Re-Type Password":"Re-Type Password","Type Password":"Type Password","Remember Me":"Remember Me","Login Details":"Login Details","Forget Password ?":"Forget Password ?","Need an account?":"Need an account?","Sign Up":"Sign Up","Sign Up Details":"Sign Up Details","You have already an account?":"You have already an account?","Send Reset Link":"Send Reset Link","Reset Password":"Reset Password","Reset":"Reset","Set New Password":"Set New Password","Set Password":"Set Password","Password":"Password","Start From":"Start From","Start At":"Start At","To":"To","Free":"Free","Off":"Off","On":"On","Social Link":"Social Link","Active Status":"Active Status","Language List":"Language List","Choose File":"Choose File","Translation":"Translation","Currency":"Currency","Add New":"Add New","ID":"ID","Title":"Title","Details":"Details","Name":"Name","Action":"Action","Edit":"Edit","Delete":"Delete","Select":"Select","Save":"Save","Update":"Update","Live":"Live","Sandbox":"Sandbox","Something Went Wrong":"Something Went Wrong","Description":"Description","Model":"Model","Attempted At":"Attempted At","User":"User","Activity Logs":"Activity Logs","Type":"Type","Delete Confirmation":"Delete Confirmation","Human Resource":"Human Resource","Staff":"Staff","Staff List":"Staff List","Username":"Username","Email":"Email","Phone":"Phone","Registered Date":"Registered Date","Status":"Status","URL":"URL","Register":"Register","Remove":"Remove","Staff Id":"Staff Id","Confirm Password":"Confirm Password","Re-Password":"Re-Password","Browse":"Browse","Avatar":"Avatar","Edit Staff Info":"Edit Staff Info","Staff info has been updated Successfully":"Staff info has been updated Successfully","Staff has been added Successfully":"Staff has been added Successfully","View":"View","Staff Info":"Staff Info","Close":"Close","Staff ID":"Staff ID","Password did not match with your account password.":"Password did not match with your account password.","Put Your password":"Put Your password","Staff has been deleted Successfully":"Staff has been deleted Successfully","Language":"Language","Variant":"Variant","Add Variant":"Add Variant","Publish":"Publish","Published":"Published","Variation Values":"Variation Values","Add Value":"Add Value","Edit Variant":"Edit Variant","Unit Type":"Unit Type","Add Unit Type":"Add Unit Type","Edit Unit Type":"Edit Unit Type","Brand":"Brand","Add Brand":"Add Brand","Edit Brand":"Edit Brand","Add Model":"Add Model","Edit Model":"Edit Model","Category":"Category","Add Category":"Add Category","Code":"Code","Add as Sub Category":"Add as Sub Category","Select parent Category":"Select parent Category","Edit Category":"Edit Category","Add New Product":"Add New Product","Product Name":"Product Name","Product SKU":"Product SKU","Barcode Type":"Barcode Type","Unit":"Unit","Sub Category":"Sub Category","Add File":"Add File","Manage Stock":"Manage Stock","Alert Quantity":"Alert Quantity","Variation":"Variation","Add Variation":"Add Variation","Add Product":"Add Product","Edit Product":"Edit Product","Employee Id":"Employee Id","Address":"Address","New Price Group":"New Price Group","Export":"Export","SL":"SL","Cancel":"Cancel","About":"About","letter":"letter","date":"date","Date":"Date","Image":"Image","File Not Found":"File Not Found","Download":"Download","Are you sure to delete ?":"Are you sure to delete ?","Are you sure to":"Are you sure to","Are you sure to enable this ?":"Are you sure to enable this ?","Are You Sure To Change Status ?":"Are You Sure To Change Status ?","Are You Sure To Remove This?":"Are You Sure To Remove This?","Role":"Role","List":"List","Add":"Add","Success":"Success","Failed":"Failed","Dashboard":"Dashboard","User Logs":"User Logs","Question & Answer":"Question & Answer","Comments":"Comments","Course":"Course","Replies":"Replies","Commented By":"Commented By","Submitted":"Submitted","Enable":"Enable","Disable":"Disable","Active":"Active","Deactive":"Deactive","Inactive":"Inactive","Email Address":"Email Address","Instagram URL":"Instagram URL","Youtube URL":"Youtube URL","LinkedIn URL":"LinkedIn URL","Twitter URL":"Twitter URL","Facebook URL":"Facebook URL","Date of Birth":"Date of Birth","Change Status":"Change Status","Start Date":"Start Date","End Date":"End Date","Filter History":"Filter History","Reject":"Reject","Reason":"Reason","Payouts":"Payouts","Author":"Author","Available":"Available","Issue Date":"Issue Date","Duration":"Duration","Change":"Change","Deactivate":"Deactivate","Yes":"Yes","Files":"Files","File":"File","Send":"Send","Paid":"Paid","Waiting":"Waiting","Info":"Info","Zip Code":"Zip Code","Country":"Country","City":"City","Submit":"Submit","Error":"Error","Warning":"Warning","Used":"Used","Join For Free":"Join For Free","Enter Email":"Enter Email","Enter Password":"Enter Password","Enter Phone Number":"Enter Phone Number","Enter Confirm Password":"Enter Confirm Password","Update Profile":"Update Profile","Review":"Review","Log in with Facebook":"Log in with Facebook","Log in with Google":"Log in with Google","Or":"Or","Keep me up to date on Infix":"Keep me up to date on Infix","Required":"Required","New":"New","Instructor Payout":"Instructor Payout","Time Left":"Time Left","No Item found":"No Item found","Total Price":"Total Price","Discount or coupon info":"Discount or coupon info","Checkout":"Checkout","Apply":"Apply","Course Schedule":"Course Schedule","Add To Cart":"Add To Cart","Buy Now":"Buy Now","Lessons":"Lessons","Bookmarks":"Bookmarks","Deposit":"Deposit","Referral":"Referral","My Cart":"My Cart","Purchase History":"Purchase History","My Courses":"My Courses","Live Classes":"Live Classes","Live Events":"Live Events","Events":"Events","Already Enrolled":"Already Enrolled","Student Enrolled":"Student Enrolled","Already Submitted":"Already Submitted","'s Quiz":"'s Quiz","Correct Answer":"Correct Answer","Wrong Answer":"Wrong Answer","Skip":"Skip","Next":"Next","Previous":"Previous","Course File":"Course File","Share":"Share","Course Files":"Course Files","Course Review":"Course Review","Start Date & Time":"Start Date & Time","At":"At","Show":"Show","Drip Content":"Drip Content","Specific Date":"Specific Date","Days After Enrollment":"Days After Enrollment","Show All":"Show All","Show After Unlock":"Show After Unlock","Aws S3 Setting":"Aws S3 Setting","Access Key Id":"Access Key Id","Secret Key":"Secret Key","Default Region":"Default Region","AWS Bucket":"AWS Bucket","Module Manager":"Module Manager","Payment Type":"Payment Type","Blogs":"Blogs","Star":"Star","Total Courses":"Total Courses","Discount":"Discount","Logo":"Logo","My Quizzes":"My Quizzes","Enroll Now":"Enroll Now","Added To Cart":"Added To Cart","Logged In Devices":"Logged In Devices","Purchase Price":"Purchase Price","Pay":"Pay","Welcome":"Welcome","Send Email":"Send Email","Minimum 8 characters":"Minimum 8 characters","Status has been changed":"Status has been changed","For the demo version, you cannot change this":"For the demo version, you cannot change this","Video File":"Video File","Browse Video file":"Browse Video file","Select Date":"Select Date","Days":"Days","Operation successful":"Operation successful","Operation failed":"Operation failed","Quick Search":"Quick Search","Copy":"Copy","Excel":"Excel","CSV":"CSV","PDF":"PDF","Print":"Print","No data available in the table":"No data available in the table","Successfully Assign":"Successfully Assign","Make Paid":"Make Paid","Request For Paid":"Request For Paid","End Date & Time":"End Date & Time","Short Description":"Short Description","No":"No","Website":"Website","Browse file":"Browse file","Sanitize No":"Sanitize No","Sanitize Yes":"Sanitize Yes","3DS Yes":"3DS Yes","3DS No":"3DS No","Module Verification":"Module Verification","Envato Email Address":"Envato Email Address","Envato Purchase Code":"Envato Purchase Code","Verifying":"Verifying","None":"None","Subscription Api Key":"Subscription Api Key","Subscription Method":"Subscription Method","Watch Now":"Watch Now","Continue Watch":"Continue Watch","Time":"Time","Start":"Start","End":"End","TimeZone":"TimeZone","Backup":"Backup","Upload SQL File":"Upload SQL File","Database Backup List":"Database Backup List","Generate New Backup":"Generate New Backup","File Name":"File Name","Make Default":"Make Default","Theme":"Theme","Reset To Default":"Reset To Default","Mode":"Mode","Sub Title":"Sub Title","Recommended Size":"Recommended Size","Section":"Section","Max Image Size 1MB":"Max Image Size 1MB","My Account":"My Account","My Wallet":"My Wallet","Category Language":"Category Language","Start Lesson":"Start Lesson","Continue Lesson":"Continue Lesson","Click To Download":"Click To Download","Public Shareable":"Public Shareable","Meta Description":"Meta Description","Meta Image":"Meta Image","Share Title":"Share Title","Share Msg":"Share Msg","PUBLISH DATE":"PUBLISH DATE","Contact Number":"Contact Number","From":"From","Follow Up":"Follow Up","Datetime":"Datetime","Created Datetime":"Created Datetime","Live Event Will Start In":"Live Event Will Start In","Click Me To Participate This Event":"Click Me To Participate This Event","Live event will start in":"Live event will start in","click me to access":"click me to access","Event starting in":"Event starting in","Click here to access event in":"Click here to access event in","Poster Popup":"Poster Popup","Lesson Playlists":"Lesson Playlists","Event starts in":"Event starts in","Click to join event":"Click to join event","Sort Preferable Category Language":"Sort Category Language","language":"Language","Sort Level":"Sort Level"},"communication":{"Communication":"Communication","Questions & Answer":"Questions & Answer","Private Messages":"Private Messages","Message List":"Message List","Write your message":"Write your message","Search content here":"Search content here","Short Code":"Short Code","Field Name":"Field Name","Subscriptions":"Subscriptions","Send Message":"Send Message","Send Email":"Send Email","Compose Message":"Compose Message","Your referral link":"Your referral link","Copy Link":"Copy Link","Share the referral link with your friends.":"Share the referral link with your friends.","Your referral list":"Your referral list","Let's say Hi":"Let's say Hi"},"coupons":{"All":"All","Courses":"Courses","Course":"Course","Course Title":"Course Title","Categories":"Categories","Category":"Category","Subcategories":"Subcategories","Subcategory":"Subcategory","Subcategory List":"Subcategory List","Coupons List":"Coupons List","Single Coupons List":"Single Coupons List","Personalized Coupons List":"Personalized Coupons List","Common Coupons List":"Common Coupons List","Add New Coupons":"Add New Coupons","Update Coupons":"Update Coupons","Coupons":"Coupons","Invite":"Invite","Personalized":"Personalized","Single":"Single","Common":"Common","By":"By","Code":"Code","Add":"Add","Course Fee Settings":"Course Fee Settings","Update Invite Setting":"Update Invite Setting","Title":"Title","Type":"Type","Minimum Purchase":"Min. Purchase","Maximum Discount":"Max. Discount","Start Date":"Start Date","End Date":"End Date","Coupon Title":"Coupon Title","Coupon Code":"Coupon Code","Amount":"Amount","Add Coupons":"Add Coupons","Common Coupons":"Common Coupons","Single Coupons":"Single Coupons","Personalized Coupons":"Personalized Coupons","Invite By Code":"Invite By Code","List":"List","Active":"Active","Inactive":"Inactive","Select A Category":"Select A Category","Select A Subcategory":"Select A Subcategory","Referral Setting":"Referral Setting","Maximum Limit":"Maximum Limit","Role":"Role","Select A role":"Select A role","Add New Invite Setting":"Add New Invite Setting","Add New Invite By Code":"Add New Invite By Code","Update Invite By Code":"Update Invite By Code","Invited By":"Invited By","Invite Accept By":"Invite Accept By","Invite Code":"Invite Code","Coupon For":"Coupon For","Popular":"Popular","Topics are available":"Topics are available","Course progress":"Course progress","completed":"completed","Checkout":"Checkout","Discount or coupon info":"Discount or coupon info","Enter coupon code":"Enter coupon code","My Cart":"My Cart","Apply":"Apply","Status":"Status","Select A Course":"Select A Course","Select A Role":"Select a Role","Fixed":"Fixed","Percentage":"Percentage"},"courses":{"All":"All","Courses":"Courses","Course":"Course","List":"List","Live Class":"Live Class","Level":"Level","Language":"Language","Privacy":"Privacy","Duration":"Duration","Locked":"Locked","Unlock":"Unlock","Host":"Host","Enrollment":"Enrollment","Revenue":"Revenue","Total Revenue":"Total Revenue","Video URL":"Video URL","Chapter":"Chapter","Type":"Course Type","Categories":"Categories","Category":"Category","Subcategories":"Subcategories","Subcategory":"Subcategory","Subcategory List":"Subcategory List","Coupons List":"Coupons List","Courses List":"Courses List","Lesson List":"Lesson List","Add New Coupons":"Add New Coupons","Update Coupons":"Update Coupons","Coupons":"Coupons","Advanced Filter":"Advanced Filter","Filter":"Filter","Invite":"Invite","Statistics":"Statistics","URL":"URL","Instructor Revenue":"Instructor Revenue","Admin Revenue":"Admin Revenue","Enrolls":"Enrolls","Instructor Commission":"Instructor Commission","Admin Commission":"Admin Commission","Created":"Created","Course Title":"Course Title","Publish":"Publish","Unpublished":"Unpublished","Personalized":"Personalized","Single":"Single","Common":"Common","By":"By","Code":"Code","All Courses":"All Courses & Quiz","Lesson":"Lesson","Enrolled":"Enrolled","Sort by":"Sort by","Release date":"Release date","top sell":"top sell","course duration":"course duration","Price":"Price","Active":"Active","Pending":"Pending","Home Slider":"Home Slider","Single Slider":"Single Slider","Add":"Add","Course Fee Settings":"Course Fee Settings","Referral Setting":"Referral Setting","Maximum Limit":"Maximum Limit","Role":"Role","Description":"Description","Add New Category":"Add New Category","Show on home page":"Show on home page","Position Order":"Position Order","Status":"Status","Image":"Image","Thumbnail Image":"Thumbnail Image","Category List":"Category List","Update Category":"Update Category","Add New":"Add New","Recommended size 200px x 200px":"Recommended size 200px x 200px","Recommended size 1140px x 300px":"Recommended size 1140px x 300px","Instructor":"Instructor","My Courses":"My Courses","Overview of Courses":"Overview of Courses","Sub Category":"Sub Category","Beginner":"Beginner","Intermediate":"Intermediate","Advance":"Advance","Pro":"Pro","Recent Enrolls":"Recent Enrolls","This course is a top course":"This course is a top course","This course is a free course":"This course is a free course","This course has discounted price":"This course has discounted price","Discount":"Discount","Course overview host":"Course overview host","Meta description":"Meta description","Meta keywords":"Meta keywords","Course Thumbnail":"Course Thumbnail","You wont be able to revert this!":"You wont be able to revert this!","Are you sure want to Change this ?":"Are you sure want to Change this ?","Add Chapter \/ Lesson":"Add Chapter \/ Lesson","Curriculum":"Curriculum","Exercise":"Exercise","Purchase":"Purchase","Commission":"Commission","Start Your Course":"Start Your Course","Select Course":"Select Course","Instructor Commission Percentage":"Instructor Commission Percentage","Specific Instructor Commission Setup":"Specific Instructor Commission Setup","Course File":"Course File","Search result for":"Search result for","No results found for":"No results found for","Search Result":"Search Result","My Quizzes":"My Quizzes","Skill Level Intermediate":"Skill Level Intermediate","You have no permission to add":"You have no permission to add","Add New Subcategory":"Add New Subcategory","Update Subcategory":"Update Subcategory","Yes":"Yes","No":"No","Youtube":"Youtube","Vimeo":"Vimeo","Amazon S3":"Amazon S3","Self":"Self","Vimeo Video":"Vimeo Video","Video":"Video","Video File":"Video File","Browse Video file":"Browse Video File","Browse Image file":"Browse Image file","No Data Found":"No Data Found","Year":"Year","Month":"Month","Add Lesson":"Add Lesson","Requirements":"Requirements","Outcomes":"Outcomes","Iframe URL":"Iframe URL","Frontend View":"Frontend View","Iframe (Provide the source only)":"Iframe (Provide the source only)","Course Level":"Course Level","Level List":"Level List","Add New Level":"Add New Level","Recommended Size":"Recommended Size","Update Level":"Update Level","Supporting Materials":"Supporting Materials","Public Shareable":"Public Shareable","Meta Description":"Meta Description","Meta Image":"Meta Image","Share Title":"Share Title","Share Msg":"Share Msg","View Scope":"View Scope","Public":"Public"},"dashboard":{"Dashboard":"Dashboard","Subjects":"Subjects","Setting":"Setting","Logout":"Logout","Status Overview of Topics":"Status Overview of Topics","Overview of Topics":"Overview of Topics","Number of Subjects":"Number of Subjects","Enrolled":"Enrolled","Number of Enrolled":"Number of Enrolled","Enrolled Amount":"Enrolled Amount","Total Enrolled Amount":"Total Enrolled Amount","Enrolled Today":"Enrolled Today","Total Enrolled Today":"Total Enrolled Today","This Month":"This Month","Total Enrolled This Month":"Total Enrolled This Month","Monthly Income Stats for":"Monthly Income Stats for","Payment Statistics for":"Payment Statistics for","Recent Enrolls":"Recent Enrolls","Daily Wise Enroll Status for":"Daily Wise Enroll Status for","Monthly income status":"Monthly income status","No Results Found":"No Results Found","Completed":"Completed","Pending":"Pending","Active":"Active","Courses":"Courses","Quizzes":"Quizzes","Classes":"Classes"},"department":{"Department":"Department"},"footer":{"Footer":"Footer","Footer Settings":"Footer Settings","Dashboard":"Dashboard","Frontend CMS":"Frontend CMS","Copyright Text":"Copyright Text","About Text":"About Text","Section name":"Section name","About Description":"About Description","Add New Page":"Add New Page","Cancel":"Cancel","Widget":"Widget","Page Name":"Page Name","Edit Link":"Edit Link","Widget Title":"Widget Title","Add Link":"Add Link","Select Page":"Select Page","Are you sure":"Are you sure"},"frontend":{"Account Settings":"Account Settings","Change Password":"Change Password","Existing Password":"Existing Password","Re-Type Password":"Re-Type Password","Search courses":"Search courses","Search for course, skills and Videos":"Search for course, skills and Videos","Go Live":"Go Live","Join Now":"Join Now","Sign In":"Sign In","Description":"Description","Sign Up":"Sign Up","Course Schedule":"Course Schedule","as student to post a review":"as student to post a review","Log Out":"Log Out","Add To Bookmark":"Add To Bookmark","Already Bookmarked":"Already Bookmarked","File Locked":"File Locked","Course Files":"Course Files","No Review found":"No Review found","Rating based on":"Rating based on","or":"or","Live Class":"Live Class","Leave a replay":"Leave a replay","comment":"comment","Leave a question\/comment":"Leave a question\/comment","No Item found":"No Item found","Reply":"Reply","Exam":"Exam","Start Now":"Start Now","Waiting":"Waiting","Closed":"Closed","Share":"Share","Questions":"Questions","Join For Free":"Join For Free","Community Members":"Community Members","Premium Courses":"Premium Courses","Newly added Courses":"Newly added Courses","Students all over the World":"Students all over the World","Photographer":"Photographer","Duration":"Duration","Insights to lead skills to the believer":"Insights to lead skills to the believer","Top instructors from around the world":"Top instructors from around the world teach millions of students on Infix about peripherals that add functionality to a system.","Get Start Now":"Get Start Now","Skill Level":"Skill Level","Buy Now":"Buy Now","Your balance is lower than the topic price":"Your balance is lower than the topic price","Add to Cart":"Add to Cart","Already Enrolled":"Already Enrolled","Report the Course":"Report the Course","View Profile":"View Profile","You can pay":"You can pay","Topic Price":"Topic Price","Your Balance":"Your Balance","Wallet":"Wallet","Subtotal":"Subtotal","Total price without discount":"Total price without discount","Payable Amount":"Payable Amount","Please Pay Your Suitable Payment Method All Are Given Here !":"Please Pay Your Suitable Payment Method All Are Given Here !","Course Review":"Course Review","Write your review":"Write your review","Learning Photography":"Learning Photography","Be the first reviewer":"Be the first reviewer","Start streaming on-demand":"Start streaming on-demand video lectures today from top instructors in subjects like business, computer science, data science, language learning, & more.","Contact Information":"Contact Information","contact_subtitle":"Find Contact info","Send Us Message":"Send us Message","Name":"Name","Email Address":"Email Address","Subject":"Subject","Message":"Message","Send Message":"Send Message","Contact Us":"Contact Us","Total Spent":"Total Spent","Course Purchased":"Course Purchased","Balance":"Balance","My Courses":"My Courses","View All":"View All","Recently Viewed":"Recently Viewed","No Course Found!":"No Course Found!","No Course Found":"No Course Found","Top Categories":"Top Categories","Start Quiz":"Start Quiz","Enroll Now":"Enroll Now","Find videos courses":"Find videos courses","on almost any topic":"on almost any topic","to build career":"to build career","View All Courses":"View All Courses","Browse all of other categories":"Browse all of other categories","Limitless learning and more possibilities":"Limitless learning and more possibilities","Choose from over 100,000 online video courses with new":"Choose from over 100,000 online video courses with new","additions published every month":"additions published every month","Find Our Instructor":"Find Our Instructor","Top Online Courses":"Top Online Courses","The world\u2019s largest selection of courses choose from 130,000 online video courses with new additions published every month":"The world\u2019s largest selection of courses choose from 130,000 online video courses with new additions published every month","Online Learning from the World\u2019s best categories":"Online Learning from the World\u2019s best categories","Choose from over 100,000 online video courses with new additions published every month":"Choose from over 100,000 online video courses with new additions published every month","Explore popular Quizzes":"Explore popular Quizzes","Question":"Question","Students":"Students","Student":"Student","View All Quiz":"View All Quiz","Articles & News":"Articles & News","View All Articles & News":"View All Articles & News","Teach what you love. Corrector gives you the tools to create a course":"Teach what you love. Corrector gives you the tools to create a course","Start Teaching":"Start Teaching","Enjoy lifetime access to courses on our":"Enjoy lifetime access to courses on our","website and app":"website and app","Become a Instructor":"Become a Instructor","Keep up to date":"Keep up to date","Get e-mail updates":"Get e-mail updates","Stay tuned for the latest company news":"Stay tuned for the latest company news","Enter e-mail Address":"Enter e-mail Address","Email":"Email","Shopping Cart":"Shopping Cart","No Item":"No Item","View cart":"View cart","Checkout":"Checkout","No Item into cart":"No Item into cart","Join the Millions for better learning":"Join the Millions for better learning","Courses":"Courses","Beginner":"Beginner","Intermediate":"Intermediate","Advance":"Advance","Pro":"Pro","Course Price":"Course Price","Free Course":"Free Course","Paid Course":"Paid Course","Language":"Language","Course are found":"Course are found","None":"None","Price":"Price","Date":"Date","Order By":"Order By","Lessons":"Lessons","Filter Category":"Filter Category","Course Category":"Course Category","Subscribe Now":"Subscribe Now","Course Details":"Course Details","Category":"Category","Instructor Name":"Instructor Name","Preview this course":"Preview this course","Overview":"Overview","Curriculum":"Curriculum","Instructor":"Instructor","Reviews":"Reviews","Course Description":"Course Description","Twitter":"Twitter","Pinterest":"Pinterest","Linkedin":"Linkedin","Course Curriculum":"Course Curriculum","Lectures":"Lectures","Preview":"Preview","Start":"Start","Rating":"Rating","More Courses by Author":"More Courses by Author","Student Feedback":"Student Feedback","Course Rating":"Course Rating","Course you might like":"Course you might like","This course includes":"This course includes","lessons":"lessons","Enrolled":"Enrolled","students":"students","Certificate of Completion":"Certificate of Completion","Full lifetime access":"Full lifetime access","Classes":"Classes","Class Price":"Class Price","Paid Class":"Paid Class","Free Class":"Free Class","No Class Found":"No Class Found","Class are found":"Class are found","Class Category":"Class Category","Level":"Level","Quizzes":"Quizzes","Quiz":"Quiz","Quiz Category":"Quiz Category","Quiz Price":"Quiz Price","Paid Quiz":"Paid Quiz","Free Quiz":"Free Quiz","Quiz are found":"Quiz are found","No Quiz Found":"No Quiz Found","Class Details":"Class Details","rating":"rating","Facebook":"Facebook","questions":"questions","minutes":"minutes","minutes time limit per question":"minutes time limit per question","Instructions":"Instructions","Start your education Career with us":"Start your education Career with us","Popular Instructors":"Popular Instructors","Making sure that our products exceed customer expectations":"Making sure that our products exceed customer expectations","for quality, style and performance":"for quality, style and performance","Meet Our world-class instructors":"Meet Our world-class instructors","We are here to meet your demand and teach the most beneficial way for you in Personal":"We are here to meet your demand and teach the most beneficial way for you in Personal","Instructor Details":"Instructor Details","No course Found":"No course Found","We\u2019re here with you every step way":"We\u2019re here with you every step way","Send us your query anytime":"Send us your query anytime","Enter Name":"Enter Name","Enter your subject":"Enter your subject","Type e-mail address":"Type e-mail address","Write your message":"Write your message","Recent news update Form the blog":"Recent news update Form the blog","Recent News":"Recent News","Enter Password":"Enter Password","By signing up, you agree to":"By signing up, you agree to","Terms of Service and Privacy Policy":"Terms of Service and Privacy Policy","Already login. You can't register right now":"Already login. You can't register right now","to your account":"to your account","Welcome back, Please login":"Welcome back, Please login","Don\u2019t have an account":"Don\u2019t have an account","Welcome to Infix LMS":"Welcome to Infix LMS","Learning Management System":"Learning Management System","Excellence":"Excellence","Community":"Community","Diversity":"Diversity","Privacy Policy":"Privacy Policy","and":"and","First Name":"First Name","Last Name":"Last Name","Company Name":"Company Name","Optional":"Optional","Billing Details":"Billing Details","Enter First Name":"Enter First Name","Enter Last Name":"Enter Last Name","Country":"Country","Street Address":"Street Address","House Number and street address":"House Number and street address","Apartment, suite, unit etc (Optional)":"Apartment, suite, unit etc (Optional)","City \/ Town":"City \/ Town","Postcode \/ ZIP":"Postcode \/ ZIP","Enter city\/town name":"Enter city\/town name","Enter Company Name":"Enter Company Name","Phone No":"Phone No","e.g [email protected]":"e.g [email protected]","Additional Information":"Additional Information","Information details":"Information details","Note about your order, e.g. special note for you delivery":"Note about your order, e.g. special note for you delivery","Your order":"Your order","Place An Order":"Place An Order","Zip Code":"Zip Code","City":"City","Payment Method":"Payment Method","Order Details":"Order Details","Lesson Marked as Incomplete":"Lesson Marked as Incomplete","Lesson Marked as Complete":"Lesson Marked as Complete","Get Certificate":"Get Certificate","Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy":"Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy","Logged In Devices":"Logged In Devices","OS":"OS","Browser":"Browser","LogOut Date":"LogOut Date","LogOut":"LogOut","Logged Out SuccessFully":"Logged Out SuccessFully","Enter Your Old Password To Continue":"Enter Your Old Password To Continue","Your Password Doesnt Match":"Your Password Doesnt Match","Terms of Service":"Terms of Service","Enter Your Password To Continue":"Enter Your Password To Continue","Logged In Device":"Logged In Device","QA":"QA","No Class Assign":"No Class Assign","Subscription":"Subscription","Course Requirements":"Course Requirements","Course Outcomes":"Course Outcomes","Blogs":"Blogs","No results found for":"No results found for","Explore Courses":"Explore Courses","Ratings":"Ratings","Welcome Back":"Welcome Back","Are you ready for your next lesson?":"Are you ready for your next lesson?","My Course":"My Course","Leave a rating":"Leave a rating","Loading":"Loading","Verify Your Email Address":"Verify Your Email Address","A fresh verification link has been sent to your email address":"A fresh verification link has been sent to your email address","Before proceeding, please check your email for a verification link Login in Using that Link":"Before proceeding, please check your email for a verification link Login in Using that Link","Resend Mail":"Resend Mail","Next":"Next","Prev":"Prev","Copy Link":"Copy Link","Whatsapp":"Whatsapp","Event ended":"Event ended","Upcoming event":"Upcoming event","OPT IN":"OPT IN","Search for lessons":"Search for lessons","Search for course, lessons and Videos":"Search for course, lessons and Videos","Search for Course and Lesson":"Search for Course and Lesson","Last Watched":"Last Watched"},"frontendmanage":{"Frontend CMS":"Frontend CMS","Section Setting":"Section Setting","Social Setting":"Social Setting","Company":"Company","Become Instructor":"Become Instructor","Testimonials":"Testimonials","Blogs":"Blogs","FAQS":"FAQS","Footer Section":"Footer Section","Social Site Manage":"Social Site Manage","Home":"Home","Enter social link":"Enter social link","Add New":"Add New","Add New Section Setting":"Add New Section Setting","Add New Social Setting":"Add New Social Setting","Add":"Add","Update Section Setting":"Update Section Setting","Section List":"Section List","Section":"Section","Title":"Title","Button Name":"Button Name","Button Link":"Button Link","Description":"Description","Icon":"Icon","Date":"Date","Link":"Link","Topbar":"Topbar","Footer":"Footer","Testimonial":"Testimonial","Add New Testimonial":"Add New Testimonial","Update Testimonial":"Update Testimonial","Body":"Body","Author":"Author","Profession":"Profession","Body Text":"Body Text","Enter Author Name":"Enter Author Name","Enter Profession":"Enter Profession","Home Content":"Home Content","Page Content":"Page Content","Slider Title":"Slider Title","Payment Getway Title":"Payment Getway Title","Slider Text":"Slider Text","Payment Getway Text":"Payment Getway Text","Slider Shape Image":"Slider Shape Image","Payment Getway Image":"Payment Getway Image","Testimonial Title":"Testimonial Title","Sliders":"Sliders","Add New Slider":"Add New Slider","Update Slider":"Update Slider","Position No":"Position No","Home Slider":"Home Slider","My Profile":"My Profile","Social Name":"Social Name","Update Social Setting":"Update Social Setting","Privacy Policy":"Privacy Policy","General":"General","Personal Data":"Personal Data","Voluntary Disclosure":"Voluntary Disclosure","Children Privacy":"Children Privacy","Information About Cookies":"Information About Cookies","Thirt Party Advertising":"Thirt Party Advertising","Other Sites":"Other Sites","Teacher":"Teacher","Business Transfer":"Business Transfer","Bookmarks":"Bookmarks","Banner Title":"Banner Title","Banner Description":"Banner Description","Banner Image":"Banner Image","Mission Title":"Mission Title","Mission Description":"Mission Description","Mission Image":"Mission Image","Story Title":"Story Title","Story Description":"Story Description","Story Image":"Story Image","Invite Title":"Invite Title","Invite Description":"Invite Description","Invite Image":"Invite Image","About Content":"About Content","About":"About","Remove Photo":"Remove Photo","Upload Profile Photo":"Upload Profile Photo","Pages":"Pages","URL":"URL","Name":"Name","Sub Title":"Sub Title","Details":"Details","Page":"Page","Previous Billing Address":"Previous Billing Address","New Billing Address":"New Billing Address","Billing Address":"Billing Address","Select Billing Address":"Select Billing Address","Company Name":"Company Name","Country":"Country","Subscriber":"Subscriber","Billing Details":"Billing Details","Payment Method":"Payment Method","Created At":"Created At","Subscribe At":"Subscribe At","Who We Are":"Who We Are","Teacher Title":"Teacher Title","Teacher Details":"Teacher Details","Student Title":"Student Title","Student Details":"Student Details","Course Title":"Course Title","Course Details":"Course Details","Youtube Video Link":"Youtube Video Link","Browse Image":"Browse Image","Login Page":"Login Page","Slogan 1":"Slogan 1","Slogan 2":"Slogan 2","Slogan 3":"Slogan 3","Category Title":"Category Title","Category Sub Title":"Category Sub Title","Instructor Banner":"Instructor Banner","Instructor Title":"Instructor Title","Instructor Sub Title":"Instructor Sub Title","Course Sub Title":"Course Sub Title","Best Category Banner":"Best Category Banner","Best Course Title":"Best Course Title","Best Course Sub Title":"Best Course Sub Title","Quiz Title":"Quiz Title","Testimonial Sub Title":"Testimonial Sub Title","Article Title":"Article Title","Article Sub Title":"Article Sub Title","Course Page Title":"Course Page Title","Course Page Sub Title":"Course Page Sub Title","Course Page Banner":"Course Page Banner","Class Page Title":"Class Page Title","Class Page Sub Title":"Class Page Sub Title","Class Page Banner":"Class Page Banner","Quiz Page Title":"Quiz Page Title","Quiz Page Sub Title":"Quiz Page Sub Title","Quiz Page Banner":"Quiz Page Banner","Instructor Page Title":"Instructor Page Title","Instructor Page Sub Title":"Instructor Page Sub Title","Instructor Page Banner":"Instructor Page Banner","Contact Page Title":"Contact Page Title","Contact Page Sub Title":"Contact Page Sub Title","Contact Page Banner":"Contact Page Banner","About Page Title":"About Page Title","About Page Sub Title":"About Page Sub Title","About Page Banner":"About Page Banner","Subscribe Title":"Subscribe Title","Subscribe Sub Title":"Subscribe Sub Title","Subscribe Logo":"Subscribe Logo","Become Instructor Title":"Become Instructor Title","Become Instructor Sub Title":"Become Instructor Sub Title","Become Instructor Logo":"Become Instructor Logo","Image 1":"Image 1","Image 2":"Image 2","Image 3":"Image 3","Image 4":"Image 4","Homepage Banner":"Homepage Banner","Homepage Banner Title":"Homepage Banner Title","Homepage Banner Text":"Homepage Banner Text","Slug":"Slug","Key Features Show In Homepage":"Key Features Show In Homepage","Change Key Feature":"Change Key Feature","Key Feature":"Key Feature","Key Feature Subtitle":"Key Feature Subtitle","Page Link":"Page Link","Change":"Change","Key Feature Icon":"Key Feature Icon","Banner":"Banner","Header Menu":"Header Menu","Menu Manager":"Menu Manager","Menu List":"Menu List","Add Menu":"Add Menu","Select All":"Select All","Static Pages":"Static Pages","Custom Links":"Custom Links","Live Class":"Live Class","Quizzes":"Quizzes","Courses":"Courses","Sub Category":"Sub Category","Category":"Category","Not Found Data":"Not Found Data","Sub Menu":"Sub Menu","Login & Registration":"Login & Registration","Become Instructor Page Title":"Become Instructor Page Title","Become Instructor Page Sub Title":"Become Instructor Page Sub Title","Become Instructor Page Banner":"Become Instructor Page Banner","Page Banner Status":"Page Banner Status","Page Banner":"Page Banner","Page Sub Title":"Page Sub Title","Page Title":"Page Title","Blog Page Banner":"BLog Page Banner","BLog Page Sub Title":"BLog Page Sub Title","BLog Page Title":"BLog Page Title","Total Students":"Total Students","Total Teachers":"Total Teachers","Total Courses":"Total Courses","Show Testimonial":"Show Testimonial","Show Brand":"Show Brand","Show Become Instructor":"Show Become Instructor","Maintenance Page Banner":"Maintenance Page Banner","Homepage Banner Logo":"Homepage Banner Logo","Registration Page":"Registration Page","Forget Password Page":"Forget Password Page","Forget Password\/Others Page":"Forget Password\/Others Page","Banner Section Show In Homepage":"Banner Section Show In Homepage","Category Section Show In Homepage":"Category Section Show In Homepage","Instructor Section Show In Homepage":"Instructor Section Show In Homepage","Quiz Section Show In Homepage":"Quiz Section Show In Homepage","Become Instructor Section Show In Homepage":"Become Instructor Section Show In Homepage","Subscribe Section Show In Homepage":"Subscribe Section Show In Homepage","Article Section Show In Homepage":"Article Section Show In Homepage","Testimonial Section Show In Homepage":"Testimonial Section Show In Homepage","Course Section Show In Homepage":"Course Section Show In Homepage","Sponsor Section Show In Homepage":"Sponsor Section Show In Homepage","Best Category Section Show In Homepage":"Best Category Section Show In Homepage","Show Menu Search Box":"Show Menu Search Box","Show Banner Search Box":"Show Banner Search Box","Show Map":"Show Map","Edit Profile":"Edit Profile","Contact Us":"Contact Us"},"imagegallery":{"Image Gallery":"Image Gallery","Manage Gallery":"Manage Gallery","Add New Image":"Add New Image","Update Image":"Update Image","Add":"Add","Title":"Title","Image":"Image","Recommended size 200px x 200px":"Recommended size 200px x 200px","Recommended size 370px x 250px":"Recommended size 370px x 250px","Description":"Description","Status":"Status","Sorry ! Your gallery is empty":"Sorry ! Your gallery is empty"},"install":{"welcome_description":"Thank you for choosing InfixLMS for learning management system.\n Please follow the steps to complete InfixLMS installation!","install_with_seed":"Install with demo data","phone":"Phone","address":"Address","site_title":"Site Title"},"instructor":{"Instructors":"Instructors","Add Instructor":"Add Instructor","About":"About","Date of Birth":"Date of Birth","Payout Lists":"Payout Lists","Payout":"Payout"},"jitsi":{"Jitsi":"Jitsi","Jitsi Class":"Jitsi Class","Jitsi Setting":"Jitsi Setting","Manage":"Manage","Setting":"Setting","Password Length":"Password Length","Dashboard":"Dashboard","Enable":"Enable","Disable":"Disable","Welcome Message":"Welcome Message","Dial Number":"Dial Number","Max Participants":"Max Participants","0 means Unlimited":"0 means Unlimited","Logout Url":"Logout Url","Record":"Record","Duration":"Duration","Is Breakout":"Is Breakout","Moderator Only Message":"Moderator Only Message","Auto Start Recording":"Auto Start Recording","Allow Start Stop Recording":"Allow Start Stop Recording","Webcams Only For Moderator":"Webcams Only For Moderator","Logo":"Logo","Browse":"Browse","Copyright":"Copyright","Mute On Start":"Mute On Start","Lock Settings Disable Mic":"Lock Settings Disable Mic","Lock Settings Disable Private Chat":"Lock Settings Disable Private Chat","Lock Settings Disable Public Chat":"Lock Settings Disable Public Chat","Lock Settings Disable Note":"Lock Settings Disable Note","Lock Settings Locked Layout":"Lock Settings Locked Layout","Lock Settings Lock On Join":"Lock Settings Lock On Join","Lock Settings Lock On Join Configurable":"Lock Settings Lock On Join Configurable","Guest Policy":"Guest Policy","Redirect":"Redirect","Join Via Html 5":"Join Via Html 5","State":"State","Update":"Update","Jitsi Security Salt":"Jitsi Security Salt","Jitsi Server Base URL":"Jitsi Server Base URL","ID":"ID","Password":"Password","Topic":"Topic","Date & Time":"Date & Time","Start Join":"Start Join","Actions":"Actions","Join as Moderator":"Join as Moderator","Join as Attendee":"Join as Attendee","Add":"Add","Class Not Running":"Class Not Running","Classes":"Classes","Class":"Class","List":"List","Yes":"Yes","Running":"Running","Closed":"Closed","No":"No","Description":"Description","Attendee Password":"Attendee Password","Moderator Password":"Moderator Password","Date Of Class":"Date Of Class","Time Of Class":"Time Of Class","Change Default Settings":"Change Default Settings","Save Class":"Save Class","Save":"Save","Class Duration":"Class Duration","Date":"Date","Time":"Time","Start":"Start","Join":"Join","Select":"Select","View":"View","Edit":"Edit","Delete":"Delete","Cancel":"Cancel","Instructor":"Instructor","Name":"Name","Status":"Status","Start\/Join":"Start\/Join","Details":"Details","Moderator Join":"Moderator Join","Attendee Join":"Attendee Join","Close":"Status","Join Url":"Join Url","Class Id":"Class Id","Start Date Time":"Start Date Time","Delete Class":"Delete Class","You sure to delete ?":"You sure to delete ?","Meeting ID\/Room":"Meeting ID\/Room"},"lang":{"Student":"Student","Successfully":"Successfully","Deleted":"Deleted","Image size is too large":"Image size is too large","Yes":"Yes","Enable":"Enable","Delete":"Delete","Disable":"Disable","Cancel":"Cancel","Are you sure want to":"Are you sure want to","Course":"Course","Cart":"Cart","Remove":"Remove","Oops":"Oops","Message":"Message","Activated":"Activated","Operation Failed":"Operation Failed","Account was Created successfully, please Check you Email":"Account was Created successfully, please Check you Email","Deactivated":"Deactivated","Oops, Something Went Wrong":"Oops, Something Went Wrong","Added":"Added","examinations":"Examinations","dashboard":"Dashboard","online_exam":"Online_exam","marking":"Marking","subject":"Subject","exam":"Exam","student":"Student","class_sec":"Class Sec"},"leadinquiry":{"Lead":"Lead","Lead List":"Lead List"},"newsletter":{"Newsletter":"Newsletter","Mailchimp":"Mailchimp","Mailchimp API Setting":"Mailchimp API Setting","GetResponse":"GetResponse","GetResponse API Setting":"GetResponse API Setting","SL":"SL","List Name":"List Name","ID":"ID","Subscribers":"Subscribers","Not Connected":"Not Connected","Connected":"Connected","Status":"Status","API Key":"API Key","Your Mailchimp API key":"Your Mailchimp API key","Your GetResponse API key":"Your GetResponse API key","The API key for connecting with your Mailchimp account":"The API key for connecting with your Mailchimp account","The API key for connecting with your GetResponse account":"The API key for connecting with your GetResponse account","Get your API key here":"Get your API key here","Your Mailchimp Account":"Your Mailchimp Account","Your GetResponse Account":"Your GetResponse Account","No List Found":"No List Found","Setting":"Setting","Homepage Method":"Homepage Method","Select Service":"Select Service","Select List":"Select List","Local":"Local","System Subscriber":"System Subscriber","Select List For Homepage Newsletter Subscription":"Select List For Homepage Newsletter Subscription","Select Service For Homepage":"Select Service For Homepage","Select Service For Students":"Select Service For Students","Select Service For Instructors":"Select Service For Instructors","Enable":"Enable","Select List For Student Subscription After Registration":"Select List For Student Subscription After Registration","Select List For Instructor Subscription After Registration":"Select List For Instructor Subscription After Registration","Subscription List":"Subscription List"},"pagination":{"previous":"Previous","next":"Next;"},"passwords":{"reset":"Your password has been reset!","sent":"We have emailed your password reset link!","throttled":"Please wait before retrying.","token":"This password reset token is invalid.","user":"We can't find a user with that email address.","Infix CRM":"Infix CRM","Language":"Language"},"payment":{"Revenue":"Revenue","Payment":"Payment","Balance":"Balance","Amount":"Amount","Total":"Total","Fund":"Fund","Method":"Method","Discount":"Discount","Online Payment Log":"Online Payment Log","Bank Payment Log":"Bank Payment Log","Offline Payment":"Offline Payment","Fund History":"Fund History","Payment Received Online":"Payment Received Online","Payout & Earning":"Payout & Earning","Transaction":"Transaction","Request Date":"Request Date","F-ID":"F-ID","Admin Course Revenue List":"Admin Course Revenue List","Admin Revenue":"Admin Revenue","VAT Number":"VAT Number","Wallet":"Wallet","Bank Payment":"Bank Payment","Expense":"Expense","Income":"Income","Accounts":"Accounts","Account":"Account","Payments":"Payments","Price":"Price","Approved":"Approved","Account Name":"Account Name","View":"View","Update Payment Info":"Update Payment Info","Narration":"Narration","Add New Payment":"Add New Payment","Voucher Approval":"Voucher Approval","Approval":"Approval","Approve":"Approve","Pending":"Pending","Cancel":"Cancel","Cheque Date":"Cheque Date","Cheque No":"Cheque No","Bank Name":"Bank Name","Bank Branch":"Bank Branch","Voucher Info Details":"Voucher Info Details","Tx Id":"Tx Id","Set Approval":"Set Approval","Total Amount":"Total Amount","Debit":"Debit","Credit":"Credit","Created By":"Created By","Journal":"Journal","Journal Voucher":"Journal Voucher","Debit and Credit amount was mismatched":"Debit and Credit amount was mismatched","Update Journal Info":"Update Journal Info","Earning":"Earning","Selected Payout Method":"Selected Payout Method","Payout Method":"Payout Method","Invoice Date":"Invoice Date","Charge":"Charge","Invoice":"Invoice","Total Price":"Total Price","Purchase history":"Purchase history","Payment Method":"Payment Method","Deposit Amount":"Deposit Amount","Pay With Sslcommerz":"Pay With Sslcommerz","Pay With":"Pay With","Deposit history":"Deposit history","Discount Amount":"Discount Amount","Pay With stripe":"Pay With stripe","Pay From Wallet":"Pay From Wallet","Fund Deposit":"Fund Deposit","Save Info":"Save Info","All":"All"},"quiz":{"Quiz":"Quiz","Chapter":"Chapter","Chapter List":"Chapter List","Question Group":"Question Group","Question Bank":"Question Bank","Question":"Question","Category":"Category","Sub Category":"Sub Category","Question Type":"Question Type","Marks":"Marks","Group":"Group","Create":"Create","Also apply defaults to existing questions":"Also apply defaults to existing questions","Topic":"Topic","Yes":"Yes","True":"True","False":"False","Allow users to see all correct answers at end of quiz":"Allow users to see all correct answers at end of quiz","Randomise Questions":"Randomise Questions","Quiz Setup":"Quiz Setup","Question List":"Question List","Quiz Report":"Quiz Report","Time":"Time","Search":"Search","Report":"Report","Result":"Result","Student":"Student","Total Marks":"Total Marks","Total Questions":"Total Questions","Obtained Marks":"Obtained Marks","Select Criteria":"Select Criteria","Course":"Course","Save Setup":"Save Setup","Limit user time per question":"Limit user time per question","Mark Register":"Mark Register","Manage Question":"Manage Question","Quiz Question":"Quiz Question","Quiz Details":"Quiz Details","Passing Percentage":"Passing Percentage","Passing %":"Passing %","Option":"Option","View":"View","Pending":"Pending","Published":"Published","Absent":"Absent","Online Quiz List":"Online Quiz List","Published Now":"Published Now","Quiz Time":"Quiz Time","Instruction":"Instruction","Instructor":"Instructor","Online Quiz":"Online Quiz","Minimum Percentage":"Minimum Percentage","Start Time":"Start Time","End Time":"End Time","Quiz Title":"Quiz Title","Set Quiz":"Set Quiz","Question Group List":"Question Group List","Question Bank List":"Question Bank List","Suitable Words":"Suitable Words","Number Of Options":"Number Of Options","Multiple Choice":"Multiple Choice","True False":"True False","Fill In The Blanks":"Fill In The Blanks","filterBy":"Advance Search","selectGroup":"Select Group","selectCourse":"Select Course","Number of Instructor":"Number of Instructor","Per Question time count":"Per Question time count","Per Question Time Count (Minute)":"Per Question Time Count (Minute)","Total Quiz time count (Minute)":"Total Quiz time count (Minute)","Question Review":"Question Review","If you enable this option, show result: after each submit will disabled":"If you enable this option, show result: after each submit will disabled","Note":"Note","Show Results After Each Submit":"Show Results After Each Submit","Random Question":"Random Question","Multiple Attend":"Multiple Attend"},"report":{"Admin Course Revenue List":"Admin Course Revenue List","Report":"Report","Admin Revenue":"Admin Revenue","With Discount":"With Discount","Without Discount":"Without Discount","Start Date":"Start Date","End Date":"End Date","Enrolled Student":"Enrolled Student","Price":"Price","Revenue":"Revenue","Discount":"Discount","Enrolled Date":"Enrolled Date","Purchase ID":"Purchase ID"},"role":{"Role List":"Role List","Role":"Role","Instructor Role":"Instructor Role","Details":"Details","Role has been added Successfully":"Role has been added Successfully","Role has been updated Successfully":"Role has been updated Successfully","Edit Role Info":"Edit Role Info","Role has been deleted Successfully":"Role has been deleted Successfully","Permission":"Permission","Menu":"Menu","Sub-Menu":"Sub-Menu","assign_permission":"Assign Permission","role_permission":"Role Permission"},"setting":{"Symbol":"Symbol","Setting":"Setting","Conversion Rate":"Conversion Rate","Currency List":"Currency List","Edit Currency Info":"Edit Currency Info","Currency Updated Successfully":"Currency Updated Successfully","Currency Added Successfully":"Currency Added Successfully","Currency has been deleted Successfully":"Currency has been deleted Successfully","SMS Gateways Credentials has been updated Successfully":"SMS Gateways Credentials has been updated Successfully","SMS has been sent Successfully":"SMS has been sent Successfully","SMTP Gateways Credentials has been updated Successfully":"SMTP Gateways Credentials has been updated Successfully","Mail has been sent Successfully":"Mail has been sent Successfully","Please Configure SMTP settings first":"Please Configure SMTP settings first","Language has been deleted Successfully":"Language has been deleted Successfully","Language Updated Successfully":"Language Updated Successfully","Language Added Successfully":"Language Added Successfully","RTL":"RTL","RTL\/LTL":"RTL\/LTL","Active":"Active","Translation":"Translation","Native Name":"Native Name","Edit Language Info":"Edit Language Info","Select Translatable File":"Select Translatable File","Key":"Key","Value":"Value","API Key":"API Key","Registered Phone Number":"Registered Phone Number","Authentication Token":"Authentication Token","Twilio Account SID":"Twilio Account SID","Send Test Mail":"Send Test Mail","Send a Test Email to":"Send a Test Email to","Predefined Footer":"Predefined Footer","Predefined Header":"Predefined Header","Email Signature":"Email Signature","Sender Email":"Sender Email","Sender Name":"Sender Name","Email Protocol":"Email Protocol","Mail Engine":"Mail Engine","From Name":"From Name","From Mail":"From Mail","Mail Host":"Mail Host","Mail Port":"Mail Port","Mail Username":"Mail Username","Mail Password":"Mail Password","Mail Encryption":"Mail Encryption","Email Charset":"Email Charset","Settings":"Settings","About":"About","Misc":"Misc","Tags":"Tags","Theme Options":"Theme Options","Cronjob":"Cronjob","E-Sign":"E-Sign","PDF Settings":"PDF Settings","Calendar":"Calendar","SMS":"SMS","Support":"Support","Customer Permission":"Customer Permission","SMTP Settings":"SMTP Settings","Company Information":"Company Information","General":"General","Activation":"Activation","Activate":"Activate","Type":"Type","System Default Language":"System Default Language","Copyright Text":"Copyright Text","File Supported":"File Supported","Site Title":"Site Title","Remove":"Remove","Upload Fav Icon":"Upload Fav Icon","Fav Icon":"Fav Icon","Logo":"Logo","Upload Header Logo":"Upload Header Logo","Header Logo":"Header Logo","Upload Footer Logo":"Upload Footer Logo","Footer Logo":"Footer Logo","System Default Currency":"System Default Currency","Currency Symbol":"Currency Symbol","Currency Code":"Currency Code","SMTP":"SMTP","Date Format":"Date Format","Time Zone":"Time Zone","Activate SMS Gateway":"Activate SMS Gateway","SMS Settings":"SMS Settings","Twilio Settings":"Twilio Settings","Text To Local Settings":"Text To Local Settings","URL":"URL","Instructor Revenue percentage of course fee":"Instructor Revenue percentage of course fee","IP":"IP","Specific Course List":"Specific Course List","Specific Instructor List":"Specific Instructor List","Agent":"Agent","Setup":"Setup","Email Body":"Email Body","Email Send From":"Email Send From","Email Template":"Email Template","Username":"Username","Payment Method Settings":"Payment Method Settings","gateway_setting":"Gateway Settings","Mail Driver":"Mail Driver","Facebook Secret Key":"Facebook Secret Key","Facebook Client ID":"Facebook Client ID","Google Secret Key":"Google Secret Key","Google Client ID":"Google Client ID","Public Instructor Course Approval":"Public Instructor Course Approval","Public Instructor Registration":"Public Instructor Registration","Message":"Message","Description":"Description","Code":"Code","Default Short Code":"Default Short Code","Footer Email Configuration":"Footer Email Configuration","Meta Description":"Meta Description","Meta Keywords":"Meta Keywords","SEO Setting":"SEO Setting","Social Login Setting":"Social Login Setting","Commission":"Commission","Flat Commission":"Flat Commission","Instructor Commission":"Instructor Commission","Course Commission":"Course Commission","Subscription":"Subscription","Specific Course Commission Setup":"Specific Course Commission Setup","Store Password":"Store Password","Store ID":"Store ID","Vimeo Settings":"Vimeo Settings","Vimeo Configuration":"Vimeo Configuration","Vimeo App ID":"Vimeo App ID","Vimeo Client":"Vimeo Client","Vimeo Secret":"Vimeo Secret","Vimeo Access":"Vimeo Access","Reports":"Reports","System Info":"System Info","General Settings":"General Settings","Email Configuration":"Email Configuration","SMS Configuration":"SMS Configuration","Homepage SEO Setup":"Homepage SEO Setup","Social Login":"Social Login","Success":"Success","Address":"Address","Send Grid":"Send Grid","Format":"Format","Company Name":"Company Name","Send Mail":"Send Mail","System Settings":"System Settings","Social Login Setup":"Social Login Setup","Admin Revenue percentage of course fee":"Admin Revenue percentage of course fee","Module":"Module","Manage":"Manage","Refresh":"Refresh","SL":"SL","Name":"Name","Status":"Status","Action":"Action","Disable":"Disable","Enable":"Enable","Verify":"Verify","Not Verified":"Not Verified","Verified":"Verified","Appearance":"Appearance","Themes":"Themes","Theme Details":"Theme Details","Upload Theme":"Upload Theme","Title":"Title","Browse Zip":"Browse Zip","Install Now":"Install Now","System Setting":"System Setting","Live Preview":"Live Preview","Version":"Version","Current Theme":"Current Theme","Footer Setting":"Footer Setting","Gateway Status":"Gateway Status","Client Secret":"Client Secret","Client ID":"Client ID","Publisher Key":"Publisher Key","Secret Key":"Secret Key","Map":"Map","Latitude":"Latitude","Longitude":"Longitude","Api Settings":"Api Settings","Google":"Google","Fixer":"Fixer","Fixer Key":"Fixer Key","Api Settings Saved Successfully":"Api Settings Saved Successfully","Click Here to Get Fixer Api Key":"Click Here to Get Fixer Api Key","Google Map API Key":"Google Map API Key","Razor Key":"Razor Key","Razor Secret":"Razor Secret","Merchant ID":"Merchant ID","Merchant Key":"Merchant Key","PayTM Merchant Website":"PayTM Merchant Website","PayTM Channel":"PayTM Channel","Industry Type":"Industry Type","PayStack Public Key":"PayStack Public Key","PayStack Secret Key":"PayStack Public Key","Merchant Email":"Merchant Email","PayStack Payment URL":"PayStack Payment URL","Account Holder":"Account Holder","Account Number":"Account Number","Branch Name":"Branch Name","Bank Name":"Bank Name","For Details":"For Details","Subject":"Subject","Click Here":"Click Here","Currency Conversion":"Currency Conversion","Backend":"Backend","Frontend":"Frontend","Zoom Level":"Zoom Level","Site":"Site","Email Engine Type":"Email Engine Type","Students Active Device Limit":"Students Active Device Limit","About System":"About System","Software Version":"Software Version","Check update":"Check update","Update":"Update","PHP Version":"PHP Version","Curl Enable":"Curl Enable","Install Domain":"Install Domain","System Activated Date":"System Activated Date","Purchase code":"Purchase code","Upload From Local Directory":"Upload From Local Directory","Update System":"Update System","Php Mail":"Php Mail","IP Block":"IP BLock","Add IP":"Add IP","IP Address":"IP Address","Block Reason":"Block Reason","Geo Location":"Geo Location","Country":"Country","Region":"Region","City":"City","Zip Code":"Zip Code","Login At":"Login At","Account Type":"Account Type","Payment Details":"Payment Details","Header Menu":"Header Menu","Cookies settings":"Cookies settings","Cookies Allow Enable":"Cookies Allow Enable","Button Text":"Button Text","Background Color":"Background Color","Button Background Color":"Button Background Color","Details":"Details","API KEY":"API KEY","API Auth Token":"API Auth Token","Instamojo URL":"Instamojo URL","Server Key":"Server Key","Payeer Marchant":"Payeer Marchant","Payeer Key":"Payeer Key","Make sure you have":"Make sure you have","registered in PayStack":"registered in PayStack","Set Redirection Settings In Midtrans":"Set Redirection Settings In Midtrans","Set Redirection Settings In Payeer":"Set Redirection Settings In Payeer","City List":"City List","Edit City Info":"Edit City Info","City has been deleted Successfully":"City has been deleted Successfully","Timezone has been deleted Successfully":"Timezone has been deleted Successfully","Timezone List":"Timezone List","Timezone":"Timezone","Timezone Code":"Timezone Code","Timezone Name":"Timezone Name","Theme Customization":"Theme Customization","Primary Color":"Primary Color","Secondary Color":"Secondary Color","Add New":"Add New","Frontend Theme Color":"Frontend Theme Color","Clone Theme":"Clone Theme","Color Theme":"Color Theme","Color Theme List":"Color Theme List","Theme Title":"Theme Title","Make Default Theme":"Make Default Theme","Reset To Default":"Reset To Default","Theme Cloned Successful":"Theme Cloned Successful","Clone of":"Clone of","You can not permitted to delete system theme":"You can not permitted to delete system theme","Theme Deleted Successful":"Theme Deleted Successful","Theme Set Default Successful":"Theme Set Default Successful","New Theme Created Successful":"New Theme Created Successful","Theme Update Successfully":"Theme Update Successfully","Maintenance":"Maintenance","Cron Job":"Cron Job","Currency Show At":"Currency Show At","Left":"Left","Left With Space":"Left With Space","Right":"Right","Right With Space":"Right WIth Space","Google Analytics":"Google Analytics","Utilities":"Utilities","Clear Log":"Clear Log","App Debug":"App Debug","Clear Cache":"Clear Cache","Invalid Command":"Invalid Command","Last Update at":"Last Update at","Cache settings":"Cache settings","Cache Driver":"Cache Driver","Array":"Array","File":"File","Redis":"Redis","Memcached":"Memcached","Redis Host":"Redis Host","Redis Password":"Redis Password","Redis Port":"Redis Port","Memcached Host":"Memcached Host","Memcached Password":"Memcached Password","Memcached Port":"Memcached Port","Memcached Username":"Memcached Username","Hide Footer From Mobile":"Hide Footer From Mobile","Click Here to Get Google Map Api Key":"Click Here to Get Google Map Api Key","Click Here to Get Vimeo Api Key":"Click Here to Get Vimeo Api Key","Edit Timezone Info":"Edit Timezone Info","Theme Color":"Theme Color","Category Show In Frontend":"Category Show In Frontend","Footer Background Color":"Footer Background Color","Footer Headline Color":"Footer Headline Color","Footer Text Color":"Footer Text Color","Show Cart In Frontend":"Show Cart In Frontend"},"setup":{"Division":"Division","District":"District","Upazila":"Upazila","Upazila List":"Upazila List","Bangla Name":"Bangla Name","Edit Info Upazila":"Edit Info Upazila","Division List":"Division List","Edit Info Division":"Edit Info Division","District List":"District List","Upazila has been added Successfully":"Upazila has been added Successfully","Upazila has been updated Successfully":"Upazila has been updated Successfully","Upazila has been deleted Successfully":"Upazila has been deleted Successfully","Division has been added Successfully":"Division has been added Successfully","Division has been updated Successfully":"Division has been updated Successfully","Division has been deleted Successfully":"Division has been deleted Successfully","District has been added Successfully":"District has been added Successfully","District has been updated Successfully":"District has been updated Successfully","District has been deleted Successfully":"District has been deleted Successfully","Tax has been deleted Successfully":"Tax has been deleted Successfully","Tax":"Tax","Tax List":"Tax List","Status":"Status","Rate":"Rate","Edit Tax InFo":"Edit Tax InFo"},"sponsor":{"Sponsor Saved Successfully":"Sponsor Saved Successfully","Sponsor Deleted Successfully":"Sponsor Deleted Successfully","Sponsor Updated Successfully":"Sponsor Updated Successfully","Sponsors":"Sponsors","Add New Sponsor":"Add New Sponsor","Image":"Image","Title":"Title","Sponsor List":"Sponsor List","Frontend CMS":"Frontend CMS"},"student":{"Students":"Students","Student":"Student","Add Student":"Add Student","Add New Student":"Add New Student","Number of Students":"Number of Students","Students List":"Students List","Enrolled Student":"Enrolled Student","Update Student":"Update Student","Filter Enroll History":"Filter Enroll History","Enrolled Student List":"Enrolled Student List","Enter Full Name":"Enter Full Name","yourself":"yourself","Full Name":"Full Name","Phone Number":"Phone Number","Quiz":"Quiz","Question":"Question","No Course Purchased Yet":"No Course Purchased Yet","No Course Yet":"No Course Yet","No Course viewed Yet":"No Course viewed Yet","Engineer at InfixLMS":"Engineer at InfixLMS","Add a professional headline like":"Add a professional headline like","Headline":"Headline","Write Note here":"Write Note here","Preview":"Preview","Drop your file here":"Drop your file here","Recommended image size":"Recommended image size","or choose files to upload":"or choose files to upload","Social Links":"Social Links","Add your Facebook URL":"Add your Facebook URL","Facebook URL":"Facebook URL","Add your Twitter URL":"Add your Twitter URL","Twitter URL":"Twitter URL","Add your LinkedIn URL":"Add your LinkedIn URL","LinkedIn profile":"LinkedIn profile","Add your Youtube URL":"Add your Youtube URL","Youtube Profile":"Youtube Profile","Live":"Live","Classes":"Classes","Lessons":"Lessons","Account Settings":"Account Settings","Email Address":"Email Address","Edit your account settings and change your password here":"Edit your account settings and change your password here","Type existing password":"Type existing password","Type new password":"Type new password","Re-type new password":"Re-type new password","Print":"Print","Download":"Download","Date":"Date","Status":"Status","Company":"Company","Billed To":"Billed To","Name":"Name","Phone":"Phone","Email":"Email","Address":"Address","Order List":"Order List","Course name":"Course name","Price":"Price","Total":"Total","No results found for":"No results found for","Course Details":"Course Details","Left of this Section":"Left of this Section","Continue":"Continue","Skip":"Skip","Submit":"Submit","Your Exam Score":"Your Exam Score","Congratulations! You\u2019ve completed":"Congratulations! You\u2019ve completed","Exam Score":"Exam Score","Correct Answer":"Correct Answer","Wrong Answer":"Wrong Answer","Rating":"Rating","Done":"Done","See Answer Sheet":"See Answer Sheet","Empty":"Empty","Product":"Product","View":"View","Proceed to checkout":"Proceed to checkout","Recommended size":"Recommended size","Browse Image file":"Browse Image file","Reject Reason":"Reject Reason","No Class Purchased Yet":"No Class Purchased Yet","No Quiz Purchased Yet":"No Quiz Purchased Yet","No Class Yet":"No Class Yet","No Quiz Yet":"No Quiz Yet","Good Morning":"Good Morning","Good Afternoon":"Good Afternoon","Good Evening":"Good Evening","Complete":"Complete","Recommended For You":"Recommended For You","Quiz you might like":"Quiz you might like","Are you ready for your next lesson":"Are you ready for your next lesson","Save":"Save","My Account":"My Account","Pay Method":"Pay Method","Paid":"Paid","Unpaid":"Unpaid","Result Sheet":"Result Sheet","Class you might like":"Class you might like","Are you ready for your next class":"Are you ready for your next class","Sub Total":"Sub Total","Title":"Title","No Event Yet":"No Event Yet"},"subscription":{"Subscription":"Subscription","FAQ":"FAQ","Question":"Question","Answer":"Answer","FAQ List":"FAQ List","Add FAQ":"Add FAQ","Edit FAQ":"Edit FAQ","Update FAQ":"Update FAQ","Delete FAQ":"Delete FAQ","Subscription Page Title":"Subscription Page Title","Subscription Page Sub Title":"Subscription Page Sub Title","Subscription Page Banner":"Subscription Page Banner","Plan":"Plan","Plan List":"Plan List","Add Plan":"Add Plan","Edit Plan":"Edit Plan","Update Plan":"Update Plan","Delete Plan":"Delete Plan","Title":"Title","Price":"Price","About":"About","Button Text":"Button Text","Order":"Order","Included features":"Included features","These features for both of the plan":"These features for both of the plan","Plan Features":"Plan Features","Plan Feature":"Plan Feature","Plan Feature List":"Plan Feature List","Add Plan Feature":"Add Plan Feature","Edit Plan Feature":"Edit Plan Feature","Update Plan Feature":"Update Plan Feature","Delete Plan Feature":"Delete Plan Feature","Frequently Ask Question":"Frequently Ask Question","Pricing Plan & Package":"Pricing Plan & Package","Setting":"Setting","Settings":"Settings","Commission Rate":"Commission Rate","Days":"Days","You must":"You must","login":"login","Subscription Price":"Subscription Price","Subscription History":"Subscription History","Start Date":"Start Date","End Date":"End Date","Payment Method":"Payment Method","Status":"Status","No Subscription Purchased Yet":"No Subscription Purchased Yet","Admin Commission Rate":"Admin Commission Rate","Instructor Commission Rate":"Instructor Commission Rate","Assign":"Assign","Course Assign":"Course Assign","Course":"Course","Course List":"Course List","Add course":"Add course","All Courses":"All Courses","Selected Courses":"Selected Courses"},"tax":{"TAX":"TAX","TAX Setting":"TAX Setting","Percentage":"Percentage","Apply TAX":"Apply TAX"},"validation":{"name.required":"The name field is required.","password.required":"The password field is required.","phone.string":"The phone must be a string.","phone.regex":"The phone format is invalid.","phone.min":"The phone must be at least 1 characters.","phone.unique":"The phone has already been taken.","email.required":"The email field is required.","email.email":"The email must be a valid email address.","email.unique":"The email has already been taken.","password.min":"The password must be at least 8 characters.","password.confirmed":"The password confirmation does not match.","id.required":"The id field is required.","message.required":"The message field is required.","discount.required":"The discount field is required.","subject.required":"The subject field is required.","body.required":"The body field is required.","name.max":"The name may not be greater than 255 characters.","category_id.required":"The category id field is required.","category_id.max":"The category id may not be greater than 255 characters.","photo.sometimes":"validation.sometimes","photo.mimes":"The photo must be a file of type: jpeg,jpg,png,gif.","photo.max":"The photo may not be greater than 10000 characters.","photo.dimensions":"The photo has invalid image dimensions.","name.unique":"The name has already been taken.","thumbnail.mimes":"The thumbnail must be a file of type: jpeg,jpg,png,gif.","thumbnail.max":"The thumbnail may not be greater than 10000 characters.","title.required":"The title field is required.","title.max":"The title may not be greater than 255 characters.","title.unique":"The title has already been taken.","code.required":"The code field is required.","code.max":"The code may not be greater than 255 characters.","code.unique":"The code has already been taken.","min_purchase.required":"The min purchase field is required.","max_discount.required":"The max discount field is required.","start_date.required":"The start date field is required.","start_date.date":"The start date is not a valid date.","end_date.required":"The end date field is required.","end_date.date":"The end date is not a valid date.","name.string":"The name must be a string.","email.string":"The email must be a string.","email.max":"The email may not be greater than 255 characters.","duration.required":"The duration field is required.","type.required":"The type field is required.","language.required":"The language field is required.","level.required":"The level field is required.","host.required":"The host field is required.","vimeo.required":"The vimeo field is required.","trailer_link.required":"The trailer link field is required.","file.required":"The file field is required.","file.mimes":"The file must be a file of type: mp4,ogx,oga,ogv,ogg,webm.","max_limit.required":"The max limit field is required.","amount.required":"The amount field is required.","status.required":"The status field is required.","category.required":"The category field is required.","value.required":"The value field is required.","max_discount.numeric":"The max discount must be a number.","max_discount.min":"The max discount must be at least 0 characters.","min_purchase.numeric":"The min purchase must be a number.","min_purchase.min":"The min purchase must be at least 0 characters.","percentage.required":"The percentage field is required.","instruction.required":"The instruction field is required.","group.required":"The group field is required.","question.required":"The question field is required.","question_type.required":"The question type field is required.","marks.required":"The marks field is required.","suitable_words.required":"The suitable words field is required.","number_of_option.required":"The number of option field is required.","course_commission.required":"The course commission field is required.","course_commission.numeric":"The course commission must be a number.","course_commission.min":"The course commission must be at least 0 characters.","course_commission.max":"The course commission may not be greater than 100 characters.","course.required":"The course field is required.","course.numeric":"The course must be a number.","course.min":"The course must be at least 0 characters.","course.max":"The course may not be greater than 100 characters.","commission.required":"The commission field is required.","commission.numeric":"The commission must be a number.","commission.min":"The commission must be at least 0 characters.","commission.max":"The commission may not be greater than 100 characters.","special_commission.required":"The special commission field is required.","special_commission.numeric":"The special commission must be a number.","special_commission.min":"The special commission must be at least 0 characters.","special_commission.max":"The special commission may not be greater than 100 characters.","user_id.required":"The user id field is required.","bank_name.required":"The bank name field is required.","branch_name.required":"The branch name field is required.","bank_account_number.required":"The bank account number field is required.","account_holder_name.required":"The account holder name field is required.","bank_type.required":"The bank type field is required.","payout_email.required":"The payout email field is required.","payout_email.email":"The payout email must be a valid email address.","description.required":"The description field is required.","author.required":"The author field is required.","profession.required":"The profession field is required.","icon.required":"The icon field is required.","btn_link.required":"The btn link field is required.","details.required":"The details field is required.","slug.required":"The slug field is required.","sub_title.required":"The sub title field is required.","is_static.required":"The is static field is required.","class_id.required":"The class id field is required.","topic.required":"The topic field is required.","attached_file.mimes":"The attached file must be a file of type: jpeg,png,jpg,doc,docx,pdf,xls,xlsx.","time.required":"The time field is required.","durration.required":"The durration field is required.","join_before_host.required":"The join before host field is required.","host_video.required":"The host video field is required.","participant_video.required":"The participant video field is required.","mute_upon_entry.required":"The mute upon entry field is required.","waiting_room.required":"The waiting room field is required.","audio.required":"The audio field is required.","auto_recording.required":"The auto recording field is required.","approval_type.required":"The approval type field is required.","is_recurring.required":"The is recurring field is required.","recurring_type.required":"The recurring type field is required.","recurring_repect_day.required":"The recurring repect day field is required.","recurring_type.required_if":"The recurring type field is required when is recurring is 1.","recurring_repect_day.required_if":"The recurring repect day field is required when is recurring is 1.","recurring_end_date.required_if":"The recurring end date field is required when is recurring is 1.","package_id.required":"The package id field is required.","api_key.required":"The api key field is required.","secret_key.required":"The secret key field is required.","lang_id.required":"The lang id field is required.","end_date.required_if":"The end date field is required when type is 1.","attendee_password.required_if":"The attendee password field is required when host is BBB.","moderator_password.required_if":"The moderator password field is required when host is BBB.","image.required":"The image field is required.","sub_category.required":"The sub category field is required.","slug.unique":"The slug has already been taken.","module.required":"The module field is required.","db_file.required":"The db file field is required.","db_file.mimes":"The db file must be a file of type: sql.","image.'nullable":"validation.'nullable","image.mimes":"The image must be a file of type: jpeg,bmp,png,jpg.","image.size":"The image size is not valid","required":"This Value Field Is Required"},"virtual-class":{"Class Setting":"Class Setting","Class List":"Class List","Create Class":"Create Class","Title":"Title","Duration":"Duration","Fees":"Fees","Live Classes":"Live Classes","Live":"Live","Add Class":"Add Class","Single Class":"Single Class","Continuous Class":"Continuous Class","Date":"Date","Time":"Time","End Date":"End Date","Start Date":"Start Date","Type":"Type","Sub Category":"Sub Category","Category":"Category","Language":"Language","Details":"Details","BBB":"BBB","Host":"Host","Class":"Class","in Minute":"in Minute","Setup":"Virtual Class Setup","Update":"Update","Big Blue Button":"Big Blue Button","Zoom":"Zoom","Default Class":"Default Class","Browse Image file":"Browse Image file","This class is free":"This class is free","Classes are available":"Classes are available","Classes":"Classes","Free":"Free","Zoom Link":"Zoom Link","Meeting Link":"Meeting Link","Speecher":"Speecher","Speaker":"Speaker","ZoomCustom":"ZoomCustom"},"withdraw":{"Instructor":"Instructor","Amount":"Amount","Invoice Date":"Invoice Date","Method":"Method","Issue Date":"Issue Date","Waiting":"Waiting","Instructor Payment":"Instructor Payment","Approved":"Approved","Rejected":"Rejected","Next Payout":"Next Payout","You Currently Have":"You Currently Have","in earnings for next months payout":"in earnings for next months payout","Payout Account":"Payout Account","Set Account":"Set Account","Payout Email":"Payout Email","Set Payout":"Set Payout","Payout Email Saved Successfully":"Payout Email Saved Successfully","Request Date":"Request Date","Payment Status":"Payment Status","Payment Request":"Payment Request","Are you Sure, You want to request for payment?":"Are you Sure, You want to request for payment?","Confirm":"Confirm","Are you Sure, You want to mark as payment?":"Are you Sure, You want to mark as payment?"},"zoom":{"Zoom":"Zoom","Zoom Class":"Zoom Class","Virtual Class":"Virtual Class","Description":"Description","Date of Class":"Date of Class","Time of Class":"Time of Class","Class Duration (Minutes)":"Class Duration (Minutes)","Class Duration":"Class Duration","Recurring":"Recurring","Recurrence Type":"Recurrence Type","Daily":"Daily","Weekly":"Weekly","Monthly":"Monthly","Repeat every":"Repeat every","End Recurrence":"End Recurrence","Join before host":"Join before host","Host Video":"Host Video","Participant Video":"Participant Video","Participate mic mute":"Participate mic mute","Watermark":"Watermark","Waiting Room":"Waiting Room","Auto Recording":"Auto Recording","Audio Option":"Audio Option","Class Join Approval":"Class Join Approval","Class ID":"Class ID","Join\/Start":"Join\/Start","Start":"Start","Dashboard":"Dashboard","Join":"Join","Update":"Update","Show":"Show","Topic":"Topic","Delete Class":"Delete Class","Are you sure to delete ?":"Are you sure to delete ?","you sure to delete ?":"you sure to delete ?","Zoom Setting":"Zoom Setting","For Paid Package":"For Paid Package","API Key":"API Key","Secret Key":"Secret Key","Package":"Package","Join Class":"Join Class","Attached File":"Attached File","Start Date & Time":"Start Date & Time","Not Yet Start":"Not Yet Start","Closed":"Closed","Host ID":"Host ID","Start Date Time":"Start Date Time","Timezone":"Timezone","Created At":"Created At","Join URL":"Join URL","Encrypted":"Encrypted","In Class":"On Class","Cn Class":"Cn Class","Enforce Login":"Enforce Login","Enforce Login Domains":"Enforce Login Domains","Alternative Hosts":"Alternative Hosts","Class Authentication":"Class Authentication","Delete virtual meeting":"Delete virtual meeting","Room":"Room","Participants":"Participants","Classes":"Classes","Select Member":"Class","Change Default Settings":"Change Default Settings","Class":"Class","Virtual Class\/Class":"Virtual Class\/Class","Class Reports":"Class Reports","Date of class":"Date of class","Time of class":"Time of class","Duration of class":"Duration of class","VClass ID":"VClass ID","Virtual class":"Virtual class","List":"List","Add":"Add","Edit":"Edit","Yes":"Yes","No":"No","Member Type":"Member Type","Instructor":"Instructor","Student":"Student","Member":"Member","Password":"Password","Date Of Class":"Date Of Class","Time Of Class":"Time Of Class","Recurring End":"Recurring End","Change Default Setting":"Change Default Setting","Save":"Save","Class Approval":"Class Approval","Mute Upon Entry":"Mute Upon Entry","Join Before Host":"Join Before Host","ID":"Id","Date":"Date","Time":"Time","Duration":"Duration","Start Join":"Start Join","Actions":"Actions","Select":"Select","Cancel":"Cancel","Delete":"Delete","View":"View","Browse":"Browse","Details":"Details","Name":"Name","Status":"Status","Class Id":"Class Id","Join Url":"Join Url","Start\/Join":"Start\/Join","Participant video":"Participant video","Use PMI":"Use PMI","Enforce longin":"Enforce longin","Audio Options":"Audio Options","Zoom Settings":"Zoom Settings","Manage":"Manage","Setting":"Setting","Disable":"Disable","Enable":"Enable","Select Package":"Select Package","Api Key":"Api Key","Recurrence type":"Recurrence type","Zoom Recurring Repeat":"Zoom Recurring Repeat"}},"json":[]},"zh":{"php":{"auth":{"failed":"These credentials do not match our records.","throttle":"Too many login attempts. Please try again in :seconds seconds."},"bbb":{"BigBlueButton":"BigBlueButton","BigBlueButton Class":"BigBlueButton Class","BigBlueButton Setting":"BigBlueButton Setting","Manage":"Manage","Setting":"Setting","Password Length":"Password Length","Dashboard":"Dashboard","Enable":"Enable","Disable":"Disable","Welcome Message":"Welcome Message","Dial Number":"Dial Number","Max Participants":"Max Participants","0 means Unlimited":"0 means Unlimited","Logout Url":"Logout Url","Record":"Record","Duration":"Duration","Is Breakout":"Is Breakout","Moderator Only Message":"Moderator Only Message","Auto Start Recording":"Auto Start Recording","Allow Start Stop Recording":"Allow Start Stop Recording","Webcams Only For Moderator":"Webcams Only For Moderator","Logo":"Logo","Browse":"Browse","Copyright":"Copyright","Mute On Start":"Mute On Start","Lock Settings Disable Mic":"Lock Settings Disable Mic","Lock Settings Disable Private Chat":"Lock Settings Disable Private Chat","Lock Settings Disable Public Chat":"Lock Settings Disable Public Chat","Lock Settings Disable Note":"Lock Settings Disable Note","Lock Settings Locked Layout":"Lock Settings Locked Layout","Lock Settings Lock On Join":"Lock Settings Lock On Join","Lock Settings Lock On Join Configurable":"Lock Settings Lock On Join Configurable","Guest Policy":"Guest Policy","Redirect":"Redirect","Join Via Html 5":"Join Via Html 5","State":"State","Update":"Update","BBB Security Salt":"BBB Security Salt","BBB Server Base URL":"BBB Server Base URL","ID":"ID","Password":"Password","Topic":"Topic","Date & Time":"Date & Time","Start Join":"Start Join","Actions":"Actions","Join as Moderator":"Join as Moderator","Join as Attendee":"Join as Attendee","Add":"Add","Class Not Running":"Class Not Running","Classes":"Classes","Class":"Class","List":"List","Yes":"Yes","Running":"Running","Closed":"Closed","No":"No","Description":"Description","Attendee Password":"Attendee Password","Moderator Password":"Moderator Password","Date Of Class":"Date Of Class","Time Of Class":"Time Of Class","Change Default Settings":"Change Default Settings","Save Class":"Save Class","Save":"Save","Class Duration":"Class Duration","Date":"Date","Time":"Time","Start":"Start","Join":"Join","Select":"Select","View":"View","Edit":"Edit","Delete":"Delete","Cancel":"Cancel","Instructor":"Instructor","Name":"Name","Status":"Status","Start\/Join":"Start\/Join","Details":"Details","Moderator Join":"Moderator Join","Attendee Join":"Attendee Join","Close":"Status","Join Url":"Join Url","Class Id":"Class Id","Start Date Time":"Start Date Time","Delete Class":"Delete Class","You sure to delete ?":"You sure to delete ?"},"blog":{"Blog":"Blog","Blogs":"Blogs","List":"List","Create":"Create","Show":"Show","Blog List":"Blog List","Title":"Title","Slug":"Slug","Description":"Description","Status":"Status","Thumbnail":"Thumbnail","Viewed":"Viewed","Image":"Image","Authored Date":"Authored Date","Post By":"Post By","SL":"SL","Browse Image File":"Browse Image File"},"common":{"Login":"\u767b\u5165","View Profile":"View Profile","My Profile":"My Profile","Profile Settings":"Profile Settings","Current":"Current","Re-Type Password":"Re-Type Password","Type Password":"Type Password","Remember Me":"Remember Me","Login Details":"Login Details","Forget Password ?":"Forget Password ?","Need an account?":"Need an account?","Sign Up":"Sign Up","Sign Up Details":"Sign Up Details","You have already an account?":"You have already an account?","Send Reset Link":"Send Reset Link","Reset Password":"Reset Password","Reset":"Reset","Set New Password":"Set New Password","Set Password":"Set Password","Start From":"Start From","Start At":"Start At","To":"To","Free":"Free","Off":"Off","On":"On","Social Link":"Social Link","Active Status":"Active Status","Language List":"Language List","Choose File":"Choose File","Translation":"Translation","Currency":"Currency","Add New":"Add New","ID":"ID","Title":"Title","Details":"Details","Name":"Name","Action":"Action","Edit":"Edit","Delete":"Delete","Select":"Select","Save":"Save","Update":"Update","Live":"Live","Sandbox":"Sandbox","Something Went Wrong":"Something Went Wrong","Description":"Description","Model":"Model","Attempted At":"Attempted At","User":"User","Activity Logs":"Activity Logs","Type":"Type","Delete Confirmation":"Delete Confirmation","Human Resource":"Human Resource","Staff":"Staff","Staff List":"Staff List","Username":"Username","Email":"Email","Phone":"Phone","Registered Date":"Registered Date","Status":"Status","URL":"URL","Register":"Register","Remove":"Remove","Staff Id":"Staff Id","Password":"Password","Confirm Password":"Confirm Password","Re-Password":"Re-Password","Browse":"Browse","Avatar":"Avatar","Edit Staff Info":"Edit Staff Info","Staff info has been updated Successfully":"Staff info has been updated Successfully","Staff has been added Successfully":"Staff has been added Successfully","View":"View","Staff Info":"Staff Info","Close":"Close","Staff ID":"Staff ID","Password did not match with your account password.":"Password did not match with your account password.","Put Your password":"Put Your password","Staff has been deleted Successfully":"Staff has been deleted Successfully","Language":"Language","Variant":"Variant","Add Variant":"Add Variant","Publish":"Publish","Published":"Published","Variation Values":"Variation Values","Add Value":"Add Value","Edit Variant":"Edit Variant","Unit Type":"Unit Type","Add Unit Type":"Add Unit Type","Edit Unit Type":"Edit Unit Type","Brand":"Brand","Add Brand":"Add Brand","Edit Brand":"Edit Brand","Add Model":"Add Model","Edit Model":"Edit Model","Category":"Category","Add Category":"Add Category","Code":"Code","Add as Sub Category":"Add as Sub Category","Select parent Category":"Select parent Category","Edit Category":"Edit Category","Add New Product":"Add New Product","Product Name":"Product Name","Product SKU":"Product SKU","Barcode Type":"Barcode Type","Unit":"Unit","Sub Category":"Sub Category","Add File":"Add File","Manage Stock":"Manage Stock","Alert Quantity":"Alert Quantity","Variation":"Variation","Add Variation":"Add Variation","Add Product":"Add Product","Edit Product":"Edit Product","Employee Id":"Employee Id","Address":"Address","New Price Group":"New Price Group","Export":"Export","SL":"SL","Cancel":"Cancel","About":"About","letter":"letter","date":"date","Date":"Date","Image":"Image","File Not Found":"File Not Found","Download":"Download","Are you sure to delete ?":"Are you sure to delete ?","Are you sure to":"Are you sure to","Are you sure to enable this ?":"Are you sure to enable this ?","Are You Sure To Change Status ?":"Are You Sure To Change Status ?","Are You Sure To Remove This?":"Are You Sure To Remove This?","Role":"Role","List":"List","Add":"Add","Success":"Success","Failed":"Failed","Dashboard":"Dashboard","User Logs":"User Logs","Question & Answer":"Question & Answer","Comments":"Comments","Course":"Course","Replies":"Replies","Commented By":"Commented By","Submitted":"Submitted","Enable":"Enable","Disable":"Disable","Active":"Active","Deactive":"Deactive","Inactive":"Inactive","Email Address":"Email Address","Instagram URL":"Instagram URL","Youtube URL":"Youtube URL","LinkedIn URL":"LinkedIn URL","Twitter URL":"Twitter URL","Facebook URL":"Facebook URL","Date of Birth":"Date of Birth","Change Status":"Change Status","Start Date":"Start Date","End Date":"End Date","Filter History":"Filter History","Reject":"Reject","Reason":"Reason","Payouts":"Payouts","Author":"Author","Available":"Available","Issue Date":"Issue Date","Duration":"Duration","Change":"Change","Deactivate":"Deactivate","Yes":"Yes","Files":"Files","File":"File","Send":"Send","Paid":"Paid","Waiting":"Waiting","Info":"Info","Zip Code":"Zip Code","Country":"Country","City":"City","Submit":"Submit","Error":"Error","Warning":"Warning","Used":"Used","Join For Free":"Join For Free","Enter Email":"Enter Email","Enter Password":"Enter Password","Enter Phone Number":"Enter Phone Number","Enter Confirm Password":"Enter Confirm Password","Update Profile":"Update Profile","Review":"Review","Log in with Facebook":"Log in with Facebook","Log in with Google":"Log in with Google","Or":"Or","Keep me up to date on Infix":"Keep me up to date on Infix","Required":"Required","New":"New","Instructor Payout":"Instructor Payout","Time Left":"Time Left","No Item found":"No Item found","Total Price":"Total Price","Discount or coupon info":"Discount or coupon info","Checkout":"Checkout","Apply":"Apply","Course Schedule":"Course Schedule","Add To Cart":"Add To Cart","Buy Now":"Buy Now","Lessons":"Lessons","Bookmarks":"Bookmarks","Deposit":"Deposit","Referral":"Referral","My Cart":"My Cart","Purchase History":"Purchase History","My Courses":"My Courses","Live Classes":"Live Classes","Already Enrolled":"Already Enrolled","Student Enrolled":"Student Enrolled","Already Submitted":"Already Submitted","'s Quiz":"'s Quiz","Correct Answer":"Correct Answer","Wrong Answer":"Wrong Answer","Skip":"Skip","Next":"Next","Previous":"Previous","Course File":"Course File","Share":"Share","Course Files":"Course Files","Course Review":"Course Review","Start Date & Time":"Start Date & Time","At":"At","Show":"Show","Drip Content":"Drip Content","Specific Date":"Specific Date","Days After Enrollment":"Days After Enrollment","Show All":"Show All","Show After Unlock":"Show After Unlock","Aws S3 Setting":"Aws S3 Setting","Access Key Id":"Access Key Id","Secret Key":"Secret Key","Default Region":"Default Region","AWS Bucket":"AWS Bucket","Module Manager":"Module Manager","Payment Type":"Payment Type","Blogs":"Blogs","Star":"Star","Total Courses":"Total Courses","Discount":"Discount","Logo":"Logo","My Quizzes":"My Quizzes","Enroll Now":"Enroll Now","Added To Cart":"Added To Cart","Logged In Devices":"Logged In Devices","Purchase Price":"Purchase Price","Pay":"Pay","Welcome":"Welcome","Send Email":"Send Email","Minimum 8 characters":"Minimum 8 characters","Status has been changed":"Status has been changed","For the demo version, you cannot change this":"For the demo version, you cannot change this","Video File":"Video File","Browse Video file":"Browse Video file","Select Date":"Select Date","Days":"Days","Operation successful":"Operation successful","Operation failed":"Operation failed","Quick Search":"Quick Search","Copy":"Copy","Excel":"Excel","CSV":"CSV","PDF":"PDF","Print":"Print","No data available in the table":"No data available in the table","Successfully Assign":"Successfully Assign","Make Paid":"Make Paid","Request For Paid":"Request For Paid","End Date & Time":"End Date & Time","Short Description":"Short Description","No":"No","Website":"Website","Browse file":"Browse file","Sanitize No":"Sanitize No","Sanitize Yes":"Sanitize Yes","3DS Yes":"3DS Yes","3DS No":"3DS No","Module Verification":"Module Verification","Envato Email Address":"Envato Email Address","Envato Purchase Code":"Envato Purchase Code","Verifying":"Verifying","None":"None","Subscription Api Key":"Subscription Api Key","Subscription Method":"Subscription Method","Watch Now":"Watch Now","Continue Watch":"Continue Watch","Time":"Time","Start":"Start","End":"End","TimeZone":"TimeZone","Backup":"Backup","Upload SQL File":"Upload SQL File","Database Backup List":"Database Backup List","Generate New Backup":"Generate New Backup","File Name":"File Name","Make Default":"Make Default","Theme":"Theme","Reset To Default":"Reset To Default","Mode":"Mode","Sub Title":"Sub Title","Recommended Size":"Recommended Size","Section":"Section","Max Image Size 1MB":"Max Image Size 1MB","Click To Download":"Click To Download"},"courses":{"All":"\u5168\u90e8","Courses":"\u8bfe\u7a0b","Course":"\u8bfe\u7a0b","List":"\u5217\u8868","Live Class":"\u76f4\u64ad\u8bfe\u7a0b","Level":"\u7b49\u7ea7","Language":"\u8bed\u8a00","Privacy":"\u9690\u79c1","Duration":"\u65f6\u95f4","Locked":"Locked","Unlock":"Unlock","Host":"Host","Enrollment":"Enrollment","Revenue":"Revenue","Total Revenue":"Total Revenue","Video URL":"Video URL","Chapter":"Chapter","Type":"Course Type","Categories":"\u7c7b\u522b","Category":"\u7c7b\u522b","Subcategories":"\u5b50\u7c7b\u522b","Subcategory":"\u5b50\u7c7b\u522b","Subcategory List":"Subcategory List","Coupons List":"Coupons List","Courses List":"Courses List","Lesson List":"Lesson List","Add New Coupons":"Add New Coupons","Update Coupons":"Update Coupons","Coupons":"Coupons","Advanced Filter":"Advanced Filter","Filter":"Filter","Invite":"Invite","Statistics":"Statistics","URL":"URL","Instructor Revenue":"Instructor Revenue","Admin Revenue":"Admin Revenue","Enrolls":"Enrolls","Instructor Commission":"Instructor Commission","Admin Commission":"Admin Commission","Created":"Created","Course Title":"Course Title","Publish":"Publish","Unpublished":"Unpublished","Personalized":"Personalized","Single":"Single","Common":"Common","By":"By","Code":"Code","All Courses":"All Courses & Quiz","Lesson":"Lesson","Enrolled":"Enrolled","Sort by":"Sort by","Release date":"Release date","top sell":"top sell","course duration":"course duration","Price":"Price","Active":"Active","Pending":"Pending","Home Slider":"Home Slider","Single Slider":"Single Slider","Add":"Add","Course Fee Settings":"Course Fee Settings","Invite Settings":"Invite Settings","Maximum Limit":"Maximum Limit","Role":"Role","Description":"Description","Add New Category":"Add New Category","Show on home page":"Show on home page","Position Order":"Position Order","Status":"Status","Image":"Image","Thumbnail Image":"Thumbnail Image","Category List":"Category List","Update Category":"Update Category","Add New":"Add New","Recommended size 200px x 200px":"Recommended size 200px x 200px","Recommended size 1140px x 300px":"Recommended size 1140px x 300px","Instructor":"Instructor","My Courses":"My Courses","Overview of Courses":"Overview of Courses","Sub Category":"Sub Category","Beginner":"Beginner","Intermediate":"Intermediate","Advance":"Advance","Pro":"Pro","Recent Enrolls":"Recent Enrolls","This course is a top course":"This course is a top course","This course is a free course":"This course is a free course","This course has discounted price":"This course has discounted price","Discount":"Discount","Course overview host":"Course overview host","Meta description":"Meta description","Meta keywords":"Meta keywords","Course Thumbnail":"Course Thumbnail","You wont be able to revert this!":"You wont be able to revert this!","Are you sure want to Change this ?":"Are you sure want to Change this ?","Add Chapter \/ Lesson":"Add Chapter \/ Lesson","Curriculum":"Curriculum","Exercise":"Exercise","Purchase":"Purchase","Commission":"Commission","Start Your Course":"Start Your Course","Select Course":"Select Course","Instructor Commission Percentage":"Instructor Commission Percentage","Specific Instructor Commission Setup":"Specific Instructor Commission Setup","Course File":"Course File","Search result for":"Search result for","No results found for":"No results found for","Search Result":"Search Result","My Quizzes":"My Quizzes","Skill Level Intermediate":"Skill Level Intermediate","You have no permission to add":"You have no permission to add","Add New Subcategory":"Add New Subcategory","Update Subcategory":"Update Subcategory","Yes":"Yes","No":"No","Youtube":"Youtube","Vimeo":"Vimeo","Amazon S3":"Amazon S3","Self":"Self","Vimeo Video":"Vimeo Video","Video":"Video","Video File":"Video File","Browse Video file":"Browse Video File","Browse Image file":"Browse Image file","No Data Found":"No Data Found","Year":"Year","Month":"Month","Add Lesson":"Add Lesson","Requirements":"Requirements","Outcomes":"Outcomes","Iframe URL":"Iframe URL","Frontend View":"Frontend View","Iframe (Provide the source only)":"Iframe (Provide the source only)","Course Level":"Course Level","Level List":"Level List","Add New Level":"Add New Level","Recommended Size":"Recommended Size","Update Level":"Update Level"},"dashboard":{"Dashboard":"\u4eea\u8868\u677f","Subjects":"\u79d1\u76ee","Setting":"\u8bbe\u5b9a","Logout":"Logout","Status Overview of Topics":"Status Overview of Topics","Overview of Topics":"Overview of Topics","Number of Subjects":"Number of Subjects","Enrolled":"Enrolled","Number of Enrolled":"Number of Enrolled","Enrolled Amount":"Enrolled Amount","Total Enrolled Amount":"Total Enrolled Amount","Enrolled Today":"Enrolled Today","Total Enrolled Today":"Total Enrolled Today","This Month":"This Month","Total Enrolled This Month":"Total Enrolled This Month","Monthly Income Stats for":"Monthly Income Stats for","Payment Statistics for":"Payment Statistics for","Recent Enrolls":"Recent Enrolls","Daily Wise Enroll Status for":"Daily Wise Enroll Status for","Monthly income status":"Monthly income status","No Results Found":"No Results Found","Completed":"Completed","Pending":"Pending","Active":"Active","Courses":"Courses","Quizzes":"Quizzes","Classes":"Classes"},"frontend":{"Account Settings":"Account Settings","Change Password":"Change Password","Existing Password":"Existing Password","Re-Type Password":"Re-Type Password","Search courses":"Search courses","Search for course, skills and Videos":"Search for course, skills and Videos","Go Live":"Go Live","Join Now":"Join Now","Sign In":"Sign In","Description":"Description","Sign Up":"Sign Up","Course Schedule":"Course Schedule","as student to post a review":"as student to post a review","Log Out":"Log Out","Add To Bookmark":"Add To Bookmark","Already Bookmarked":"Already Bookmarked","File Locked":"File Locked","Course Files":"Course Files","No Review found":"No Review found","Rating based on":"Rating based on","or":"or","Live Class":"Live Class","Leave a replay":"Leave a replay","comment":"comment","Leave a question\/comment":"Leave a question\/comment","No Item found":"No Item found","Reply":"Reply","Exam":"Exam","Start Now":"Start Now","Waiting":"Waiting","Closed":"Closed","Share":"Share","Questions":"Questions","Join For Free":"Join For Free","Community Members":"Community Members","Premium Courses":"Premium Courses","Newly added Courses":"Newly added Courses","Students all over the World":"Students all over the World","Photographer":"Photographer","Duration":"Duration","Insights to lead skills to the believer":"Insights to lead skills to the believer","Top instructors from around the world":"Top instructors from around the world teach millions of students on Infix about peripherals that add functionality to a system.","Get Start Now":"Get Start Now","Skill Level":"Skill Level","Buy Now":"Buy Now","Your balance is lower than the topic price":"Your balance is lower than the topic price","Add to Cart":"Add to Cart","Already Enrolled":"Already Enrolled","Report the Course":"Report the Course","View Profile":"View Profile","You can pay":"You can pay","Topic Price":"Topic Price","Your Balance":"Your Balance","Wallet":"Wallet","Subtotal":"Subtotal","Total price without discount":"Total price without discount","Payable Amount":"Payable Amount","Please Pay Your Suitable Payment Method All Are Given Here !":"Please Pay Your Suitable Payment Method All Are Given Here !","Course Review":"Course Review","Write your review":"Write your review","Learning Photography":"Learning Photography","Be the first reviewer":"Be the first reviewer","Start streaming on-demand":"Start streaming on-demand video lectures today from top instructors in subjects like business, computer science, data science, language learning, & more.","Contact Information":"Contact Information","contact_subtitle":"Find Contact info","Send Us Message":"Send us Message","Name":"Name","Email Address":"Email Address","Subject":"Subject","Message":"Message","Send Message":"Send Message","Contact Us":"Contact Us","Total Spent":"Total Spent","Course Purchased":"Course Purchased","Balance":"Balance","My Courses":"My Courses","View All":"View All","Recently Viewed":"Recently Viewed","No Course Found!":"No Course Found!","No Course Found":"No Course Found","Top Categories":"Top Categories","Start Quiz":"Start Quiz","Enroll Now":"Enroll Now","Find videos courses":"Find videos courses","on almost any topic":"on almost any topic","to build career":"to build career","View All Courses":"View All Courses","Browse all of other categories":"Browse all of other categories","Limitless learning and more possibilities":"Limitless learning and more possibilities","Choose from over 100,000 online video courses with new":"Choose from over 100,000 online video courses with new","additions published every month":"additions published every month","Find Our Instructor":"Find Our Instructor","Top Online Courses":"Top Online Courses","The world\u2019s largest selection of courses choose from 130,000 online video courses with new additions published every month":"The world\u2019s largest selection of courses choose from 130,000 online video courses with new additions published every month","Online Learning from the World\u2019s best categories":"Online Learning from the World\u2019s best categories","Choose from over 100,000 online video courses with new additions published every month":"Choose from over 100,000 online video courses with new additions published every month","Explore popular Quizzes":"Explore popular Quizzes","Question":"Question","Students":"Students","Student":"Student","View All Quiz":"View All Quiz","Articles & News":"Articles & News","View All Articles & News":"View All Articles & News","Teach what you love. Corrector gives you the tools to create a course":"Teach what you love. Corrector gives you the tools to create a course","Start Teaching":"Start Teaching","Enjoy lifetime access to courses on our":"Enjoy lifetime access to courses on our","website and app":"website and app","Become a Instructor":"Become a Instructor","Keep up to date":"Keep up to date","Get e-mail updates":"Get e-mail updates","Stay tuned for the latest company news":"Stay tuned for the latest company news","Enter e-mail Address":"Enter e-mail Address","Email":"Email","Shopping Cart":"Shopping Cart","No Item":"No Item","View cart":"View cart","Checkout":"Checkout","No Item into cart":"No Item into cart","Join the Millions for better learning":"Join the Millions for better learning","Courses":"Courses","Beginner":"Beginner","Intermediate":"Intermediate","Advance":"Advance","Pro":"Pro","Course Price":"Course Price","Free Course":"Free Course","Paid Course":"Paid Course","Language":"Language","Course are found":"Course are found","None":"None","Price":"Price","Date":"Date","Order By":"Order By","Lessons":"Lessons","Filter Category":"Filter Category","Course Category":"Course Category","Subscribe Now":"Subscribe Now","Course Details":"Course Details","Category":"Category","Instructor Name":"Instructor Name","Preview this course":"Preview this course","Overview":"Overview","Curriculum":"Curriculum","Instructor":"Instructor","Reviews":"Reviews","Course Description":"Course Description","Twitter":"Twitter","Pinterest":"Pinterest","Linkedin":"Linkedin","Course Curriculum":"Course Curriculum","Lectures":"Lectures","Preview":"Preview","Start":"Start","Rating":"Rating","More Courses by Author":"More Courses by Author","Student Feedback":"Student Feedback","Course Rating":"Course Rating","Course you might like":"Course you might like","This course includes":"This course includes","lessons":"lessons","Enrolled":"Enrolled","students":"students","Certificate of Completion":"Certificate of Completion","Full lifetime access":"Full lifetime access","Classes":"Classes","Class Price":"Class Price","Paid Class":"Paid Class","Free Class":"Free Class","No Class Found":"No Class Found","Class are found":"Class are found","Class Category":"Class Category","Level":"Level","Quizzes":"Quizzes","Quiz":"Quiz","Quiz Category":"Quiz Category","Quiz Price":"Quiz Price","Paid Quiz":"Paid Quiz","Free Quiz":"Free Quiz","Quiz are found":"Quiz are found","No Quiz Found":"No Quiz Found","Class Details":"Class Details","rating":"rating","Facebook":"Facebook","questions":"questions","minutes":"minutes","minutes time limit per question":"minutes time limit per question","Instructions":"Instructions","Start your education Career with us":"Start your education Career with us","Popular Instructors":"Popular Instructors","Making sure that our products exceed customer expectations":"Making sure that our products exceed customer expectations","for quality, style and performance":"for quality, style and performance","Meet Our world-class instructors":"Meet Our world-class instructors","We are here to meet your demand and teach the most beneficial way for you in Personal":"We are here to meet your demand and teach the most beneficial way for you in Personal","Instructor Details":"Instructor Details","No course Found":"No course Found","We\u2019re here with you every step way":"We\u2019re here with you every step way","Send us your query anytime":"Send us your query anytime","Enter Name":"Enter Name","Enter your subject":"Enter your subject","Type e-mail address":"Type e-mail address","Write your message":"Write your message","Recent news update Form the blog":"Recent news update Form the blog","Recent News":"Recent News","Enter Password":"Enter Password","By signing up, you agree to":"By signing up, you agree to","Terms of Service and Privacy Policy":"Terms of Service and Privacy Policy","Already login. You can't register right now":"Already login. You can't register right now","to your account":"to your account","Welcome back, Please login":"Welcome back, Please login","Don\u2019t have an account":"Don\u2019t have an account","Welcome to Infix LMS":"Welcome to Infix LMS","Learning Management System":"Learning Management System","Excellence":"Excellence","Community":"Community","Diversity":"Diversity","Privacy Policy":"Privacy Policy","and":"and","First Name":"First Name","Last Name":"Last Name","Company Name":"Company Name","Optional":"Optional","Billing Details":"Billing Details","Enter First Name":"Enter First Name","Enter Last Name":"Enter Last Name","Country":"Country","Street Address":"Street Address","House Number and street address":"House Number and street address","Apartment, suite, unit etc (Optional)":"Apartment, suite, unit etc (Optional)","City \/ Town":"City \/ Town","Postcode \/ ZIP":"Postcode \/ ZIP","Enter city\/town name":"Enter city\/town name","Enter Company Name":"Enter Company Name","Phone No":"Phone No","e.g [email protected]":"e.g [email protected]","Additional Information":"Additional Information","Information details":"Information details","Note about your order, e.g. special note for you delivery":"Note about your order, e.g. special note for you delivery","Your order":"Your order","Place An Order":"Place An Order","Zip Code":"Zip Code","City":"City","Payment Method":"Payment Method","Order Details":"Order Details","Lesson Marked as Incomplete":"Lesson Marked as Incomplete","Lesson Marked as Complete":"Lesson Marked as Complete","Get Certificate":"Get Certificate","Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy":"Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy","Logged In Devices":"Logged In Devices","OS":"OS","Browser":"Browser","LogOut Date":"LogOut Date","LogOut":"LogOut","Logged Out SuccessFully":"Logged Out SuccessFully","Enter Your Old Password To Continue":"Enter Your Old Password To Continue","Your Password Doesnt Match":"Your Password Doesnt Match","Terms of Service":"Terms of Service","Enter Your Password To Continue":"Enter Your Password To Continue","Logged In Device":"Logged In Device","QA":"QA","No Class Assign":"No Class Assign","Subscription":"Subscription","Course Requirements":"Course Requirements","Course Outcomes":"Course Outcomes","Blogs":"Blogs","No results found for":"No results found for","Explore Courses":"Explore Courses","Ratings":"Ratings","Welcome Back":"Welcome Back","Are you ready for your next lesson?":"Are you ready for your next lesson?","My Course":"My Course","Leave a rating":"Leave a rating","Loading":"Loading","Verify Your Email Address":"Verify Your Email Address","A fresh verification link has been sent to your email address":"A fresh verification link has been sent to your email address","Before proceeding, please check your email for a verification link Login in Using that Link":"Before proceeding, please check your email for a verification link Login in Using that Link","Resend Mail":"Resend Mail"},"frontendmanage":{"Frontend CMS":"Frontend CMS","Section Setting":"Section Setting","Social Setting":"Social Setting","Company":"Company","Become Instructor":"Become Instructor","Testimonials":"Testimonials","Blogs":"Blogs","FAQS":"FAQS","Footer Section":"Footer Section","Social Site Manage":"Social Site Manage","Home":"Home","Enter social link":"Enter social link","Add New":"Add New","Add New Section Setting":"Add New Section Setting","Add New Social Setting":"Add New Social Setting","Add":"Add","Update Section Setting":"Update Section Setting","Section List":"Section List","Section":"Section","Title":"Title","Button Name":"Button Name","Button Link":"Button Link","Description":"Description","Icon":"Icon","Date":"Date","Link":"Link","Topbar":"Topbar","Footer":"Footer","Testimonial":"Testimonial","Add New Testimonial":"Add New Testimonial","Update Testimonial":"Update Testimonial","Body":"Body","Author":"Author","Profession":"Profession","Body Text":"Body Text","Enter Author Name":"Enter Author Name","Enter Profession":"Enter Profession","Home Content":"Home Content","Page Content":"Page Content","Slider Title":"Slider Title","Payment Getway Title":"Payment Getway Title","Slider Text":"Slider Text","Payment Getway Text":"Payment Getway Text","Slider Shape Image":"Slider Shape Image","Payment Getway Image":"Payment Getway Image","Testimonial Title":"Testimonial Title","Sliders":"Sliders","Add New Slider":"Add New Slider","Update Slider":"Update Slider","Position No":"Position No","Home Slider":"Home Slider","My Profile":"My Profile","Social Name":"Social Name","Update Social Setting":"Update Social Setting","Privacy Policy":"Privacy Policy","General":"General","Personal Data":"Personal Data","Voluntary Disclosure":"Voluntary Disclosure","Children Privacy":"Children Privacy","Information About Cookies":"Information About Cookies","Thirt Party Advertising":"Thirt Party Advertising","Other Sites":"Other Sites","Teacher":"Teacher","Business Transfer":"Business Transfer","Bookmarks":"Bookmarks","Banner Title":"Banner Title","Banner Description":"Banner Description","Banner Image":"Banner Image","Mission Title":"Mission Title","Mission Description":"Mission Description","Mission Image":"Mission Image","Story Title":"Story Title","Story Description":"Story Description","Story Image":"Story Image","Invite Title":"Invite Title","Invite Description":"Invite Description","Invite Image":"Invite Image","About Content":"About Content","About":"About","Remove Photo":"Remove Photo","Upload Profile Photo":"Upload Profile Photo","Pages":"Pages","URL":"URL","Name":"Name","Sub Title":"Sub Title","Details":"Details","Page":"Page","Previous Billing Address":"Previous Billing Address","New Billing Address":"New Billing Address","Billing Address":"Billing Address","Select Billing Address":"Select Billing Address","Company Name":"Company Name","Country":"Country","Subscriber":"Subscriber","Billing Details":"Billing Details","Payment Method":"Payment Method","Created At":"Created At","Subscribe At":"Subscribe At","Who We Are":"Who We Are","Teacher Title":"Teacher Title","Teacher Details":"Teacher Details","Student Title":"Student Title","Student Details":"Student Details","Course Title":"Course Title","Course Details":"Course Details","Youtube Video Link":"Youtube Video Link","Browse Image":"Browse Image","Login Page":"Login Page","Slogan 1":"Slogan 1","Slogan 2":"Slogan 2","Slogan 3":"Slogan 3","Category Title":"Category Title","Category Sub Title":"Category Sub Title","Instructor Banner":"Instructor Banner","Instructor Title":"Instructor Title","Instructor Sub Title":"Instructor Sub Title","Course Sub Title":"Course Sub Title","Best Category Banner":"Best Category Banner","Best Course Title":"Best Course Title","Best Course Sub Title":"Best Course Sub Title","Quiz Title":"Quiz Title","Testimonial Sub Title":"Testimonial Sub Title","Article Title":"Article Title","Article Sub Title":"Article Sub Title","Course Page Title":"Course Page Title","Course Page Sub Title":"Course Page Sub Title","Course Page Banner":"Course Page Banner","Class Page Title":"Class Page Title","Class Page Sub Title":"Class Page Sub Title","Class Page Banner":"Class Page Banner","Quiz Page Title":"Quiz Page Title","Quiz Page Sub Title":"Quiz Page Sub Title","Quiz Page Banner":"Quiz Page Banner","Instructor Page Title":"Instructor Page Title","Instructor Page Sub Title":"Instructor Page Sub Title","Instructor Page Banner":"Instructor Page Banner","Contact Page Title":"Contact Page Title","Contact Page Sub Title":"Contact Page Sub Title","Contact Page Banner":"Contact Page Banner","About Page Title":"About Page Title","About Page Sub Title":"About Page Sub Title","About Page Banner":"About Page Banner","Subscribe Title":"Subscribe Title","Subscribe Sub Title":"Subscribe Sub Title","Subscribe Logo":"Subscribe Logo","Become Instructor Title":"Become Instructor Title","Become Instructor Sub Title":"Become Instructor Sub Title","Become Instructor Logo":"Become Instructor Logo","Image 1":"Image 1","Image 2":"Image 2","Image 3":"Image 3","Image 4":"Image 4","Homepage Banner":"Homepage Banner","Homepage Banner Title":"Homepage Banner Title","Homepage Banner Text":"Homepage Banner Text","Slug":"Slug","Key Features Show In Homepage":"Key Features Show In Homepage","Change Key Feature":"Change Key Feature","Key Feature":"Key Feature","Key Feature Subtitle":"Key Feature Subtitle","Page Link":"Page Link","Change":"Change","Key Feature Icon":"Key Feature Icon","Banner":"Banner","Header Menu":"Header Menu","Menu Manager":"Menu Manager","Menu List":"Menu List","Add Menu":"Add Menu","Select All":"Select All","Static Pages":"Static Pages","Custom Links":"Custom Links","Live Class":"Live Class","Quizzes":"Quizzes","Courses":"Courses","Sub Category":"Sub Category","Category":"Category","Not Found Data":"Not Found Data","Sub Menu":"Sub Menu","Login & Registration":"Login & Registration","Become Instructor Page Title":"Become Instructor Page Title","Become Instructor Page Sub Title":"Become Instructor Page Sub Title","Become Instructor Page Banner":"Become Instructor Page Banner","Page Banner Status":"Page Banner Status","Page Banner":"Page Banner","Page Sub Title":"Page Sub Title","Page Title":"Page Title","Blog Page Banner":"BLog Page Banner","BLog Page Sub Title":"BLog Page Sub Title","BLog Page Title":"BLog Page Title","Total Students":"Total Students","Total Teachers":"Total Teachers","Total Courses":"Total Courses","Show Testimonial":"Show Testimonial","Show Brand":"Show Brand","Show Become Instructor":"Show Become Instructor","Maintenance Page Banner":"Maintenance Page Banner","Homepage Banner Logo":"Homepage Banner Logo","Registration Page":"Registration Page","Forget Password Page":"Forget Password Page","Forget Password\/Others Page":"Forget Password\/Others Page","Banner Section Show In Homepage":"Banner Section Show In Homepage","Category Section Show In Homepage":"Category Section Show In Homepage","Instructor Section Show In Homepage":"Instructor Section Show In Homepage","Quiz Section Show In Homepage":"Quiz Section Show In Homepage","Become Instructor Section Show In Homepage":"Become Instructor Section Show In Homepage","Subscribe Section Show In Homepage":"Subscribe Section Show In Homepage","Article Section Show In Homepage":"Article Section Show In Homepage","Testimonial Section Show In Homepage":"Testimonial Section Show In Homepage","Course Section Show In Homepage":"Course Section Show In Homepage","Sponsor Section Show In Homepage":"Sponsor Section Show In Homepage","Best Category Section Show In Homepage":"Best Category Section Show In Homepage"},"instructor":{"Instructors":"Instructors","Add Instructor":"Add Instructor","About":"About","Date of Birth":"Date of Birth","Payout Lists":"Payout Lists","Payout":"Payout"},"lang":{"Student":"Student","Successfully":"Successfully","Deleted":"Deleted","Image size is too large":"Image size is too large","Yes":"Yes","Enable":"Enable","Delete":"Delete","Disable":"Disable","Cancel":"Cancel","Are you sure want to":"Are you sure want to","Course":"Course","Cart":"Cart","Remove":"Remove","Oops":"Oops","Message":"Message","Activated":"Activated","Operation Failed":"Operation Failed","Account was Created successfully, please Check you Email":"Account was Created successfully, please Check you Email","Deactivated":"Deactivated","Oops, Something Went Wrong":"Oops, Something Went Wrong","Added":"Added","examinations":"Examinations","dashboard":"Dashboard","online_exam":"Online_exam","marking":"Marking","subject":"Subject","exam":"Exam","student":"Student","class_sec":"Class Sec"},"role":{"Role List":"Role List","Role":"Role","Instructor Role":"Instructor Role","Details":"Details","Role has been added Successfully":"Role has been added Successfully","Role has been updated Successfully":"Role has been updated Successfully","Edit Role Info":"Edit Role Info","Role has been deleted Successfully":"Role has been deleted Successfully","Permission":"Permission","Menu":"Menu","Sub-Menu":"Sub-Menu","assign_permission":"Assign Permission","role_permission":"Role Permission"},"setting":{"Symbol":"Symbol","Setting":"\u8bbe\u5b9a","Conversion Rate":"Conversion Rate","Currency List":"Currency List","Edit Currency Info":"Edit Currency Info","Currency Updated Successfully":"Currency Updated Successfully","Currency Added Successfully":"Currency Added Successfully","Currency has been deleted Successfully":"Currency has been deleted Successfully","SMS Gateways Credentials has been updated Successfully":"SMS Gateways Credentials has been updated Successfully","SMS has been sent Successfully":"SMS has been sent Successfully","SMTP Gateways Credentials has been updated Successfully":"SMTP Gateways Credentials has been updated Successfully","Mail has been sent Successfully":"Mail has been sent Successfully","Please Configure SMTP settings first":"Please Configure SMTP settings first","Language has been deleted Successfully":"Language has been deleted Successfully","Language Updated Successfully":"Language Updated Successfully","Language Added Successfully":"Language Added Successfully","RTL":"RTL","RTL\/LTL":"RTL\/LTL","Active":"Active","Translation":"Translation","Native Name":"Native Name","Edit Language Info":"Edit Language Info","Select Translatable File":"Select Translatable File","Key":"Key","Value":"Value","API Key":"API Key","Registered Phone Number":"Registered Phone Number","Authentication Token":"Authentication Token","Twilio Account SID":"Twilio Account SID","Send Test Mail":"Send Test Mail","Send a Test Email to":"Send a Test Email to","Predefined Footer":"Predefined Footer","Predefined Header":"Predefined Header","Email Signature":"Email Signature","Sender Email":"Sender Email","Sender Name":"Sender Name","Email Protocol":"Email Protocol","Mail Engine":"Mail Engine","From Name":"From Name","From Mail":"From Mail","Mail Host":"Mail Host","Mail Port":"Mail Port","Mail Username":"Mail Username","Mail Password":"Mail Password","Mail Encryption":"Mail Encryption","Email Charset":"Email Charset","Settings":"Settings","About":"About","Misc":"Misc","Tags":"Tags","Theme Options":"Theme Options","Cronjob":"Cronjob","E-Sign":"E-Sign","PDF Settings":"PDF Settings","Calendar":"Calendar","SMS":"SMS","Support":"Support","Customer Permission":"Customer Permission","SMTP Settings":"SMTP Settings","Company Information":"Company Information","General":"General","Activation":"Activation","Activate":"Activate","Type":"Type","System Default Language":"System Default Language","Copyright Text":"Copyright Text","File Supported":"File Supported","Site Title":"Site Title","Remove":"Remove","Upload Fav Icon":"Upload Fav Icon","Fav Icon":"Fav Icon","Logo":"Logo","Upload Header Logo":"Upload Header Logo","Header Logo":"Header Logo","Upload Footer Logo":"Upload Footer Logo","Footer Logo":"Footer Logo","System Default Currency":"System Default Currency","Currency Symbol":"Currency Symbol","Currency Code":"Currency Code","SMTP":"SMTP","Date Format":"Date Format","Time Zone":"Time Zone","Activate SMS Gateway":"Activate SMS Gateway","SMS Settings":"SMS Settings","Twilio Settings":"Twilio Settings","Text To Local Settings":"Text To Local Settings","URL":"URL","Instructor Revenue percentage of course fee":"Instructor Revenue percentage of course fee","IP":"IP","Specific Course List":"Specific Course List","Specific Instructor List":"Specific Instructor List","Agent":"Agent","Setup":"Setup","Email Body":"Email Body","Email Send From":"Email Send From","Email Template":"Email Template","Username":"Username","Payment Method Settings":"Payment Method Settings","gateway_setting":"Gateway Settings","Mail Driver":"Mail Driver","Facebook Secret Key":"Facebook Secret Key","Facebook Client ID":"Facebook Client ID","Google Secret Key":"Google Secret Key","Google Client ID":"Google Client ID","Public Instructor Course Approval":"Public Instructor Course Approval","Public Instructor Registration":"Public Instructor Registration","Message":"Message","Description":"Description","Code":"Code","Default Short Code":"Default Short Code","Footer Email Configuration":"Footer Email Configuration","Meta Description":"Meta Description","Meta Keywords":"Meta Keywords","SEO Setting":"SEO Setting","Social Login Setting":"Social Login Setting","Commission":"Commission","Flat Commission":"Flat Commission","Instructor Commission":"Instructor Commission","Course Commission":"Course Commission","Subscription":"Subscription","Specific Course Commission Setup":"Specific Course Commission Setup","Store Password":"Store Password","Store ID":"Store ID","Vimeo Settings":"Vimeo Settings","Vimeo Configuration":"Vimeo Configuration","Vimeo App ID":"Vimeo App ID","Vimeo Client":"Vimeo Client","Vimeo Secret":"Vimeo Secret","Vimeo Access":"Vimeo Access","Reports":"Reports","System Info":"System Info","General Settings":"General Settings","Email Configuration":"Email Configuration","SMS Configuration":"SMS Configuration","Homepage SEO Setup":"Homepage SEO Setup","Social Login":"Social Login","Success":"Success","Address":"Address","Send Grid":"Send Grid","Format":"Format","Company Name":"Company Name","Send Mail":"Send Mail","System Settings":"System Settings","Social Login Setup":"Social Login Setup","Admin Revenue percentage of course fee":"Admin Revenue percentage of course fee","Module":"Module","Manage":"Manage","Refresh":"Refresh","SL":"SL","Name":"Name","Status":"Status","Action":"Action","Disable":"Disable","Enable":"Enable","Verify":"Verify","Not Verified":"Not Verified","Verified":"Verified","Appearance":"Appearance","Themes":"Themes","Theme Details":"Theme Details","Upload Theme":"Upload Theme","Title":"Title","Browse Zip":"Browse Zip","Install Now":"Install Now","System Setting":"System Setting","Live Preview":"Live Preview","Version":"Version","Current Theme":"Current Theme","Footer Setting":"Footer Setting","Gateway Status":"Gateway Status","Client Secret":"Client Secret","Client ID":"Client ID","Publisher Key":"Publisher Key","Secret Key":"Secret Key","Map":"Map","Latitude":"Latitude","Longitude":"Longitude","Api Settings":"Api Settings","Google":"Google","Fixer":"Fixer","Fixer Key":"Fixer Key","Api Settings Saved Successfully":"Api Settings Saved Successfully","Click Here to Get Fixer Api Key":"Click Here to Get Fixer Api Key","Google Map API Key":"Google Map API Key","Razor Key":"Razor Key","Razor Secret":"Razor Secret","Merchant ID":"Merchant ID","Merchant Key":"Merchant Key","PayTM Merchant Website":"PayTM Merchant Website","PayTM Channel":"PayTM Channel","Industry Type":"Industry Type","PayStack Public Key":"PayStack Public Key","PayStack Secret Key":"PayStack Public Key","Merchant Email":"Merchant Email","PayStack Payment URL":"PayStack Payment URL","Account Holder":"Account Holder","Account Number":"Account Number","Branch Name":"Branch Name","Bank Name":"Bank Name","For Details":"For Details","Subject":"Subject","Click Here":"Click Here","Currency Conversion":"Currency Conversion","Backend":"Backend","Frontend":"Frontend","Zoom Level":"Zoom Level","Site":"Site","Email Engine Type":"Email Engine Type","Students Active Device Limit":"Students Active Device Limit","About System":"About System","Software Version":"Software Version","Check update":"Check update","Update":"Update","PHP Version":"PHP Version","Curl Enable":"Curl Enable","Install Domain":"Install Domain","System Activated Date":"System Activated Date","Purchase code":"Purchase code","Upload From Local Directory":"Upload From Local Directory","Update System":"Update System","Php Mail":"Php Mail","IP Block":"IP BLock","Add IP":"Add IP","IP Address":"IP Address","Block Reason":"Block Reason","Geo Location":"Geo Location","Country":"Country","Region":"Region","City":"City","Zip Code":"Zip Code","Login At":"Login At","Account Type":"Account Type","Payment Details":"Payment Details","Header Menu":"Header Menu","Cookies settings":"Cookies settings","Cookies Allow Enable":"Cookies Allow Enable","Button Text":"Button Text","Background Color":"Background Color","Button Background Color":"Button Background Color","Details":"Details","API KEY":"API KEY","API Auth Token":"API Auth Token","Instamojo URL":"Instamojo URL","Server Key":"Server Key","Payeer Marchant":"Payeer Marchant","Payeer Key":"Payeer Key","Make sure you have":"Make sure you have","registered in PayStack":"registered in PayStack","Set Redirection Settings In Midtrans":"Set Redirection Settings In Midtrans","Set Redirection Settings In Payeer":"Set Redirection Settings In Payeer","City List":"City List","Edit City Info":"Edit City Info","City has been deleted Successfully":"City has been deleted Successfully","Timezone has been deleted Successfully":"Timezone has been deleted Successfully","Timezone List":"Timezone List","Timezone":"Timezone","Timezone Code":"Timezone Code","Timezone Name":"Timezone Name","Theme Customization":"Theme Customization","Primary Color":"Primary Color","Secondary Color":"Secondary Color","Add New":"Add New","Frontend Theme Color":"Frontend Theme Color","Clone Theme":"Clone Theme","Color Theme":"Color Theme","Color Theme List":"Color Theme List","Theme Title":"Theme Title","Make Default Theme":"Make Default Theme","Reset To Default":"Reset To Default","Theme Cloned Successful":"Theme Cloned Successful","Clone of":"Clone of","You can not permitted to delete system theme":"You can not permitted to delete system theme","Theme Deleted Successful":"Theme Deleted Successful","Theme Set Default Successful":"Theme Set Default Successful","New Theme Created Successful":"New Theme Created Successful","Theme Update Successfully":"Theme Update Successfully","Maintenance":"Maintenance","Cron Job":"Cron Job","Currency Show At":"Currency Show At","Left":"Left","Left With Space":"Left With Space","Right":"Right","Right With Space":"Right WIth Space","Google Analytics":"Google Analytics","Utilities":"Utilities","Clear Log":"Clear Log","App Debug":"App Debug","Clear Cache":"Clear Cache","Invalid Command":"Invalid Command","Last Update at":"Last Update at","Cache settings":"Cache settings","Cache Driver":"Cache Driver","Array":"Array","File":"File","Redis":"Redis","Memcached":"Memcached","Redis Host":"Redis Host","Redis Password":"Redis Password","Redis Port":"Redis Port","Memcached Host":"Memcached Host","Memcached Password":"Memcached Password","Memcached Port":"Memcached Port","Memcached Username":"Memcached Username","Hide Footer From Mobile":"Hide Footer From Mobile","Click Here to Get Google Map Api Key":"Click Here to Get Google Map Api Key","Click Here to Get Vimeo Api Key":"Click Here to Get Vimeo Api Key","Edit Timezone Info":"Edit Timezone Info","Theme Color":"Theme Color","Category Show In Frontend":"Category Show In Frontend"},"setup":{"Division":"Division","District":"District","Upazila":"Upazila","Upazila List":"Upazila List","Bangla Name":"Bangla Name","Edit Info Upazila":"Edit Info Upazila","Division List":"Division List","Edit Info Division":"Edit Info Division","District List":"District List","Upazila has been added Successfully":"Upazila has been added Successfully","Upazila has been updated Successfully":"Upazila has been updated Successfully","Upazila has been deleted Successfully":"Upazila has been deleted Successfully","Division has been added Successfully":"Division has been added Successfully","Division has been updated Successfully":"Division has been updated Successfully","Division has been deleted Successfully":"Division has been deleted Successfully","District has been added Successfully":"District has been added Successfully","District has been updated Successfully":"District has been updated Successfully","District has been deleted Successfully":"District has been deleted Successfully","Tax has been deleted Successfully":"Tax has been deleted Successfully","Tax":"Tax","Tax List":"Tax List","Status":"Status","Rate":"Rate","Edit Tax InFo":"Edit Tax InFo"},"student":{"Students":"Students","Student":"Student","Add Student":"Add Student","Add New Student":"Add New Student","Number of Students":"Number of Students","Students List":"Students List","Enrolled Student":"Enrolled Student","Update Student":"Update Student","Filter Enroll History":"Filter Enroll History","Enrolled Student List":"Enrolled Student List","Enter Full Name":"Enter Full Name","yourself":"yourself","Full Name":"Full Name","Phone Number":"Phone Number","Quiz":"Quiz","Question":"Question","No Course Purchased Yet":"No Course Purchased Yet","No Course viewed Yet":"No Course viewed Yet","Engineer at InfixLMS":"Engineer at InfixLMS","Add a professional headline like":"Add a professional headline like","Headline":"Headline","Write Note here":"Write Note here","Preview":"Preview","Drop your file here":"Drop your file here","Recommended image size":"Recommended image size","or choose files to upload":"or choose files to upload","Social Links":"Social Links","Add your Facebook URL":"Add your Facebook URL","Facebook URL":"Facebook URL","Add your Twitter URL":"Add your Twitter URL","Twitter URL":"Twitter URL","Add your LinkedIn URL":"Add your LinkedIn URL","LinkedIn profile":"LinkedIn profile","Add your Youtube URL":"Add your Youtube URL","Youtube Profile":"Youtube Profile","Live":"Live","Classes":"Classes","Lessons":"Lessons","Account Settings":"\u5e10\u53f7\u8bbe\u5b9a","Email Address":"Email Address","Edit your account settings and change your password here":"Edit your account settings and change your password here","Type existing password":"Type existing password","Type new password":"Type new password","Re-type new password":"Re-type new password","Print":"Print","Download":"Download","Date":"Date","Status":"Status","Company":"Company","Billed To":"Billed To","Name":"Name","Phone":"Phone","Email":"Email","Address":"Address","Order List":"Order List","Course name":"Course name","Price":"Price","Total":"Total","No results found for":"No results found for","Course Details":"Course Details","Left of this Section":"Left of this Section","Continue":"Continue","Skip":"Skip","Submit":"Submit","Your Exam Score":"Your Exam Score","Congratulations! You\u2019ve completed":"Congratulations! You\u2019ve completed","Exam Score":"Exam Score","Correct Answer":"Correct Answer","Wrong Answer":"Wrong Answer","Rating":"Rating","Done":"Done","See Answer Sheet":"See Answer Sheet","Empty":"Empty","Product":"Product","View":"View","Proceed to checkout":"Proceed to checkout","Recommended size":"Recommended size","Browse Image file":"Browse Image file","Reject Reason":"Reject Reason","No Class Purchased Yet":"No Class Purchased Yet","No Quiz Purchased Yet":"No Quiz Purchased Yet","Good Morning":"Good Morning","Good Afternoon":"Good Afternoon","Good Evening":"Good Evening","Complete":"Complete","Recommended For You":"Recommended For You","Quiz you might like":"Quiz you might like","Are you ready for your next lesson":"Are you ready for your next lesson","Save":"Save","My Account":"My Account","Pay Method":"Pay Method","Paid":"Paid","Unpaid":"Unpaid","Result Sheet":"Result Sheet","Class you might like":"Class you might like","Are you ready for your next class":"Are you ready for your next class","Sub Total":"Sub Total"},"subscription":{"Subscription":"Subscription","FAQ":"FAQ","Question":"Question","Answer":"Answer","FAQ List":"FAQ List","Add FAQ":"Add FAQ","Edit FAQ":"Edit FAQ","Update FAQ":"Update FAQ","Delete FAQ":"Delete FAQ","Subscription Page Title":"Subscription Page Title","Subscription Page Sub Title":"Subscription Page Sub Title","Subscription Page Banner":"Subscription Page Banner","Plan":"Plan","Plan List":"Plan List","Add Plan":"Add Plan","Edit Plan":"Edit Plan","Update Plan":"Update Plan","Delete Plan":"Delete Plan","Title":"Title","Price":"Price","About":"About","Button Text":"Button Text","Order":"Order","Included features":"Included features","These features for both of the plan":"These features for both of the plan","Plan Features":"Plan Features","Plan Feature":"Plan Feature","Plan Feature List":"Plan Feature List","Add Plan Feature":"Add Plan Feature","Edit Plan Feature":"Edit Plan Feature","Update Plan Feature":"Update Plan Feature","Delete Plan Feature":"Delete Plan Feature","Frequently Ask Question":"Frequently Ask Question","Pricing Plan & Package":"Pricing Plan & Package","Setting":"Setting","Settings":"Settings","Commission Rate":"Commission Rate","Days":"Days","You must":"You must","login":"login","Subscription Price":"Subscription Price","Subscription History":"Subscription History","Start Date":"Start Date","End Date":"End Date","Payment Method":"Payment Method","Status":"Status","No Subscription Purchased Yet":"No Subscription Purchased Yet","Admin Commission Rate":"Admin Commission Rate","Instructor Commission Rate":"Instructor Commission Rate","Assign":"Assign","Course Assign":"Course Assign","Course":"Course","Course List":"Course List","Add course":"Add course"},"validation":{"name.required":"The name field is required.","password.required":"The password field is required.","phone.string":"The phone must be a string.","phone.regex":"The phone format is invalid.","phone.min":"The phone must be at least 1 characters.","phone.unique":"The phone has already been taken.","email.required":"The email field is required.","email.email":"The email must be a valid email address.","email.unique":"The email has already been taken.","password.min":"The password must be at least 8 characters.","password.confirmed":"The password confirmation does not match.","id.required":"The id field is required.","message.required":"The message field is required.","discount.required":"The discount field is required.","subject.required":"The subject field is required.","body.required":"The body field is required.","name.max":"The name may not be greater than 255 characters.","category_id.required":"The category id field is required.","category_id.max":"The category id may not be greater than 255 characters.","photo.sometimes":"validation.sometimes","photo.mimes":"The photo must be a file of type: jpeg,jpg,png,gif.","photo.max":"The photo may not be greater than 10000 characters.","photo.dimensions":"The photo has invalid image dimensions.","name.unique":"The name has already been taken.","thumbnail.mimes":"The thumbnail must be a file of type: jpeg,jpg,png,gif.","thumbnail.max":"The thumbnail may not be greater than 10000 characters.","title.required":"The title field is required.","title.max":"The title may not be greater than 255 characters.","title.unique":"The title has already been taken.","code.required":"The code field is required.","code.max":"The code may not be greater than 255 characters.","code.unique":"The code has already been taken.","min_purchase.required":"The min purchase field is required.","max_discount.required":"The max discount field is required.","start_date.required":"The start date field is required.","start_date.date":"The start date is not a valid date.","end_date.required":"The end date field is required.","end_date.date":"The end date is not a valid date.","name.string":"The name must be a string.","email.string":"The email must be a string.","email.max":"The email may not be greater than 255 characters.","duration.required":"The duration field is required.","type.required":"The type field is required.","language.required":"The language field is required.","level.required":"The level field is required.","host.required":"The host field is required.","vimeo.required":"The vimeo field is required.","trailer_link.required":"The trailer link field is required.","file.required":"The file field is required.","file.mimes":"The file must be a file of type: mp4,ogx,oga,ogv,ogg,webm.","max_limit.required":"The max limit field is required.","amount.required":"The amount field is required.","status.required":"The status field is required.","category.required":"The category field is required.","value.required":"The value field is required.","max_discount.numeric":"The max discount must be a number.","max_discount.min":"The max discount must be at least 0 characters.","min_purchase.numeric":"The min purchase must be a number.","min_purchase.min":"The min purchase must be at least 0 characters.","percentage.required":"The percentage field is required.","instruction.required":"The instruction field is required.","group.required":"The group field is required.","question.required":"The question field is required.","question_type.required":"The question type field is required.","marks.required":"The marks field is required.","suitable_words.required":"The suitable words field is required.","number_of_option.required":"The number of option field is required.","course_commission.required":"The course commission field is required.","course_commission.numeric":"The course commission must be a number.","course_commission.min":"The course commission must be at least 0 characters.","course_commission.max":"The course commission may not be greater than 100 characters.","course.required":"The course field is required.","course.numeric":"The course must be a number.","course.min":"The course must be at least 0 characters.","course.max":"The course may not be greater than 100 characters.","commission.required":"The commission field is required.","commission.numeric":"The commission must be a number.","commission.min":"The commission must be at least 0 characters.","commission.max":"The commission may not be greater than 100 characters.","special_commission.required":"The special commission field is required.","special_commission.numeric":"The special commission must be a number.","special_commission.min":"The special commission must be at least 0 characters.","special_commission.max":"The special commission may not be greater than 100 characters.","user_id.required":"The user id field is required.","bank_name.required":"The bank name field is required.","branch_name.required":"The branch name field is required.","bank_account_number.required":"The bank account number field is required.","account_holder_name.required":"The account holder name field is required.","bank_type.required":"The bank type field is required.","payout_email.required":"The payout email field is required.","payout_email.email":"The payout email must be a valid email address.","description.required":"The description field is required.","author.required":"The author field is required.","profession.required":"The profession field is required.","icon.required":"The icon field is required.","btn_link.required":"The btn link field is required.","details.required":"The details field is required.","slug.required":"The slug field is required.","sub_title.required":"The sub title field is required.","is_static.required":"The is static field is required.","class_id.required":"The class id field is required.","topic.required":"The topic field is required.","attached_file.mimes":"The attached file must be a file of type: jpeg,png,jpg,doc,docx,pdf,xls,xlsx.","time.required":"The time field is required.","durration.required":"The durration field is required.","join_before_host.required":"The join before host field is required.","host_video.required":"The host video field is required.","participant_video.required":"The participant video field is required.","mute_upon_entry.required":"The mute upon entry field is required.","waiting_room.required":"The waiting room field is required.","audio.required":"The audio field is required.","auto_recording.required":"The auto recording field is required.","approval_type.required":"The approval type field is required.","is_recurring.required":"The is recurring field is required.","recurring_type.required":"The recurring type field is required.","recurring_repect_day.required":"The recurring repect day field is required.","recurring_type.required_if":"The recurring type field is required when is recurring is 1.","recurring_repect_day.required_if":"The recurring repect day field is required when is recurring is 1.","recurring_end_date.required_if":"The recurring end date field is required when is recurring is 1.","package_id.required":"The package id field is required.","api_key.required":"The api key field is required.","secret_key.required":"The secret key field is required.","lang_id.required":"The lang id field is required.","end_date.required_if":"The end date field is required when type is 1.","attendee_password.required_if":"The attendee password field is required when host is BBB.","moderator_password.required_if":"The moderator password field is required when host is BBB.","image.required":"The image field is required.","sub_category.required":"The sub category field is required.","slug.unique":"The slug has already been taken.","module.required":"The module field is required.","db_file.required":"The db file field is required.","db_file.mimes":"The db file must be a file of type: sql.","image.'nullable":"validation.'nullable","image.mimes":"The image must be a file of type: jpeg,bmp,png,jpg.","image.size":"The image size is not valid","required":"This Value Field Is Required"}},"json":[]}}; </script> </head> <body> <div class="preloader" dir="ltr"> <img src="https://ddims.com/public/loading.gif"/> <!--<div class='body'> <span> <span></span> <span></span> <span></span> <span></span> </span> <div class='base'> <span></span> <div class='face'></div> </div> </div> <div class='longfazers'> <span></span> <span></span> <span></span> <span></span> </div> <h1>Loading ...</h1>--> </div> <style> .header_area .main_menu ul li ul.leftcontrol_submenu { left: auto !important; right: 100% !important; } </style> <!-- HEADER::START --> <header> <div id="sticky-header" class="header_area"> <div class="container-fluid"> <div class="row"> <div class="col-12"> <div class="header__wrapper"> <!-- header__left__start --> <div class="header__left d-flex align-items-center"> <div class="logo_img"> <a href="https://ddims.com"> <img class="p-2" style="width: 108px" src="https://ddims.com/public/uploads/images/29-03-2023/6423ce3861db6.png" alt="Digital Distribution Information Management System"> </a> </div> <div class="category_search d-flex category_box_iner"> </div> </div> <!-- header__left__start --> <!-- main_menu_start --> <div class="main_menu text-right d-none d-lg-block category_box_iner"> <nav> <div class="menu_dropdown"> <ul> <li class="mega_menu_dropdown active_menu_item"> <a href="https://ddims.com/courses?category=26">pembangunan Perniagaan</a> </li> <li class="mega_menu_dropdown active_menu_item"> <a href="https://ddims.com/courses?category=33">更新</a> </li> <li class="mega_menu_dropdown active_menu_item"> <a href="https://ddims.com/courses?category=32">Technical 2</a> </li> <li class="mega_menu_dropdown active_menu_item"> <a href="https://ddims.com/courses?category=13">Business Development</a> </li> <li class="mega_menu_dropdown active_menu_item"> <a href="https://ddims.com/courses?category=14">Mindset</a> </li> <li class="mega_menu_dropdown active_menu_item"> <a href="https://ddims.com/courses?category=11">Skillset</a> </li> <li class="mega_menu_dropdown active_menu_item"> <a href="https://ddims.com/courses?category=15">Technical</a> </li> <li class="mega_menu_dropdown active_menu_item"> <a href="https://ddims.com/courses?category=19">新人</a> </li> <li class="mega_menu_dropdown active_menu_item"> <a href="https://ddims.com/courses?category=25">Pemula</a> </li> <li class="mega_menu_dropdown active_menu_item"> <a href="https://ddims.com/courses?category=17">Leadership</a> </li> <li class="mega_menu_dropdown active_menu_item"> <a href="https://ddims.com/courses?category=27">Motivasi Minda</a> </li> <li class="mega_menu_dropdown active_menu_item"> <a href="https://ddims.com/courses?category=28">Sokongan</a> </li> <li class="mega_menu_dropdown active_menu_item"> <a href="https://ddims.com/courses?category=29">Produk</a> </li> <li class="mega_menu_dropdown active_menu_item"> <a href="https://ddims.com/courses?category=30">Kepimpinan</a> </li> <li class="mega_menu_dropdown active_menu_item"> <a href="https://ddims.com/courses?category=20">心态</a> </li> <li class="mega_menu_dropdown active_menu_item"> <a href="https://ddims.com/courses?category=21">支援</a> </li> <li class="mega_menu_dropdown active_menu_item"> <a href="https://ddims.com/courses?category=22">产品</a> </li> <li class="mega_menu_dropdown active_menu_item"> <a href="https://ddims.com/courses?category=23">领导</a> </li> <li class="mega_menu_dropdown active_menu_item"> <a href="https://ddims.com/courses?category=18">业务发展</a> </li> <li class="mega_menu_dropdown active_menu_item"> <a href="https://ddims.com/courses?category=16">Products</a> </li> </ul> </div> <ul id="mobile-menu"> <ul> <li class=""> <a href="https://ddims.com/blogs">Blog</a> </li> <li><a href="#"></a></li> </ul> </ul> </nav> </div> <!-- main_menu_start --> <!-- header__right_start --> <div class="header__right"> <div class="contact_wrap d-flex align-items-center"> <div class="contact_btn"> <a href="https://ddims.com/login" class="theme_btn small_btn2">Sign In </a> </div> </div> </div> <!-- header__right_end --> </div> </div> <div class="col-12"> <div class="mobile_menu d-block d-lg-none"></div> </div> </div> </div> </div> </header> <!--/ HEADER::END --> <input type="hidden" name="base_url" class="base_url" value="https://ddims.com"> <input type="hidden" name="csrf_token" class="csrf_token" value="xlvFnabx1Ko2N2x0ctBX01LLjrPrTCwUiEHowsY3"> <input type="hidden" name="currency_symbol" class="currency_symbol" value="RM"> <input type="hidden" name="app_debug" class="app_debug" value="1"> <!-- BANNER::START --> <form action="https://ddims.com/search"> <div class="banner_area" style="background-image: url('https://ddims.com/public/uploads/images/27-04-2023/644a22b619626.jpeg')" > <div class="container"> <div class="row d-flex align-items-center"> <div class="col-lg-9 offset-lg-1"> <div class="banner_text"> <h3>Empower your team to grow and thrive</h3> <p>Build skills on the go. Access to sales tools and marketing content anytime anywhere</p> </div> </div> </div> </div> </div> </form> <!-- BANNER::END --> <!-- BLOG::START --> <div class="blog_area"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-6 col-md-8"> <div class="section__title text-center mb_80"> <h3> The Power of Two </h3> <p> Drive sales growth with a sales enablement platform equipped with innovative sales tools and upskill your workforce with a comprehensive learning management system </p> </div> </div> </div> <div class="row"> <div class="col-lg-6 col-xl-3 col-md-6"> <div class="single_blog couse_wizged"> <a href="https://ddims.com/blog-details/beating-market-challenges-and-maximizing-sales-success-with-ddims"> <div class="thumb"> <div class="thumb_inner lazy" data-src="https://ddims.com/public/uploads/blogs/be46daa098747ebb7009cb7b47c62de0.png"> </div> </div> </a> <div class="blog_meta"> <span>DDIMS Admin . 04/26/23</span> <a href="https://ddims.com/blog-details/beating-market-challenges-and-maximizing-sales-success-with-ddims"> <h4 class="noBrake" title="Beating Market Challenges and Maximizing Sales Success with DDIMS">Beating Market Challenges and Maximizing Sales Success with DDIMS</h4> </a> </div> </div> </div> <div class="col-lg-6 col-xl-3 col-md-6"> <div class="single_blog couse_wizged"> <a href="https://ddims.com/blog-details/revolutionizing-sales-empowering-your-sales-team-with-a-sales-enablement-system"> <div class="thumb"> <div class="thumb_inner lazy" data-src="https://ddims.com/public/uploads/blogs/33a3abbc0cfd792b1eef891cf20b431a.png"> </div> </div> </a> <div class="blog_meta"> <span>DDIMS Admin . 04/12/2023</span> <a href="https://ddims.com/blog-details/revolutionizing-sales-empowering-your-sales-team-with-a-sales-enablement-system"> <h4 class="noBrake" title="Revolutionizing Sales: Empowering Your Sales Team with a Sales Enablement System">Revolutionizing Sales: Empowering Your Sales Team with a Sales Enablement System</h4> </a> </div> </div> </div> <div class="col-lg-6 col-xl-3 col-md-6"> <div class="single_blog couse_wizged"> <a href="https://ddims.com/blog-details/overcoming-hurdles-in-technical-team-training"> <div class="thumb"> <div class="thumb_inner lazy" data-src="https://ddims.com/public/uploads/blogs/9858aaf48821f1e916cf72f84ed6ff00.png"> </div> </div> </a> <div class="blog_meta"> <span>DDIMS Admin . 03/23/2023</span> <a href="https://ddims.com/blog-details/overcoming-hurdles-in-technical-team-training"> <h4 class="noBrake" title="Overcoming Hurdles in Technical Team Training">Overcoming Hurdles in Technical Team Training</h4> </a> </div> </div> </div> <div class="col-lg-6 col-xl-3 col-md-6"> <div class="single_blog couse_wizged"> <a href="https://ddims.com/blog-details/boost-your-technical-teams-efficiency-with-ddims"> <div class="thumb"> <div class="thumb_inner lazy" data-src="https://ddims.com/public/uploads/blogs/4f1b804889164634757985d5aa0bb044.png"> </div> </div> </a> <div class="blog_meta"> <span>DDIMS Admin . 03/06/2023</span> <a href="https://ddims.com/blog-details/boost-your-technical-teams-efficiency-with-ddims"> <h4 class="noBrake" title="Boost Your Technical Team's Efficiency with DDIMS">Boost Your Technical Team's Efficiency with DDIMS</h4> </a> </div> </div> </div> <div class="row col-md-12"> <div class="col-12 text-center pt_70"> <a href="https://ddims.com/blogs" class="theme_btn mb_30">View All Articles & News</a> </div> </div> </div> </div> </div> <!-- BLOG::END --> <!-- BRAND::START --> <div class="brand_area"> <div class="container"> <div class="row justify-content-center"> <div class="col-xl-10"> <div class="barnd_wrapper brand_active owl-carousel"> </div> </div> </div> </div> </div> <!-- BRAND::END --> <!-- FOOTER::START --> <footer class=""> <div class="copyright_area"> <div class="container"> <div class="row"> <div class="col-xl-4 col-lg-4 col-md-6"> <div class="footer_widget"> <div class="footer_logo"> <a href="#"> <img src="https://ddims.com/public/uploads/images/29-03-2023/6423c015f3ea6.png" alt="" style="width: 108px"> </a> </div> <p>DDIMS is a service of Tedsis. Founded in 2007 in Malaysia, Tedsis is a leading software development and technology company committed to customer satisfaction and technological excellence.</p> <div class="copyright_text d-none d-sm-block"> <p><p><span style="font-size: 14px; text-align: center;"><br></span></p><p><span style="font-size: 14px; text-align: center;">Copyright © 2023 DDIMS. All rights reserved.</span></p></p> </div> <style> </style> <div class=""> <ul class="pt-3 "> <ul class="social-network social-circle col-lg-12 "> </ul> </ul> </div> </div> </div> <div class="col-xl-8 col-lg-8 col-md-6"> <div class="row"> <div class="col-lg-5"> <div class="footer_widget"> <div class="footer_title"> <h3>Support Zone</h3> </div> <ul class="footer_links"> <li><a href="https://ddims.com/pages/privacy-policy-and-cookie-policy">Privacy policy and cookie policy </a></li> </ul> </div> </div> <div class="col-lg-4"> <div class="footer_widget"> <div class="footer_title"> <h3>Company Info</h3> </div> <ul class="footer_links"> <li><a href="https://ddims.com/about-us">About US </a></li> <li><a href="https://ddims.com/become-instructor">DDIMS Affiliate Program </a></li> </ul> </div> </div> <div class="col-lg-3"> <div class="footer_widget"> <div class="footer_title"> <h3>Explore Services</h3> </div> <ul class="footer_links"> <li><a href="https://ddims.com/blogs">Blog </a></li> <li><a href="https://ddims.com/contact-us">Help and Support </a></li> </ul> </div> </div> </div> </div> <div class="col-xl-4 col-lg-4 col-md-6 d-block d-sm-none"> <div class="footer_widget"> <div class="copyright_text text-center"> <p><p><span style="font-size: 14px; text-align: center;"><br></span></p><p><span style="font-size: 14px; text-align: center;">Copyright © 2023 DDIMS. All rights reserved.</span></p></p> </div> </div> </div> </div> </div> </div> </footer> <!-- FOOTER::END --> <!-- shoping_cart::start --> <div class="shoping_wrapper"> <div class="dark_overlay"></div> <div class="shoping_cart"> <div class="shoping_cart_inner"> <div class="cart_header d-flex justify-content-between"> <h4>Shopping Cart</h4> <div class="chart_close"> <i class="ti-close"></i> </div> </div> <div id="cartView"> <div class="single_cart"> Loading... </div> </div> </div> <div class="view_checkout_btn d-flex justify-content-end gap_10 flex-wrap" style="display: none!important;"> <a href="https://ddims.com/my-cart" class="theme_btn small_btn3 flex-fill text-center">View cart</a> <a href="https://ddims.com/my-cart?checkout=1" class="theme_btn small_btn3 flex-fill text-center">Checkout</a> </div> </div> </div> <!-- shoping_cart::end --> <!-- UP_ICON --> <div id="back-top" style="display: none;"> <a title="Go to Top" href="#"> <i class="ti-angle-up"></i> </a> </div> <input type="hidden" name="item_list" class="item_list" value="https://ddims.com/getItemList"> <input type="hidden" name="enroll_cart" class="enroll_cart" value="https://ddims.com/enrollOrCart"> <input type="hidden" name="csrf_token" class="csrf_token" value="xlvFnabx1Ko2N2x0ctBX01LLjrPrTCwUiEHowsY3"> <!--/ UP_ICON --> <style> .remove_cart { margin-left: -22px; margin-right: 8px; cursor: pointer; } .theme_cookies { background: #cdf8f9; } .theme_cookies .cookie_btn { background: #f9c34e; } </style> <!-- theme_cookies::start --> <div class="theme_cookies" style="display: none"> <div class="theme_cookies_info flex-fill"> <div class="icon"> <img src="https://ddims.com/public/uploads/images/29-03-2023/6423ba4903781.png" alt=""> </div> <p>We collect and use cookies to give you the best and most relevant website experience. Kindly accept the cookies. <a href='' >Privacy Policy</a></p> </div> <button type="button" class="cookie_btn" onclick="setCookies();">I Accept</button> </div> <!-- theme_cookies::end --> <!--ALL JS SCRIPTS --> <script src="https://ddims.com/public/js/jquery-3.5.1.min.js"></script> <script src="https://ddims.com/public/js/bootstrap.bundle.min.js"></script> <script src="https://ddims.com/public/frontend/infixlmstheme/js/owl.carousel.min.js"></script> <script src="https://ddims.com/public/frontend/infixlmstheme/js/waypoints.min.js"></script> <script src="https://ddims.com/public/frontend/infixlmstheme/js/jquery.counterup.min.js"></script> <script src="https://ddims.com/public/frontend/infixlmstheme/js/wow.min.js"></script> <script src="https://ddims.com/public/frontend/infixlmstheme/js/nice-select.min.js"></script> <script src="https://ddims.com/public/frontend/infixlmstheme/js/jquery.slicknav.js"></script> <script src="https://ddims.com/public/frontend/infixlmstheme/js/jquery.magnific-popup.min.js"></script> <script src="https://ddims.com/public/frontend/infixlmstheme/js/mail-script.js"></script> <script src="https://ddims.com/public/frontend/infixlmstheme/js/jquery.lazy.min.js"></script> <script src="https://ddims.com/public/frontend/infixlmstheme/js/main.js"></script> <script src="https://ddims.com/public/frontend/infixlmstheme/js/footer.js"></script> <script src="https://ddims.com/public/js/toastr.min.js"></script> <script type="text/javascript"></script> <script> setTimeout(function () { $('.preloader').fadeOut('slow', function () { $(this).remove(); checkCookie(); }); }, 0); function setCookies() { $('.theme_cookies').hide(500); var d = new Date(); document.cookie = "allow=1; expires=Thu, 21 Dec " + (d.getFullYear() + 1) + " 12:00:00 UTC"; } function getCookie(cname) { var name = cname + "="; var ca = document.cookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } function checkCookie() { var check = getCookie("allow"); if (check != "") { $('.theme_cookies').hide(); } else { $('.theme_cookies').show(); } } $('#cartView').on('click', '.remove_cart', function () { let id = $(this).data('id'); let total = $('.notify_count').html(); $(this).closest(".single_cart").hide(); let url = "https://ddims.com/home/removeItemAjax" + '/' + id; $.ajax({ type: 'GET', url: url, success: function (data) { $('.notify_count').html(total - 1); } }); }); $(function () { $('.lazy').Lazy(); }); </script> <script> if ($('#main-nav-for-chat').length) { } else { $('#main-content').append('<div id="main-nav-for-chat" style="visibility: hidden;"></div>'); } if ($('#admin-visitor-area').length) { } else { $('#main-content').append('<div id="admin-visitor-area" style="visibility: hidden;"></div>'); } </script> </body> </html>